﻿@charset "UTF-8";
/* CSS Document */

/* @General Text Elements
===================================== */

body {
	font-family: "proxima-nova","Proxima Nova",sans-serif;
	font-size: 100%;
	font-weight:400;
	line-height:1.3em;
	color: #333333;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: inherit;
	line-height: 1.4em;
	margin-bottom: 1.25em !important;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	
	font-weight:400;
	font-size: 1.125em;
}

p + p {
	margin-top:1.2em;
}

div, dl, dt, dd, ol, li,
pre, form, p, th, td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

ul{
	margin-left:2.5em;
	margin-bottom:1.25em;
	font-size: 1em;
}

ul ul{
	margin-bottom:.25em;
}

li{
	line-height:1.75em;
}

strong, b { font-weight: 700; }
em, i { font-style: italic; }

blockquote, 
blockquote p{
	color: #77b843 !important;
	font-weight:700;
	border-left: none;
	font-size: 0.95em;
    text-transform: uppercase;
}

blockquote {
    padding-left: 2em;
}

/* @Global Links
===================================== */
a, a:link, a:visited {
  color: #00a9f5;
  text-decoration: none;
}

a:hover, a:active {
  color: #505050;
  text-decoration: none;
}
/* @end General Text Elements
===================================== */

/* @General Text Elements
===================================== */
.btn, .button, button,
.sub-nav li, .off-canvas-list, #mainNavBar,
 .tabs .tab-title > a, #secondaryNavWrapper,
.accordion .accordion-navigation > a, .accordion dd > a,
h1, h2, h3, h4, h5, h6, h7{
	font-family: "proxima-nova","Proxima Nova", sans-serif;
}

h1, h2, h3, h4, h5, h6, h7{
	font-weight: 300;
	font-style: normal;
	line-height: 1em;
	margin-bottom:0.55em;
}
/* @end General Text Elements
===================================== */


/* @Headings (H1)
===================================== */
h1{
	font-size:3.55em;
}

h1, h1 a, 
h1 a:visited, 
h1 a:link{
	line-height: 1.25em;
	color:#333333;
	text-align:left;
	letter-spacing:-0.035em;
}

h1 a:hover, h1 a:active{
  color: #00a9f5;
}

/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
 h2{
	font-size:4em;
}

h2, h2 a, h2 a:visited, 
h2 a:link {
	color:#333333;
}

h2 a:hover, h2 a:active{
  color: #00a9f5;
}

#newsItem h2{
	font-size:2.55em;
}
/* @end Headings (H2)
===================================== */



/* @Headings (H3)
===================================== */
h3{
	font-size:0.95em;
}

h3, h3 a, h3 a:visited, 
h3 a:link, legend {
	color: #000000;
	text-transform:uppercase;
}

h3 a:hover, h3 a:active{
	color: #00a9f5;
}

.bucket-list h3{
	color: #000000;
	font-size:1.5em;
	font-weight:700;
}

.bucket-list h3,
.bucket-list h3 a{
	text-transform: none;
}

/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4 {
	font-size:13px;
}

h4, h4 a, h4 a:visited, 
h4 a:link {
	color: #333333;
	letter-spacing:0.35em;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	position: relative;
    overflow: hidden;
	margin-bottom:3.5em;
}

h4 a:hover, h4 a:active{
	 color: #00a9f5;
}

h4 > span{	
	position: relative;
    display: inline-block;
	width:100%;
}

h4 > span:before,
h4 > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #333333;
    width: 25%;
}

h4 > span:before {
    left: 0;
}

h4 > span:after {
    right: 0;
}

#secondaryHero h4{
	margin: -1.75em 0 1.55em;
}

#specsWrapper h4{
	text-align:left;
	 color: #00a9f5;
	margin-bottom: 1.5em;
}
/* @end Headings (H4)
===================================== */

/* @Headings (H5)
===================================== */
h5{
	font-size:13px;
}

h5{
	color: #333333;
	text-transform:uppercase;
	text-align:left;
	font-weight:700;
}

a h5,
h5 a, h5 a:visited, 
h5 a:link {
	color:#333333;
}

a h5:hover,
h5 a:hover, h5 a:active{
	 color: #00a9f5;
}

#supportNav a h5, 
#supportNav h5 a, 
#supportNav h5 a:visited, 
#supportNav h5 a:link {
    color: #fff;
}

#supportNav a h5:hover,
#supportNav h5 a:hover, 
#supportNav h5 a:active{
	 color: #00a9f5;
}
/* @end Headings (H5)
===================================== */

/* @Headings (H6)
===================================== */
h6{
	font-size: 0.85em;
}

h6{
	color: #7f7f7f;
}

h6 a, h6 a:visited, 
h6 a:link {
	color:#7f7f7f;
}

h6 a:hover, h6 a:active{
	 color: #00a9f5;
}
/* @end Headings (H6)
===================================== */

/* @Headings (H7)
===================================== */
h7{
	font-size: 1.75em;
}

h7, h7 a, h7 a:visited, 
h7 a:link {
	color:#2a3908;
}

h7 a:hover, h7 a:active{
	 color: #00a9f5;
}
/* @end Headings (H7)
===================================== */

.lead{
	font-size:1.375em;
}

.white,
a.white:link,
.white a:link,
.white a,
.white a:visited,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5, 
.white h6{
	color:#fff;
}

#titleRow p, 
#secondaryHero p {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
	#secondaryHero h2 {
		font-size:3em;
	}
	
	#titleRow p, 
	#secondaryHero p {
		font-size: 1.25em;
		line-height: 1em;
	}
}


@media only screen and (max-width: 720px) {
	h1{
		font-size:2.75em;
	}

	h2{
		font-size:2.25em;
	}
	
	#newsItem h2{
		font-size:2em;
	}
	
	#secondaryHero h2 {
		font-size:2.55em;
		margin-bottom:1em;
	}
	
	#titleRow p, 
	#secondaryHero p {
		font-size: 1.15em;
		line-height: 1.15em;
	}
}

@media only screen and (max-width:320px) {
	#secondaryHero h2 {
		font-size: 2em;
		margin-bottom:1em;
	}
	
	#secondaryHero h4{
		font-size:12px;
	}
	
	#titleRow p, 
	#secondaryHero p {
		font-size: 1em;
		line-height: 0.95em;
	}
}
