html {
  min-height: 100%;
  position: relative;
}

body {
  background-color: #fefefe!important;
	color: #525f7f!important;
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 300!important;
	font-size: 17px!important;
	line-height: 28px!important;
}

ul li {
	position: relative;
	padding: 8px 8px 0 20px;
}

ul {
	list-style: none;
	margin-bottom: 24px;
}

ul {
	list-style: none;
	margin-bottom: 24px;
}

ul li:before {
	content: " ";
	display: block;
	position: absolute;
	background: #87bbfd;
	border-radius: 50%;
	height: 7px;
	width: 7px;
	left: 0;
	top: 19px;
}

.subtitle {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 40px;
	color: #32325d;
}

.breadcrumb {
  /* background-color: #f3f3f3!important; */
}

.bg-white {
  background-color: white!important;
}

.card{
  box-shadow: 0 8px 14px 3px rgb(0 0 0 / 25%)!important;
}

.footer-basic {
  padding:40px 0;
  color:#4b4c4d;
}

.footer-basic .copyright {
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}

.hide {
  display: none;
}

.card {
	border-top:8px solid #343a40!important;
	border: 0px solid rgba(0,0,0,.125)!important;
}

.card-footer {
	background-color: transparent!important;
  border-top: 0px!important;
}

.card-rounded {
	border-radius: 20px;
}

.go {
	font-weight: 700;
	text-decoration: none!important;
}

.vacant-title {
	font-weight: 500;
	color: #343a40!important;
	font-size: 30px;
}

.breadcrumb .breadcrumb-item {
	color: #343a40!important;
	text-decoration: none!important;
}

.entry-text {
	font-weight: 500;
	color:#343a40;
}

.btn-dark {
	background-color: #343a40;
}

.btn-outline-secondary {
	border-color: #343a40!important;
}

.btn-link{
	color: #343a40;
}

a {
	color: #343a40!important;
	text-decoration: none!important;
}