/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
body.consumer.landing #bd .in_action {
  background: no-repeat center bottom;
  width: 100%;
  height: 155px;
}
body.consumer.landing #bd .mid-section {
  margin-top: 10px;
  margin-bottom: 0;
}
body.consumer.landing #bd .mid-section h2,
body.consumer.landing #bd .mid-section h3 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
body.consumer.landing #bd .mid-section h2 {
  font-size: 60px;
  line-height: 40px;
}
body.consumer.landing #bd .mid-section h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
body.consumer.landing #bd .third_row {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  margin-top: 50px;
}
body.consumer.landing #bd .third_row ul {
  margin: 0;
  list-style: none;
}
body.consumer.landing #bd .third_row ul li {
  float: left;
  width: 50%;
  margin: 0;
}
body.consumer.landing #bd .third_row ul li img.main {
  float: left;
  margin-right: 15px;
}
body.consumer.landing #bd .third_row img.main {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.consumer.landing #bd .third_row h3 {
  font-size: 30px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
body.consumer.landing #bd .third_row p {
  font-size: 16px;
  line-height: 20px;
}
body.consumer.landing #bd .features {
  list-style: none;
  margin-left: 0;
  margin-top: 40px;
}
body.consumer.landing #bd .features li {
  width: 250px;
  margin-right: 7px;
  margin-bottom: 50px;
  float: left;
}
body.consumer.landing #bd .features li.last {
  margin: 0;
}
body.consumer.landing #bd .features li h3 {
  font-size: 30px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
body.consumer.landing #bd .features li img {
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 8px;
}
body.consumer.landing #bd .features li a {
  display: block;
}
body.consumer.landing #bd .features li p {
  line-height: 18px;
}
body.consumer.landing #bd a.title {
  text-decoration: none;
}
body.consumer.landing #bd .top {
  margin-bottom: 35px;
}
body.consumer.landing #bd .top h1 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 10px;
}
body.consumer.landing #bd .top h1.smaller {
  font-size: 48px;
}
body.consumer.landing #bd .top p {
  font-size: 16px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
body.consumer.landing #bd .top .banner {
  width: 100%;
  overflow-x: hidden;
}
body.consumer.landing #bd .top .banner ul li {
  width: 1030px;
  background-color: #000000;
  position: relative;
}
body.consumer.landing #bd .top .banner ul li .bgImage {
  position: absolute;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 0;
}
body.consumer.landing #bd .top .banner ul li .info {
  position: relative;
}
body.consumer.landing #bd .top .bx-window {
  overflow: visible !important;
}
body.consumer.landing #bd .top .bx-window li {
  zoom: 1;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
body.consumer.landing #bd .top .bx-window li.active {
  zoom: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
body.consumer.landing #bd .top .bx-next {
  right: 25px;
}
body.consumer #bd .masthead {
  background: center top no-repeat #000000;
  height: 419px;
  margin-bottom: 50px;
}
body.consumer #bd .masthead h1 {
  color: #000000;
  font-size: 92px;
  line-height: 95px !important;
  margin-top: 25px;
  margin-bottom: 5px;
}
body.consumer #bd .masthead em {
  clear: both;
  background-color: #ffffff;
  line-height: 20px;
  font-size: 22px;
  color: #181818;
  padding: 5px 10px;
  margin-bottom: 0;
  font-style: normal;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  display: block;
  float: left;
}
body.consumer #bd .masthead.short {
  height: 396px;
  margin-bottom: 0;
}
body.consumer #bd .masthead.short h1 {
  line-height: 80px;
}
body.consumer #bd .masthead.white {
  color: #ffffff;
}
body.consumer #bd .masthead.white h1 {
  color: #ffffff;
}
body.consumer #bd .masthead.black_bg {
  background-color: #000000;
}
body.consumer #bd .masthead.tips {
  background-repeat: repeat-x;
}
body.consumer #bd .masthead.tips h1 {
  font-weight: normal;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  margin-top: 35px;
  font-size: 80px;
  line-height: 35px;
}
body.consumer #bd .masthead.tips h2 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 35px;
  vertical-align: top;
  margin-left: 7px;
}
body.consumer #bd .masthead.tips h2 strong {
  display: inline-block;
  font-size: 80px;
  padding-top: 12px;
}
body.consumer #bd .masthead.tips.alt {
  height: auto;
  margin-bottom: 0;
}
body.consumer #bd .masthead.tips.alt h1,
body.consumer #bd .masthead.tips.alt h2 {
  color: #ffffff;
}
body.consumer #bd .masthead.tips.alt h1 {
  font-size: 73px;
}
body.consumer #bd .masthead.tips.alt h2 strong {
  font-size: 65px;
  padding-top: 8px;
}
body.consumer #bd .masthead.tips.alt .info_image {
  -moz-border-radius: 0;
  border-radius: 0;
  border: 5px solid #ffffff;
  margin-bottom: 20px;
}
body.consumer #bd .condensed {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif !important;
}
body.consumer #bd .athlete {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}
body.consumer #bd .athlete .polaroid {
  float: left;
  background-color: #ffffff;
  padding: 5px;
  padding-bottom: 50px;
  margin-right: 20px;
  -webkit-box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.2) inset;
}
body.consumer #bd .athlete .person {
  float: left;
  margin-bottom: 20px;
  line-height: 22px;
  width: 100%;
}
body.consumer #bd .athlete .story {
  float: left;
  font-size: 13px;
  width: 100%;
}
body.consumer #bd .athlete h4 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.consumer #bd .athlete p {
  margin-bottom: 15px;
  font-weight: 100;
}
body.consumer #bd .page.white_bottom {
  padding: 0 0 60px;
  background: no-repeat center top #ffffff;
  min-height: 450px;
}
body.consumer #bd .page.white_bottom h4 {
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.consumer #bd .page.white_bottom p {
  width: 80%;
}
body.consumer #bd .page.white_bottom img.image_left {
  margin: 0 8px 5px 0;
}
body.consumer #bd .page.white_bottom ul {
  margin-left: 15px;
}
body.consumer #bd .page.white_bottom .big {
  font-size: 18px;
}
body.consumer #bd .athlete_sidebar {
  color: #ffffff;
  border-left: 1px solid #262626;
  padding-left: 30px;
  margin-left: 30px;
}
body.consumer #bd .athlete_sidebar h3,
body.consumer #bd .athlete_sidebar h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
body.consumer #bd .athlete_sidebar h4 {
  font-size: 12px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
body.consumer #bd .athlete_sidebar p {
  color: #595959;
}
body.consumer #bd .athlete_sidebar ul {
  list-style: none;
  width: 172px;
}
body.consumer #bd .athlete_sidebar ul li {
  border-bottom: 1px solid #262626;
  margin-bottom: 25px;
}
body.consumer #bd .athlete_sidebar ul li.last {
  border: none;
}
body.consumer #bd .athlete_sidebar img {
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  zoom: 1;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
body.consumer #bd .athlete_sidebar a {
  display: block;
}
body.consumer #bd .athlete_sidebar a:hover img {
  zoom: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
body.consumer #bd.in_action {
  font-size: 14px;
  line-height: 22px;
}
body.consumer #bd.in_action .top h1 {
  color: #ffffff;
}
body.consumer #bd.in_action .top h1 span {
  font-weight: normal;
  font-size: 50px;
  margin-top: -25px;
  display: block;
}
body.consumer #bd.in_action .dark {
  color: #ffffff;
}
body.consumer #bd.in_action .dark h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
}
body.consumer #bd.in_action .dark p {
  font-weight: 100;
  width: 80%;
}
body.consumer #bd.in_action hr.black_shadow {
  margin-bottom: 0;
}
body.consumer #bd.in_action .offwhite {
  padding: 40px 0 20px;
  margin-bottom: 40px;
}
body.consumer #bd.in_action .tabs .graphicalTabs {
  margin: 0;
}
body.consumer #bd.in_action .tabs .graphicalTabs li {
  float: left;
  display: block;
  text-align: center;
  margin-right: 5px;
  background: #ffffff;
  zoom: 1;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
body.consumer #bd.in_action .tabs .graphicalTabs li.last {
  margin: 0;
}
body.consumer #bd.in_action .tabs .graphicalTabs li:hover,
body.consumer #bd.in_action .tabs .graphicalTabs li.active {
  zoom: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8+ */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
body.consumer #bd.in_action .tabs .graphicalTabs li:hover div,
body.consumer #bd.in_action .tabs .graphicalTabs li.active div {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#efefef, #ffffff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#efefef, #ffffff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#efefef, #ffffff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#efefef, #ffffff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#efefef, #ffffff);
  /* the standard */
}
body.consumer #bd.in_action .tabs .graphicalTabs li:hover span.label,
body.consumer #bd.in_action .tabs .graphicalTabs li.active span.label {
  visibility: visible;
}
body.consumer #bd.in_action .tabs .graphicalTabs li:hover span.indicator,
body.consumer #bd.in_action .tabs .graphicalTabs li.active span.indicator {
  display: block;
}
body.consumer #bd.in_action .tabs .graphicalTabs li div {
  clear: both;
  padding: 5px 27px;
  height: 100px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35) inset;
  float: left;
  vertical-align: middle;
}
body.consumer #bd.in_action .tabs .graphicalTabs li div img {
  vertical-align: middle;
  display: block;
  margin-top: 10px;
}
body.consumer #bd.in_action .tabs .graphicalTabs li span.label {
  visibility: hidden;
  display: block;
  position: relative;
  white-space: nowrap;
  float: left;
}
body.consumer #bd.in_action .tabs .graphicalTabs li span.indicator {
  width: 15px;
  height: 9px;
  background: no-repeat center bottom url("../../images/icon_tab_indicator.png");
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: none;
}
body.consumer #bd.in_action .tabs .graphicalTabs li a {
  text-decoration: none;
  color: #323232;
  text-transform: uppercase;
}
body.consumer #bd.in_action .tabs .tab_content {
  background: transparent;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  padding-top: 0;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list {
  width: auto;
  text-align: center;
  margin-left: -7px;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list thead div.outline {
  padding: 36px 0 0 5px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#efefef, #ffffff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#efefef, #ffffff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#efefef, #ffffff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#efefef, #ffffff);
  /* Opera 11.10 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
  /* IE6 & IE7 */
  /* -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor);  */
  /* IE8+ */
  background-image: linear-gradient(#efefef, #ffffff);
  /* the standard */
  background: repeat-x center top #e9e9e9 url("../../images/icon-pad-bg.gif");
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  display: inline;
  height: 60px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
body.consumer #bd.in_action .tabs .tab_content .icon_list thead div.outline:hover {
  background: #ffffff;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list thead img {
  height: 45px;
  margin-right: 5px;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list thead td {
  padding: 0 3px;
  text-align: center;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list tbody {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
body.consumer #bd.in_action .tabs .tab_content .icon_list tbody td {
  padding: 10px 5px 0;
  line-height: 13px;
}
body.consumer #bd.in_action .tabs .tab_content .section {
  margin-bottom: 40px;
  font-size: 13px;
  width: 80%;
}
body.consumer #bd.in_action .tabs .tab_content .section h3 {
  font-size: 13px;
  text-transform: uppercase;
}
