@charset "utf-8";
/* global.css */
html {
  height: 100%; }

body {
  font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  font-size: 14px;
  color: #000000;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  min-height: 100%; }

p {
  margin: 0 0 13px 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-family: 'Open Sans Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  color: #2d4655;
  font-size: 3.786em;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase; }

h3 {
  font-weight: 700;
  color: #00853e;
  font-size: 2.714em;
  padding-bottom: 15px;
  line-height: 1.1em; }

h4 {
  font-weight: bold;
  padding-bottom: 12px;
  font-size: 1.357em;
  font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; }

h5 {
  font-size: 1.73em;
  line-height: 1.1em;
  padding-bottom: 10px;
  letter-spacing: 0.07em; }

h6 {
  font-size: 1em;
  padding-bottom: 0;
  line-height: 1.1em;
  font-size: 1.286em;
  padding-bottom: 5px; }

hgroup {
  padding-bottom: 15px; }

a {
  color: #6c8695;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ul {
  list-style-image: url(../images/green_bullet.png); }

ul li {
  padding-bottom: 8px; }

/* custom selection colors */
::selection {
  background: #1d174c;
  /* webkit & ie9 */
  color: #ffffff; }

::-moz-selection {
  background: #1d174c;
  /* Firefox */
  color: #ffffff; }

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0; }

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

input[type='text'], select, textarea, input[type='password'] {
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  padding: 5px; }

.rightFloat {
  float: right; }

.rightAlign {
  text-align: right; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

a.greenBtn {
  /* Green buttons on homepage */
  display: inline-block;
  color: #ffffff;
  background: url(../images/green_btn.png) no-repeat;
  width: 207px;
  height: 45px;
  font-size: 1.164em;
  margin-right: 20px; }

a.greenBtn span {
  display: block;
  padding: 10px 0 0 15px;
  text-transform: uppercase;
  height: 35px; }

a.greenBtn.downloadBtn span {
  /* Green download button */
  text-transform: none;
  background: url(../images/icn_download.png) 175px 50% no-repeat; }

a.greenBtn.arrowBtn span {
  /* Green button with arrow */
  background: url(../images/icn_arrow.png) 175px 50% no-repeat; }

a.greenBtn:hover {
  text-decoration: none;
  background-position: bottom left; }

.mobileNav, .mobileClose {
  display: none; }

.floatRight {
  /* This is used so that formatting in mobile still works */
  float: right !important; }

/** Main Styles **/
/* Everything is based around tiles, a tile container and then a tile */
.tileContainer {
  float: left;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat; }

.mainHeader, .tile, .mainFooter, .mainNav {
  width: 960px;
  margin: 0 auto; }

/* header */
.mainHeader h1 a {
  display: inline-block;
  width: 186px;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/trivir-logo.png) no-repeat;
  float: left;
  margin: 25px 0; }

.headerLinks {
  float: right;
  font-size: 1.286em;
  padding-top: 30px; }

.headerLinks a {
  color: #2d4655;
  display: inline-block;
  height: 26px;
  padding-left: 48px;
  background: url(../images/icns_header.png) no-repeat 15px 3px;
  border-left: 1px solid #d7d7d7;
  margin-left: 15px; }

.headerLinks a.icnPhone {
  background-position: 15px -35px;
  border-left: 0px; }

.headerLinks a.icnEmail {
  background-position: 15px 3px; }

.headerLinks a.icnBlog {
  background-position: 15px -74px; }

/* Navigation */
.navContainer {
  height: 47px;
  background: url(../images/nav_bg.jpg) repeat-x #0c7a2d; }

.mainNav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.mainNav ul li {
  padding: 0;
  float: left; }

.mainNav ul li a {
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Open Sans Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.214em;
  height: 37px;
  padding: 10px 15px 0;
  letter-spacing: 0.07em; }

.mainNav ul li a:hover {
  text-decoration: none;
  background: #0c7a2d; }

/* Tile Sections */
/* Different widths of tiles for columns, only use 2, make sure they add up to 960 */
.tile350 {
  float: left;
  width: 350px;
  padding-top: 50px; }

.tile610 {
  float: left;
  width: 610px;
  padding-top: 50px; }

.tile610.paddingLeft {
  /* use when this is next to a 350 tile, to give space between the two */
  padding-left: 50px;
  width: 560px; }

.tile480 {
  float: left;
  width: 480px;
  padding-top: 50px; }

.tile960 {
  float: left;
  width: 960px;
  padding-top: 50px; }

.tile725 {
  float: left;
  width: 725px; }

.tile235 {
  float: left;
  width: 235px; }

.tile235.paddingLeft {
  /* use when this is next to a 725 tile, to give space between the two */
  padding-left: 50px;
  width: 185px; }

/* Homepage */
/* backgrounds for tile containers */
.homeMain {
  background-image: url(../images/main.jpg);
  height: 577px;
  min-height: 577px; }

.homeGoalie {
  background-image: url(../images/home_goalie.jpg);
  height: 506px;
  min-height: 506px; }

.homeGoalie .tile350 h3 {
  color: #ffffff;
  font-weight: normal; }

.homeClimber {
  background-image: url(../images/home_climber.jpg);
  background-color: #c7d2e6;
  height: 600px;
  min-height: 600px; }

/* formatting for homepage tiles */
.homeCustomers {
  padding-bottom: 40px; }

.quote {
  color: #2d4655;
  font-size: 1.643em;
  background: url(../images/quote.png) no-repeat;
  padding-top: 45px; }

.quoteFrom {
  font-size: 0.61em;
  text-align: right; }

.homeCustomers a {
  float: left;
  margin: 15px; }

.homeCustomers .tile480 {
  padding-top: 0; }

.listNum {
  float: left;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #00853e;
  color: #ffffff;
  font-size: 2.429em;
  text-align: center;
  font-weight: bold; }

.listText {
  float: left;
  width: 547px;
  padding: 0 0 10px 20px; }

.listText h5 {
  padding-bottom: 3px; }

/* Footer */
.footerContainer {
  background: url(../images/footer_bg.jpg) repeat-x #2d4655;
  color: #6c8695;
  font-family: 'Open Sans Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.214em; }

.col4 {
  float: left;
  width: 240px;
  height: 270px;
  padding-top: 45px; }

.footerContainer h6 {
  color: #6c8695; }

.footerContainer h5 {
  font-size: 1.714em;
  color: #91b0c3; }

/* Tier 2s */
.tier2 {
  padding: 0 0 50px 0; }

.tier2 h5 {
  color: #2d4655; }

.tier2 h6 {
  color: #00853e;
  font-weight: bold;
  font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.071em; }

.tier2Section {
  float: left;
  width: 100%;
  padding: 42px 0 30px 0;
  border-top: 2px dashed #d7d7d7; }

.tier2Section:first-child {
  padding-top: 0;
  border-top: 0; }

.tier2SectionIcon {
  float: left;
  width: 75px; }

.tier2SectionText {
  float: left;
  width: 485px; }

.tier2 .quote {
  font-family: 'Open Sans Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 305px;
  margin-top: 75px; }

.arrowList {
  list-style-image: url(../images/bullet_arrow.png); }

/* Blog */
.blogPost {
  float: left;
  width: 725px;
  border-top: 2px dashed #d7d7d7;
  padding: 50px 0; }

.blogPost:first-child {
  border-top: 0;
  padding: 30px 0 50px 0; }

.blogIcon {
  float: left;
  width: 175px; }

.blogText {
  float: left;
  width: 550px; }

.blogText h5 {
  font-weight: bold; }

.blogInfo {
  float: left;
  width: 550px;
  padding: 10px 0 0px 175px;
  color: #00853e;
  text-transform: uppercase; }

.blogInfo a {
  color: #00853e; }
