

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both
}

img {
	max-width: 100%;
}

a img {
	border: 0px;
}

a {
	transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: inherit !important;
}
button:hover,
button:focus,
button:active {
	text-decoration: none;
	outline: inherit !important;
	box-shadow: inherit !important;
	outline: initial !important;
}
.header {
	width: 100%;
	float: left;
	background: #2E75B5;
	padding-bottom: 30px;
}
.navbar-brand {
	margin-top: 50px;
    height: auto;
    color: white;
    font-size: 27px;
	padding-left: 0px;
	padding-right: 0px;
    text-transform: uppercase;
}
@media (min-width:769px) {
	.navbar-right {
    margin-top: 10px;
}
}
.navbar-brand:hover {
	color: white;
}
.nav > li > a {
    color: white;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #2E75B5;
    color: white;
}
.content-section { 
	width: 100%; 
	float: left; 
	padding: 50px 0px; 
	background: #1f4e78;
}
.content-section p span {
	font-size: 17px;
	font-weight: 600;
}
.content-section p {
	line-height: 24px;
}
.mb20 {
	margin-bottom: 20px;
}
.address-section { 
	width: 100%; 
	float: left; 
	padding: 30px 0px; 
	background: #333E50;
}
.address-section h2 {
	font-size: 16px;
	margin-bottom: 3px;
}
.address-section p {
	color: #d8d8d8;
	line-height: 20px;
}
@media (min-width:769px) {
.address-section p.office-cnt {
	margin-top: 17px;
	text-align: right;
}
}
.imgsection { 
	width: 100%; 
	float: left; 
}
@media (max-width:768px) {
	.navbar-brand {
      margin-top: 6px;
	}
	.navbar-right {
		float: right;
	}
	.nav > li {
    float: left;
}
	.header {
    padding-bottom: 3px;
}
	.navbar-nav {
    margin: 7.5px 0px;
}
}

@media (max-width:580px) {
	.navbar-brand {
    font-weight: 700;
	font-size: 21px;
	margin-top: 4px;
}
}
@media (max-width:420px) {
	.header {
		text-align: center;
	}
.navbar-nav {
    margin: 0px auto;
	float: none;
    display: table;
}
.navbar-brand {
	float: none;
    display: table;
	margin: 0px auto;
}
}
