/**** Custom Recruiter Styles ****/

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}
/* TODO remove this if it isn't used */
/*span.fa.fa-camera {
  margin-top: 15px;
  margin-left: 3px;
}*/

.search-highlight {
    background: #FFF !important;
}

#left-search-bar {
    margin-bottom: 40px;
}

/* Slider */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
/* .hot-image {
  position: relative;
    width: 100%;
    height: 100%;
}
.bubbleWrap {
  padding-top: 30%;
  margin-left: 90px;
  margin-right: 90px;
  padding-bottom: 10%;
}
.bubble {
  border-radius: 50px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}
#hotOppBox h4 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.bubbleWrap a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.owl-theme .owl-dots {
    position: absolute;
    margin-left: 48%;
    margin-top: -40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.homeBtn {
  margin-top: 20px;
	text-align: center;
}
.btnLearnMore {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px white;
    border-radius: 5px;
    font-size: 25px;
}
.btnLearnMore:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.btnHomeSearch {
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid 2px white;
  border-radius: 5px;
  font-size: 25px;
}
.btnHomeSearch:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
} */

/* vol_menu */
.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */

#client_footer {
    text-align: center;
}

.footer_address a {
    color: #25323b;
    text-decoration: none;
}

.footer_phone a {
    color: #25323b;
    text-decoration: none;
}

.footer_social_icons a {
    text-decoration: none;
}

.social {
    width: 45px;
    height: 45px;
    background: #2975b7;
    color: #fff;
    padding-top: 5px;
    float: left;
    margin-left: 7px;
}
.social a {
  color: #fff;
    font-size: 24px;
    text-align: center;
    display: block;
}
.samaritan-footer {
    background: #5eafde !important;
    color: #25323b !important;
}
.samaritan-footer a {
	color: #25323b !important;
}

#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

/* Breadcrumb Styles */

.breadcrumb > li > a {
  color: #24557F !important;
}

.breadcrumb > .active {
  color: #525252 !important;
}