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

.sr-only { 
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
:focus.sr-only {
  width: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  clip: auto;
}

body {
	/*padding-top: 50px;*/
	background-color: #D8E5D6;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	overflow-x: hidden;
	color: #111;
}

#notice {
	margin-bottom: 30px;
	padding: 0.75em 0.5em;
		border-bottom: 2px solid lemonchiffon;
		background-color: green;
		animation: color-change 3s infinite ease;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
@keyframes color-change {
	0% {
		background-color: green;
	}
	50% {
		background-color: limegreen;
	}
	100% {
		background-color: green;
	}
}
#notice a {
	text-decoration: underline;
	color: lemonchiffon;
}
#notice a:hover, #notice a:focus {
	color: lemonchiffon;
}

a {
	text-decoration: underline;
	color: #063;
}
a:hover {
	color: #393;
}
.btn {
	text-decoration: none;
}
.btn + .btn {
	margin: 4px;
}
h1, h1 small, h2, h3, h4 {
	font-family: 'Combo', cursive;
	font-weight: 400;
	color: #008029;
}
h1, h2 {
	font-size: 28px;
}
h3 {
	/*font-size: 24px;*/
}
h4 {
	margin: 15px 0 -5px 0;
	/*font-size: 20px;*/
}

.text-lg { font-size: 1.125em; }
.mb-list > li { margin-bottom: 0.5em; }
.text-nowrap { white-space: nowrap; }

/** MAIN NAV **/
.nav-pills {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-pills, .nav-pills > li {
    display: block;		
}
.nav-pills > li {
    float: none;
    margin: 2px;
}
.nav-pills>li>a {
	margin: 2px;
	border-radius: 4px;
	background-color: #75877E;
    background: rgba(117, 135, 116, 0.8);
	text-decoration: none;
	color: #FFF;
}
.nav-pills>li>a:hover, .nav-pills>li>a:focus {
	background: #75877E;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #75877E;
	border-color: #FFF;
}
.nav-pills>li>a .caret,
.nav-pills>li>a:hover .caret,
.nav-pills>li>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.dropdown-menu {
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid rgba(117, 135, 116, 0.2);
}
.dropdown-menu>li>a {
	text-decoration: none;
	padding: 5px 20px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: rgba(117, 135, 116, 0.3);
}
/* ** */

.logo {
	margin: -30px 0 10px 0;
}
.topinfo {
	padding-top: 40px;
	text-align: right;
}
.address {
	font-family: 'Combo', cursive;
	font-size: 20px;
	font-weight: 400;
	color: #04331B;
}
.topinfo .address span { white-space: nowrap; }
.phone {
	padding-left: 10px;
	font-family: 'Combo', cursive;
	font-size: 26px;
	font-weight: 400;
}
.phone a {
	text-decoration: none;
	color: #008029;
}
.tag {
	text-align: right;
	font-family: 'Combo', cursive;
	font-size: 18px;
	font-weight: 400;
	color: #04331B;
}

/* jumbotron */
.container .jumbotron {
	padding-right: 520px;
	padding-left: 50px;
	-moz-box-shadow:    1px 2px 6px #75877E;
  	-webkit-box-shadow: 1px 2px 6px #75877E;
 	box-shadow:         1px 2px 6px #75877E;
}
.jumbotron {
	margin: 20px 50px;
	padding: 0;
	background: url(../images/jumbo-sunset.jpg) left top no-repeat, #2063b1;
	overflow: hidden;
}
.jumbotron h1 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: 'Combo', cursive;
	font-size: 38px;
	font-weight: 400;
	color: #FFF;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1.0);
}
.jumbotron h4 {
	margin-bottom: 10px;
	font-family: 'Combo', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1.0);
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFF;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1.0);
}
.jumbotron a {
	font-family: 'Combo', cursive;
}
.jumbotron>.btn {
	margin-bottom: 40px;
	-moz-box-shadow:    -1px 1px 1px #074924;
  	-webkit-box-shadow: -1px 1px 1px #074924;
 	box-shadow:         -1px 1px 1px #074924;
}

/* ** */

.icon-button {
	display: block;
	min-height: 64px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
	text-decoration: none;
}
.icon-button:hover { background-color: #fff; }
.icon-button > img {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 10px;
}
.icon-button > p {
	margin: 0;
	padding: 10px;
}

.panel-heading {
	font-family: 'Combo', cursive;
	font-size: 20px;
	font-weight: 400;
}
.page-header {
	border-bottom: solid 1px #A2B6A9;
}
blockquote p {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.5;
}
blockquote small {
    color: #04331B;
}

.form-group {
	overflow: hidden;
}
.req {
	color: #933;
}

footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top: solid 1px #A2B6A9;
	font-family: 'Combo', cursive;
	font-size: 18px;
	color: #04331B;
}

.copyright {
	width: 100%;
	background-image: url(../images/bottom-bg.png);
	background-repeat: repeat-x;
	padding: 40px 15px 10px 15px;
}
.copy, .copy a {
	color: #000;
	text-decoration: none;
}
.copy a {
	white-space: nowrap;
}
.copy a:hover, .copy a:focus {
	color: #074924;
}

/*revenue well widgets*/
.rw-review {
	margin: 5px 0 15px;
	padding: 15px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
}
#RW_Iframe_Review {
	width: 100%;
}


/* Large ------------ */
@media (min-width: 1199px) {		
}

/* Medium ----------- */
@media screen and (max-width : 991px) {
	body {
		padding-top: 0;
		background-image: none;
	}
	.logo {
		margin: 10px auto;
	}	
	
	.topinfo, .tag {
		text-align: center;
	}
	.container .jumbotron {
		padding-left: 15px;
		padding-right: 300px;
		box-shadow: none;
	}
	.jumbotron {
		margin: 10px;
		background-position: center top;
	}
	.copyright {
		background-image: none;
	}
	
}

/* Smaller ----------- */
@media screen and (max-width : 767px) {
	.container .jumbotron {
		padding-left: 15px;
		padding-right: 50px;
		box-shadow: none;
	}
	
}

@media screen and (min-width : 992px) {
	.nav-pills { float: right; }
	.nav-pills > li {
		margin-right: 0;
		float: left;
	}
}

@media screen and (min-width : 768px) {
    .nav-pills {
        padding: 0 0;
		text-align: center;
    }
    .nav-pills > li {
        display: inline-block;
    }
	
}
