/* 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;
}
/*
======================================================
						Grid
======================================================
*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

/*override below
.container {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	width: 960px;
}*/
.grid,
.container {
	margin: 0 auto;
	width: 960px;
}
.container {
	padding-right: 30px;
	padding-left: 30px;
}
.col-1-3 {
	width: 33%;
}
.col-2-3 {
	width: 66%;
}
.col-1-3,
.col-2-3 {
	display: inline-block;
	vertical-align: top;
}
.grid,
.col-1-3,
.col-2-3 {
	padding-left: 15px;
	padding-right: 15px;
}

/*
======================================================
						Typography
======================================================
*/
h1, h3, h4, h5, p {
	margin-bottom: 22px;
}
h1, h2, h3, h4{
	color: #648880;
}
h1 {
	font-size: 36px;
	line-height: 44px;
}
h2 {
	font-size: 24px;
	line-height: 44px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5{
	color: #a9b2b9;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
strong{
	font-weight: 400;
}
cite, em{
	font-style: italic;
}
.tagline {
	margin: 66px 0 22px 0;
	text-align: right;
}

/*
======================================================
						Botton
======================================================
*/
.btn {
	border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
  	letter-spacing: .5px;
  	margin: 0;
  	text-transform: uppercase;
}

.btn-alt{
	border: 1px solid #dfe2e5;
	padding: 10px 30px;
}

.btn-alt:hover {
  	background: #fff;
  	color: #648880;
}

.btn-alt-in{
	background: #293f50;
	border: 1px solid #dfe2e5;
	padding: 10px 30px;
}

.btn-alt-in:hover {
  	background: #fff;
  	color: #648880;
}

/*
======================================================
						Home
======================================================
*/
.hero {
	line-height: 44px;
	color: #fff;
	padding: 30px;
	text-align: left;
	background-image: url("/assets/images/tgnr_banner.png");
	background-size: 960px 308px;
}

.hero h2 {
	padding-top: 80;
	font-size: 36px;
	font-weight: 400;
	float: left;

}
.hero p {
	font-size: 24px;
	font-weight: 100;
}
.teaser a:hover h3 {
	color: #a9b2b9;
}

.hero a {
	float: right;
	margin-top: 0px;
	margin-bottom: 40px;
}
/*
======================================================
					clearfix
======================================================
*/
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	clear: both;
	*zoom: 1;
}

/*
======================================================
					Primary header
======================================================
*/
.logo {
	color: #293f50;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	float: left;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 48px;
	padding: 20px;
	margin-top: 20px;
	/*padding: 40px 0 22px 0;*/
}
.primary-nav {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: uppercase;

}


/*
======================================================
					Primary footer
======================================================
*/
.primary-footer small{
	float:left;
	font-weight: 400;
}
.primary-footer{
	color: #648880;
	font-size: 14px;
	padding-top: 44px;
	padding-bottom: 44px;
}
/*
======================================================
					custom style
======================================================
*/
body {
	background: #293f50;
	color:#888;
	font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
======================================================
					links
======================================================
*/
a:hover {
	color: #a9b2b9;
}
a {
	color: #648880;
	text-decoration: none;
}
p a {
	border-bottom: 1px solid #dfe2e5;
}
.primary-header a,
.primary-footer a {
  color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
  color: #648880;
}

.logo a{
	color: #293f50;
}

.logo a:hover {
	color: #648880;
}
/*
======================================================
					Navigation
======================================================
*/
.nav {
	text-align: right;
	word-spacing: 10px;
}

/*
======================================================
					Rows
======================================================
*/

.row,
.row-alt {
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 66px 0 44px 0;
}
.row-alt {
  background: #cbe2c1;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:    -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 44px 0 22px 0;
}

/*
  ========================================
  Leads
  ========================================
*/

.lead {
  text-align: center;
}
.lead p {
  font-size: 21px;
  line-height: 33px;
}
