/*
Theme Name: Sparky Boilerplate
Author: Brandon Sullivan
Author URI: http://elsullivano.com
Description: The 2013 boilerplate template for all my WordPress builds
Version: 1.6
*/
/* Variables / Mixins
--------------------------*/
.clearfix,
#branding section,
#branding section,
#colophon section,
#colophon section,
.container,
.container-fluid,
.row,
.grid,
.large-gutters,
.no-gutters,
ul.articles,
.quote-box {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#branding section:before,
#branding section:after,
#branding section:before,
#branding section:after,
#colophon section:before,
#colophon section:after,
#colophon section:before,
#colophon section:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.grid:before,
.grid:after,
.large-gutters:before,
.large-gutters:after,
.no-gutters:before,
.no-gutters:after,
ul.articles:before,
ul.articles:after,
.quote-box:before,
.quote-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
#branding section:after,
#branding section:after,
#colophon section:after,
#colophon section:after,
.container:after,
.container-fluid:after,
.row:after,
.grid:after,
.large-gutters:after,
.no-gutters:after,
ul.articles:after,
.quote-box:after {
  clear: both;
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 1em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  margin: 1em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #f9981d url(/images/template_images/texture-orange.jpg) 0 0 repeat;
  color: #000;
  font-family: 'freight-sans-pro', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
#page {
  background: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #f9981d;
  text-decoration: underline;
}
a:focus,
a:active,
a:hover {
  color: #faaf4f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Soho W01', 'kulturista-web', serif;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
}
iframe,
video,
embed,
object,
img {
  max-width: 100%;
}
/* Layout
**********************************/
#branding section,
#colophon section {
  padding: 0 1em;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 48em) {
  #branding section,
  #colophon section {
    width: 721px;
    padding: 0;
  }
}
@media (min-width: 60em) {
  #branding section,
  #colophon section {
    width: 941px;
  }
}
@media (min-width: 75em) {
  #branding section,
  #colophon section {
    width: 1141px;
  }
}
/* Header + Navigation
**********************************/
#branding {
  position: fixed;
  background: #cd2032;
  width: 100%;
  z-index: 1000;
}
#branding .logo {
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 5em;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
}
#branding .logo-nav,
#branding .logo-nav .logo {
  display: none;
}
#branding nav {
  display: none;
  padding-bottom: 0.5em;
}
#branding nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#branding nav li {
  display: block;
}
#branding nav a {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 0.875em;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#branding nav a.active {
  background: #a11927;
}
#branding .sub-nav {
  display: none;
}
#branding #search,
#branding .toggle {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  padding: 0.5em;
  position: absolute;
  top: 0;
}
@media (min-width: 48em) {
  #branding #search,
  #branding .toggle {
    padding-left: 0;
    padding-right: 0;
  }
}
#branding .toggle {
  left: 0;
}
#branding #search {
  right: 0;
}
@media (min-width: 60em) {
  #branding nav {
    display: block!important;
  }
  #branding .primary {
    background: #fff url(/images/template_images/header_trans.png) 0 0 repeat-x;
    font-family: 'Soho W01', 'kulturista-web', serif;
    padding: 1.5em 0;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  #branding .primary #search {
    float: right;
  }
  #branding .primary .toggle {
    display: none;
  }
  #branding .primary .logo {
    display: none;
  }
  #branding .primary nav {
    padding-bottom: 0;
  }
  #branding .primary nav ul {
    text-align: center;
    margin-left: -2.75em;
  }
  #branding .primary nav ul ul {
    display: none;
  }
  #branding .primary nav li {
    display: inline-block;
    padding: 0 10px;
  }
  #branding .primary nav li:nth-child(2),
  #branding .primary nav li:nth-child(6) {
    border-left: 1px solid #f9981d;
    border-right: 1px solid #f9981d;
  }
  #branding .primary nav a {
    color: #000;
  }
  #branding .primary nav a.active {
    background: none;
    color: #cd2032;
  }
  #branding .primary nav .logo-nav {
    display: inline-block;
    position: relative;
    width: 165px;
  }
  #branding .primary nav .logo-nav .logo {
    background: url(/images/template_images/logo-web1.png) 50% 50% no-repeat;
    background-size: 100%;
    display: block;
    font-size: 1em;
    left: 0;
    max-width: 100%;
    padding: 0.5em 0 2em;
    position: absolute;
    top: -2.625em;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #branding .primary nav .logo-nav .logo * {
    display: block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #branding .primary nav .logo-nav .logo .icon-qbp-logo-bubble {
    color: #cd2032;
    font-size: 4.5em;
  }
  #branding .primary nav .logo-nav .logo .icon-qbp-logo-type {
    color: #fff;
    padding-top: 0.5em;
  }
  #branding .sub-nav {
    background: #e7e7e7;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    display: block;
    left: 0;
    padding-top: 0.5em;
    position: absolute;
    top: -1em;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #branding .sub-nav section {
    padding: 0 6em;
  }
  #branding .sub-nav li {
    border-left: 1px solid #bdc0c2;
    display: inline-block;
  }
  #branding .sub-nav li:first-child {
    border: none;
    padding-left: 0;
  }
  #branding .sub-nav a {
    color: #555;
    padding: 0 1em;
  }
  #branding .sub-nav a:hover,
  #branding .sub-nav a.active {
    background: none;
    color: #cd2032;
  }
  #branding.scrolled .primary {
    background-position: 0% 90%;
    padding: 0.5em 0 0.75em;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
  #branding.scrolled .primary .logo-nav .logo {
    padding: 1em 0;
    top: -1.625em;
  }
  #branding.scrolled .primary .logo-nav .logo .icon-qbp-logo-bubble {
    font-size: 0;
  }
  #branding.scrolled .primary .logo-nav .logo .icon-qbp-logo-type {
    padding: 0;
  }
  #branding.scrolled .sub-nav {
    top: 2.95em;
  }
  #branding #search {
    color: #000;
    margin-top: -0.5em;
    padding: 0 1em;
    top: 50%;
  }
}
@media (min-width: 75em) {
  #branding nav li {
    padding: 0 20px;
  }
}
/* Main
**********************************/
#main {
  overflow: hidden;
  padding-top: 2.25em;
  padding-bottom: 5em;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  #main {
    padding-top: 4.7em;
  }
}
/* Footer
**********************************/
#colophon {
  background: #f9981d url(/images/template_images/texture-orange.jpg) 0 0 repeat;
  padding: 1em 0;
  position: relative;
  z-index: 2;
}
#colophon:before {
  background: url(/images/template_images/orange-grass.png) 0 0 repeat-x;
  content: ' ';
  display: block;
  left: 0;
  height: 1em;
  position: absolute;
  top: -0.75em;
  width: 100%;
}
#colophon section {
  padding: 0.5em 0;
  position: relative;
}
#colophon .login {
  background: #cd2032;
  color: #fff;
  display: block;
  margin: 0 auto 1em;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 7em;
}
@media (min-width: 48em) {
  #colophon .login {
    background: none;
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 0;
    text-align: left;
    width: auto;
  }
  #colophon .login:after {
    background: url(/images/template_images/red-scribble.png) 0 0 repeat-x;
    bottom: 0.5em;
    content: ' ';
    display: block;
    height: 0.25em;
    left: -90em;
    position: absolute;
    width: 100em;
  }
}
#colophon nav.courtesy {
  margin-bottom: 1em;
}
#colophon nav.courtesy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon nav.courtesy li {
  display: block;
  text-align: center;
}
@media (min-width: 48em) {
  #colophon nav.courtesy li {
    display: inline-block;
    margin-right: 1em;
  }
}
#colophon nav.courtesy a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#colophon nav.courtesy a:hover {
  text-decoration: underline;
}
#colophon ul.social {
  padding-bottom: 1em;
}
#colophon ul.social,
#colophon .copyright {
  margin: 0;
  text-align: center;
}
@media (min-width: 48em) {
  #colophon ul.social,
  #colophon .copyright {
    text-align: right;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 1em;
}
@media (min-width: 48em) {
  .container {
    width: 721px;
    padding: 0;
  }
}
@media (min-width: 60em) {
  .container {
    width: 941px;
  }
}
@media (min-width: 75em) {
  .container {
    width: 1141px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row,
.grid {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 30em) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: 0%;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: 0%;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 37.5em) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: 0%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: 0%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.large-gutters {
  list-style: none;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding: 0;
}
.large-gutters > * {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.no-gutters {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.no-gutters > * {
  padding: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?-kqgk45');
  src: url('/fonts/icomoon.eot?#iefix-kqgk45') format('embedded-opentype'), url('/fonts/icomoon.woff?-kqgk45') format('woff'), url('/fonts/icomoon.ttf?-kqgk45') format('truetype'), url('/fonts/icomoon.svg?-kqgk45#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qbp-logo-bubble:before {
  content: "\e602";
}
.icon-qbp-logo-type:before {
  content: "\e605";
}
.icon-plus:before {
  content: "\e60e";
}
.icon-minus:before {
  content: "\e60f";
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-arrow-left:before {
  content: "\e601";
}
.icon-arrow-right:before {
  content: "\e610";
}
.icon-arrow-up:before {
  content: "\e611";
}
.icon-caret-down:before {
  content: "\e612";
}
.icon-caret-left:before {
  content: "\e613";
}
.icon-caret-right:before {
  content: "\e614";
}
.icon-caret-up:before {
  content: "\e615";
}
.icon-twitter:before {
  content: "\e604";
}
.icon-facebook:before {
  content: "\e606";
}
.icon-instagram:before {
  content: "\e603";
}
.icon-vimeo:before {
  content: "\e616";
}
.icon-youtube:before {
  content: "\e617";
}
.icon-tumblr:before {
  content: "\e60b";
}
.icon-google-plus:before {
  content: "\e60c";
}
.icon-rss:before {
  content: "\e60d";
}
.icon-x:before {
  content: "\e607";
}
.icon-email:before {
  content: "\e608";
}
.icon-menu:before {
  content: "\e609";
}
.icon-search:before {
  content: "\e60a";
}
.icon-popout:before {
  content: "\e618";
}
form label,
form input {
  display: inline-block;
}
form input[type=text],
form input[type=email],
form input[type=password] {
  background: #fff;
  border: 1px solid #bdc0c2;
  max-width: 20em;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus {
  border-color: #f9981d;
  outline: none;
}
form input[type=submit] {
  background: #f9981d;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'Soho W01', 'kulturista-web', serif;
  line-height: 1;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
}
form input[type=submit]:hover {
  background: #faaf4f;
  color: #fff;
  text-decoration: none;
}
form input[type=submit] [class*="icon-"] {
  font-size: 0.75em;
  padding-left: 0.25em;
}
form fieldset {
  border: none;
  margin-bottom: 2em;
}
form .field {
  margin-bottom: 1em;
}
.form {
  padding-top: 2em;
}
.form form {
  width: 50%;
  margin: 0 auto;
}
.form form input[type=text],
.form form input[type=email],
.form form input[type=password],
.form form textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
  padding: 0.5em;
}
.form form textarea {
  min-height: 6em;
}
table {
  width: 100%;
}
table th,
table td {
  padding: 0.25em 0.5em;
  vertical-align: top;
}
table.striped tr:nth-child(odd) th,
table.striped tr:nth-child(odd) td {
  background: #e7e7e7;
}
div.striped > .row:nth-child(odd) {
  background: #e7e7e7;
}
div.striped div[class^='col'] {
  padding: 0.25em 0.5em;
}
/*********/
/* Modal */
/*********/
.modal-wrapper {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.modal-inner {
  background: #fff;
  height: auto;
  margin: 1em;
  padding: 20px;
  position: relative;
  top: 0;
  z-index: 1003;
}
@media (min-width: 60em) {
  .modal-inner {
    margin: 50px auto;
    width: 90%;
  }
}
.modal-content > * {
  display: block;
  margin: 0 auto;
}
.modal-screen {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.close-modal {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  cursor: pointer;
  padding: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1003;
}
body.modal-open {
  overflow: hidden;
}
#generic-modal figure {
  text-align: center;
}
#generic-modal figure img {
  display: inline-block;
}
#generic-modal .flex-direction-nav .flex-prev {
  left: -1em;
}
#generic-modal .flex-direction-nav .flex-next {
  right: -1em;
}
.modalizer {
  display: none;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  height: auto;
  width: 100%;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 1em;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  /*max-height:2000px;*/
  max-height: 625px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  cursor: pointer;
  color: #cd2032;
  display: block;
  height: 1em;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 1em;
  z-index: 10;
}
.flex-direction-nav .flex-prev {
  left: -2em;
}
.flex-direction-nav .flex-next {
  right: -2em;
  text-align: right;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: 0!important;
  filter: alpha(opacity=0);
}
.flex-direction-nav a {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav a:before {
  content: "\e613";
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
}
.flex-direction-nav a.flex-next:before {
  content: "\e614";
}
/* Control Nav */
.flex-control-nav {
  bottom: -2em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}
.flex-control-paging li a {
  background: #cd2032;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 6px;
  text-indent: -9999px;
  width: 6px;
}
.flex-control-paging li a:hover {
  background: #e13f50;
}
.flex-control-paging li a.flex-active {
  background: #f9981d;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%;
}
.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: .7;
  width: 100%;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
/* Common
/* ------------------------------------------*/
ol.unstyled-list,
ul.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
  border-bottom: 1px solid #f9981d;
  margin-bottom: 1em;
}
.align-left {
  display: block;
  float: left;
}
.align-right {
  display: block;
  float: right;
}
.align-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure img {
  display: block;
  height: auto;
  max-width: 100%;
}
figure.banner {
  position: relative;
}
figure.banner img {
  height: auto;
  width: 100%;
}
figure.banner figcaption {
  background: #bcab2c;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.2;
  padding: 1em 2em;
  position: relative;
  width: auto;
}
@media (min-width: 48em) {
  figure.banner figcaption {
    background: url(/images/template_images/caption-bg.png) 0 50% no-repeat;
    background-size: 110%;
    max-width: 35em;
  }
  figure.banner figcaption,
  figure.banner figcaption.bottom-left {
    background-position: 100% 50%;
    left: 0;
    padding-left: 3em;
    position: absolute;
    bottom: 3em;
  }
  figure.banner figcaption.bottom-right {
    background-position: 0% 50%;
    left: auto;
    padding-right: 3em;
    position: absolute;
    right: 0;
    bottom: 3em;
  }
  figure.banner figcaption.top-left {
    background-position: 100% 50%;
    bottom: auto;
    left: 0;
    padding-left: 3em;
    position: absolute;
    top: 3em;
  }
  figure.banner figcaption.top-right {
    background-position: 0% 50%;
    bottom: auto;
    left: auto;
    padding-right: 3em;
    position: absolute;
    right: 0;
    top: 3em;
  }
}
figure.banner .attribution {
  background: #6a4b35;
  bottom: 0;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.25em 0.5em;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (min-aspect-ratio: 16/10) and (max-height: 650px) {
  header.masthead figure.banner {
    max-height: 280px;
    overflow: hidden;
  }
  header.masthead figure.banner img {
    margin-top: -5em;
  }
}
@media (min-aspect-ratio: 16/10) and (max-height: 650px) and (min-width: 1225px) {
  header.masthead figure.banner {
    max-height: 350px;
    overflow: hidden;
  }
  header.masthead figure.banner img {
    margin-top: -2.5em;
  }
}
@media (min-aspect-ratio: 16/10) and (min-height: 650px) and (max-height: 800px) and (min-width: 1450px) {
  header.masthead figure.banner {
    max-height: 450px;
    overflow: hidden;
  }
  header.masthead figure.banner img {
    margin-top: -0.5em;
  }
}
.btn {
  background: #f9981d;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'Soho W01', 'kulturista-web', serif;
  line-height: 1;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background: #faaf4f;
  color: #fff;
  text-decoration: none;
}
.btn [class*="icon-"] {
  font-size: 0.75em;
  padding-left: 0.25em;
}
a.cta {
  display: inline-block;
  text-decoration: none;
}
a.cta:after {
  content: ' »';
}
ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.social li {
  display: inline-block;
  margin: 0 0.25em;
  text-align: center;
}
.social a {
  background: #cd2032;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  padding: 0.35em;
  text-decoration: none;
}
.social a:hover {
  background: #de293c;
}
.social i {
  color: #fff;
  display: block;
}
nav.tabs {
  background: #f9981d url(../../images/template_images/texture-orange.jpg) 0 0 repeat;
  padding-top: 1em;
  position: relative;
  z-index: 1;
}
nav.tabs:before {
  background: url(../../images/template_images/orange-grass.png) 0 0 repeat-x;
  content: ' ';
  display: block;
  left: 0;
  height: 1em;
  position: absolute;
  top: -0.8em;
  width: 100%;
}
nav.tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.tabs li {
  display: inline-block;
  margin-right: 1em;
}
nav.tabs a {
  background: #faaf4f;
  display: block;
  padding: 0.75em 1em 0.5em;
  font-family: 'Soho W01', 'kulturista-web', serif;
  color: #000;
  text-decoration: none;
}
nav.tabs a:hover {
  background: #fbba68;
}
nav.tabs a.active,
nav.tabs a.active:hover {
  background: #fff;
}
nav.tabs.affix {
  left: 0;
  position: fixed;
  top: 2.95em;
  width: 100%;
  z-index: 10;
  padding-top: 0;
  height: 1.85em;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
nav.tabs.affix a {
  padding: 0.35em 1em 0.25em;
}
nav.tabs.affix:before {
  display: none;
}
nav.tabs.affix + section > .container,
nav.tabs.affix + .page-content {
  padding-top: 3em;
}
@media screen and (max-width: 60em) {
  nav.tabs.affix {
    top: 0;
    position: relative;
  }
  nav.tabs.affix:before {
    display: block;
  }
}
nav.collapsing {
  overflow: hidden;
}
nav.collapsing h3 {
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}
nav.collapsing h3 a {
  color: #000;
  text-decoration: none;
}
nav.collapsing h3 a:hover {
  color: #cd2032;
}
nav.collapsing ul {
  margin: 0 0 0.5em;
  padding: 0;
}
nav.collapsing .top-level .heading {
  border-bottom: 1px solid #f9981d;
  color: #cd2032;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
nav.collapsing .sub-nav a {
  color: #000;
  font-size: 0.875em;
  text-decoration: none;
}
nav.collapsing .sub-nav a:hover,
nav.collapsing .sub-nav a.active {
  color: #cd2032;
}
nav.collapsing .sub-nav .cta {
  color: #f9981d;
  font-size: 1em;
  margin: 1em 0;
}
nav.collapsing .sub-nav .cta:hover {
  color: #cd2032;
}
nav.collapsing.press-releases .sub-nav li {
  margin-bottom: 0.5em;
}
.metadata .separator {
  font-style: normal;
  padding: 0 0.35em;
}
.pagination {
  margin: 2em 0;
  text-align: center;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: block;
  font-weight: bold;
  padding: 0.25em;
  text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
  color: #f9981d;
}
.image-grid {
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.image-grid > * {
  padding: 0.25em;
  padding-bottom: 0.5em;
  padding-top: 0;
}
ul.triplet {
  list-style: none;
  padding: 0;
}
ul.triplet li {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
}
@media (min-width: 48em) {
  ul.triplet li {
    float: left;
    width: 33.33333333%;
  }
}
ul.triplet a {
  display: block;
}
ul.triplet img {
  display: block;
  height: auto;
  width: 100%;
}
header.masthead {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
header.masthead .container {
  background-position: center center;
}
header.masthead .content.pull-left,
header.masthead .content.pull-right,
header.masthead .content.center-block {
  width: 80%;
}
#main section {
  background-position: center center;
  background-size: cover;
  padding-bottom: 2em;
  padding-top: 2em;
}
#main section header.offset {
  margin-top: -0.75em;
}
#main section.banner {
  padding: 0;
}
.page-title {
  margin: 3em 0 2em;
}
@media screen and (max-width: 60em) {
  .page-title {
    margin: 1.5em 0 1em;
  }
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #cd2032;
  font-weight: 700;
}
.page-content h1 {
  font-size: 1.5em;
}
.page-content h2 {
  font-size: 1.15em;
}
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-size: 1em;
}
.page-content li {
  margin-bottom: 0.5em;
}
.emphasis-content {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 1.5em 0;
}
@media screen and (max-width: 60em) {
  .emphasis-content {
    padding: 1.5em 1em;
  }
}
@media (min-width: 48em) {
  .emphasis-content {
    width: 66.66666667%;
  }
}
.emphasis-content h1,
.emphasis-content h2,
.emphasis-content h3,
.emphasis-content h4,
.emphasis-content h5,
.emphasis-content h6 {
  color: #008e87;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
.emphasis-content h1 strong,
.emphasis-content h2 strong,
.emphasis-content h3 strong,
.emphasis-content h4 strong,
.emphasis-content h5 strong,
.emphasis-content h6 strong {
  color: #000;
}
.emphasis-content p {
  margin: 0;
}
.emphasis-content figure {
  text-align: center;
  width: 100%;
}
header.parted h1,
header.parted h2,
header.parted h3,
header.parted h4,
header.parted h5,
header.parted h6 {
  display: inline-block;
  font-size: 1.5em;
  line-height: 1;
  margin-left: -0.5em;
  padding: 0 0.5em;
  position: relative;
}
header.parted h1:before,
header.parted h2:before,
header.parted h3:before,
header.parted h4:before,
header.parted h5:before,
header.parted h6:before,
header.parted h1:after,
header.parted h2:after,
header.parted h3:after,
header.parted h4:after,
header.parted h5:after,
header.parted h6:after {
  content: ' ';
  display: block;
  height: 1.5em;
  position: absolute;
  top: 0;
  width: 100em;
}
header.parted h1:before,
header.parted h2:before,
header.parted h3:before,
header.parted h4:before,
header.parted h5:before,
header.parted h6:before {
  left: -100em;
}
header.parted h1:after,
header.parted h2:after,
header.parted h3:after,
header.parted h4:after,
header.parted h5:after,
header.parted h6:after {
  right: -100em;
}
header.parted.red-scribble h1:before,
header.parted.red-scribble h2:before,
header.parted.red-scribble h3:before,
header.parted.red-scribble h4:before,
header.parted.red-scribble h5:before,
header.parted.red-scribble h6:before,
header.parted.red-scribble h1:after,
header.parted.red-scribble h2:after,
header.parted.red-scribble h3:after,
header.parted.red-scribble h4:after,
header.parted.red-scribble h5:after,
header.parted.red-scribble h6:after {
  background: url(../../images/template_images/red-scribble.png) 0 40% repeat-x;
}
header.parted.orange-grass h1:before,
header.parted.orange-grass h2:before,
header.parted.orange-grass h3:before,
header.parted.orange-grass h4:before,
header.parted.orange-grass h5:before,
header.parted.orange-grass h6:before,
header.parted.orange-grass h1:after,
header.parted.orange-grass h2:after,
header.parted.orange-grass h3:after,
header.parted.orange-grass h4:after,
header.parted.orange-grass h5:after,
header.parted.orange-grass h6:after {
  background: url(../../images/template_images/orange-grass.png) 0 45% repeat-x;
}
header.red-flag {
  margin-bottom: 1.5em;
}
header.red-flag h1,
header.red-flag h2,
header.red-flag h3,
header.red-flag h4,
header.red-flag h5,
header.red-flag h6 {
  background: #cd2032;
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  height: 1.5em;
  line-height: 1.25;
  margin: 0;
  padding: 0.25em 0;
  position: relative;
}
header.red-flag h1:before,
header.red-flag h2:before,
header.red-flag h3:before,
header.red-flag h4:before,
header.red-flag h5:before,
header.red-flag h6:before {
  background: #cd2032;
  content: ' ';
  display: block;
  height: 1.5em;
  left: -100em;
  position: absolute;
  top: 0;
  width: 100em;
}
header.red-flag h1:after,
header.red-flag h2:after,
header.red-flag h3:after,
header.red-flag h4:after,
header.red-flag h5:after,
header.red-flag h6:after {
  border-bottom: 1.5em solid #cd2032;
  border-right: 2.25em solid transparent;
  bottom: 0;
  content: ' ';
  display: block;
  height: 0;
  position: absolute;
  right: -2.235em;
  width: 0;
}
header.red-flag.red-scribble {
  background: url(../../images/template_images/red-scribble.png) 0 45% repeat-x;
  z-index: 1;
}
header.red-flag.orange-grass {
  background: url(../../images/template_images/orange-grass.png) 0 45% repeat-x;
  z-index: 1;
}
ul.articles {
  margin: 0;
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0;
}
ul.articles .article-excerpt {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 2em;
}
@media (min-width: 30em) {
  ul.articles .article-excerpt {
    float: left;
    width: 50%;
  }
}
@media (min-width: 37.5em) {
  ul.articles .article-excerpt {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 36.5em) {
  ul.articles .article-excerpt:nth-child(2n+3) {
    clear: both;
  }
}
@media (min-width: 48em) {
  ul.articles .article-excerpt:nth-child(3n+4) {
    clear: both;
  }
}
.article-excerpt {
  text-align: center;
}
.article-excerpt .article-type {
  display: block;
  font: 700 normal 0.625em 'Soho W01', 'kulturista-web', serif;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #f9981d;
  margin-bottom: 1em;
}
.article-excerpt .article-type:hover {
  color: #333;
}
@media (min-width: 75em) {
  .article-excerpt .article-type {
    font-size: 0.75em;
  }
}
.article-excerpt .title {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.article-excerpt .title a {
  color: #cd2032;
  font-weight: 700;
  text-decoration: none;
}
.article-excerpt .date {
  color: #555;
  display: block;
  font-size: 0.625em;
  font-style: normal;
  padding: 0.25em 0;
  text-decoration: none;
  text-transform: uppercase;
}
.article-excerpt .date:hover {
  color: #333;
}
@media (min-width: 75em) {
  .article-excerpt .date {
    font-size: 0.75em;
  }
}
.article-excerpt .excerpt {
  font-size: 0.875em;
  margin-top: 0;
}
.article-excerpt.non-callup h3.title {
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.articles.list-view .article-excerpt {
  text-align: left;
  width: 100%;
}
.articles.list-view .article-excerpt .metadata {
  font-size: 0.875em;
}
.articles.list-view .article-excerpt .metadata a {
  color: #555;
  text-decoration: none;
}
.articles.list-view .article-excerpt .metadata a:hover {
  color: #000;
  text-decoration: underline;
}
ul.brands {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.brands .brand {
  padding-bottom: 5em;
}
@media (min-width: 48em) {
  ul.brands .brand {
    position: relative;
  }
  ul.brands .brand .content-wrap {
    height: 100%;
    position: absolute;
  }
  ul.brands .brand .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms ul.brands .brand .content {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .no-csstransforms ul.brands .brand .content-wrap {
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
  }
  ul.brands .brand.odd figure {
    float: left;
  }
  ul.brands .brand.odd .content-wrap {
    right: 0;
  }
  ul.brands .brand.even figure {
    float: right;
  }
  ul.brands .brand.even .content-wrap {
    left: 0;
  }
}
@media (min-width: 48em) and screen and (max-width: 60em) {
  ul.brands .brand .content-wrap {
    height: auto;
    position: static;
  }
}
@media (min-width: 60em) {
  ul.brands .brand {
    padding: 0;
  }
  ul.brands .brand .content {
    padding: 0 3em;
  }
}
ul.brands .brand header {
  text-align: center;
}
ul.brands .brand .logo {
  height: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  max-height: 5em;
  max-width: 50%;
}
@media screen and (min-width: 48em) {
  ul.brands .brand .logo {
    margin-top: 0;
  }
}
ul.brands .brand .title {
  display: none;
}
ul.brands .brand .tagline {
  display: block;
  font: normal 700 1em/1.1 'Soho W01', 'kulturista-web', serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
ul.brands:nth-child(even) {
  background: #e7e7e7;
}
.shop-favorites {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-favorites .brand figure {
  height: 8em;
  margin: 0 auto;
  max-width: 10em;
  position: relative;
}
.shop-favorites .brand img {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.no-csstransforms .shop-favorites .brand img {
  left: auto;
  position: static;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.shop-favorites .brand .title {
  display: none;
}
.shop-favorites .brand .tagline {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.brand-partner-group {
  padding: 1em 0;
}
.brand-partner-group h1,
.brand-partner-group h2,
.brand-partner-group h3,
.brand-partner-group h4,
.brand-partner-group h5,
.brand-partner-group h6 {
  color: #cd2032;
  margin: 0;
}
.brand-partners {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 360px) {
  .csscolumns .brand-partners {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
  }
  .no-csscolumns .brand-partners li {
    float: left;
    padding-right: 2em;
    width: 50%;
  }
}
@media (min-width: 37.5em) {
  .csscolumns .brand-partners {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
  }
  .no-csscolumns .brand-partners li {
    width: 33%;
  }
}
@media (min-width: 48em) {
  .csscolumns .brand-partners {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
  }
  .no-csscolumns .brand-partners li {
    width: 25%;
  }
}
@media (min-width: 60em) {
  .csscolumns .brand-partners {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
  }
  .no-csscolumns .brand-partners li {
    width: 20%;
  }
}
@media (min-width: 48em) {
  #brand_categories div {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 48em) {
  #brand_categories div + div {
    margin-left: 16.66666667%;
  }
}
.sort-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sort-header ul li {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Soho W01', 'kulturista-web', serif;
  font-weight: 600;
  margin-right: 2em;
  padding: 0.25em 0.5em;
}
.sort-header ul li.active {
  background: #cd2032;
  color: #fff;
}
.sort-header ul li.active[data-category='bmx'] {
  background: #008e87;
}
.sort-header ul li.active[data-category='outdoor'] {
  background: #f9981d;
}
.brand-partner-group .category-active {
  font-weight: 500;
}
.brand-partner-group .bmx.category-active {
  color: #008e87;
}
.brand-partner-group .outdoor.category-active {
  color: #f9981d;
}
.brand-partner-group .category-inactive {
  color: #bdc0c2;
}
.brand-logos {
  padding: 0;
}
.brand-logos li.brand {
  display: inline-block;
  float: left;
  height: 5em;
  position: relative;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 48em) {
  .brand-logos li.brand {
    width: 20%;
  }
}
.brand-logos li.brand img {
  max-width: 5.5em;
}
@media screen and (min-width: 60em) {
  .brand-logos li.brand img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.no-csstransforms .brand-logos li.brand img {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.brand-logos li#issi img {
  max-width: 4em;
}
header.masthead.call-up-header {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  height: 150px;
  padding: 0;
}
header.masthead.call-up-header .container {
  padding: 0;
  position: relative;
}
header.masthead.call-up-header .col-md-4 {
  display: none;
}
header.masthead.call-up-header .title {
  background: #cd2032;
  left: 1.75em;
  padding: 1em 0.5em 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 60em) {
  header.masthead.call-up-header .title {
    left: 2.75em;
    top: 1em;
  }
}
header.masthead.call-up-header .title .content {
  left: -1em;
  position: relative;
  text-align: center;
  z-index: 3;
}
header.masthead.call-up-header .title h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
header.masthead.call-up-header .title .tagline {
  color: #f9981d;
  font-size: 0.75em;
  margin: 0;
}
header.masthead.call-up-header .title:before,
header.masthead.call-up-header .title:after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
header.masthead.call-up-header .title:before {
  border-bottom: 1.25em solid #cd2032;
  border-left: 1.75em solid transparent;
  left: -1.75em;
  top: 0;
}
header.masthead.call-up-header .title:after {
  border-top: 1.25em solid #cd2032;
  border-right: 1.75em solid transparent;
  bottom: -1.25em;
  right: 0;
}
header.masthead.call-up-header .title .block-filler {
  background: #cd2032;
  display: block;
  position: absolute;
  right: 1.75em;
  top: 1.25em;
  height: 100%;
  width: 100%;
  z-index: 1;
}
header.masthead.call-up-header .title .scribble {
  background: url(/images/template_images/call-up-title-scribbles.png) center center no-repeat;
  display: block;
  height: 120%;
  left: -2em;
  position: absolute;
  top: 0.5em;
  width: 115%;
  z-index: 2;
}
@media (min-width: 60em) {
  header.masthead.call-up-header {
    background-position: center center;
    height: auto;
  }
  header.masthead.call-up-header .banner .col-md-4 {
    display: block;
  }
  header.masthead.call-up-header .title h1 {
    font-size: 4em;
  }
  header.masthead.call-up-header .title .tagline {
    font-size: 0.85em;
  }
}
header.masthead.call-up-header .banner .content {
  padding: 8em 3em;
  text-align: center;
}
header.masthead.call-up-header .banner .content figure.logo {
  margin: 2em auto 0;
  max-width: 10em;
}
header.masthead.call-up-header + div .snippet .content {
  min-height: 12em;
}
@media (min-width: 60em) {
  header.masthead.call-up-header + div .snippet .content {
    min-height: 0;
  }
}
.call-up-issue header {
  margin-bottom: 2em;
}
.call-up-issue header h2 strong {
  font-weight: 700;
  text-transform: uppercase;
}
.call-up-issue .quote-box {
  padding-bottom: 0;
}
.call-up-issue .quote-box figure {
  z-index: 2;
}
.call-up-issue .quote-box blockquote {
  margin-top: 0;
  padding-top: 0;
  z-index: 1;
}
article.call-up header h1,
article.call-up header h2,
article.call-up header h3,
article.call-up header h4,
article.call-up header h5,
article.call-up header h6 {
  color: #000;
  font-family: 'Soho W01', 'kulturista-web', serif;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 60em) {
  article.call-up header h1,
  article.call-up header h2,
  article.call-up header h3,
  article.call-up header h4,
  article.call-up header h5,
  article.call-up header h6 {
    font-size: 1.5em;
  }
}
article.call-up .metadata {
  font-family: 'Soho W01', 'kulturista-web', serif;
}
article.call-up .metadata a {
  color: #000;
  text-decoration: none;
}
article.call-up .metadata a:hover {
  color: #cd2032;
}
article.call-up .intro {
  color: #008e87;
  font-family: 'Soho W01', 'kulturista-web', serif;
  line-height: 1.4;
}
@media screen and (min-width: 48em) {
  article.call-up .intro {
    margin: 0 3em 2em;
    font-size: 1.25em;
  }
}
article.call-up .primary {
  letter-spacing: 0.25px;
  line-height: 1.5;
}
article.call-up .primary h1,
article.call-up .primary h2,
article.call-up .primary h3,
article.call-up .primary h4,
article.call-up .primary h5,
article.call-up .primary h6 {
  color: #cd2032;
  font-weight: 700;
}
article.call-up .primary h1 {
  font-size: 1.5em;
}
article.call-up .primary h2 {
  font-size: 1.15em;
}
article.call-up .primary h3,
article.call-up .primary h4,
article.call-up .primary h5,
article.call-up .primary h6 {
  font-size: 1em;
}
article.call-up .primary * + h2,
article.call-up .primary * + h3,
article.call-up .primary * + h4 {
  margin-top: 2em;
}
article.call-up .primary ol,
article.call-up .primary ul {
  max-width: 35em;
}
article.call-up .primary ol li,
article.call-up .primary ul li {
  margin-bottom: 0.5em;
}
article.call-up .primary aside ol,
article.call-up .primary aside ul {
  max-width: none;
}
article.call-up blockquote {
  color: #008e87;
  font-family: 'Soho W01', 'kulturista-web', serif;
  font-size: 1.125em;
  line-height: 1.3
		margin:1em 0;
}
@media (min-width: 37.5em) {
  article.call-up blockquote {
    margin: 2em;
  }
}
article.call-up img.modal {
  pointer: cursor;
}
article.call-up aside {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
article.call-up aside.align-left {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-right: 1em;
  padding: 0;
}
@media (min-width: 37.5em) {
  article.call-up aside.align-left {
    float: left;
    width: 33.33333333%;
  }
}
article.call-up aside.align-right {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-left: 1em;
  padding: 0;
}
@media (min-width: 37.5em) {
  article.call-up aside.align-right {
    float: right;
    width: 33.33333333%;
  }
}
article.call-up aside.align-center {
  width: 50%;
}
@media (min-width: 54em) {
}
@media (min-width: 60em) {
}
article.call-up aside .content {
  text-align: center;
}
@media (min-width: 60em) {
  article.call-up aside .content {
    padding: 2em 1em;
  }
}
@media (min-width: 75em) {
  article.call-up aside .content {
    padding: 3em 2em;
  }
}
article.call-up aside figcaption {
  font-size: 0.75em;
}
article.call-up .image-block.full-width figure {
  position: relative;
}
article.call-up .image-block.full-width figcaption {
  bottom: 2em;
  left: 0;
  max-width: 40%;
  padding: 0.5em;
  position: absolute;
}
article.call-up .video-block figure.video {
  margin-bottom: 1em;
}
article.call-up .video-block figure.video .wrap {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  position: relative;
}
article.call-up .video-block figure.video iframe,
article.call-up .video-block figure.video object,
article.call-up .video-block figure.video embed,
article.call-up .video-block figure.video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
article.call-up .text-aside-with-image {
  clear: both;
  margin-bottom: 1.5em;
}
article.call-up .text-aside-with-image figure {
  position: relative;
}
article.call-up .text-aside-with-image figcaption {
  bottom: 2em;
  left: 0;
  padding: 0.5em;
  padding-left: 2em;
  position: absolute;
}
article.call-up .text-aside-with-image .content {
  font-size: 1.25em;
}
article.call-up .text-aside-with-image .content.pull-right {
  right: 0;
}
article.call-up .product-block {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
}
article.call-up .product-block figure {
  text-align: center;
}
@media screen and (min-width: 48em) {
  article.call-up .product-block figure {
    min-height: 6em;
  }
}
article.call-up .product-block figcaption {
  font-size: 0.875em;
  margin-top: 0.5em;
}
article.call-up .product-block .content {
  text-align: left;
  padding: 2em;
}
article.call-up .product-block p {
  margin: 0;
}
article.call-up .product-block a {
  color: #000;
  text-decoration: none;
}
article.call-up .product-block a:hover {
  color: #cd2032;
}
article.call-up .product-block a.btn {
  margin-top: 0.5em;
  color: #fff;
}
article.call-up .product-block .product-image {
  height: 200px;
}
article.call-up .product-block .product-details {
  height: 75px;
}
article.call-up .primary footer {
  border-top: 1px solid #008e87;
  margin-top: 2em;
  padding-top: 1em;
}
article.call-up .primary footer h1,
article.call-up .primary footer h2,
article.call-up .primary footer h3,
article.call-up .primary footer h4,
article.call-up .primary footer h5,
article.call-up .primary footer h6,
article.call-up .primary footer a {
  color: #008e87;
  font-weight: 700;
  text-decoration: none;
}
article.call-up .featured-brands .product-block a {
  border: 1px solid #bdc0c2;
  display: block;
}
article.call-up .featured-brands .product-block .product-image {
  height: 150px;
}
article.call-up .featured-brands .product-block .product-image img {
  display: inline;
  width: 75%;
}
.call-up-issues {
  list-style: none;
  margin: 0;
  padding: 0;
}
.call-up-issues .article-excerpt {
  margin-bottom: 1em;
}
.flexslider.call-up-issues li {
  margin-right: 10px;
}
.feature .content {
  padding: 1em;
  text-align: center;
}
.feature .logo {
  margin: 1em auto 0;
  max-width: 10em;
}
.feature .pull-left,
.feature .pull-right {
  float: none;
}
.feature .col-sm-8 figure figcaption {
  font-size: 0.75em;
  padding: 0.25em 0 0.25em 0.5em;
}
@media (min-width: 48em) {
  .feature {
    position: relative;
  }
  .feature .content-wrap {
    height: 100%;
    position: absolute;
  }
  .feature .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .no-csstransforms .feature .content {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .feature [class*="col-"].pull-left {
    float: left;
  }
  .feature [class*="col-"].pull-right {
    float: right;
  }
  .feature .content-wrap.pull-left {
    left: 0;
  }
  .feature .content-wrap.pull-right {
    right: 0;
  }
  .feature .content {
    padding: 0 1em;
    width: 100%;
  }
}
@media (min-width: 48em) and screen and (max-width: 60em) {
  .feature .content-wrap {
    height: auto;
    position: static;
  }
}
@media (min-width: 75em) {
  .feature .content {
    font-size: 1em;
  }
}
[class*="col-"] .feature {
  font-size: 0.75em;
  margin-bottom: 2em;
}
@media (min-width: 75em) {
  [class*="col-"] .feature {
    font-size: 0.875em;
  }
}
.no-csstransforms .feature .content-wrap {
  padding: 1em;
}
.news-small {
  list-style: none;
}
.news-small .feature a {
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none;
}
.news-small .feature a:hover:before {
  background: rgba(255, 255, 255, 0.2);
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.featured-brands {
  margin: 0 auto;
  max-width: 55em;
  width: auto;
}
.call-up-issue + .featured-brands {
  max-width: none;
}
.featured-brands .brands-title {
  display: block;
  font: 700 normal 0.625em 'Soho W01', 'kulturista-web', serif;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #f9981d;
  margin-bottom: 1em;
  text-align: center;
}
.featured-brands .brand {
  float: left;
  height: auto;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 60em) {
  .featured-brands .brand {
    float: left;
    min-height: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    position: relative;
    width: 25%;
    height: 10em;
    margin-bottom: 0;
  }
}
@media (min-width: 37.5em) {
  .featured-brands .brand {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.featured-brands .brand a {
  display: block;
}
.featured-brands .brand img {
  display: block;
  height: auto;
  max-height: 6em;
  max-width: 80%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 60em) {
  .featured-brands .brand img {
    display: inline-block;
    left: auto;
    max-height: 7em;
    max-width: 60%;
    position: static;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.no-csstransforms .featured-brands .brand {
  padding: 0;
  text-align: center;
}
.no-csstransforms .featured-brands .brand a {
  display: inline-block;
}
.no-csstransforms .featured-brands .brand img {
  display: inline-block;
  max-height: 5em;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.infographic {
  font: normal 400 1em/1.2 'Soho W01', 'kulturista-web', serif;
  margin: 1em 0;
  text-align: center;
}
.infographic q {
  display: block;
}
.infographic .capitalize {
  text-transform: uppercase;
}
.infographic .plain {
  font-family: 'freight-sans-pro', sans-serif;
}
.infographic .burst {
  background: url(/images/template_images/infographic_burst.png) 50% 50% no-repeat;
  background-size: contain;
  font-size: 1.75em;
  display: inline-block;
  padding: 0.625em 0.75em 0.45em;
  max-width: 100%;
}
@media (min-width: 37.5em) {
  .infographic .burst {
    font-size: 2.25em;
  }
}
.infographic .emphasis {
  font-size: 1.5em;
}
.infographic sup {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  margin-left: 5px;
  top: 0;
}
.infographic.teal {
  color: #008e87;
  padding-top: 1em;
}
.infographic.brown {
  color: #6a4b35;
}
.infographic.brown strong {
  font-size: 1.5em;
}
#distribution-map {
  position: relative;
}
#distribution-map .mobile {
  display: block;
}
#distribution-map .desktop {
  display: none;
}
#distribution-map .infographic {
  margin-bottom: 2em;
}
@media (min-width: 30em) {
  #distribution-map .infographic {
    float: left;
    width: 50%;
  }
  #distribution-map #one-day {
    float: none;
    width: auto;
  }
}
@media (min-width: 37.5em) {
  #distribution-map figure {
    float: right;
    width: 60%;
  }
  #distribution-map #one-day {
    width: 40%;
  }
  #distribution-map #one-day + .infographic {
    clear: both;
  }
  #distribution-map .infographic {
    width: 25%;
  }
}
@media (min-width: 60em) {
  #distribution-map .mobile {
    display: none;
  }
  #distribution-map .desktop {
    display: block;
  }
  #distribution-map figure {
    float: none;
    width: auto;
  }
  #distribution-map .infographic {
    float: none;
    font-size: 0.75em;
    margin: 1em 0;
    position: absolute;
    width: 20%;
  }
  #distribution-map #one-day {
    width: 20%;
  }
  #one-day {
    bottom: 5%;
    left: 41.25%;
  }
  #one-day img {
    width: 70%;
  }
  #dealers-skus {
    left: 3%;
    top: 24%;
  }
  #bike-builder {
    bottom: 7%;
    left: 5%;
  }
  #quality-wheels-infographic {
    right: 3%;
    top: 22%;
  }
  #error-rate {
    bottom: 11%;
    right: 5%;
  }
}
@media (min-width: 75em) {
  #distribution-map .infographic {
    font-size: 1em;
  }
}
.press-release .page-title {
  margin-top: 5em;
}
.press-release figure.banner + .page-title {
  margin-top: 3em;
}
.quote-box {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 60em;
  position: relative;
  padding-bottom: 1em;
}
.quote-box figure {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
.quote-box figure img {
  margin: 0 auto;
  max-height: 300px;
  width: auto;
}
.quote-box blockquote {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
  font-size: 1.125em;
  padding: 3.5em 2em;
  position: relative;
  width: 100%;
}
.quote-box blockquote strong {
  font-weight: 700;
}
.quote-box blockquote .attribution {
  font-size: 0.75em;
  text-align: right;
}
.quote-box figure + blockquote {
  margin-top: -5em;
  z-index: 2;
}
@media (min-width: 37.5em) {
  .quote-box.homepage {
    margin-bottom: -4.5em;
  }
  .quote-box.homepage .cta {
    display: block;
    float: left;
    margin-top: -0.5em;
  }
  .quote-box figure {
    float: right;
    right: 2%;
    top: -1.5em;
    width: 27%;
    z-index: 2;
  }
  .quote-box figure + blockquote {
    margin-top: 0em;
    padding-right: 33.3334%;
    z-index: 1;
  }
}
@media (min-width: 48em) {
  .quote-box blockquote {
    padding: 3.5em;
  }
}
.call-up-issue .quote-box figure img {
  max-height: 25em;
}
blockquote[class*=quote-] {
  color: #fff;
}
@media (min-width: 48em) {
  blockquote[class*=quote-] {
    background-size: contain;
  }
}
.quote-orange {
  background-image: url(../../images/template_images/quotebox-orange.png);
}
.quote-teal {
  background-image: url(../../images/template_images/quotebox-teal.png);
}
.quote-tan {
  background-image: url(../../images/template_images/quotebox-tan.png);
}
.quote-red {
  background-image: url(../../images/template_images/quotebox-red.png);
}
ul.snippets {
  margin-left: 0;
  padding-left: 0;
}
.snippet {
  display: block;
  margin-bottom: 1em;
  position: relative;
}
.snippet .content {
  bottom: 0;
  color: #fff;
  left: 0;
  max-height: 100%;
  padding: 1.5em 0.5em 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 60em) {
  .snippet .content {
    left: 5%;
    padding: 0.5em;
    position: absolute;
    width: 90%;
  }
}
.snippet .content header {
  padding: 0 1.25em;
}
.snippet .content header h1,
.snippet .content header h2,
.snippet .content header h3,
.snippet .content header h4,
.snippet .content header h5,
.snippet .content header h6 {
  margin: 0;
}
.snippet .content .excerpt {
  margin: 0 1.25em;
  max-height: 20em;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 60em) {
  .snippet .content .excerpt {
    max-height: 0;
  }
}
.snippet .content a.btn {
  clear: both;
  margin-bottom: 1em;
}
.snippet .logo {
  margin: 1em auto 0;
  max-width: 10em;
}
.snippet [class*='icon-caret-'] {
  display: none;
  left: 0;
  padding: 0.5em;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 60em) {
  .snippet [class*='icon-caret-'] {
    display: block;
  }
}
.snippet .icon-caret-down {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  transform: rotate(-180deg);
}
.no-opacity .snippet .icon-caret-down {
  display: none;
}
.snippet:hover .excerpt {
  max-height: 20em;
}
.snippet:hover .icon-caret-up {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
.snippet:hover .icon-caret-down {
  opacity: 1;
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}
.no-opacity .snippet:hover .icon-caret-up {
  display: none;
}
.no-opacity .snippet:hover .icon-caret-down {
  display: block;
}
#search-container header.search-header .search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  width: 97%;
}
@media (min-width: 60em) {
  #search-container header.search-header .search-field {
    width: 100%;
  }
}
#search-container header.search-header .catalog-callout {
  margin: 0.25em 0;
}
#search-container .st-search-summary {
  color: #555;
  margin: 0.5em 0;
}
#search-container .st-search-results {
  border: 1px solid #bdc0c2;
  border-left: 0;
  border-right: 0;
  max-height: 23em;
  overflow-y: scroll;
}
@media (min-height: 50em) {
  #search-container .st-search-results {
    max-height: 33em;
  }
}
#search-container .st-search-pagination {
  display: block;
  font-family: 'Soho W01', 'kulturista-web', serif;
  font-weight: 400;
  margin: 0.5em 0;
  text-align: center;
}
#search-container .st-search-pagination a {
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
#search-container .st-search-pagination a.active {
  color: #888888;
}
#search-container .st-search-pagination a .st-ui-arrow {
  border-color: #f9981d;
}
#main section#history {
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#main section#history header {
  margin-top: 1em;
  position: absolute;
  width: 100%;
}
#main section#history .col-md-7 {
  padding: 0;
}
#main section#history .col-md-5 {
  padding: 3em 3em 0;
}
#events .feature {
  margin-bottom: 2em;
}
.no-csstransforms #events .feature .content-wrap {
  padding-top: 3em;
  padding-bottom: 3em;
}
#job-postings .jobs {
  width: 100%;
}
#job-postings .jobs .job > div {
  padding: 0.75em 1em;
}
@media (min-width: 60em) {
  #job-postings .jobs .job > div {
    font-size: 1em;
  }
  #job-postings .jobs .job > div:first-child {
    text-align: center;
  }
}
#job-postings .job .title a {
  color: #000;
  text-decoration: none;
}
#job-postings .job .title a:hover {
  color: #cd2032;
}
#job-postings .job .posting-details {
  display: none;
}
#job-postings .job .toggle {
  color: #015c43;
  cursor: pointer;
  font-size: 0.75em;
  position: absolute;
  right: 1em;
  top: 1.25em;
}
#job-postings .job .toggle .icon-plus {
  display: block;
}
#job-postings .job .toggle .icon-minus {
  display: none;
}
#job-postings .job .toggle.active .icon-plus {
  display: none;
}
#job-postings .job .toggle.active .icon-minus {
  display: block;
}
section#new-dealers nav.tabs {
  margin-top: 3em;
}
.language-selection {
  margin-bottom: 1em;
}
#es,
#fr {
  display: none;
}
.text-black {
  color: #000;
}
.text-gray-darker {
  color: #222;
}
.text-gray-dark {
  color: #333;
}
.text-gray {
  color: #555;
}
.text-gray-light {
  color: #bdc0c2;
}
.text-gray-lighter {
  color: #e7e7e7;
}
.text-white {
  color: #fff;
}
.text-off-white {
  color: #e7e2df;
}
.text-blue {
  color: #184275;
}
.text-blue-light {
  color: #3db7e4;
}
.text-brown {
  color: #6a4b35;
}
.text-brown-light {
  color: #b3995d;
}
.text-green {
  color: #015c43;
}
.text-green-light {
  color: #bcab2c;
}
.text-olive {
  color: #bcab31;
}
.text-orange {
  color: #f9981d;
}
.text-red {
  color: #cd2032;
}
.text-teal {
  color: #008e87;
}
.text-teal-light {
  color: #d7e9e8;
}
.bg-black {
  background-color: #000;
}
.bg-gray-darker {
  background-color: #222;
}
.bg-gray-dark {
  background-color: #333;
}
.bg-gray {
  background-color: #555;
}
.bg-gray-light {
  background-color: #bdc0c2;
}
.bg-gray-lighter {
  background-color: #e7e7e7;
}
.bg-white {
  background-color: #fff;
}
.bg-off-white {
  background-color: #e7e2df;
}
.bg-blue {
  background-color: #184275;
}
.bg-blue-light {
  background-color: #3db7e4;
}
.bg-brown {
  background-color: #6a4b35;
}
.bg-brown-light {
  background-color: #b3995d;
}
.bg-green {
  background-color: #015c43;
}
.bg-green-light {
  background-color: #bcab2c;
}
.bg-olive {
  background-color: #bcab31;
}
.bg-orange {
  background-color: #f9981d;
}
.bg-red {
  background-color: #cd2032;
}
.bg-teal {
  background-color: #008e87;
}
.bg-teal-light {
  background-color: #d7e9e8;
}
.clearfix,
#branding section,
#branding section,
#colophon section,
#colophon section,
.container,
.container-fluid,
.row,
.grid,
.large-gutters,
.no-gutters,
ul.articles,
.quote-box {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#branding section:before,
#branding section:after,
#branding section:before,
#branding section:after,
#colophon section:before,
#colophon section:after,
#colophon section:before,
#colophon section:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.grid:before,
.grid:after,
.large-gutters:before,
.large-gutters:after,
.no-gutters:before,
.no-gutters:after,
ul.articles:before,
ul.articles:after,
.quote-box:before,
.quote-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
#branding section:after,
#branding section:after,
#colophon section:after,
#colophon section:after,
.container:after,
.container-fluid:after,
.row:after,
.grid:after,
.large-gutters:after,
.no-gutters:after,
ul.articles:after,
.quote-box:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-inline {
  text-align: center;
}
.center-inline > * {
  display: inline-block;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.no-float {
  float: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media screen and (min-width: 60em) {
  .mobile {
    display: none;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Print
**********************************/
