@charset "UTF-8";
/* CSS Document */

/* ---------- SITE ---------- */

html {
	height: 101%;
}

body {
	background-color: #79a736;  /* 93c54b */
}
.container {
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* ---------- HEADER ---------- */

.header {
	padding-top: 30px;
}

.header-logo {
	text-align: left;
}
.header-call-to-action {
	text-align: right;
}
@media (max-width: 970px){
.header-logo {
	text-align: center;
}
.header-call-to-action {
	text-align: center;
}
}

/* ---------- NAVBAR BRAND ---------- */

.navbar-default .navbar-brand {
    color: #98978b;
}

.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 11px;
    line-height: 23px;
    height: 60px
}

/* ---------- NAVBAR ---------- */

.navbar {
	margin-bottom: 30px;
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #322b29; /* #393a35 */
    color: #ffffff
}

/* ---------- BREADCRUMB ---------- */

.breadcrumb {
	margin-bottom: 30px;
}

/* ---------- FOOTER ---------- */

.footer {
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #3e3f3a;
}

.footer p {
	font-size: 12px;
}

.socialmedia {
	text-align: right;	
}

@media (max-width:767px){
.copyright {
	text-align: center;	
}
.socialmedia {
	text-align: center;	
}
}

/* ---------- LINKS ---------- */

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
a {
	color: #79a736;
}
a:hover {
	color: #3e3f3a;
	text-decoration: none;
}

/* ---------- TYPOGRAPHY ---------- */

hr {
	border-top: 1px solid #dfd7ca;
}

hr.dashed-hr {
	border-top: 1px dashed #dfd7ca;
}

h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3e3f3a;
}
h1 {
	font-size: 34px;
}
@media (min-width:767px){
h1 {
	font-size: 36px;
}
}
h2 {
	font-size: 25px; /* 30px */
	line-height: 30px; /* 27px */
	margin-top: 30px;
	margin-bottom: 15px;
	color: #325d88; /* Primary */
}
h3 {
	font-size: 19px; /* 24px */
	line-height: 24px; /* 20px */
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}
p,
ul {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 21px; /* 20px */
}
.margin-bottom-0 {
	margin-bottom: 0px;
}

/* ---------- CAROUSEL ---------- */

.carousel-indicators {
    position: relative; /* absolute */
    bottom: 0px; /* 10px */
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
	padding-top: 10px
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #3e3f3a;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #3e3f3a;
}

/* ---------- FORMS ---------- */

label {
	font-weight: normal;
}

/* ---------- WELLS ---------- */

.well {
	background-color: #dfd7ca;
}
.well.well-white {
	background-color: #f4f1ed;
}
.well h3,
.well.well-white h3 {
	margin-top: 0px;
}
.contact-well {
	background-color: #325d88; /* Primary */
	color: #ffffff;
}
.contact-well a {
	color: #ffffff;
}
.contact-well a:hover {
	color: #79a736;
	text-decoration: none;
}
.contact-well p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}