h2 {
	text-transform: Capitalize;
}
h4, h5, h6{
    text-transform:uppercase !important;
}

.sidebar .widget-title {
    clear: both;
}
.avatar img,.author-bio {display:none !important;}

.sidebar .widget-title {
    margin: 64px 0 20px 0!important;
}
.footer-global[role="contentinfo"] {
	background-color: #000000 !important;
	border-top: solid 1px #ed1c24 !important;
}

.footer-global[role="contentinfo"] {
	padding-bottom: 10px;
	padding-top: 10px;
}

.capstonemenu > li > a {
	color: #000000;
	font-weight: bold;
}

.capstonemenu {
	margin: -1px 0 0;
}

.page-title {
	text-transform: none;
	color: #ffffff !important;
}

.header-top {
	border-bottom: 1px solid #ed1c24;
}

.header-top-dark {
    padding: 15px 0 10px 0 !important;
}

.header-pattern {
	display: none;
}

.custom-header {
	border-bottom: 1px solid #000000;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #ed1c24 !important;
	color: #ffffff !important;
}

.tablepress .sorting::after, .tablepress .sorting_asc::after, .tablepress .sorting_desc::after {
	display: none;
}

.header-top {
	background-color: rgba(255,255,255,0.5) !important;
}

a {
	color: #ed1c24;
}
.alignright, .alignright img {
    margin-left: 1.5em !important;
    margin-bottom: 1.5em !important;
    float: right;
}
.alignleft, .alignleft img {
    margin-right: 1.5em !important;
    margin-bottom: 1.5em !important;
    float: left;
}
.entry img {
    display: block;
    max-width: 100%;
    margin: 1.5em !important;
}
/* jobs */
.profession-title {
	  font-size: 28px;
	line-height:32px;
    margin-bottom: 10px;
	    font-family: Roboto Condensed;
}
.profession-grid a {
	  border-color: rgb(237, 28, 36);
    color: rgb(237, 28, 36);
    background-color: transparent;
	  padding: 12px 20px;
    border: 2px solid;
	 display:inline-block;
	margin:0 !Important;
}
.profession-item .full-content a {
	margin-bottom:10px !Important;
}
.profession-item .excerpt {
    margin-bottom:20px !Important;
}
.profession-grid a:hover {
	border-color: rgb(230, 231, 232);
    color: rgb(255, 255, 255);
    background-color: rgb(230, 231, 232);
}
/* Styles for the filtering buttons */
.filter-button {
    cursor: pointer;
    padding: 8px 15px;
    margin: 10px 5px;
    border: none;
    background-color: #e75d4a;
    color: #fff;
    font-weight: bold;
}
.profession-grid {
    display: flex;
    flex-wrap: wrap;
}
.profession-item {
	  margin:10px;
    box-sizing: border-box;
	  background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
	height:auto;
}
@media only screen and (max-width: 767px) {
  .profession-grid {
		display: unset;
	}
}
/* Add more CSS styles as needed for your design */