 @import url("https://use.typekit.net/tja2iuv.css");
.hero-learn-more {
  color: #fff!important;
}
#id_Content {
      background-position: center 40px!important;
}
.simpleDirectory .memberDirectorySearchAreaOuterContainer {
  display: none;
}
.simpleDirectory tbody td:first-child {
  padding-left: 0px;
}
.simpleDirectory tbody td {
    padding: 6px 24px 6px 0;
    border-top: 1px solid #f1f1f1;
    vertical-align: top;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
  max-height: 370px;
}
/* APPLICATION */
#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl00_membershipLevelRadioLabel > span:nth-child(2), #FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_levelListView_membershipLevelsRepeater_ctl02_membershipLevelRadioLabel > span:nth-child(2) {
  display: none;
}

/* END APPLICATION */
/* VIDEO BLOG */
.pagerOuterContainer .linkCurrent {
    color: #ea6853;
}
.videoLibrary ul.boxesList li.boxesListItem .boxBodyOuterContainer {
  display: none;
}
.videoLibrary ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyContentOuterContainer {
  display: none;
}
.videoLibrary  .boxBodyInfoOuterContainer .postedOn:before {
  display: none;
}
.videoLibrary .boxBodyInfoOuterContainer .postedByLink {
  display: none;
}
 .boxFooterOuterContainer .postBottom .boxFooterPrimaryOuterContainer {
  display: none;
}
.videoLibrary ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
color: #FC624C;
font: bold 16px/1.5 "lato", sans-serif;
}
.videoLibrary .boxBodyInfoOuterContainer {
border-bottom: 1px solid #97B6C7;
}
.videoLibrary ul.boxesList li.boxesListItem  {
border-bottom: 1px solid #97B6C7;
}

.videoLibrary ul.boxesList li.boxesListItem+li.boxesListItem {
  padding-top: 0px;
  margin-top: 0px;
}
/* END VIDEO BLOG */
/* DIRECTORY */
.captionOuterContainer{
  padding: 0 20px;
}
.memberDirectoryDetailsHeaderContainer {
      background: #1B87A2;
}
.memberDirectoryDetailsHeaderContainer H2{

    color: #fff;
    padding: 20px;
}
.memberDirectoryDetailsContainer {
  background: #f7f2f2;
}
#membershipDetailsContainer {
  display: none;
}
/* END DIRECTORY */
#corporate_logos a {
  display: inline-block;
  width: 150px;
  height: auto;
  margin: 10px;
}

/* Base table look & feel */
.benefits.row.header,
.benefits.body .benerows {
  border: 1px solid #ddd;
  border-bottom: none;
}

.benefits.body .benerows:last-child {
  border-bottom: 1px solid #ddd;
}

/* Zebra striping (optional) */
.benefits.body .benerows:nth-child(odd) {
  background: #fafafa;
}

/* Desktop: turn into a table */
@media (min-width: 768px) {
#id_8NxQWU2 > div > div.benefits.row.header.middle-xs > div.col-xs-12.col-sm-8.benerow > div > div.col-xs-3.bene5 {
      background: #815055;
    color: #fff;
    padding: 5px;
}
#id_8NxQWU2 > div > div.benefits.row.header.middle-xs > div.col-xs-12.col-sm-8.benerow > div > div.col-xs-3.bene1 { 
  background: #0792b5;
    color: #fff;
    padding: 5px;
}

#id_8NxQWU2 > div > div.benefits.row.header.middle-xs > div.col-xs-12.col-sm-8.benerow > div > div.col-xs-2.bene2 { 
  background: #e7e8e9;
    color: #4c4d4e;
    padding: 5px;
}
#id_8NxQWU2 > div > div.benefits.row.header.middle-xs > div.col-xs-12.col-sm-8.benerow > div > div.col-xs-2.bene3
{
  background: #cdaf54;
    color: #fff;
    padding: 5px;
}
#id_8NxQWU2 > div > div.benefits.row.header.middle-xs > div.col-xs-12.col-sm-8.benerow > div > div.col-xs-2.bene4
{
  background: #949598;
    color: #fff;
    padding: 5px;
}
  /* HEADER ROW: 1 description col + 5 level cols */
  .benefits.row.header.middle-xs {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
  }

  .benefits.row.header .bene0 {
    grid-column: 1;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    background: #f5f5f5;
  }

  .benefits.row.header .benerow {
    grid-column: 2 / span 5;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
  }

  /* Flatten the inner .row so its children become grid items */
  .benefits.row.header .benerow .row {
    display: contents;
  }

  .benefits.row.header .benerow .bene {
    padding: 0.75rem;
    text-align: center;
    border-left: 1px solid #ddd;
    background: #f5f5f5;
  }

  /* BODY ROWS: same column structure as header */
  .benefits.body .benerows {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr);
    align-items: stretch;
  }

  /* First column: benefit description */
  .benefits.body .benerows .benefit {
    grid-column: 1;
    padding: 0.75rem;
    border-right: 1px solid #ddd;
  }

  /* The 5 checkmark columns */
  .benefits.body .benerows .benerow {
    grid-column: 2 / span 5;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .benefits.body .benerows .benerow .row {
    display: contents;
  }

  .benefits.body .benerows .bene {
    padding: 0.75rem;
    text-align: center;
    border-left: 1px solid #ddd;
  }

  /* Optional: tighten up paragraph spacing inside benefit text */
  .benefits.body .benerows .benefit p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .benefits.row.header {
    display: none;
  }
}
@media (max-width: 767px) {

  /* Make benefit body rows stack */
  .benefits.body .benerows {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
  }

  /* Benefit description spacing */
  .benefits.body .benefit {
    margin-bottom: 0.75rem;
  }

  /* Change the 5-column area into stacked items */
  .benefits.body .benerow {
    display: block;
  }

  .benefits.body .benerow .row {
    display: block;
  }

  .benefits.body .bene {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px solid #efefef;
    font-size: 15px;
  }

  /* Column label before value based on position */
  .benefits.body .bene:nth-child(1)::before {
    content: "SUSTAINING PLUS";
  }
  .benefits.body .bene:nth-child(2)::before {
    content: "SUSTAINING";
  }
  .benefits.body .bene:nth-child(3)::before {
    content: "DIAMOND";
  }
  .benefits.body .bene:nth-child(4)::before {
    content: "GOLD";
  }
  .benefits.body .bene:nth-child(5)::before {
    content: "SILVER";
  }

  /* Label styling */
  .benefits.body .bene::before {
    font-weight: 600;
    margin-right: 10px;
  }
}
.benefits.body .bene::before {
  font-weight: 500;
  opacity: 0.7;
}



/* MEMBER NAV */
.memberNav {
      background: #F7F2F2;
    padding: 30px 20px;
          text-transform: none;
display: none;
}
.memberNav .orientationVertical li  a {
      color: #1B87A2!important;
      text-transform: none;
      font-weight: 400;
}
.WaGadgetCustomMenu.menuStyle001 ul li a {
  text-transform: none;
   font-weight: 400;
}
.WaGadgetCustomMenu.menuStyle001 .orientationVertical li {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
        margin-bottom: 10px;
}
.memberNav li::after {
  content: " \E614";
    width: 20px;
    height: 20px;
    display: inline-block;
    font-family: WA-theme-icons;
    color: #FC624C;
    font-size: 15px;
        padding-left: 10px;
    float: right;
}
.memberNav a {
  padding-right: 10px;
}
/* END MEMBER NAV */
.become-a-member {
    margin-top: -105px;
    position: absolute;
    right: 120px;
      max-width: 400px;
}

.become-a-member-div {

  position: relative;
  background: #0E879F;
  padding: 30px;
}
.become-a-member-div::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 20px;
  background: url("/resources/Theme/chat-tail.svg") no-repeat center bottom;
  background-size: contain;
}

/* SLIDESHOW */
.camera_caption>div {
  font-size: 21px;
}
/* Make the caption a left-hand column */
.camera_wrap .camera_caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;                 
  display: flex;
  align-items: center;       
  justify-content: flex-start;
  padding: 0 5% 0 8%;        
  text-align: left;
  background: rgba(0, 0, 0, 0); 
}


.camera_wrap .camera_caption > div {
  width: 100%;
}


.camera_wrap .camera_caption h1,
.camera_wrap .camera_caption h2,
.camera_wrap .camera_caption h3,
.camera_wrap .camera_caption p {
  color: #fff;
}


.camera_wrap .camera_caption .btn-hero {
    display: block;
  margin-top: 1.5rem;
  padding: 0.6rem 1.8rem;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 125px;
  text-transform: uppercase;
    font: 500 16px / 1.5 "lato", sans-serif;
    text-align: center;
}



.camera_wrap .camera_caption .btn-hero:hover {
  background: rgba(255,255,255,0.18);
}

.camera_wrap {
    background: #0290b2;
    margin-bottom: 0px!important;
}
.camera_thumbs_cont {
  background: transparent;
  display: none;
}
.camera_commands, .camera_next, .camera_prev {
  background: transparent;
}
.camera_commands:hover, .camera_next:hover, .camera_prev:hover {
  background: transparent;
}

/* END SLIDESHOW */


 /* TYPOGRAPHY */
 h1, h2, h3, h4, h5, h6 {
   font-family: "lato", sans-serif!important;
   text-transform: none!important;
 }
 .intro {
    margin: 60px 0 40px;
    font: 500 30px / 40px "calluna, serif";
}
 #id_cq2HBfW > div > p > a:hover {
   color: #fff;
 }
 /* END TYPOGRAPHY */

 /* MENU */
 #id_6NfRKGL > div > div.menuInner > ul > li:nth-child(1)
 {
   display: none;
 }
 .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li>.item>a {
   font: 700 14px / 1.5 "lato", sans-serif;
 }
 .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel>li.dir>.item>a span:after {
   display: none;
 }
 .WaGadgetMenuHorizontal.HorizontalMenuStyle001 .menuInner ul.firstLevel {
   float: right;
       flex-wrap: wrap;
    display: flex;
 }
 /* END MENU */
 /* SOCIAL */
 .WaGadgetSocialProfile.socialProfileStyle001 a.X, .WaGadgetSocialProfile.socialProfileStyle001 a.LinkedIn {
   background: transparent;
 }
 /* END SOCIAL */
/* EVENTS */
.WaGadgetEventsStateCalendar .yearViewType .EventListCalendar a.yearViewHeader {
    color: #408dae;
}
.WaGadgetEventsStateList .boxesList .boxesListItem {
    padding: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
background: #f9f9f9;
}
.WaGadgetEventsStateList h3.sectionTitle, .WaGadgetEventsStateCalendar .sectionTitle{
  color: #000;
  text-transform: none;
}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContentOuterContainer {
    float: none;
    width: 100%;
}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer {
    float: none;
    width: 100%;
}
#form > div.boxOuterContainer.boxBaseView > div.boxContainer > div > div > div > div > div > div > div > div > div > div > div.boxBodyOuterContainer > div.boxBodyContainer > div > div > div > div > div > div > div > div > div > div > div.boxBodyInfoOuterContainer.boxBodyInfoViewFill > div.boxBodyInfoContainer > div > div > div > div > div > div > div > div > div > div {
  display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;  
}
.registrationInfoContainer {
    display: none;
}
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
  background: #f5f5f5;
}
/* END EVENTS */
/* Vertical Align Middle */

.vertAlign td {
  vertical-align: middle; 
}
/* Vertical Align Middle */

/* BUTTON STYLES */
a.buttonStyle001, a:link.buttonStyle001, a.buttonStyle002, a:link.buttonStyle002, a.buttonStyle003, a:link.buttonStyle003, a.buttonStyle004, a:link.buttonStyle004, a.buttonStyle005, a:link.buttonStyle005 {
  border-radius: 20px;
  white-space: pre-wrap;
}
a.buttonStyle004:hover, a:link.buttonStyle004:hover {
  background: transparent;
    background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: 0 1px 5px rgb(5, 55, 68);
}
/* END BUTTON STYLES */

/* --- System buttons (Wild Apricot generated) --- */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.functionalButton,
input.loginButton,
input.searchButton,
input.nextButton {
  background: #ea6853 !important;
  border-radius: 25px !important;
  color: #fff !important;
  border: none !important;
  padding: 0.6em 1.2em !important;
  cursor: pointer !important;
  border-radius: 20px;
}

/* Hover state */
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.functionalButton:hover,
input.loginButton:hover,
input.searchButton:hover,
input.nextButton:hover {
  background: #0691b3 !important;
}



/* LOGIN */
.WaGadgetLoginForm.LoginFormStyle001 .alignRight, .WaGadgetLoginForm.LoginFormStyle002 .alignRight, .WaGadgetLoginForm.LoginFormStyle001 .authenticated.alignRight .loginPanel, .WaGadgetLoginForm.LoginFormStyle002 .authenticated.alignRight .loginPanel {

}
.WaGadgetLoginForm.LoginFormStyle001 .loginPanel, .WaGadgetLoginForm.LoginFormStyle002 .loginPanel {
background: #fff;
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: 27px;
    overflow: hidden;
    background: transparent;
    color: white;
    line-height: 400px;
    vertical-align: top;
    text-decoration: none;
    cursor: pointer;

}
.WaGadgetLoginForm.LoginFormStyle001 .loginContainer.loginContainer .loginLink:before, .WaGadgetLoginForm.LoginFormStyle002 .loginContainer.loginContainer .loginLink:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: bold 14px/27px 'lato', serif;
    text-align: center;
    text-indent: 0;
    content: 'Member 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 14px/30px '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: transparent;
}


/* MOBILE PANEL */
.WaGadgetMobilePanel .mobilePanel {
  background: transparent;
  color: #000;


}
.WaGadgetMobilePanel .mobilePanel .loginInner {
    background: #0691b3;
    border-top: 1px solid #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel{
  background: #fff;
      border-top: 1px solid #0691b3;
  color: #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul ul {
  background: #fff;
  color: #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li>.item>a, .WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel>li.sel>.item>a, .WaGadgetMobilePanel .mobilePanel .menuInner ul ul li>.item>a, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
  color: #0691b3;
  z-index: 99;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
    background: #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active, .WaGadgetMobilePanel .mobilePanel .mobilePanelButton.active {
background: #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
  background: #0691b3;
}
.WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm [class$="TextBox"] input[class$="TextBoxControl"], .WaGadgetMobilePanel .mobilePanel .loginInner .loginContainerForm .loginActionRememberMe label::before {
    background: #026680;
}
/* END MOBILE PANEL */


/* MOBILE VIEW */
@media (max-width: 767px) {
  .camera_caption>div {
  font-size: 18px;
  max-width: 375px;
}

.camera_wrap .camera_caption {
width: 100%;
background: #ea6853;
}
  .become-a-member {
  max-width: 600px;
    padding: 30px;
    margin-top: 0;
    position: relative;
    right: auto;
}
  .non-mobile {
    display: none;
  }
}


/* FLIP BOXES */
.flip-card {
  width: 100%;
  max-width: 450px;        
  margin: 0 auto 20px;
  perspective: 1000px;       
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;         
  transition: transform 0.6s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  backface-visibility: hidden;
  background: #ffffff;
  border: 1px solid #e1e1e1;

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.flip-card-front img {
  max-width: 80px;
  height: auto;
}


.flip-card-back {
  transform: rotateY(180deg);
  font-size: 0.95rem;
  line-height: 1.4;
}

.flip-card-back img {
  margin-right: 10px;
}

.flip-card-back p {
  margin: 0 0 0.5em;
}

/* END FLIP BOXES */



/* JOIN TABLE */
.benefits-table-wrapper {
  width: 100%;
  overflow-x: auto; /* desktop/large tables can still scroll if needed */
}

.benefits-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.benefits-table th,
.benefits-table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  vertical-align: top;
}

.benefits-table thead th {
  text-align: center;
  font-weight: 600;
}

.benefits-table tbody th.benefit {
  text-align: left;
  font-weight: normal;
}

.benefits-table td.bene {
  text-align: center;
}

/* ---------- MOBILE LAYOUT ---------- */
@media (max-width: 768px) {
  .benefits-table {
    font-size: 0.85rem;
  }

  /* Hide header row on mobile */
  .benefits-table thead {
    display: none;
  }

  /* Make everything block-level so each row becomes a "card" */
  .benefits-table,
  .benefits-table tbody,
  .benefits-table tr,
  .benefits-table th,
  .benefits-table td {
    display: block;
    width: 100%;
  }

  .benefits-table tr {
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
  }

  /* Benefit description at the top of each card */
  .benefits-table tbody th.benefit {
    background: #f5f5f5;
    font-weight: 600;
  }

  /* Each cell shows its column label before the checkmark/number */
  .benefits-table td.bene {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 0.5rem 0.75rem;
  }

  .benefits-table td.bene::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 1rem;
  }
}


/* ---------- COLUMN COLORS (DESKTOP + MOBILE) ---------- */
#id_8NxQWU2 > div > div > table > thead > tr > th.bene5 {
      background: #815055;
    color: #fff;
}
#id_8NxQWU2 > div > div > table > thead > tr > th.bene1
{
      background: #0792b5;
    color: #fff;
}
#id_8NxQWU2 > div > div > table > thead > tr > th.bene2
{
      background: #e7e8e9;
    color: #4c4d4e;
}
#id_8NxQWU2 > div > div > table > thead > tr > th.bene3
{
      background: #cdaf54;
    color: #fff;
}
#id_8NxQWU2 > div > div > table > thead > tr > th.bene4
{
      background: #949598;
    color: #fff;
}


.benefits-table .bene5,        /* Sustaining Plus header */
.benefits-table td[data-label="Sustaining Plus"] {
  background: #e9d4d0;
}

.benefits-table .bene1,        /* Sustaining header */
.benefits-table td[data-label="Sustaining"] {
  background: #d4edf8;
}

.benefits-table .bene2,        /* Diamond header */
.benefits-table td[data-label="Diamond"] {
  background: #f4f4f4;
}

.benefits-table .bene3,        /* Gold header */
.benefits-table td[data-label="Gold"] {
  background: #f4ecc3;
}

.benefits-table .bene4,        /* Silver header */
.benefits-table td[data-label="Silver"] {
  background: #e1e1e1;
}

/* Benefit column (left column) background */
.benefits-table .bene0 {
  background: #ffffff;
}

/* Improve contrast on mobile stacked view */
@media (max-width: 768px) {
  .benefits-table td.bene {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
}


/* BLOG */
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #ea6853;
    font-size: 18px;
}
.blogEntryContainer {
    background: #FCFBFB;
    padding: 20px!important;
}
.blogPostListContainer .boxesListItem {

    background: #FCFBFB;
    padding: 20px!important;
}
.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxBodyOuterContainer .boxBodyInfoOuterContainer {
        border-bottom: 4px solid #f9f8fa;
}



/* END BLOG */


/* MASONRY BLOG */
.masonry ul.boxesList li.boxesListItem .boxBodyOuterContainer {
  display: none;
}
.masonry ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
  font-size: 30px;
}

.masonry ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a::After {
    content: 'Read More';
    font-size: 18px;
    background: #FC624C;
    padding: 8px 20px;
    border-radius: 30px;
    display: block;
    color: #fff;
    width: fit-content;
    margin: 10px auto;
}
.masonry ul.boxesList li.boxesListItem {
      width: 35%;
    text-align: center;
    float: left;
    margin: 10px
}


@media (max-width: 767px) {
.masonry ul.boxesList li.boxesListItem {
      width: 100%;
    text-align: center;
    float: none;
    margin: 10px
}
}
/* END MASONRY BLOG */

/* FORUMS */
@media screen and (max-width: 767px) {
  .WaGadgetForumStateMessageList .messageListOuterContainer ul.boxesList li.boxesListItem {

    border-left: 5px solid #FC624C;
  }
}
.WaGadgetForumStateMessageList .messageListOuterContainer ul.boxesList li.boxesListItem .boxHeaderOuterContainer table.forumMessageHeaderTable td.forumMessageHeaderInfoContainer {

  border-right: 4px solid #FC624C;
}
.WaGadgetForumStateMessageList .messageListOuterContainer ul.boxesList li.boxesListItem .boxBodyOuterContainer table.forumMessageTable td.left {
  border-right: 4px solid #FC624C;
}
.jobBoard #FunctionalBlock1_ctl00_topicList_addTopicBottom,
.jobBoard #FunctionalBlock1_ctl00_topicList_addTopicTop {
  background-image: url(/resources/Theme/submit-job-listing.png)!important;
  background-repeat: no-repeat!important;
  text-indent: -9999999999999px;
  width: 238px;
  background-size: 200px!important;
  background-position: 20px!important;
}
.jobBoard #idTopicListContainer .boxBodyOuterContainer table tr.topicListRow td.repliesCountTD, .jobBoard #idTopicListContainer .boxHeaderOuterContainer table td.repliesCountTD {
display: none;
}
.jobBoard #idTopicListContainer .boxBodyOuterContainer table tr.topicListRow td.threadTD, .jobBoard #idTopicListContainer .boxHeaderOuterContainer table td.threadTD {
width: 70%;
}
.jobBoard #idTopicListContainer .boxHeaderOuterContainer table td.lastReplyTD, .jobBoard #idTopicListContainer .boxBodyOuterContainer table tr.topicListRow td.lastReplyTD {
    width: 30%;
}
