/** CUSTOM CSS - Added by Sean @ Flash-Point Digital Media **/

/* MEGA MENU SECTION HEADINGS */
.page-nav__list ul.level0 li.level1>a {
font-weight: 600;
}

/* REMOVE BORDER FROM BLOG POSTS */
.cta-bulletin {
overflow-wrap: break-word;
min-height: 210px;
height: 100%;
width: 100%;
border: 0px solid #9a9696;
}


/* ADD BORDER BELOW LAST COLUMN HEADING OF TABLE and REMOVE RIGHT BORDER OF TABLE CELLS */
table.styled tbody tr th:last-of-type {
border-bottom: 1px solid #fff;
/* border-right: 1px solid #fff; */
border-right: none;
}


/* SIMPLE TABLE */
#headland-simple-table {
  width: 100% !important;    
  border-top: 1px solid #eeeeee !important;
  border-collapse: collapse;
  border-spacing: 0;
}

#headland-simple-table tbody tr td {
  border-bottom: 1px solid #eeeeee !important;
  color: #333;
  padding: 20px 0 20px 0 !important;
}
