p{
	font-size:1.25em;
	line-height:1.25em;
	padding-top:0;
	margin-top:0;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
h1{font-size:2.5rem;
	line-height:1em;
	font-weight:700;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
h2{
	font-size:2rem;
	line-height:1em;
	font-weight:700;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
h3{
	font-size:1.6rem;
	font-weight:700;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
hr{
	max-width:100%
}
.subheader{
	font-size: 18px;
}
.headline{
	padding-top:1.5rem
}
.menu>li>a{
	padding:1.5rem 0
}
.menu>li>a>img{
	margin-top:16px
}
.sub-menu{display:block;
	margin:0;
	padding:1rem 1rem
}
.sub-menu ul{
	list-style-type:none;
	margin:0;
	padding:2rem 0;
	overflow:hidden
}
.sub-menu li{
	display:inline
}
.sub-menu a{
	padding:0 1rem
}
.title-bar{
	background-color:#61595b
}
.code{
	background-color:#CCFFCC; 
	padding:5px; 
	font-size:14px; 
	list-style: none; 
	text-align:center;
}
.top-bar{
	background-color:#f1f2f3;;
	border-bottom-color:#61595b;
	border-bottom-style:solid;
	border-width:1px;
	height:110px;
}	
.highlights{
	line-height:1.45em
}
.bill{
	padding-bottom:1rem;
	padding-top:1.2rem
}
.button{
	height:60px;
	width:350px
}
/*.subscribe-form {
  position: relative;
  margin: 20px -20px -20px;
  padding: 15px;
  background: #fafafa;
  border-top: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
  @include linear-gradient(top, #fafafa, #eaeaea 50%, #e1e1e1 51%, #f2f2f2);
  @include box-shadow(inset 0 1px white);
}*/

.subscribe-input {
  width: 500px;
  height: 35px;
  font-family: 'Ubuntu', Tahoma, Verdana, sans-serif;
  font-weight:400;
  font-size: 18px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 2px; 
  margin-bottom:5px; border-bottom-width:1px; border-top-width:1px;
}

.subscribe-submit{
	align:center;
	height:50px;
	width:200px;
	background:#00B2FF;
	display:block;
	border: 1px solid;
	border-color: #00B2FF;
	cursor: pointer;
	border-radius: 4px;
	color:white;
	font-size:22px;
	font-weight:700;
	font-family: 'Ubuntu',sans-serif;
	display:inline-block; 
	margin:0px; 
	width:500px;
}
.subscribe-form{
	display:inline-block;
}
.lt-ie9 .subscribe-input { line-height: 33px; }

footer{
	background-color:#f2f2f2;
	border-top-color:#61595b;
	border-top-style:solid;
	border-width:1px;
	margin-top:20px
}
.footer-headline{
	border-top-style: solid;
	border-top-color:black;
	border-top-width: 1px;
	background-color:#f3f4f5;
}
.footer-menu{
	text-align:left; 
	text-decoration: none;
	color: inherit;
	list-style-type:none; 
	font-size:14px; 
	line-height:20px;
	color:#ffffff;
	list-style-type: none;
}
a {
    color: #ffffff;
    text-decoration: none;
}

a:hover 
{
     color:#00A0C6; 
     text-decoration:none; 
     cursor:pointer;  
}
.footer-menu-center{
	text-align:center;
	list-style-type: none;
}
.footer-menu li {
	text-decoration: none;
}
.menu li{
	padding:0 1rem .5rem 1rem
} 
.menu li:first-child{
	padding:0 1rem .5rem 0
}
.menu li:last-child{
	padding:0 0 .5rem 1rem
}
.copyright{
	font-size:10px;
	color:#ffffff;
}

/* From the Section179 page

p {
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 0;
    margin-top: 0;
}

h1{
	font-size: 3rem;
	line-height: 1em;
	font-weight:700;
}

h2{
	font-size: 2rem;
	line-height: 1em;
	font-weight:400;
}

hr{
	max-width: 100%;
}

.headline{
	 padding-top: 1.5rem;
}

.menu > li > a {
    padding: 1.5rem 0;
}

.sub-menu{
	display: block; 
	margin:0;
	padding:1rem 1rem;
}
.sub-menu  ul {
	list-style-type: none; margin: 0;
    padding: 2rem 0;
    overflow: hidden;
}
.sub-menu li {
	display: inline; 
}

.sub-menu a{
	padding:0 1rem;
}

.top-bar{
	height:125px;
}

.title-bar{
	background-color: #61595b;
}

.sec179-vendor>.top-bar{
	padding-top: 0.5rem;
	background-color: #f2f2f2;
	border-bottom-color: #61595b;
	border-bottom-style: solid;
	border-width: 1px;
}

.sec179-vendor>.top-bar>.top-bar{
	margin: 0 auto;
	width:1170px;
}
.highlights{
	line-height:1.45em;
}

.menu-text{
	
}

.bill{
	padding-bottom:1rem;
	padding-top:1.2rem;
}

.button{
	height:60px;
	width:350px;

}

footer{
	background-color: #f2f2f2;
	border-top-color: #61595b;
	border-top-style: solid;
	border-width: 1px;
}  

.menu li{
	padding:0 1rem .5rem 1rem;
}

.menu li:first-child{
	padding:0 1rem .5rem 0;
}

.menu li:last-child{
	padding:0 0 .5rem 1rem;
}

*/