/*
Theme Name: Broadview Medical Staffing 2025

Author: Logic Web Media, Inc.
Author URI: https://logicwebmedia.com
*/

*{
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img{
	width:100%;
	height:auto;
}

body{
font-size:16px;
  font-family: "Montserrat", sans-serif;
line-height:1.6;
font-weight: 300;
color: #000;

}

h1, h2, h3, h4, h5{
  font-family: "Cal Sans", sans-serif;
font-weight:400;
color: #112c4e;
}

h4, h5{
  font-family: "Montserrat", sans-serif;
font-weight:700;
}

h1 span, h2 span {
font-size: .6em;
font-weight: 500;
text-transform: uppercase;
		letter-spacing: 1.5px;
	color: #5c9641;
	display: block;
}

a{
color:#000;
}

a:hover, a:focus{
color:#000;
}

.page-titles{
margin-bottom:40px;
}
.btn-info{
background-color: #5c9641;
border-color: #5c9641;
border-radius: 3px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
padding: 12px 20px 8px;
}



.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
background-color: #5c9641;
border-color: #5c9641;
color:#fff;
}

.btn-default{
background-color: #5c9641;
border-color: #5c9641;
border-radius: 3px;
padding: 6px 25px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;

}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
background-color: #5c9641;
border-color: #5c9641;
color:#fff;
}


.no-top{
margin-top:0px;
margin-bottom:0px;
}

.pad-25{
padding-top:25px;
padding-bottom:25px;
}

.pad-50{
padding-top:50px;
padding-bottom:50px;
}

.pad-75{
padding-top:75px;
padding-bottom:75px;
}

.pad-100{
padding-top:100px;
padding-bottom:100px;
}

.blue{ color:#112c4e;}
.red{ color:#5c9641;}


/*************HEADER*****************/

.logo{
width: 300px;
position: absolute;
left: 0px;
top: -12px;
z-index: 999;
}
.logo img{
width: 100%;
}

.top-number h1{
color:#000;
margin-top:5px;
font-size:40px;
}
.top-number h3{
margin-bottom:0px;
margin-top:25px;
text-transform:uppercase;
}

/**************************************/



/**********NAVIGATION***************/
.navbar-brand{
	display:none;
}
.navbar-default .navbar-brand{
color:#fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
border-color:transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
background-color:#000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
color: #fff;
background-color: transparent;
}
.navbar-collapse{
padding-right: 0px;
padding-left: 0px;
border-top: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0);
box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
border-color:transparent;
}
.navbar-default{
background-color: transparent;
border-color: transparent;
}
.navbar{
border:none;
border-radius:0px;
min-height: 0px;
margin-bottom: 0px;
}
ul.nav.navbar-nav{
margin: 0px 0px 0px;
float: right;
}
.navbar-default .navbar-nav>li>a {
color: #112c4e;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
color: #112c4e;
}

.nav>li>a{
padding: 10px 18px 10px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}

.main-nav{
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
padding-top: 28px;
padding-bottom: 28px;
top: 28px;
}

.under-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.under-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
background: #5c9641;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.under-center:hover:before, .under-center:focus:before, .under-center:active:before {
  left: 15px;
  right:  15px;
}

.dropdown-menu{
padding: 0px 0;
margin: 0px 0 0 0px;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175)	;
border-top:3px solid #5c9641;
}

.dropdown-menu>li>a{
padding: 10px 20px;
border-bottom: 1px solid #eee;
}

.dropdown-menu>li:last-child>a{
border-bottom: 0px solid #eee;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
color: #333;
background-color: #fafafa;
}


.navbar-default .navbar-nav>li>a.btn-default:hover, .navbar-default .navbar-nav>li>a.btn-default:focus {
  background-color: #666;
}

.navbar-default .navbar-nav>li>a.btn-default {
  color: #fff;
  font-weight: bold;
}


	.soc-header {
position: absolute;
top: 0;
right: 15%;
}
		.soc-header .list-inline>li {
width: 20px;
height: 20px;
text-align: center;
margin: 0 4px;
background-color: #112c4e;
color: #fff;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
font-size: 12px;
vertical-align: top;
}
		.soc-header .list-inline>li a, .soc-header .list-inline>li a:hover {
color: #fff;
}
/**********************end navgation***********************/





/***********************SLIDER*****************************/
.featured{
color: #fff;
}


.carousel-caption{
bottom: 200px;
}

.featured p{
font-weight: 400;
font-size: 32px;
margin-bottom: 0px;
}

.featured .btn.btn-lg.btn-info{
background-color: #fff;
border-color: #fff;
color: #f0c333;
text-shadow: none;
font-weight: 600;
letter-spacing: 1px;
}


.featured h1{
font-size: 44px;
display: table;
float: none;
margin: 0px auto 10px;
padding-bottom: 10px;
color: #fff;
}




/**********************end slider***********************/







/***********************FOOTER*****************************/
.foot-copy{
	background-color: #f4f4f4;
padding: 0;
font-size: 10px;
border-bottom: 10px solid #112c4e;
	font-weight: 400;
}

.foot-copy .row{
padding: 25px 0 15px 0;
border-top: 2px solid #112c4e;

}
.foot-copy a, .foot-copy a:hover{

}
.footer {
padding-top: 50px;
padding-bottom: 85px;
background-color: #f4f4f4;
font-size: 12px;
	font-weight: 400;
}
.footer li {
  margin: 7px 0;
}

.footer p {
/*  padding-right: 25%;*/
}

.footer a, .footer a:hover{


}

.footer img {
margin-bottom: 8%;
width: 84%;
margin-top: 6px;
}

.footer h4 {
padding-bottom: 10px;
margin-bottom: 0px;
}

.foot-social a:hover {
  text-decoration: none;
}

.foot-social a:hover {
  text-decoration: none;
}
.foot-social .fa-stack-2x {
  color: #ed5a3d;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.foot-social a:hover .fa-stack-2x {
  color: #434244;
}


/***********************end footer*****************************/


/***********************HOME PAGE*****************************/



.above-nav{
background-color: #112c4e;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
padding-top: 2px;
padding-bottom: 0px;
width: 100%;
float: left;
position: relative;
z-index: 99;
}

.above-nav p{
margin-bottom:0px;
}

.above-nav a {
  color: #fff;
}


.featured-text {
  padding-top: 15%
}

.divider {
height: 3px;
width: 100px;
  background-color: #5c9641;
	margin:20px 0px;
}
.divider.div-center {
	margin:20px auto;
}


/********** HOME HEADER **********/
.home-header {
  background-image:url('img/home-header.jpg');
  background-repeat:no-repeat;
  background-size:cover;
background-position: center center;
  overflow:hidden;
  width:100%;
  float:left;
  position:relative;
	padding-bottom: 150px;
padding-top: 150px;
}

.home-header h1 {
margin-top: 10px;
}

.home-header p {
font-size: 18px;
padding-right: 20px;
font-weight: 400;
}

.home-header .welcome {
  padding-top: 100px; 
  padding-bottom:100px;
}


/********** ABOUT **********/
.about {

}

.about p {

}

/********** APPLY BAR **********/
.apply-bar {
  color: #fff;
  background-image:url('img/apply-bg.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
padding-top: 100px;
padding-bottom: 100px;
}

.apply-bar h2 {
color: #fff;
font-size: 36px;
margin: 0;
}

.apply-bar p {
  padding: 0px 15% 1%;
  font-size: 20px;
}

/********** WHY **********/
.why {
position: relative;
background-image: url('img/why-doctor.png');
background-repeat: no-repeat;
background-size: 56%;
background-position: left;
background-color: #fff;
padding: 75px 0px;
}


.why ul li {
  padding: 5px 0;
}

.why ul li i {
color: #112c4e;
padding-right: 3px;
font-size: .5em;
vertical-align: middle;
top: -2px;
position: relative;
}


/********** MAP BAR **********/
.map-bar {
  background-color: #66b77d;
}

.map-container {
  padding: 0;
}

#map {
  height: 240px;
}

.map-bar .container-fluid {
  padding: 0;
}

.map-info, .map-info li a {
color:#fff;
}

.map-info i {
  color: #112c4e;
}
.map-info{
padding-left: 50px;
}

.map-info img {
  width: 125px;
  padding-top: 4px;
}
.map-info li h2{
color: #fff;
border-bottom: 2px solid #fff;
display: table;
padding-bottom: 14px;
margin-top: 0px;
margin-bottom: 0px;	
}
#map-info ul {
  margin-bottom: 0;
}

.map-info li {
padding-left: 50px;
position: relative;
margin-bottom: 22px;
}

.map-info li span {
  display: block;
}

.map-info li:last-of-type {
  margin-bottom: 0;
}

.map-info li:first-of-type:after {
content: '';
height: 40px;
width: 36px;
background: url('img/g-logo.png') 0 0;
position: absolute;
top: -9px;
left: 0;
background-size: contain;
background-repeat: no-repeat;
}
.map-info li:nth-of-type(2):after {
content: '';
height: 40px;
width: 36px;
background: url('img/map-sprite.png') 0 0;
position: absolute;
top: 0;
left: 0;
background-repeat: no-repeat;
background-size: cover;
}

.map-info li:nth-of-type(3):after {
  content: '';
height: 35px;
width: 36px;
  background: url('img/map-sprite.png') 0 -45px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
background-size: cover;
}
.map-info li:nth-of-type(4):after {
  content: '';
height: 35px;
width: 36px;
background: url('img/map-sprite.png') 0 -110px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
background-size: cover;
}

.map-info li:last-of-type:after {
  content: '';
height: 24px;
width: 36px;
  background: url('img/map-sprite.png') 0 -82px;
  position: absolute;
  top: 1px;
  left: 0;
  background-repeat: no-repeat;
background-size: cover;
}




/***********************end home*****************************/


.form-control{
display: block;
width: 100%;
height: 30px;
padding: 4px 12px 0px;
font-size: 12px;
line-height: 1.6;
border-radius: 0px;
}


/********** HAMBURGER **********/
#hamburger {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #112c4e;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#hamburger span:nth-child(2) {
  top: 6px;
}

#hamburger span:nth-child(3),#hamburger span:nth-child(4) {
  top: 18px;
}

#hamburger span:nth-child(5) {
  top: 30px;
}

#hamburger.open span:nth-child(2) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(5) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/********** INTERIOR **********/
.parallax-window.interior {
background-image: url('img/apply-bg.jpg');
background-position: center -50px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
overflow: hidden;
}


.interior-header h1 {
color: #fff;
font-size: 40px;
margin: 0px;
}
/********** CONTACT **********/


.contact-page h2, .contact-page h3, .contact-page h4 {
  color: #000;
}

.contact-page img {
  width: 250px;
  margin-bottom: 20px;
}

.contact-page h3:last-of-type {
  margin-bottom: 30px;
}

input.form-control {
  height: auto;
  padding: 5px 5px 3px;
  font-size: inherit;
  margin: 0 auto;
}

textarea.form-control {
  height: auto;
  padding: 5px 5px 3px;
  font-size: inherit;
  margin: 0 auto;
}

.form-control-feedback {
  top: 10px!important;
}

#contact-form input:focus, #contact-form input:active, #contact-form textarea:focus, #contact-form textarea:active {
   outline: none !important;
   box-shadow: none!important;
   border-color: #3a61a9;
}

.g-recaptcha iframe {
  transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}

/* same as sr-only */
.monkey-form .form-field > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


.monkey-form .form-field > label.error {
  position: relative;
  width: auto;
  height: auto;
  padding: auto;
  margin:auto;
}

/*** Monkey Form Additons ***/
#contact-form .form-field {
  margin: 20px 0;
}

/*********** INTERIOR PAGES ***********/
/*.about-page ul, .candidates-page ul, .employers-page ul {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
  margin: 25px 0;
}*/

.about-page ul li, .candidates-page ul li, .employers-page ul li {
  text-align: left;
  padding: 5px 0;
}

.about-page ul li i, .candidates-page ul li i, .employers-page ul li i {
  font-size: .5em;
  vertical-align: middle;
  color:#112c4e;
  padding-right: 5px;
}

.about-page h3, .candidates-page h3, .employers-page h3 {
margin-bottom: 2%;
}


/********** OTHER SERVICES **********/
.other-page .col-md-7 {
  padding-top: 35px;
}


#content article a{ 

}


p.socIcons a{width: 20px;
height: 20px;
display: inline-block;
text-align: center;
background-color: #112c4e;
color: #fff;
margin-right: 10px;
border-radius: 3px;}

ul.bullList li{
position: relative;
padding: 5px 0 5px 15px;
	}
ul.padList li{
position: relative;
padding: 5px 0 5px 0px;
	}
		ul.bullList li::before{
color: #112c4e;
vertical-align: middle;
top: 16px;
position: absolute;
left: 0;
content: "\f111";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 6px;
	}

.socRow li {
width: 35px;
height: 35px;
border-radius: 50%;
margin-right: 18px;
margin-top: 10px;
	text-align: center;
            }
.socRow a, .socRow a:hover{
	color:#fff;
}

            .socRow li:last-child {
                margin-right: 0px;
            }

            .socRow .fa {
        line-height: 35px;
font-size: 18px;
            }

            .socRow li:first-child {
                background-color: #303f87;
            }

            .socRow li:nth-child(2) {
                background-color: #00acee;
            }

            .socRow li:nth-child(3) {
                background-color: #0072b1;
            }

            .socRow li:nth-child(4) {
                background-color: #8134AF;
            }

            .socRow li:nth-child(5) {
                background-color: #c10021;
            }