﻿/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   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;
}

/* Box Sizing
--------------------------------------------- */

*, input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Structure
----------------------------------------------------------------------------- */

.container,
.row {
	display: block;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 1140px;
}

.inside-section {
	padding: 50px 0;
}

[class*="span"] {
	float: left;
	box-sizing: border-box;
}

.span1 {
	width: 8.3333333333%;
}

.span2 {
	width: 16.6666666666%;
}

.span3 {
	width: 25%;
}

.spn3 {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.span4 {
	width: 33.3333333333%;
}

.span5 {
	width: 41.6666666666%;
}

.span6 {
	width: 50%;
}

.spn6 {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.span7 {
	width: 58.3333333333%;
}

.span8 {
	width: 66.6666666666%;
}

.span9 {
	width: 75%;
}

.spn9 {
	width: 75%;
	float: left;
	box-sizing: border-box;
}

.span10 {
	width: 83.3333333333%;
}

.span11 {
	width: 91.6666666666%;
}

.span12 {
	width: 100%;
}
img {
	max-width: 100%;
}
body {
	background-color: #FBFBFB;
}
/* Typography
----------------------------------------------------------------------------- */
html {
	font-size: 100%;
}

body,
p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 400;
	color: #666666;
}
p {
font-size:12px;
	padding-top: 7px;
	padding-bottom: 7px;
	width:1100px;
}
@media (max-width: 768px) {
  p{width:100% !important;}
  }
p a, p a:link, pa:visited {
	color: #000000;
}
p a:hover {
	color: #0040AA;
}
h1, h2, h3 {
	font-family: 'oswald', sans-serif;
	line-height: 1.6;
	font-weight: normal;
}

h1 {
	font-size: 2rem;
	padding-bottom: 10px;
	color: #005E96;
	width:1100px;
}

h2 {
	font-size: 1.7rem;
	color: #005E96;
	width:1100px;
}

h3 {
	font-size: 1.4rem;
	padding-top: 20px;
	color: #005E96;
	width:1100px;
}
h4 {
	color: #cccccc;
	font-family: 'Roboto', sans-serif;
	font-weight: 400px;
	text-align: center;
	font-size: 0.7rem;
	line-height: 25px;
}
h5 {
	color: #005E96;
	font-weight: 400;
	font-size: 1rem;
	width:1100px;
}

@media (max-width: 768px) {
  h5{width:100% !important;}
  h3{width:100% !important;}
  h2{width:100% !important;}
  h1{width:100% !important;}
  }
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*Navigation
--------------------------------------------- */
.logo-container {
	width: 30%;
	float: left;
}
.nav-container {
	width: 68%;
	float: right;
}
.top-nav {
	margin-top: 14px;
	width: 100%;	
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	padding-left: 20px;
}
.top-nav li {
	float: right;
	width: auto;
	text-align: right;
	line-height: 30px;
	padding-top: 2px;
	margin-left: 30px;
	margin-right: 0px;
}
.top-nav a {
	text-decoration: none;
	color: #666666;
	display: block;
}
.top-nav a:hover {
	color: #333333;
}
.top-nav a#pull {  
    display: none;  
} 

ul{
font-size:13px;
}