body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color: #00375f;
	font-size: 16px;
	line-height: 26px;
}
.container-fluid.topbar {
	position:fixed;
	z-index:999;
	top:0;
	left: 0;
	width: 100%;
	background-color: #072764;
	color: #67E64E;
	text-align: center;
	height: 60px;
	font-size: 34px;
	line-height: 56px;
}
.container-fluid.hero {
	padding-top: 80px; 
	background-color: #498CC5;
	background-image: url(../images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.hero-img {
	margin-bottom: 34px;
}
.h2, h2 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1D649A;
}
.container.content {
	padding-top: 72px;
	background-color: #fff;
}
.row.body-content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.intro-para {
	padding-top: 30px;
}
.upper-footer {
	background-color: #072764;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 46px;
	margin-top: 76px;
}
.container-fluid.topbar a {
	color: #67E64E;
	text-decoration: none;
}
.upper-footer a {
	color: #fff;
	text-decoration: none;
	font-size: 32px;
}
.upper-footer a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 32px;
}
.formfields {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
input[type="text"] {
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	border-color: #BBBBBB;
	padding: 6px 10px;
	margin: 8px 0 8px;
	width: 100%;
	color: #1D649A;
}
.btn-success {
	background-color: #069900;
	border-radius: 0px;
	font-size: 20px;
	padding: 14px 34px;
	margin-top: 30px;
}
.footer {
	text-align: center;
	height: 266px;
	padding-top: 38px;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
}

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
}

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
 	.container-fluid.topbar {
		font-size: 18px;
}
	.h2, h2 {
		font-size: 18px;
		font-weight: 500;
}
	.upper-footer a {
		font-size: 24px;
}
	.upper-footer {
		font-size: 18px;
}
	.footer {
		height: 180px;
}
	.hero-content {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 16px;
}
}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
}
