/* INDEX OF STYLES */
/*
i. RESETS
1. FONTS
2. SASS
2. TEXT STYLES
3. STRUCTURAL ELEMENTS
5. HOME PAGE STYLES
6. INSIDE PAGE STYLES
7. SIDEBAR STYLES
8. SPRITE STYLES
9. CUSTOM SLIDER STYLING
10. FORMS STYLING
11. STOLEN BOOTSTRAP CODE TO DO COOL THINGS
*/
/* /////////////// */
/* i. RESETS ///// */
/* /////////////// */
* {
  margin: 0;
  padding: 0px; }

h1, h2, h3, h4, h5, h6, p, table, ul, li, a {
  opacity: .999;
  font-weight: normal;
  margin: 0;
  padding: 0; }

a, a img, .tooltip, select {
  transition-property: all;
  transition-duration: .085s;
  transition-timing-function: linear;
  transition-delay: .01s;
  /* Firefox 4 */
  -moz-transition-property: all;
  -moz-transition-duration: .085s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: .01s;
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: .085s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .01s;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: .085s;
  -o-transition-timing-function: linear;
  -o-transition-delay: .01s; }

.feature-box-overlay {
	-webkit-transition: all 0.4s ease; 
	-moz-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease; 
}

img a, img {
  border: none;
  display: block; }

::selection {
  background: #1b1b1b;
  /* Safari, Chrome */ }

::-moz-selection {
  background: #1b1b1b;
  /* Firefox */ }

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: none; }

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

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clearer {
  clear: both;
  float: left;
  width: 100%; }

/* ////////////// */
/* 1. FONTS ///// */
/* ////////////// */
@font-face {
  font-family: 'NexaBlack';
  src: url("../fonts/Nexa_Black-webfont.eot");
  src: url("../fonts/Nexa_Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa_Black-webfont.woff") format("woff"), url("../fonts/Nexa_Black-webfont.ttf") format("truetype"), url("../fonts/Nexa_Black-webfont.svg#nexa_blackregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LatoLight';
  src: url("../fonts/Lato-Lig-webfont.eot");
  src: url("../fonts/Lato-Lig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Lig-webfont.woff") format("woff"), url("../fonts/Lato-Lig-webfont.ttf") format("truetype"), url("../fonts/Lato-Lig-webfont.svg#LatoLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LatoRegular';
  src: url("../fonts/Lato-Reg-webfont.eot");
  src: url("../fonts/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Reg-webfont.woff") format("woff"), url("../fonts/Lato-Reg-webfont.ttf") format("truetype"), url("../fonts/Lato-Reg-webfont.svg#LatoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LatoBold';
  src: url("../fonts/Lato-Bol-webfont.eot");
  src: url("../fonts/Lato-Bol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bol-webfont.woff") format("woff"), url("../fonts/Lato-Bol-webfont.ttf") format("truetype"), url("../fonts/Lato-Bol-webfont.svg#LatoBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LatoBlack';
  src: url("../fonts/Lato-Bla-webfont.eot");
  src: url("../fonts/Lato-Bla-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bla-webfont.woff") format("woff"), url("../fonts/Lato-Bla-webfont.ttf") format("truetype"), url("../fonts/Lato-Bla-webfont.svg#LatoBlack") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ///////////// */
/* 2. SASS ///// */
/* ///////////// */
/* COLORS */
/* //////////////////// */
/* 2. TEXT STYLES ///// */
/* //////////////////// */
p {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.3em; }

p a {
  color: #bb1d2b;
  text-decoration: none; }

p a:hover {
  color: #e23140; }
  
.bullets {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333; 
  line-height: 1.8em; }

.page-content strong {
  font-family: "latoBold", Helvetica, Arial, sans-serif !important;
  font-weight: normal!important;
  color: #515151 !important; }

.inside-intro h1, .inside-intro h2 {
  font-family: "latoLight", Helvetica, Arial, sans-serif;
  font-size: 46px;
  color: white;
  margin-bottom: 30px;
  text-shadow: 0px 1px 7px black;
  margin-top: 55px; }

.flipcard p {
  text-align: center;
  padding: 0 25px; }

h2, h1.individual-blog-title {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #bb1d2b;
  margin-bottom: 25px;
  clear: both;
  line-height: 1.4em; }

.home-intro h2 {
  line-height: 1em; }

h2.sixty {
  margin-bottom: 60px; }

h2 a {
  text-decoration: none;
  color: #bb1d2b; }

h2 a:hover {
  color: #e23140; }

h2.flipcard-heading, h2.featurebox-heading, p.flipcard-learn-more {
  font-family: "NexaBlack", Helvetica, Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #515151;
  text-align: center; }

h2.flipcard-heading a, h2.featurebox-heading a, p.flipcard-learn-more a {
  color: #515151;
  text-decoration: none; }

h2.flipcard-heading a:hover, h2.flipcard-heading a.active, h2.featurebox-heading a.active, p.flipcard-learn-more a:hover {
  color: #bb1d2b; }

h2.grey {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: #515151;
  margin-bottom: 25px;
  text-transform: uppercase; }

h2.grey a {
  color: #515151;
  text-decoration: none; }

h2.grey a:hover {
  color: #bb1d2b; }

h3.home-heading {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  color: #bb1d2b;
  font-size: 32px;
  margin-bottom: 25px;
  text-align: center;
  clear: both; }

h3.post-heading {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  color: #bb1d2b;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 13px; }

h3.manager-title {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 13px;
  text-align: center; }

h3.sidebar-heading {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  color: #bb1d2b;
  font-size: 16px;
  margin-bottom: 15px;
  clear:both; }

h3.post-heading span.regular {
  font-family: "latoRegular", Helvetica, Arial, sans-serif; }

h3.post-heading a {
  color: #bb1d2b;
  text-decoration: none; }

h3.post-heading a:hover {
  color: #e23140; }

h3.event-category-heading {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px;
  clear: both; }

a.expandable-header {
  background: whitesmoke url(../images/CR_spritesheet.png) 650px -1135px no-repeat;
  border: 1px solid gainsboro;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  display: block;
  width: 100%;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white; }

a.expandable-header.openheader, a.expandable-header:hover {
  background: #eeeeee url(../images/CR_spritesheet-hover.png) 650px -1135px no-repeat;
  color: #bb1d2b; }

h3.event-category-heading a {
  color: #515151; }

h3.event-category-heading a.hover {
  color: #bb1d2b; }

h3.featured-link {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  color: #bb1d2b; }

h3.featured-link a {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  color: #bb1d2b;
  text-decoration: none; }

h3.featured-link a:hover {
  color: #e23140; }

.footer h4 {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 15px;
  margin-bottom: 15px; }

.footer p {
  color: #f8f8f8;
  font-size: 12px; }

.home-intro h2 {
  font-family: "latoLight", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 46px;
  color: white;
  margin-bottom: 30px;
  text-shadow: 0px 1px 7px black; }

.home-intro p {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 20px;
  text-align: center; }

p.subhead {
  color: #333333;
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
  font-family: "latoRegular", Helvetica, Arial, sans-serif; }

span.red {
  color: #bb1d2b; }

p.tweet {
  color: #333333;
  font-size: 16px;
  margin-bottom: 25px;
  font-family: "latoRegular", Helvetica, Arial, sans-serif; }

p.footer-testimonial {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 18px;
  margin: 0 auto 30px auto;
  max-width: 75%;
  text-align: center; }

p.footer-testimonial-author {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #515151;
  margin: 0 auto 45px auto;
  max-width: 75%;
  text-align: center; }

p.footer-testimonial-author span {
  font-family: "latoRegular", Helvetica, Arial, sans-serif; }

p.footer-testimonial-author span a {
  color: #515151;
  text-decoration: none; }

p.footer-testimonial-author span a:hover {
  color: #bb1d2b; }

p.footer-testimonial a {
  color: #bb1d2b;
  text-decoration: none; }

p.footer-testimonial a:hover {
  color: #e23140; }

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

.footer ul li {
  color: #f8f8f8;
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px; }

.footer ul li a {
  color: #f8f8f8;
  text-decoration: none; }

.footer ul li a:hover {
  color: #e23140; }

p.tweet a {
  color: #bb1d2b;
  text-decoration: none; }

p.tweet a:hover {
  color: #e23140; }

p.price {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  float: left;
  position: absolute;
  bottom: 30px;
  margin-bottom: 0px; }

p.price span {
  font-size: 18px;
  color: #bb1d2b;
  margin-left: 3px; }
  
p.small {
	font-size: 10px;
}

a.download-link {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #333333;
  margin-bottom: 20px;
  text-decoration: none; }

a.download-link:hover {
  color: #bb1d2b; }

/* //////////////////////////// */
/* 3. STRUCTURAL ELEMENTS ///// */
/* //////////////////////////// */
.header-wrap {
  width: 100%;
  height: 125px;
  background: white url(../images/header-wrap-bg.png) top center no-repeat;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  float: left; }

.header {
  width: 960px;
  margin: 0 auto;
  clear: both; }

.header-logo-link {
  width: 215px;
  display: block;
  margin: 0 auto; }

.header-logo {
  margin: 10px auto 0 auto; }

nav.primary-nav {
  margin-top: 15px;
  float: left;
  position: relative;
  z-index: 25; }

nav.primary-nav ul {
  float: left;
  list-style: none; }

nav.primary-nav ul li {
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #515151;
  text-transform: uppercase;
  margin-left: 18px;
  float: left;
  position: relative; }

nav.primary-nav ul li:first-child {
  margin-left: 0; }

nav.primary-nav ul li a {
  color: #515151;
  padding: 10px 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  display: block; }

nav.primary-nav ul li a:hover, .nav-outline {
  border: 1px solid #cccccc; }

nav.primary-nav ul li ul {
  position: absolute;
  display: none;
  top: 34px;
  left: 0px;
  width: 700px;
  height: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .085s;
  transition-timing-function: linear;
  transition-delay: .01s;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: .085s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: .01s;
  /* Safari and Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: .085s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .01s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: .085s;
  -o-transition-timing-function: linear;
  -o-transition-delay: .01s;
  cursor: default; }

nav.primary-nav ul li.community-101 ul {
  left: -360px;
  width: 960px; }

nav.primary-nav ul li.research ul {
  width: 960px;
  left: -175px; }

nav.primary-nav ul li:hover ul {
  display: block;
  opacity: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

nav.primary-nav ul li ul li {
  float: left;
  margin-left: 0px; }

nav.primary-nav ul li ul li a {
  padding-top: 20px;
  background: none;
  color: white;
  display: block; }

nav.primary-nav ul li ul li a:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f83535;
  border: 1px solid transparent; }

nav.sidebar-nav {
  width: 240px;
  float: left; }

nav.sidebar-nav ul {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  float: left;
  clear: both;
  list-style: none; }

nav.sidebar-nav ul li {
  width: 240px;
  float: left;
  clear: both;
  overflow: hidden; }

nav.sidebar-nav ul li a {
  display: block;
  width: 170px;
  padding: 10px 50px 10px 20px;
  color: #515151;
  font-size: 15px;
  text-decoration: none;
  float: left;
  background: white url(../images/CR_spritesheet.png) 205px -1071px no-repeat; }

.sidebar-nav ul.categories li {
  display: block;
  width: 200px;
  padding: 10px 20px;
  color: #515151;
  font-size: 15px;
  text-decoration: none;
  float: left; }

nav.sidebar-nav ul li.current-menu-item a, nav.sidebar-nav ul li.current-menu-item a:hover {
  background: whitesmoke url(../images/CR_spritesheet-hover.png) 205px -1071px no-repeat;
  color: #bb1d2b; }

nav.sidebar-nav ul li.current-menu-item ul li a {
  color: #515151;
  background: #fff; }

nav.sidebar-nav ul li a:hover {
  color: #bb1d2b;
  background: #fafafa url(../images/CR_spritesheet-hover.png) 205px -1071px no-repeat; }

nav.sidebar-nav ul li ul li a:hover, nav.sidebar-nav ul li.current-menu-item ul li a:hover {
  color: #bb1d2b;
  background: #fafafa; }

nav.sidebar-nav ul li ul li a {
  width: 185px;
  padding: 10px 20px 10px 35px;
  font-size: 16px;
  color: #333333;
  float: left;
  background: #fff; }

.sidebar-nav ul.categories li a, .sidebar-nav ul.categories li ul li a {
  font-size: 12px;
  background: white;
  padding: 10px 20px 10px 15px; }

.sidebar-nav ul.categories li a:hover, .sidebar-nav ul.categories li ul li a:hover {
  background: #fafafa; }

.sidebar-nav ul.categories li {
  padding-left: 0;
  margin-left: 0; }

.header-social {
  margin-top: 22px;
  float: right; }

.footer-social {
  margin-top: 7px;
  float: left; }

.footer-wrap {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALUlEQVQIW2PU0dH5z8PDwwADX758YWC0sLD4D2KAJGA0WBCkCiYAYmNXic1MAAhnHQEfX6K2AAAAAElFTkSuQmCC) repeat;
  width: 100%;
  clear: both;
  float: left;
  border-top: 1px solid #4f4f4f; }

.footer {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0 50px 0; }

.col-contact {
  width: 260px;
  float: left;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #292929;
  -webkit-box-shadow: 2px 0px 1px -1px #3c3c3c;
  box-shadow: 2px 0px 1px -1px #3c3c3c; }

.col-footer-third {
  width: 132px;
  float: left;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #292929;
  -webkit-box-shadow: 2px 0px 1px -1px #3c3c3c;
  box-shadow: 2px 0px 1px -1px #3c3c3c; }

.white-wrap {
  width: 100%;
  float: left;
  clear: both;
  background: white;
  position: relative; }

.grey-wrap {
  width: 100%;
  float: left;
  clear: both;
  background: #f8f8f8 url(../images/grey-noise.png) repeat;
  position: relative; }

.join-shadow {
  -webkit-box-shadow: inset 0px -12px 0px -7px #1b1b1b;
  box-shadow: inset 0px -12px 0px -7px #1b1b1b; }

.section {
  width: 960px;
  margin: 0 auto;
  padding: 65px 0;
  position: relative; }

.col-one-half {
  width: 450px;
  float: left;
  margin: 0 60px 60px 0; }

.col-one-third {
  width: 284px;
  margin-right: 54px;
  float: left; }

.col-one-fourth {
  width: 240px;
  margin-right: 40px;
  float: left; }

.col-three-fourths {
  width: 680px;
  margin-right: 40px;
  float: left; }

.flipcard {
  width: 284px;
  height: 340px;
  float: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(60, 60, 60, 0.5);
  box-shadow: 0px 2px 6px -1px rgba(60, 60, 60, 0.5);
  clear: both;
  position: relative;
  overflow: hidden; }

.flipcard-front {
  width: 284px;
  height: 340px;
  float: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
   }

.flipcard-front.start-bg {
  background: white url(../images/start.jpg) no-repeat; }

.flipcard-front.build-bg {
  background: white url(../images/build.jpg) no-repeat; }

.flipcard-front.grow-bg {
  background: white url(../images/grow.jpg) no-repeat; }

.feature-box {
  width: 224px;
  height: 220px;
  padding: 30px;
  float: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 6px -1px rgba(60, 60, 60, 0.5);
  box-shadow: 0px 2px 6px -1px rgba(60, 60, 60, 0.5);
  clear: both;
  position: relative;
  overflow: hidden;
  background: white;
  overflow: hidden; }
  
.feature-box-overlay {
  font-family: inherit;
  color: #fff;
  width: 229px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 999;
  padding: 30px 25px 0 30px;
}

.three-seventy-five .feature-box-overlay {
  height: 330px;
}

h2.featurebox-heading.overlay {
  color: #fff;
  text-align: left;
}

.feature-box-overlay li, .feature-box-overlay p {
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3em; }

.feature-box.three-fourty-five {
  height: 345px;
  width: 284px;
  padding: 0; }

.feature-box.two-fourty-five {
  height: 245px; }

.feature-box.three-seventy-five {
  height: 375px; }
  
.feature-box.initiatives {
  width: 960px;
  float: left;
  clear: both;
  margin-bottom: 50px;
  height: auto!important; }
  
.feature-box.initiatives.build {
	
	}
	
.feature-box.initiatives.grow {
	
	}
  
.left-initiatives {
	width: 315px;
	margin-top: 20px;
	margin-left: 155px;
	float: left;
	clear: both; }

.right-initiatives {
	width: 410px;
	margin-top: 20px;
	margin-left: 40px;
	float: left; }
	
.feature-box.your-journey.first {
  width: 630px;
  height: 230px;
  margin-bottom: 50px;
  background: url(../images/start-your-journey.jpg) no-repeat; }

.feature-box.your-journey.second {
  width: 630px;
  height: 230px;
  margin-bottom: 50px;
  background: url(../images/build-your-journey.jpg) no-repeat; }
  
.feature-box.your-journey.third {
  width: 630px;
  height: 230px;
  margin-bottom: 50px;
  background: url(../images/grow-your-journey.jpg) no-repeat; }

.left-bullets {
	width: 300px;
	height: 170px;
	margin-top: 20px;
	margin-left: 0px;
	float: left; }

.right-bullets {
	width: 300px;
	height: 170px;
	margin-top: 20px;
	margin-left: 10px;
	float: left; }
  
.better-box {
  border: 4px solid #bb1d2b!important;
  -webkit-box-shadow: 0 1px 8px 1px #bb1d2b!important;
  -moz-box-shadow: 0 1px 8px 1px #bb1d2b!important;
  box-shadow: 0 1px 8px 1px #bb1d2b!important; }

.feature-box img {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin: 0 auto 25px auto; }

h2.initiatives-heading {
  font-family: "NexaBlack", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center!important; }

.feature-box.three-fourty-five h2 {
  text-align: center!important; }

ul.checkboxes {
  margin-bottom: 20px; }

ul.checkboxes li {
  list-style: none;
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 12px;
  padding-left: 32px;
  background: url(../images/CR_spritesheet.png) 0px -1260px no-repeat;
  padding-bottom: 20px; }
  
ul.checkboxes-initiatives li {
  list-style: none;
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 12px;
  padding-left: 32px;
  background: url(../images/CR_spritesheet.png) 0px -1350px no-repeat;
  padding-bottom: 20px; }

.slide-bg-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 150; }

.step, .flipcard-heading {
  display: block;
  z-index: 100;
  position: relative; }

.testimonial-slide {
  opacity: 1!important;
  position: absolute;
  top: 340px;
  left: 0;
  width: 244px;
  padding: 20px;
  height: 300px;
  z-index: 1000;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: .01s;
  /* Firefox 4 */
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: .01s;
  /* Safari and Chrome */
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .01s;
  /* Opera */
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: linear;
  -o-transition-delay: .01s;
  cursor: default;
  text-align: center;
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.9);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.testimonial-slide p {
  color: white; }

.feature-box.three-fourty-five .testimonial-slide {
  top: 0px;
  opacity: 0!important;
  height: 345px;
  padding: 20px;
  width: 244px;
  height: 305px;
  text-align: left; }

.active-testimonial, .feature-box.three-fourty-five .active-testimonial {
  top: 0px;
  left: 0px;
  display: block;
  opacity: 1!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  
.last-logo {
  margin-right: 0px!important;
  padding-right: 0px!important;
  border: none!important; }

.section-divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 60px; }

.text-divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  clear: both; }

.text-divider.large {
  margin-bottom: 40px;
  margin-top: 20px; }

.post-thumb {
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
  margin: 0 40px 0 0;
  float: left; }

.presentation-thumb {
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 55px;
  margin: 0 40px 0 0;
  float: left; }

.post-text-home {
  width: 308px;
  float: left; }

.post-date-graphic {
  width: 37px;
  height: 37px;
  background: url(../images/CR_spritesheet.png) 0 -960px no-repeat;
  float: left;
  margin: 0 40px 30px 0; }

.post-date-graphic p {
  line-height: 27px;
  width: 37px;
  text-align: center;
  font-family: "latoBlack", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 19px;
  margin: 10px 0 0 0; }

.event-text-home {
  width: 373px;
  float: left;
  margin: 0 0 30px 0; }

p.event-date {
  float: left;
  padding-left: 17px;
  background: url(../images/CR_spritesheet.png) 0 -298px no-repeat;
  margin: 0 20px 0 0; }

p.event-host {
  float: left;
  padding-left: 19px;
  background: url(../images/CR_spritesheet.png) 0 -328px no-repeat;
  margin: 0 20px 0 0; }

p.event-category {
  float: left;
  padding-left: 19px;
  background: url(../images/CR_spritesheet.png) -60px -358px no-repeat;
  margin: 0 20px 0 0; }

p.event-location {
  float: left;
  padding-left: 19px;
  background: url(../images/CR_spritesheet.png) 0 -388px no-repeat;
  margin: 0 20px 0 0; }

.testimonial-slide h3 {
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  color: white;
  text-align: left; }

.expandable-box {
  margin-bottom: 5px;
  padding: 5px; }

.expandable-box .overview-post-wrap {
  margin-bottom: 20px; }
  
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: right;
	margin: 0 15px 15px 0;
}

/* ///////////////////////// */
/* 5. HOME PAGE STYLES ///// */
/* ///////////////////////// */
.home-intro-wrap {
  width: 100%;
  float: left;
  clear: both;
  background: url(../images/wood-home-bg.jpg) top center no-repeat; }

.home-intro {
  width: 960px;
  height: 276px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden; }

.join-now-btn {
  width: 252px;
  height: 72px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -126px;
  background: url(../images/join-now-btn.png) 0px 10px no-repeat;
  -webkit-box-shadow: inset 0px -8px 6px -7px black;
  box-shadow: inset 0px -8px 6px -7px black; }

.join-now-btn:hover {
  background-position: 0 5px; }

.client-logo {
  width: 140px;
  height: 140px;
  margin: 0 24px 24px 0;
  float: left;
  -webkit-transform: scale3d(1, 1, 1); }

a.logo-link:hover img {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(60, 60, 60, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(60, 60, 60, 0.5); }

a.logo-link {
  position: relative; }

a.logo-link img {
  position: relative; }

.ui-tooltip {
  display: none;
  font-size: 12px;
  width: 275px;
  padding: 15px;
  color: white;
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #2a2a2a;
  background: rgba(42, 42, 42, 0.9);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  line-height: 1.3em;
  z-index: 10000; }

.ui-tooltip span {
  padding-top: 20px;
  float: left;
  width: 100%;
  font-family: "latoBold", Helvetica, Arial, sans-serif; }

.ui-tooltip span span {
  font-style: italic;
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  padding-top: 0; }

.ui-tooltip:before {
  border-style: solid;
  border-width: 10px;
  height: 0px;
  width: 0px;
  position: absolute;
  display: block;
  content: "\00a0";
  border-color: #2a2a2a transparent transparent transparent;
  /* Bottom facing arrow */
  border-color: rgba(42, 42, 42, 0.9) transparent transparent transparent;
  /* Bottom facing arrow */
  left: 50%;
  margin-left: -5px;
  bottom: -20px;
  z-index: 100000; }

/* /////////////////////////// */
/* 6. INSIDE PAGE STYLES ///// */
/* /////////////////////////// */
.inside-intro-wrap {
  width: 100%;
  height: 116px;
  float: left;
  clear: both;
  background: url(../images/wood-inside-bg.jpg) top center no-repeat; }

.inside-intro {
  width: 960px;
  margin: 0 auto;
  clear: both; }

.page-content ul, .page-content ol {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0 0 30px 40px;
  line-height: 1.3em; }

.page-content li {
  margin-bottom: 10px; }

.page-content ol li ol {
  list-style: lower-alpha; }

.page-content ol li ol li {
  margin-bottom: 5px; }

.page-content a {
  color: #bb1d2b;
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  text-decoration: none; }

.page-content a:hover {
  color: #e23140; 
  font-family: "latoRegular", Helvetica, Arial, sans-serif; }

.page-content img {
  padding-bottom: 20px; }

.overview-post-wrap {
  width: 680px;
  float: left;
  clear: both;
  margin-bottom: 55px; }

.overview-post-wrap img {
  width: 100px;
  height: 100px;
  border: 1px solid #b0b0b0;
  margin-right: 40px;
  float: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0!important; }

.overview-post-wrap .text {
  width: 538px;
  float: left; }

ul.post-categories {
  width: 100%;
  float: left;
  clear: both;
  padding-left: 20px;
  background: url(../images/CR_spritesheet.png) -60px -357px no-repeat;
  list-style: none;
  margin: 0; }

ul.post-categories li {
  float: left;
  margin: 0 5px 5px 0; }

ul.post-categories li a {
  font-family: "latoRegular", Helvetica, Arial, sans-serif;
  color: #515151;
  font-size: 10px;
  background: #ececec;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 12px; }

ul.post-categories li a:hover {
  background: #e2e2e2; }

.pagination {
  float: right;
  clear: both; }

.pagination a, .pagination span {
  display: block;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  background: url(../images/grey-noise.png) repeat;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  float: left;
  font-size: 12px;
  color: #515151;
  margin-right: 5px; }

.pagination a:hover {
  background: #333333;
  color: white;
  -webkit-box-shadow: inset 0px 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }

.pagination span {
  background: white; }

.category-select {
  max-width: 238px!important;
  width: 238px!important;
  display: block;
  padding: 10px 0px 8px 0px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: url(../images/CR_spritesheet.png) 0px -1020px no-repeat;
  float: left;
  font-size: 12px;
  color: rgb(81, 81, 81);
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #999999; }

.category-select.customSelectHover {
  background: url(../images/CR_spritesheet-hover.png) 0px -1020px no-repeat; }

.customSelectInner {
  padding-left: 10px;
  color: #fff; }

.purchase-button, .learn-more-button {
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid gainsboro;
  display: inline-block;
  color: #515151;
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  text-decoration: none;
  text-shadow: 1px 1px 0px white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  overflow: hidden; }

.purchase-button:hover, .learn-more-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  background-color: #dfdfdf; }

.learn-more-button {
  position: relative;
  margin: 0 auto;
  clear: both;
  display: block;
  width: 100px;
  bottom: auto;
  right: auto; }

.child-holder {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
  clear: both;
  float: left; }

.child-holder .one-third {
  width: 335px;
  margin-right: 65px;
  float: left; }

.child-holder .two-thirds {
  width: 560px;
  margin-right: 65px;
  float: left; }

img.child-thumb {
  width: 333px;
  height: 150px;
  float: left;
  clear: both;
  border: 1px solid #b0b0b0;
  -webkit-bordr-radius: 4px;
  border-radius: 4px; }
  
.action-button {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQImWO8rGXx/96PHwxM9378YFDi4GAAAFfZCAbzGThHAAAAAElFTkSuQmCC) repeat; 
  border: 1px solid #cd9ba3;
  -moz-box-shadow: inset 0px 1px 0px 0px #d89ea1;
  -webkit-box-shadow: inset 0px 1px 0px 0px #d89ea1;
  box-shadow: inset 0px 1px 0px 0px #d89ea1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  color: #6a1118;
  font-family: "latoBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  padding: 16px 32px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #c1505a;
  text-align: center;	}
  
.action-button:hover {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQImWPcr2r0//aP7wxMt398Z1Dl4GQAAFWZB+M1xKZkAAAAAElFTkSuQmCC); }
	
.page-content {
	position: relative;
}

.searchform-holder {
	position: absolute;
	top: 0;
	right: 0;
}

.searchinput {
	padding: 8px 8px 8px 24px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	float: left;
	border-right: none;
	outline: none!important;
	font-family: "latoRegular", Helvetica, Arial, sans-serif;
    color: #515151;
    font-size: 12px;
    background: url(../images/CR_spritesheet.png) 5px -1222px no-repeat;
}

#searchsubmit {
	border: 1px solid #ebebeb;
	border-left: none;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	width: 40px;
	height: 30px;
	float: left;
	background: #e9e9e9;
	font-family: font-family: "NexaBlack", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	font-size: 13px;
}

.fbtext {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	font-family: "latoRegular", Helvetica, Arial, sans-serif;
    color: #515151;
    padding: 4px;
}

/* /////////////////////// */
/* 7. SIDEBAR STYLES ///// */
/* /////////////////////// */
/* ////////////////////// */
/* 8. SPRITE STYLES ///// */
/* ////////////////////// */
a.sprite-fb {
  display: block;
  width: 10px;
  height: 17px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 0px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-fb:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 0px no-repeat; }

a.sprite-twitter {
  display: block;
  width: 17px;
  height: 15px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -28px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-twitter:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -28px no-repeat; }

a.sprite-gplus {
  display: block;
  width: 16px;
  height: 18px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -60px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-gplus:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -60px no-repeat; }

a.sprite-linkedin {
  display: block;
  width: 17px;
  height: 16px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -90px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-linkedin:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -90px no-repeat; }

a.sprite-contact {
  display: block;
  width: 21px;
  height: 18px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -120px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-contact:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -120px no-repeat; }

a.sprite-fb-dk {
  display: block;
  width: 10px;
  height: 17px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -150px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-fb-dk:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -150px no-repeat; }

a.sprite-twitter-dk {
  display: block;
  width: 17px;
  height: 15px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -178px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-twitter-dk:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -178px no-repeat; }

a.sprite-gplus-dk {
  display: block;
  width: 16px;
  height: 18px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -210px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-gplus-dk:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -210px no-repeat; }

a.sprite-linkedin-dk {
  display: block;
  width: 17px;
  height: 16px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -240px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-linkedin-dk:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -240px no-repeat; }

a.sprite-contact-dk {
  display: block;
  width: 21px;
  height: 18px;
  position: relative;
  float: left;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -270px no-repeat;
  margin: 0 20px 0 0; }

a.sprite-contact-dk:hover {
  background: url(../images/CR_spritesheet-hover.png) 0 -270px no-repeat; }

a.start {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -690px no-repeat;
  margin: 115px auto 10px auto; }

a.start:hover, a.start.active {
  background: url(../images/CR_spritesheet-hover.png) 0 -690px no-repeat; }

a.build {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -780px no-repeat;
  margin: 115px auto 10px auto; }

a.build:hover, a.build.active {
  background: url(../images/CR_spritesheet-hover.png) 0 -780px no-repeat; }

a.grow {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  text-decoration: none;
  background: url(../images/CR_spritesheet.png) 0 -870px no-repeat;
  margin: 115px auto 10px auto; }

a.grow:hover, a.grow.active {
  background: url(../images/CR_spritesheet-hover.png) 0 -870px no-repeat; }

.displace {
  position: absolute;
  left: -5000px; }

.last {
  margin-right: 0px!important;
  padding-right: 0px!important;
  border: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important; }

/* ////////////////////////////// */
/* 9. CUSTOM SLIDER STYLING ///// */
/* ////////////////////////////// */
/* /////////////////////// */
/* 10. FORMS STYLING ///// */
/* /////////////////////// */

.gform_body input[type=text] {
	padding: 5px!important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e5e5e5!important;
	font-size: 13px!important;
	font-family: "latoRegular", Helvetica, Arial, sans-serif;
}

.gform_body label {
	color: #515151;
}

.validation_error {
	font-family: "latoRegular", Helvetica, Arial, sans-serif; 
	font-size: 13px!important;
	color: #bb1d2b!important;
}

.gfield_required{
	color: #bb1d2b!important;
}

.gform_wrapper .validation_message {
	font-family: "latoRegular", Helvetica, Arial, sans-serif; 
	font-size: 13px!important;
	color: #bb1d2b!important;
}

.gform_wrapper .gfield_error .gfield_label {
	font-family: "latoRegular", Helvetica, Arial, sans-serif; 
	font-size: 13px!important;
	color: #bb1d2b!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none!important;
	
}

/* /////CART 66 STYLES///// */

#viewCartTable {
	font-family: "latoRegular", Helvetica, Arial, sans-serif; 
	font-size: 13px!important;
	padding: 5px!important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e5e5e5!important;
	color: #515151;
}

#emptyCartMsg {
	font-family: "latoRegular", Helvetica, Arial, sans-serif; 
	font-size: 13px!important;
}

a.Cart66ButtonPrimary, a.Cart66ButtonSecondary {
	-moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777!important;
	font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px white;
}

a.Cart66ButtonPrimary:hover, a.Cart66ButtonSecondary:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

#Cart66CartForm input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  background-color: #ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777!important;
	font-family: "latoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 1px 0px white;
}

#Cart66CartForm input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

a.Cart66ButtonPrimary:hover, a.Cart66ButtonSecondary:hover {
	color: #fff;
}

.itemQuantity {
	float: left;
	margin-right: 8px;
	margin-left: 40px!important;
	margin-top: 12px;
}

#viewCartTable img {
	margin-top: 12px;
}

#Cart66CartForm {
	margin-bottom: 20px!important;
	margin-top: 20px!important;
}

#emptyCartMsg h3 {
	line-height: 50px;
}



/* ///////////////////////////////////////////////// */
/* 11. STOLEN BOOTSTRAP CODE TO DO COOL THINGS ///// */
/* ///////////////////////////////////////////////// */
/*
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }

.btn-group:first-child {
  *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px; }

.btn-group > .btn-mini {
  font-size: 10.5px; }

.btn-group > .btn-small {
  font-size: 11.9px; }

.btn-group > .btn-large {
  font-size: 17.5px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.btn-mini .caret, .btn-small .caret {
  margin-top: 8px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

.nav-tabs, .nav-pills {
  *zoom: 1; }

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  display: table;
  content: "";
  line-height: 0; }

.nav-tabs:after, .nav-pills:after {
  clear: both; }

.nav-tabs > li, .nav-pills > li {
  float: left; }

.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

.tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }

.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0; }

.tabbable:after {
  clear: both; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none; }

.tab-content > .active, .pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd; }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover, .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, white, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1; }

.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-inner:after {
  clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white; }

.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

.navbar-link {
  color: #777777; }

.navbar-link:hover, .navbar-link:focus {
  color: #333333; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white; }

.navbar .btn, .navbar .btn-group {
  margin-top: 5px; }

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn, .navbar .input-prepend .btn-group, .navbar .input-append .btn-group {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }

.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0; }

.navbar-form:after {
  clear: both; }

.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px; }

.navbar-form input, .navbar-form select, .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0; }

.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px; }

.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap; }

.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none; }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9; }

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px; }

.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px; }

.navbar .pull-right > li > .dropdown-menu .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525; }

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
  color: #ffffff; }

.navbar-inverse .brand {
  color: #999999; }

.navbar-inverse .navbar-text {
  color: #999999; }

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff; }

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111; }

.navbar-inverse .navbar-link {
  color: #999999; }

.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #ffffff; }

.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff; }

.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc; }

.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 white;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0; }

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000; }

.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-family: "NexaBlack", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.popover-title:empty {
  display: none; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }
  
  .gform_wrapper ul.gfield_radio li input[type=radio] {
	  width: 20px!important;
  }
