/* CSS Override file */

p {
  color: inherit;
}
p, ul, ol, pre, table {
  margin-bottom: 1.5rem;
}
li {
  font-size: 16px;
}

@media screen and (min-width: 1700px) {
  .homepills {
      margin-top: -355px;
  }
}

#jobcats .menu-title {
	display: none;
}

#jobcats.page-menu nav {
	float: none;
}
#jobcats.page-menu nav ul {
	text-align: center;
}

#wrapper .p-t-0 img {
	width: 100% !important;
}

.candidate-zone .pager {
  display: none;
}

.portfolio-item .portfolio-description {
  width: 95% !important;
}

input[type=password], input[type=text], input[type=file], select, textarea {
  background-color: #fff !important;
}
.flex-caption span{
  max-width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
}
.flex-caption a {
  text-decoration: underline;
  color: #fff;
}
.portfolio-item.no-overlay .portfolio-description h3 {
  color: #1f355e;
}
/*.flex-caption h1 span {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
}*/
.bebranded .background-grey h2 {
  display: none;
}
.bebranded .background-grey .post-item-description h2 {
  display: block;
}

.pager .pagerPageLinks a {
    padding: 4px;
    text-decoration: none;
    border: 1px solid #237eae;
    border-radius: 50%;
    padding: 10px 15px;
    margin-right: 5px;
}
.pager .pagerPageLinks a.selected, 
.pager .pagerPageLinks a:hover {
    color: #fff;
    background-color: #237eae;
    cursor: pointer;
}
.pager .pagerPageLinks a:first-child,
.pager .pagerPageLinks a:last-child {
  border: none;
}

.inputButton.btn-back {
    background-color: #ffaa17 !important;
    border-color: #ffaa17 !important;
}
ul.tick {
    padding-left: 0px;
}
.tick li {
  list-style: none;
  line-height: 40px
}
.tick li img {
  margin-right: 10px
}