@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

.lifeMember #idMembershipLevelRadioGroupContainer div.fieldItem:nth-child(1) {
    border: 5px dashed #ED1C24;
}
.bigFont {
    font-size: 72px;
}
.verticalBox {
    position: absolute;     
    top: 50%;     
    transform: translateY(-50%);     
    padding: 30px;
}
/* PULSING CTA */
#id_6UowZ8y {
    margin-top: -150px;
    margin-bottom: 70px;
}
/* END PULSING CTA */
.ctaText {
    font-size: 36px;
}
H1.promoLarge {
    font-size: 72px;
}
H1.altpromoLarge {
    font-size: 81px;
}

#idMembershipLevelRadioGroupContainer .fieldSubContainer>.fieldBody {
    width: 100%;
}

/* MENU */
div.menuInner:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > a:nth-child(1){
    display: none;
} 
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li.sel>.item>a {
    color: #3f88e8;
}

.pulse-button:hover {
    animation: pulse 1.5s infinite ease-in-out;
}
/* SUB MENU THIRD TIER */
.WaGadgetNavigationLinks ul.orientationHorizontal ul {
display: none;
}
/* SUB */
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li.dir>.item>a:after {
    display: none;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li.dir>.item>a:before {
    position: relative;
    top: 4px;
    right: 10px;
    z-index: 3;
    font: 23px/23px'FontAwesome';
    content: '\f104';
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul {
    right: 0;
    left: auto;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul ul {
    left: auto;
    right: 100%;
}
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel>li>.item>a>span {
    display: inline-block;

    padding: 0;
    vertical-align: middle;
}
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel {
    box-sizing: border-box;

    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    border: 3px solid #006495;
    list-style: none;
}
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel > li > .item > a {
    position: relative;
    display: block;
    padding: 4px 16px;
    overflow: hidden;
    background: inherit;
    color: #000;
    font: 100 12px/1.5 'Lora', serif;
    text-align: left;
    text-decoration: none;
    text-transform: Capitalize;
}
.WaGadgetMenuVertical.VerticalMenuStyle001 ul.firstLevel > li.sel > .item > a {

    color: #000;

    background: #006495;

}
.WaGadgetMenuVertical.VerticalMenuStyle001 ul ul li.sel > .item > a {
 
    background: #006495;
}

/* MAIN Menu */

.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.dir > .item > a span::after {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: auto;
  height: 18px;
  margin: 0 0 0 7px;
  font: 11px/18px 'FontAwesome';
  vertical-align: top;
  -webkit-transition: -webkit-transform .3s ease-out 0s;
  -moz-transition: -moz-transform .3s ease-out 0s;
  -ms-transition: -ms-transform .3s ease-out 0s;
  -o-transition: -o-transform .3s ease-out 0s;
  transition: transform .3s ease-out 0s;
  content: '\f105';
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel {
margin: 0 auto;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item:first-child>a {
    padding-left: 7px;
    padding-right: 7px;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item {
    margin-right: 5px;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item > a {
    border-bottom: 2px solid transparent;

}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li > .item:hover > a {
    border-bottom: 2px solid #cc9933;

}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel > li.sel > .item > a {

    border-bottom: 2px solid #cc9933;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 23px;
    padding: 8px 16px;
    background: inherit;
    font: 400 21px/20px 'Lora', serif;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    font-style: italic;
    text-decoration: none;
    text-transform: capitalize;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
    position: relative;
    display: block;
    height: 23px;
    padding: 8px 16px;
    background: inherit;
    font: 400 21px/20px 'Lora', serif;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
    font-style: italic;
    text-decoration: none;
    text-transform: capitalize;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul ul li>.item>a {
font: 600 16px/1.5 'Lora', serif;
}

/* MENU FIXED*/
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active .firstLevel {
    border-bottom: 0px solid #cc9933;
  margin: 0 auto;
  float: none;
  color: #fff;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active {
    background: #06276f;
        border-bottom: 1px solid #cc9933;
}
.WaGadgetMenuHorizontal.HorizontalMenuStyle001 .stickyMenu.active .menuInner ul.firstLevel > li > .item > a {
    color: #fff;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active {
    background: #06276f;
        border-bottom: 1px solid #cc9933;
}

.WaGadgetMenuHorizontal.HorizontalMenuStyle002 .stickyMenu.active .firstLevel {
    border-bottom: 0px solid #cc9933;
  margin: 0 auto;
  float: none;
  color: #fff;
}

/* SOCIAL */
.WaGadgetSocialProfile.socialProfileStyle002 li a, .WaGadgetSocialProfile.socialProfileStyle003 li a, .WaGadgetSocialProfile.socialProfileStyle004 li a {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    font-family: 'FontAwesome';
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    line-height: 33px;
    vertical-align: top;
    border: 1px solid #cc9933;
    padding: 10px;
    border-radius: 50px;
    background: transparent;
    color: #cc9933;
}


/* Quotes */
.quotedText {
    border-left: 0px solid #0f948f;
    font-size: 1.6em;
}
.quotedText::after, .gadgetStyle002 .quotedText::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 35px;
  color: #ccc;
font-size: 4em;
font-family: open;
}
.quotedText:before, .gadgetStyle002 .quotedText:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
font-size: 4em;
font-family: open;
}
/* END QUOTES */

/* TYPOGRAPHY */

/* Set base font size */
html {
    font-size: 18px;
}

/* Default typography styles for all devices */
[class*="EditableArea"] ul {
    margin: 1em 0 1em 45px;
}

/* System Fonts */
.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-size: 1.2rem;
}
.WaGadgetEventsStateDetails .pageTitleOuterContainer .eventsTitleContainer h1, .WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle{
    font-family: Lora;
}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer h4.infoTitle {
color: #000;
}
.WaGadgetEventsStateCalendar .sectionTitle{
    color: #000;
}

/* Quoted text */
.quotedText {
    text-transform: none;
    /* Add your styles for quotedText here */
}

/* Small content */
.contStyleSmaller {
    text-transform: none;
    /* Add your styles for contStyleSmaller here */
}

/* Content caption */
.contStyleCaption {
    text-transform: none;
    /* Add your styles for contStyleCaption here */
}

/* Common styles for headings */
.h1, .h2, .h3, .h4, .h5 {
    text-transform: none;
    font-weight: 300;
}

/* Heading 1 */
h1, .header, h1.header {
    font-size: 2.3333rem; /* Equivalent to 42px */
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

.h1Alt, h1.h1Alt {
    font-size: 1rem;
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

/* Promo Heading */
.promo, h1.promo {
    font-size: 2.3333rem; /* Equivalent to 42px */
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

/* Heading 2 */
h2, .h2 {
    font-size: 2.1111rem; /* Equivalent to 38px */
    text-transform: none;
    color: #5368d2;
        margin: 1em 0 0em;
}

/* Heading 3 */
h3, .h3 {
    font-size: 1.7778rem; /* Equivalent to 32px */
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

/* Heading 4 */
h4, .h4 {
    font-size: 1.5556rem; /* Equivalent to 28px */
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

.h4Alt, h4.h4Alt {
    font-size:1rem;
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

/* Heading 5 */
h5, .h5 {
    font-size: 1.3333rem; /* Equivalent to 24px */
    text-transform: none;
    color: #000;
        margin: 1em 0 0em;
}

/* Special styles for specific classes */
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer h4.infoTitle {
    text-transform: none;
    font-size: 1.3333rem; /* Equivalent to 24px */
}

/* Dark theme quoted text */
.gadgetStyle002 .quotedText {
    text-transform: none;
    /* Add your styles for dark theme quotedText here */
}

/* Dark theme small content */
.gadgetStyle002 .contStyleSmaller {
    text-transform: none;
    /* Add your styles for dark theme contStyleSmaller here */
}

/* Dark theme content caption */
.gadgetStyle002 .contStyleCaption {
    text-transform: none;
    /* Add your styles for dark theme contStyleCaption here */
}

.gadgetStyle002 h1:not(.promo):not(.header):not(.h1Alt) {
        font-size: 2.3333rem; /* Equivalent to 42px */
    text-transform: none;
}

/* Dark theme Heading 1 */
.gadgetStyle002 h1, .gadgetStyle002 h1.header, .gadgetStyle002 h1.promo {
    text-transform: none;
    font-size: 2.3333rem; /* Equivalent to 42px */
    color: #fff;
}
.gadgetStyle002 h2 
{
        font-size: 2.1111rem; /* Equivalent to 38px */
    text-transform: none;
    font-size: 1rem; /* Equivalent to 42px */
    color: #fff;
}

.gadgetStyle002 .h1Alt, .gadgetStyle002 h1.h1Alt {
    text-transform: none;
    font-size: 1rem; /* Equivalent to 42px */
    color: #fff;
}



/* Dark theme Heading 2 */
.gadgetStyle002 h2 {
    font-size: 2.1111rem; /* Equivalent to 38px */
    color: #fff;
}

/* Dark theme Heading 3 */
.gadgetStyle002 h3 {
    font-size: 1.7778rem; /* Equivalent to 32px */
}

/* Dark theme Heading 4 */
.gadgetStyle002 h4 {
    font-size: 1.5556rem; /* Equivalent to 28px */
    color: #fff;
}

.gadgetStyle002 .h4Alt, .gadgetStyle002 h4.h4Alt {
    text-transform: none;
    font-size: 1rem; 
    color: #fff;
}

/* Dark theme Heading 5 */
.gadgetStyle002 h5 {
    font-size: 1.3333rem; /* Equivalent to 24px */
    color: #fff;
}



/* Media queries for tablet */
@media (max-width: 768px) and (min-width: 481px) {
    /* Adjust font sizes for tablet using rem units */
    h1, .header, h1.header, .promo, h1.promo {
        font-size: 2.1rem; /* Equivalent to 37.8px */
    }
    h2, .h2 {
        font-size: 1.9rem; /* Equivalent to 34.2px */
    }
    h3, .h3 {
        font-size: 1.6rem; /* Equivalent to 28.8px */
    }
    h4, .h4 {
        font-size: 1.4rem; /* Equivalent to 25.2px */
    }
    h5, .h5 {
        font-size: 1.2rem; /* Equivalent to 21.6px */
    }
    /* Adjust other classes' font sizes for tablet here */
}

/* Media queries for mobile */
@media (max-width: 480px) {
    /* Adjust font sizes for mobile using rem units */
    h1, .header, h1.header, .promo, h1.promo {
        font-size: 1.8667rem; /* Equivalent to 33.6px */
    }
    h2, .h2 {
        font-size: 1.6889rem; /* Equivalent to 30.4px */
    }
    h3, .h3 {
        font-size: 1.4222rem; /* Equivalent to 25.6px */
    }
    h4, .h4 {
        font-size: 1.2444rem; /* Equivalent to 22.4px */
    }
    h5, .h5 {
        font-size: 1.0667rem; /* Equivalent to 19.2px */
    }
    /* Adjust other classes' font sizes for mobile here */
}
/* End media queries */

/* END TYPOGRAPHY */


/* BUTTON STYLES */
a.buttonStyle001, a:link.buttonStyle001 {
    font-weight: 800;
    font-color: #fff;
        border-radius: 5px;
        background: #4363CC;
}
a.buttonStyle001:hover, a:link.buttonStyle001:hover {
            background: rgb(60, 91, 194);
            color: #fff;
}
a.buttonStyle002, a:link.buttonStyle002 {
    font-weight: 800;
    font-color: #fff;
        border-radius: 5px;
        background: #ED1C24;
        font-size: 36px;
    padding: 10px 60px;

}
a.buttonStyle002:hover, a:link.buttonStyle002:hover {
            background:rgb(212, 23, 29);
            color: #fff;
                    transition: box-shadow .3s cubic-bezier(0,2.861,.48,.989);
            
}
a.buttonStyle003, a:link.buttonStyle003 {
    font-weight: 800;
    font-color: #fff;
        border-radius: 5px;
        background: #4363CC;
}
a.buttonStyle003:hover, a:link.buttonStyle003:hover {
            background: rgb(60, 91, 194);
            color: #fff;
}
a.buttonStyle004, a:link.buttonStyle004 {
    font-weight: 800;
    font-color: #fff;
        border-radius: 10px;
        background: #ED1C24;
}
a.buttonStyle005, a:link.buttonStyle005 {
    font-weight: 800;
    font-color: #fff;
        border-radius: 5px;
        background: #ED1C24;
}
.pulse {
  margin: 10px;
  box-shadow: 0 0 0 0 rgba(240, 21, 59, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}
/* END BUTTON STYLES */

/* PULSE ANIMATION */
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/* END PULSE ANIMATION */

/* LOGIN */
.WaGadgetLoginForm.LoginFormStyle001 .alignRight, .WaGadgetLoginForm.LoginFormStyle002 .alignRight, .WaGadgetLoginForm.LoginFormStyle001 .authenticated.alignRight .loginPanel, .WaGadgetLoginForm.LoginFormStyle002 .authenticated.alignRight .loginPanel {
    text-align: center;
}
.WaGadgetLoginForm.LoginFormStyle001 .loginPanel, .WaGadgetLoginForm.LoginFormStyle002 .loginPanel {
background: #f5f3e4;
border: 1px solid #f5f3e4;
}
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink, .WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 40px;
    overflow: hidden;
    background: #3f88e8;
    color: white;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0 0 5px 5px;

}
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:before, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: bold 16px/40px 'Lato', serif;
    text-align: center;
    text-indent: 0;
    content: 'Login';
}
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.authenticated.loginContainer.authenticated .loginLink::before, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.authenticated.loginContainer.authenticated .loginLink::before {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: bold 16px/40px 'Lato', serif;
    text-align: center;
    text-indent: 0;
    content: 'My Account';

}
.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:#64a6fd;
}
/* END LOGIN */

/* MEMBER APPLICATION */
.groupContainer span.typeCheckboxContainer, .groupContainer span.typeRadioContainer {
margin: 0 0 0 -12px;
}
.formTitleOuterContainer {
    display: none;
}
.fieldContainer select {
    width: 300px;
}
#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl00_membershipLevelRadioLabel .labelTitle,#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl00_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl01_membershipLevelRadioLabel .labelTitle,#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl01_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl02_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl02_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl03_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl03_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl04_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl04_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl05_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl05_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl06_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl06_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl07_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl07_membershipLevelRadioLabel .labelSubTitle

{
    font-size: 24px;
}
/* END MEMBER APPLICATION */
.zonePlace {
    padding: 0px;
}
.jobBoardBtn {
    text-align: right;
}
#FunctionalBlock1_ctl00_ctl00_Membership_sharedMembershipLevelView_changeLevelButton {
    font-size: 21px;
    font-weight: 800;
    color: red;
    content:'Level';
}
/* .membersTable {

    border-radius: 20px;
    box-shadow: 0 5px 30px rgb(0 54 143 / 24%);
} */
/* RESPONSIVE TABLE */

       .responsiveTable td{
        border: 3px solid #9f7928;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    color: #fff;
    font-weight: 800;
  }
    @media screen and (max-width: 766px) {
 
     .responsiveTable table {
    display: block;
  }

 .responsiveTable th, .responsiveTable td {
    display: inline-block;
    width: 90%;
  }

.responsiveTable  th {
    text-align: left;
  }

}



       .responsiveTable2 td{
     
    color: #fff;
    font-weight: 800;
  }
    @media screen and (max-width: 766px) {
 
     .responsiveTable2 table {
    display: block;
  }

 .responsiveTable2 th, .responsiveTable2 td {
    display: inline-block;
    width: 90%;
  }

.responsiveTable2  th {
    text-align: left;
  }

}

/* END RESPONSIVE TABLE */



/* DIRECTORY */
.WaGadgetMemberDirectoryStateList .browsingColumnsMainContainer .filterOptions ul.filterList a.emptyName {
    display: none;
}
.WaGadgetMemberDirectoryStateList .browsingColumnsMainContainer .filterOptions ul.filterList li {
    padding: 0;
}
.memberDirectoryBottomRow {
display: none;
}
/* APPLICATION 2 COLUMNS */
#idContainer9076553 .fieldSubContainer .fieldBody {
    position: relative;
    column-count: 2;
}
#idContainer9076553 .fieldItem {
    padding: 0 20px;
    border: 0px solid #4363CC;
    width: 100%;
    overflow: hidden;
}
#idContainer8840255 .fieldSubContainer .fieldBody {
    position: relative;
    column-count: 2;
}
#idContainer8840255 .fieldItem {
    padding: 0 20px;
    border: 0px solid #4363CC;
    width: 100%;
    overflow: hidden;
}
#idContainer10569577 .fieldItem {
    padding: 0 20px;
    border: 0px solid #4363CC;
    width: 100%;
    overflow: hidden;
}
/* END APPLICATION 2 COLUMNS */

#idMembershipLevelRadioGroupContainer  .fieldLabel {
display: none;
}
.fieldSubContainer .levelDescription {
font-weight: 600;
    font-style: normal;
font-size: 16px;
}
.fieldSubContainer .typeInstruction {
font-color: #262626;
width: 100%;
}

body {
    background-size: cover;
}
#PAGEID_18063 .zoneHeader2 {
    background: 0;
    background-image: url(/resources/Theme/Opps4Vets-6.gif);
    background-size: cover;
background-color: #000;
}
body > HTML, p, ul, li, ol {
font-weight: 100;
}

.infoOuterContainer {
    margin: 0 0 30px;
    padding: 20px 20px 17px;
    background-color: transparent;
    border: 5px solid #4363cc;
}
.WaGadgetDonationGoal.donationGoalStyle004 .donationGoalProgressLabelsButton input.typeButton {
    position: relative;
    display: inline-block;
    min-width: 40px;
    height: 49px;
    margin: 0 auto;
    padding: 0 35px;
    background-color: #0c1e2b;
    border: none;
    border-left: 1px solid #1b3445;
    outline: none;
    color: #cee3f2;
    font-family: 'Lora', 'Arial', sans-serif;
    line-height: 49px;
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
margin-bottom: 10px;
}
.formTitleOuterContainer h3.formTitle {
    float: left;
    margin: 0;
    padding: 0;
    font: inherit;
    display: none;
}
a.buttonStyle003:hover {
color: #fff;
background: #6d0203;
}
.WaGadgetRecentBlogPosts ul li {
    position: relative;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    float: left;
    display: block;
    width: 30%;
    border-right: 1px solid #000;
font-size: 80%;
}
#id_m4xYqjT .gadgetStyle001 .gadgetStyleBody {     padding: 5px; 
}
/* Blog */
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    max-height: 350px;
    min-height: 300px;
}
.WaGadgetBlog .blogCommentsOuterContainer ul.blogCommentsList {
    list-style: none;
    border: 4px solid #CACACA;
    padding: 15px;
}
.WaGadgetBlog .blogCommentsOuterContainer h3.sectionTitle {
    margin: 0 0 1.5em;
    padding: 5px;
    font-size: 22px;
    background: #4363CC;
    color: #fff;
}
.WaGadgetBlog .blogCommentsOuterContainer .commentViewContainer .boxHeaderOuterContainer h5 {
    float: left;
    margin: 0 0 0 -0.42em;
    color: #4363cc;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}
/* End Blog */

#PAGEID_18085 .fieldItem:nth-child(2)
{    
background: none;
}
#PAGEID_18085 .fieldItem:first-child
{
background: none;
}
.labelTitle {
font-size: 110%;
text-shadow: 0 1px 1px #fff;
}
.fieldItem:nth-child(2)
{    

    background-size: cover;
}

.fieldItem:first-child
{
    
    background-size: cover;
}
.WaGadgetMobilePanel .mobilePanel {
    position: relative;
    height: 50px;
    background: #4363CC;
    color: white;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item:hover > a {
    background: #5F82F5;
}

.WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: transparent;

}
.WaGadgetMenuHorizontal .menuInner {
background: transparent;
}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
background: transparent;
float: right;
}
.zoneHeaderOuter {
    background-image: url('/resources/Pictures/o4vbg.jpg');
    background-size: cover; }

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}

#idSectionMembershipLevelContainer .groupContainer .fieldItem {
        padding: 20px 40px;
        background: #f9f9f9;
width: 92%;
overflow: hidden;
    column-count: 2;
}

.WaGadgetMenuVertical ul.firstLevel {
    background: #4363CC;
}


/* BACK TO TOP CSS */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #4363CC;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #5F82F5;
}
#back-to-top.show {
    opacity: 1;
}




/* Mobile View */
@media screen and (max-width: 766px) {
    .verticalBox {
    position: relative;     
    top: auto;     
    transform: none;     
    padding: 0px;
}

    /* JOIN PAGE */
.triangle-gradient {
background: linear-gradient(180deg, #003471 23%, #256680 100%);
height: 125px!important;
}
#id_6UowZ8y {
    margin-top: -10px;
    margin-bottom: 20px;
}
#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl00_membershipLevelRadioLabel .labelTitle,#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl00_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl01_membershipLevelRadioLabel .labelTitle,#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl01_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl02_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl02_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl03_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl03_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl04_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl04_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl05_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl05_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl06_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl06_membershipLevelRadioLabel .labelSubTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl07_membershipLevelRadioLabel .labelTitle, #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl07_membershipLevelRadioLabel .labelSubTitle

{
    font-size: 18px;
}
    /* END JOIN PAGE */
    .bigFont {
    font-size: 56px;
}
    #idSectionMembershipLevelContainer .groupContainer .fieldItem {
        width: 80%;
        column-count: 1;
    }
    a.buttonStyle002, a:link.buttonStyle002 {
        font-size: 24px;
    }
    H1.altpromoLarge {
    font-size: 42px!important;
}
    H1.promoLarge {
    font-size: 46px;
}
    .ctaText {
    font-size: 24px;
}
    .non-mobile {
        display: none;
    }
    .WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
        margin-top: 0px;
    }
.mobile-text {
    text-align: center;
}
.jobBoardBtn {
    text-align: center;
}
a.buttonStyle001, a:link.buttonStyle001 {
width: 100%;
}
}









/* LIFETIME MEMBER PAGE */

    .triangle-gradient {
    position: relative; /* Needed for absolute positioning of pseudo-element */
    width: 100%;
    height: 300px; /* Adjust height as needed */
    /* Remove clip-path from here */
}

.triangle-gradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #003471 23%, #256680 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0); /* Apply clip-path here */
    z-index: -1; /* Place it behind the content */
}


    /* TABLE FOR MEMBERS */
    .headingA {
    background: #ED1C24;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
    min-height: 70px; 
}
.headingB {
    background: #ED1C24;
    text-align: center;
    color: #fff;
        padding: 20px 10px;
        min-height: 70px;
}
.headingC {
    background: #435EEB;
    text-align: center;
    color: #fff;
        padding: 20px 10px;
        min-height: 70px;
}
.headingD {
    background: #435EEB;
    text-align: center;
    color: #fff;
        padding: 20px 10px;
        min-height: 70px;
}
.headingE {
    background: #89C136;
    text-align: center;
    color: #fff;
        padding: 20px 10px;
        min-height: 70px;
}
.headingF {
    background: #E94350;
    text-align: center;
    color: #fff;
        padding: 20px 10px;
        min-height: 70px;
}
    .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
}

.membership {
    background-color: #f9f9f9;
    margin: 2px;
    padding: 2px; 
    width: calc(33.33% - 22px); /* Adjusted width */

    text-align: center;
}

.membership h2 {
    color: #333;
}

.membership ul {
    list-style: none;
    padding: 5px;
    margin: 0em;
    
}

.membership ul li {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-bottom:1px solid #ccc;

}


/* Responsive */
@media (max-width: 1200px) {
    .membership {
        width: calc(33.333% - 22px); /* 3 columns on medium screens */
    }
}

@media (max-width: 768px) {
    .membership {
        width: calc(50% - 22px); /* 2 columns on small screens */
    }
}

@media (max-width: 480px) {
    .membership {
        width: calc(100% - 22px); /* 1 column on very small screens */
    }
}








/* CUSTOM BLOG */
.rss-post h2::after {
    display: none;
}
.rss-tags span {
    background: #f1f1f1;
    border-radius: 20px;
    display: block;
    min-width: 100px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.blog-container {
    display: flex;
}

.filter-container {
    width: auto;
    margin-right: 20px;
    padding: 20px;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section h3 {
    margin: 0 0 10px;
}

.filter-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

.filter-btn {
    background-color: #f9f9f9;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    display: block; /* Make buttons block level */
    width: 100%; /* Full width */
    text-align: left; /* Align text to the left */
}

.rss-feed-container {
    display: flex;
    flex-wrap: wrap;
}

.rss-post {
    flex: 0 0 32%; /* 3-column layout */
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f9f9f9; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align items to the top */
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 5px;
    border-radius: 10px;
    min-height: 400px; /* Set a minimum height for consistency */
}

.rss-post img {
    width: 100%;
    height: 200px; /* Set a fixed height */
    object-fit: cover; /* Ensure the image covers the area */
    margin-bottom: 15px;
}

.rss-post h2 {
    margin: 0 0 10px;
    font-size: 18px; /* Adjust size as needed */
}

.rss-post h2 a {
    color: #8ea27d !important;
    font-weight: bold;
}

.rss-post p {
    margin: 0 0 15px;
}

.read-more-link {
    align-self: flex-end;
    color: #fff !important;
    text-decoration: none;
    width: 95%;
    background: #8ea27d;
    padding: 20px 10px;
    text-align: center;
    margin-top: auto; /* Push the button to the bottom */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .rss-post {
        flex: 0 0 50%; /* 2-column layout on smaller screens */
    }
}

@media (max-width: 480px) {
    .rss-post {
        flex: 0 0 100%; /* 1-column layout on very small screens */
    }
}

.blog-container {
    display: flex;
}

.filter-container {
    margin-right: 20px;
    padding: 20px;
}

.filter-list {
    list-style-type: none;
    padding: 0;
}

.filter-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

/* Mobile styles */


@media screen and (max-width: 768px) {
    .non-mobile {
  display: none;
}
    .blog-container {
        flex-direction: column;
    }

    .filter-container {
        width: 100%;
        order: -1; /* Places the filter container at the top */
    }

    .filter-dropdown {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .rss-feed-wrapper {
        width: 100%;
    }