/* Reset */ 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: middle;
} /* 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;
} /* CSS Document */
body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #525252;
} /* Heading */
h1, h2, h3, h4, h5, h6 {
	color: #0A4498;
	font-family: 'Exo', san-serif;
	-webkit-text-stroke: .01em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
}
h3 {
	font-size: 1.65em;
}
.clearfix {
	clear: both;
}
.spacer {
	padding: 22px 0;
}
.medium-spacer {
	padding: 17px 0;
}
a {
	transition: 500ms all
}
.nomargin {
	margin: 0 !important;
} /* Exo Font */
.exo {
	font-family: 'Exo', sans-serif;
}
.wrapper {
	width: 1000px;
	margin: auto;
	box-shadow: 0px 0px 4px #aaa;
} /* -- Header -- */
.innerpage {
	padding: 0 30px;
	display: block;
} /* -- Logo -- */
.logo {
	float: left
} /* -- Navigation -- */
ul.navigation {
	float: right;
	display: block;
	margin-top: 58px;
	letter-spacing: 1px;
}
ul.navigation li {
	float: left;
	margin: 0 0 0 20px;
}
ul.navigation li a {
	color: #676767;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.067em;
}
ul.navigation li a {
padding:
}
ul.navigation li a:hover, ul.navigation li a.active {
	color: #0a4498;
} /* -- Banner -- */
.main-text {
	background-color: #0a4498;
	padding: 29px 30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #fff;
	font-size: 1.500em;
	text-align: center;
	font-weight: 300;
	line-height: 1.4;
} /* -- Service -- */
.service-row.BT-line {
	border-bottom: solid 3px #f3f3f3;
}
.service-row > div.service {
	width: 49.8%;
	float: left;
	text-align: center;
	padding: 50px 0;
}
.service-row > div.service h3 {
	margin-bottom: 13px;
}
.service-row > div.service p {
	line-height: 1.9;
}
.service-row > div.service.RT-line {
	border-right: solid 3px #f3f3f3;
}
.footer {
	padding: 25px 30px;
	background-image: url(../images/footer-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #323232;
	color: #fff;
}
.footer div.left-footer {
	width: 190px;
	float: left;
}
.footer div.left-footer h3 {
	color: #fff;
	margin-bottom: 27px;
}
.footer div.left-footer ul.contact-detail {
	width: 100%;
}
.footer div.left-footer ul.contact-detail li {
	clear: both;
	margin-bottom: 20px;
	font-size: .9em;
	line-height: 1.21;
	cursor: default
}
.footer div.left-footer ul.contact-detail li i {
	transition: 500ms all;
	float: left;
	width: 20px;
	height: 25px;
}
.footer div.left-footer ul.contact-detail li i.location {
	background: url(../images/location.png)
}
.footer div.left-footer ul.contact-detail li:hover i.location {
	background: url(../images/location-hover.png)
}
.footer div.left-footer ul.contact-detail li i.phone {
	background: url(../images/phone.png)
}
.footer div.left-footer ul.contact-detail li:hover i.phone {
	background: url(../images/phone-hover.png)
}
.footer div.left-footer ul.contact-detail li i.address {
	background: url(../images/address.png)
}
.footer div.left-footer ul.contact-detail li:hover i.address {
	background: url(../images/address-hover.png)
}
.footer div.left-footer ul.contact-detail li span {
	float: right;
	width: 160px;
}
.footer div.left-footer ul.contact-detail li span a {
	color: #fff;
	text-decoration: none;
}
.footer div.right-footer {
	float: right;
}
.footer div.right-footer ul {
	width: 100%;
}
.footer div.right-footer ul li {
	float: left;
	vertical-align: baseline;
}
.footer div.right-footer ul li a {
	padding: 44px 0 2px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 0.87em;
	width: 79px;
	display: block;
}
.footer div.right-footer ul li a.linkedin {
	background: url(../images/linkedin.png) top center no-repeat;
}
.footer div.right-footer ul li a.linkedin:hover {
	background: url(../images/linkedin-hover.png) top center no-repeat;
}
.footer div.right-footer ul li a.sms {
	background: url(../images/sms.png) top center no-repeat;
}
.footer div.right-footer ul li a.sms:hover {
	background: url(../images/sms-hover.png) top center no-repeat;
}
.footer div.right-footer ul li a.email {
	background: url(../images/email.png) top center no-repeat;
}
.footer div.right-footer ul li a.email:hover {
	background: url(../images/email-hover.png) top center no-repeat;
}
.footer div.right-footer ul li a.coffee {
	background: url(../images/coffee.png) top center no-repeat;
}
.footer div.right-footer ul li a.coffee:hover {
	background: url(../images/coffee-hover.png) top center no-repeat;
}
.lower-footer {
	padding: 30px 0;
	text-align: center;
	line-height: 1.5;
	font-size: .9em
}
.lower-footer a {
	color: #0b4599;
}
.lower-footer a:hover {
	color: #323232;
}
.ownership-img {
	float: left;
}
.ownership-img p {
	display: block;
	background: #d5d5d5;
	color: #323232;
	font-size: .9em;
	text-align: center;
	padding: 5px 0;
	vertical-align: middle;
}
.ownership-img p span {
	color: #0a4498
}
.ownership-content {
	float: right;
	width: 660px;
}
.ownership-content small {
	color: #0A4498;
	font-size: .85em;
}
.ownership-content ul {
	font-size: 0.9em;
	line-height: 1.20;
	margin-top: 15px;
}
.ownership-content ul li {
	list-style: disc outside;
	margin-left: 16px
}
.ownership-content ul li a {
	color: #0A4498
}