A { color: #082984}
a:visited { color: #006; }
a:hover { color: #CC6600; }

#tagline {font-size:1.6rem; color:black; text-decoration:none}

.subtitle {
	padding:0;
	font-size:115%;
	font-weight:bold;
	line-height:normal;
}


h2 a {text-decoration:none;}

.shade2 { background-color:#FFE6A1}
.shade3 { background-color:#FFF2CF}
.shade6 { background-color:#BF9931}

.signup {
	margin:0 auto;
	margin-top:5px;
	width: 438px;
	padding:15px;
	overflow:hidden;
}

.inline {border: 4px dotted #CC6600; 
	font-family: Verdana, Arial, sans-serif; 
	padding: 10px;
	margin:10px 0px 10px 0px}
.inline h3 { padding-top:5px; padding-bottom: 0px; font: bold 1.5em Arial, sans-serif; color: #CC6600; letter-spacing: -.04em; }
.inline img {margin: 6px 10px 0 0}
img {max-width: 100%}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #003399;
	font-weight: bold;
	line-height: 22px;
}

.quote_author {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
}


dt {font-weight:bold; padding-top:.5em}
dd {margin-left: 3em}

input:focus {
	box-shadow: 0px 0px 7px #79DED8;
	z-index: 1;
}




nav ul, .contact ul {
	list-style: none;
	font-size: 0;
}

nav li, .contact li {
	margin-bottom: 0;
	display: inline-block;
}

nav li {
	width: 50%;
}

nav a {
	position: relative;
	width: 100%;
	height: 30px;
	padding: 7px 0;
	line-height: 30px;
}

nav li:nth-child(2n+1) a:after {
	position: absolute;
	content: '';
	top: 19.5px;
	right: -2.5px;
	z-index: 10;
	border-radius: 100%;
	background: steelblue;
	width: 5px;
	height: 5px;
}

@media (min-width: 550px) {

	nav li {
		width: auto;
	}

	nav a {
		padding: 7px;
		border-right: 1px solid #FFF2CF;
		width: 80px;
	}

	nav li:nth-child(2n+1) a:after {
		content: none;
	}

	nav li:last-child a {
		border-right: none;
	}
}


/* GENERAL STYLES
末末末末末末末末末末末末末末末末末末末末末末末末末 */

body {
	background: white;
}

h1, h2, h3, h4, header .btn {
	font-weight: 700;
}
h2, h3, h4 { color: #c60}

h1 {
	color: #082984;
	font-size: 2.6rem;
}

h2 {
	font-size: 2.3rem;
}

h3 {
	font-size: 2.0rem;
}

h4 {
	font-size: 1.7rem;
}


nav a {
	text-align: center;
	outline: none;
	display: inline-block;
	text-decoration: none;
	background: #FFE6A1;
	font-size: 14px;
	color: steelblue;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.testimonial {
    margin: 2rem;
    padding: 2rem;
	padding-bottom:0;
    border: 1px dotted #F4F4F4;
    background: none repeat scroll 0% 0% #FFF2CF;
    font-style: italic;
}

blockquote{
  padding: 1px 20px 1px 45px;
  margin-left:0px;
  margin-right:0;
  position: relative;
  background: #F2F2F2;
  font-style: italic;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #CC6600;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{content: ""; /*Reset to make sure*/
}

blockquote.bq::before {
	content: "";
} 

blockquote.bq {
	margin-left: 4rem;
	padding: 1rem;
	border: 1px solid #ddd;
	font-style: normal;
} 

.left {float:left}
.red {color:#FF1407}
