body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.fl {float:left;}
.fr {float:right;}

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.ml10 { margin-left: 10px; }

.p0 { padding: 0px !important; }
.p20 { padding: 20px !important; }

.pt40 { padding-top: 40px !important;}

a { color:#bf9036; }
a:hover { text-decoration: none; }

h1 {
	font-weight: 600;
	font-size: 28px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
h2 {
	color: #37bbc0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
h3 {
	color: #37bbc0;
	font-size: 18px;
    font-weight: 600;
}
.sub-header {
	font-size: 18px;
	margin-bottom: 10px;
}
.container { max-width:970px; }


/* HEADER */
.header {
	border-top: 10px solid #37bbc0;
	padding-bottom: 20px;
}
.logo { margin-top: 20px;}
.consultation {
	background: #BF903B;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	margin-top: -10px;
	padding: 10px;
	text-align: center;
}
.jc-logo {
	display: block;
	margin: 0 auto;
	max-width: 325px;
	width: 100%;
}

/* NAVBAR */
.container-fluid.navigation { background: #37bbc0; }
.navbar-collapse {
	border-top: 0;
}
.navbar {
    min-height: 36px;
}
.navbar-nav > li > a {
	font-family: lato, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* CAROUSEL */
.carousel {
    max-width: 930px;
    margin: 10px auto 0;
}
.carousel img { width: 100%; }
.carousel-indicators {
    bottom: 35%;
    right: 5%;
    left: initial;
    width: 20px;
}
.carousel-indicators .active {
	background-color:#37bbc0;
	border-color: #37bbc0;
	margin: 5px 0px;
}
.carousel-indicators li {
	background-color: #fff;
	margin: 5px 0px;
}
.carousel-caption {
    font-size: 24px;
	font-weight: 700;
	font-style: italic;
    font-family: lora, sans-serif;
    color: #fff;
}

/* CTAS */
.ctas {
	text-align: center;
}
.cta-box {
	background: url(../images/cta-bg.png) no-repeat 5px 5px;
	background-size: 95%;
	border: 1px solid #ccc;
	color: #333;
	float: none;
	font-weight: bold;
	height: 165px;
	margin:0px auto;
	padding: 20px 20px 10px;
	max-width: 275px;
}
.cta-box img {
	display: block;
	margin: 0 auto 10px;
}

/* HOME CONTENT */
.homeContent img {
    margin: 15px auto;
    width: 100%;
    max-width: 275;
    display: block;
}
.color-one {
	border: 3px solid #37bbc0;
}
.color-two {
	border: 3px solid #dda74d;
}


/* INNER CONTENT */
.innerContent {
	padding:50px 0;
}
.about-img {
	height: auto;
	max-width: 250px;
	margin: 10px auto;
	display: block;
}
.innerContent form {
	background: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
}
.innerContent input {
	background: #37bbc0;
	color: #fff;
}
.innerContent ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.innerContent ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.innerContent :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.innerContent :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.innerContent form .btn-default {
	background: #000;
	border: none;
	border-radius: 5px;
	padding: 5px 25px;
	color: #37bbc0;
}
.info-sub {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 10px;
}


/* JOIN OUR FAMILY */
.apply {
	background: url(../images/apply-arrow.png) no-repeat 75px 0px;
	display:block;
	position: absolute;
	padding-right: 25px;
	right:30;
	text-decoration:underline;
}
.job-title {
	color: #666;
	font-size: 18px;
	font-weight: 600;
}
.apply-form form {
	background: #fff;
	border: 1px solid #f1f1f1;
}
.apply-form input,
.apply-form textarea {
	background: #f1f1f1;
	border: none;
}
.apply-form .btn {
	width: 100%;
	display:block;		
}
.apply-form input[type="file"] {
	background: none;
}
.cta-services {
	text-align: center;
}
.cta-services img {
	display: block;
	margin: 0 auto;
}

.questions-banner {
    background: #e9a737;
    padding: 10px;
    font-size: 18px;
    color: #fff;
	margin-top:40px;
}


/* CONTACT US */
.contact-form form {
	background: #fff;
	padding:0;
}
.contact-form form .btn-default {
	background: #f6c674;
	border: none;
	border-radius: 5px;
	padding: 5px;
	color: #3d3d3d;
}
.contact-form input,
.contact-form textarea {
	background: #d2d2d2;
}
form .btn-default {
	width: 100%
}


/* FOOTER */
.footer {
	background-color: #3d3d3d;
	color: #ddd;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 30px;
	padding: 20px;
}
.footer ul {
   list-style: none; 
	 padding-left:0;
}
.footer li:before {    
    font-family: 'FontAwesome';
	color: #bf9036;
    content: '\f101';
    margin:0 10px 0 -10px;
}
.footer li {
	padding-left: 10px;
}
.footer li a {
	color: #ddd;
}
.footer a {
	color: #bf9036;
	text-decoration: none;
}
.footer hr {
	margin-left: 30px;
    margin-right: 30px;
    background-color: #666;
    border-top: 1px solid #666;
}
.footer .glyphicon,
.footer .fa {
	color: #bf9036;
    margin-left: -29px;
    padding-right: 10px;
}
.form-group { margin: 0px; }
.form-control {
    font-size: 12px;
    margin-bottom: 10px;
}
.contact {margin-left: 30px;}


@media (max-width: 767px) {
	.carousel-caption {
		position: relative;
		left: 0;
		line-height: 30px;
		background: #37bbc0;
		height: 90px;
		bottom: 0;
	}
	.carousel-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.carousel-indicators {
		display: none;
	}
	
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 	.navbar-default .navbar-collapse,
 	.navbar-default .navbar-form {
	    padding: 0px;
	}
	 .navbar-nav > li > a {
	  	font-size: 12px;
	    padding-top: 8px;
	    padding-bottom: 8px;
	}
	
	.consultation {
		margin-right: 20px;
	}

	.cta-box {
		height: 120px;
	}
	.cta-box img {
	    width: 70px;
	}

	/* INNER CONTENT */
	.about-img{
		float: left;
		margin: 0px 10px 0px 0px;
		display: inline-block;
	}
	
	
	.footer {
		font-size: 14px;
		line-height: 30px;
	}
	.footer hr {
	    width: 695px;
	    margin: 20px auto;
 	}
	.carousel-caption {
		left: 5%;
		right: initial;
		text-shadow: 1px 3px 11px rgba(0, 0, 0, .6);
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 991px) {
	 .footer hr {
	    width: 910px;
	    margin: 20px auto;
	 }
	 .navigation a {
		font-size: 14px;
	 }
	 .cta-box {
		height: 165px;
	}
	.cta-box img {
	    width: initial;
	}
	.carousel-caption {
		font-size: 34px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	  .footer hr {
	    width: 1110px;
	    margin: 20px auto;
	  }
}















