
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
  color: #4B4C4E;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  border-top: 1px solid #4B4C4E;
  text-align: center;
  font-size: 12px;
}

.social,
.social li {
	float: right;
	height: 30px;
	margin: 0px;
	list-style: none;
}
.social-link {
	width: 24px;
	height: 24px;
	margin: 3px 5px;
	display: inline-block;
}
.social-link.last {margin-right: 0px;}
.linked-in { background-image: url(images/linked-in.png); }
.linked-in:hover { background-image: url(images/linked-in-over.png); }
.facebook { background-image: url(images/facebook.png); }
.facebook:hover { background-image: url(images/facebook-over.png);}
.twitter { background-image: url(images/twitter.png); }
.twitter:hover { background-image: url(images/twitter-over.png); }



p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 25px;
}

em { font-weight: bold; font-style: normal;}

footer .container { line-height: 28px; }

.container {
	width: 970px !important;
}

header {
	height: 148px;
}

header .container {
	padding: 0;
}

.logo-wrapper {
	border-top: 1px solid #4B4C4E;
	float: left;
	margin: 85px 0 0 15px;
	width: 510px;
	padding: 10px 0 0 0;
}


.header-content-wrapper {
	float:right;
	width: 216px;
	margin-top:5px;
}

.contact-info-wrapper {
	text-align: right;
	font-size: 11px;
	line-height: 14px;
	margin-right: 4px;
}

.btn-default {
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding: 3px 0px;
	background-color: #FB9300;
	border: none;	
}

.btn-primary {
	background-color: #FB9300;
	border-color: #E78800;
}

.btn-primary:hover {
	background-color: #C67500;
	border-color: #C67500;
}

.btn-appointment {
	float: right;
	margin-bottom: 8px;
	width: 180px;
}

.btn-appointment:hover {
	color: #fff;
	background-color: #A56000;
}


.quote-bubble {
	background-color: #FB9300;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 10px;
	width: 100%;
}

.nav-wrapper .nav-pills>li {
	float: right;
}

.nav {
	font-family: "Nunito";
	font-weight: 400;
	font-size: 16px;
}

.nav .group-sub-tab {
	font-size: 12px;
	display: none;	
}

.nav-pills>li.group-sub-tab>a {
	padding: 2px 0 2px 15px;
}


.nav-pills>li>a { 
	color: #4B4C4E; 
	text-transform: uppercase;
	padding-left: 0;
}


a { color: #FB9300; }
a:hover { color: #4B4C4E; }

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus,
.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	background-color: transparent;
	color: #FF9302;
}

.welcome-wrapper {
	background-color: #D9D7D4;
	color: #252525;
	padding: 1px 30px 15px;
	margin: 20px 0;
}

/* ---------------------------------------------------------------------------- */
/* Reusables */
/* ---------------------------------------------------------------------------- */

.margin-top3 { margin-top: 3px; }
.margin-top5 { margin-top: 5px; }
.margin-top10 { margin-top: 10px; }
.margin-top20 { margin-top: 20px; }
.margin-top30 { margin-top: 30px; }
.margin-top40 { margin-top: 40px; }

.margin-bottom5 { margin-bottom: 5px; }
.margin-bottom10 { margin-bottom: 10px; }

.font13 {font-size: 13px; }

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;	
	border-top: 20px solid #FB9300;
}

.full-width { width: 100%; }

.display-block { display: block; }
.inline-block { display: inline-block;}

.padding-right0 {
	padding-right: 0 !important;
}

.col-xs-3 img {
	max-width: 100%;
	height: auto;
}

.highlight {
	color: #FF9302 !important;
}

/* ---------------------------------------------------------------------------- */
/* Scratch */
/* ---------------------------------------------------------------------------- */

.placeholder1 {
	background-color: #eaeaea;
	color: #999;
	font-size: 22px;
	font-weight: bold;
	height: 180px;
	line-height: 180px;
	width: 100%;
	text-align: center;
}