/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

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;
}
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;
}

/*===========================================
		Custom Styles
===========================================*/
body {
	background: #ffffff;
	color: #000000;
	font: 300 16px/22px Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: 500;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	font-size: 25px;
	font-weight: 500;
	color: #FFFFFF;
}

.header-bar1 {
	background: #dc9834;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #4582b1;
	text-align: center;
	vertical-align: middle;
}

.sm-text {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding-bottom: 2px;
	color: #4582b1;
}


.header-bar2 {
	background: #4582b1;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.big-bar {
	line-height: 60px;
}

.nav-links {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 5px 20px 5px 0px;
}

.nav-links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.nav-links a:hover {
	color: #dc9834;
}

.main-section {
	text-align: center;
}

.main-section img {
	float: left;
}

.main-wrapper {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	text-align: left;
	min-height: 227px;
}

.logo {
	vertical-align: middle;
	padding-right: 20px;
}

.main-content {
	vertical-align: middle;
}

.footer-bar {
	background: #4582b1;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
}

.footer-content {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.about-content
{
	border: 1px solid #dfe2e5;
	border-radius: 5px;
	margin-top: 88px;
	padding-bottom: 22px;
	text-align: center;
}

.about-content img
{
	border-radius: 50%;
	height: 130px;
	margin: -66px 0 22px 0;
	vertical-align: top;
}

.contact-images {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.contact-images span {
	display: table-cell;
	text-align: center;
}

.t-icon {
	width: 50px;
	vertical-align: middle;
	padding-bottom: 30px;
}

.t-content {
	padding-bottom: 30px;
	padding-left: 25px;
}