/* LESS VARS */
/* =============================================================================
   Webfonts
   ========================================================================== */
.font-text {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
}
.font-text-ital {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 400;
}
.font-text-bold {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 700;
}
.font-text-bold-ital {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 700;
}
.font-sans-text {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
.font-sans-text-ital {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 400;
}
.font-sans {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
}
.font-sans-ital {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 700;
}
.font-sans-bold {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
.font-sans-bold-ital {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 800;
}
.font-sans-condensed-black {
  font-family: "Gotham XNarrow A", "Gotham XNarrow B";
  font-style: normal;
  font-weight: 900;
}
/*
@font-face {
    font-family: 'font_serif';
    src: url('../webfonts/v3/centri.woff') format('woff'),
         url('../webfonts/v3/centri.woff2') format('woff2'),
         url('../webfonts/v3/centri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'font_med_sans';
    src: url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.woff') format('woff'),
         url('../webfonts/v3/markweb-heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_bold_sans';
    src: url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.woff') format('woff'),
         url('../webfonts/v3/markweb-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'font_condensed';
  src: url('../webfonts/v3/norwester.woff') format('woff'), url('../webfonts/v3/norwester.woff') format('woff2'), url('../webfonts/v3/norwester.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ss_standard';
  src: url('../webfonts/v3/ss-standard.woff') format('woff'), url('../webfonts/v3/ss-standard.woff2') format('woff2'), url('../webfonts/v3/ss-standard.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}
.not-full-width {
  width: auto;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
}
.topo-bg {
  background: url(../img/v4/topo-bg-5-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-lt {
  background: url(../img/v4/topo-bg-3-black.png) top center repeat-y;
  background-size: 1480px;
}
.topo-bg-wt {
  background: url(../img/v4/topo-bg-5-white.png) top center repeat-y;
  background-size: 1480px;
}
.clear {
  content: "";
  display: table;
  clear: both;
}
.ulreset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*
body {
	.fluid-type(font-size, 600px, 900px, 12px, 28px);
}
pre {overflow: auto;}

*/
.master_excerpt {
  font-size: 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
}
.master_excerpt a,
.master_excerpt a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.master_excerpt a:hover,
.master_excerpt a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 15px/26px Helvetica, Helvetica Neue, Arial;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
/* ===================
    ALL: Orange Theme
   =================== */
.header-container {
  border-bottom: 20px solid #e44d26;
}
.footer-container,
.main aside {
  border-top: 20px solid #e44d26;
}
.header-container,
.footer-container,
.main aside {
  background: #f16529;
}
.title {
  color: white;
}
/* ==============
    MOBILE: Main
   ============== */
.main {
  padding: 30px 0;
}
.main article h1 {
  font-size: 2em;
}
.main aside {
  color: white;
  padding: 0px 5% 10px;
}
/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}
/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", Arial, serif;
  color: #31312F;
}
body {
  margin: 0;
  line-height: 1.6;
  background: #1A1C18;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #A23D3B;
  text-decoration: none;
}
a:visited {
  color: #A23D3B;
  text-decoration: none;
}
a:hover {
  color: #70D259;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author: Logan
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
h1,
h2,
h3,
h4 {
  font-family: 'font_condensed', 'Arial Narrow', Arial, sans-serif;
  margin: 0px;
  color: #1A1C18;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
}
h1 {
  font-size: 32px;
  line-height: 1em;
  padding: 0px 0px 10px 0px;
}
h2 {
  font-size: 36px;
  line-height: 1em;
  padding: 0px 0px 10px 0px;
}
h2.bld {
  padding: 10px 0px 10px 0px;
}
h2.award {
  background: url(../img/awards-icon.png) no-repeat left top;
  background-size: 36px;
  padding-left: 38px;
  margin-top: 40px;
}
h2.benchmark {
  background: url(../img/v4/benchmark-lists-icon.png) no-repeat left top;
  background-size: 36px;
  padding-left: 38px;
  margin-top: 80px;
}
h2.gift-guide {
  background: url(../img/v3/gift-guide-tag.png) no-repeat left top;
  background-size: 20px;
  margin-left: -16px;
  padding-left: 16px;
  margin-top: 30px;
}
h3.award {
  background: url(../img/awards-icon.png) no-repeat left top;
  background-size: 20px;
  padding-left: 20px;
}
h3 {
  font-size: 28px;
  line-height: 1em;
  padding: 0px 0px 8px 0px;
  color: #B0B0B0;
}
h4 {
  font-size: 24px;
  line-height: 1em;
  padding: 0px 0px 8px 0px;
}
p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.post > h2,
.post > h3,
.post > h4 {
  margin-top: 20px;
}
.post > h2 {
  font-size: 32px;
  margin-top: 34px;
}
@media screen and (min-width: 320px) {
  .post > h2 {
    font-size: calc(32px  +  12  * ((100vw -  320px ) / 1160 ));
  }
}
@media screen and (min-width: 1480px) {
  .post > h2 {
    font-size: 44px;
  }
}
/* NAVIGATION */
.BPC {
  height: 44px;
  padding: 6px;
  background-color: #747F5A;
  font-family: 'font_condensed';
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #1A1C18;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  padding-left: 10px;
}
.BPC div.btn {
  display: inline-block;
}
.BPC div.btn a.join {
  display: inline-block;
  background-color: #A23D3B;
  padding: 8px 18px 0px 18px;
  margin: 0 10px 0 0;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #A9B69C;
  height: 32px;
  border: 0;
}
.BPC div.btn a.join:hover {
  color: #F2F1EE;
}
.BPC span.hidetxt {
  display: none;
}
.BPC span.hidetxt2 {
  display: none;
}
.BPC a.login {
  color: #1A1C18;
  float: right;
  display: inline-block;
  width: 115px;
  text-align: right;
  border: 0;
  padding: 0px 4px 0px 0px;
  margin: 0;
}
.BPC a.login img {
  margin-left: 5px;
  width: 32px;
  float: right;
  display: inline;
  clip-path: polygon(50% 0, 100% 20%, 100% 80%, 50% 100%, 0 80%, 0 20%);
}
.BPC a.login span {
  margin-top: 9px;
  padding: 0;
  display: inline-block;
  width: 70px;
  overflow: hidden;
}
.BPC a.login:hover {
  color: #A23D3B;
}
.BPC a.sq-logo {
  width: 92px;
  height: 80px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 0px 0px 12px;
}
.BPC a.sq-logo img {
  width: 80px;
  height: 80px;
}
/* ==============
    MOBILE NAV
   ============== */
div.nav_mobile {
  display: none;
  position: absolute;
  width: 100%;
  background: #1A1C18;
  color: #DDDEDA;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
}
div.nav_mobile ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div.nav_mobile > ul {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
div.nav_mobile > ul li ul {
  content: "";
  display: table;
  clear: both;
  position: relative;
  left: 50%;
}
div.nav_mobile > ul li ul li {
  float: left;
  padding: 0px 0px 8px 0px;
  right: 50%;
  position: relative;
  display: block;
}
div.nav_mobile > ul li > ul li a {
  font-size: 15px;
  padding: 6px 10px;
}
div.nav_mobile ul li a {
  margin: 0px;
  letter-spacing: 0.1em;
  color: #747F5A;
  font-family: 'font_condensed';
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1em;
  width: auto;
  display: block;
  padding: 12px 10px;
}
div.nav_mobile ul li a span {
  border-bottom: 2px solid #747F5A;
}
div.nav_mobile ul li.nod > a {
  color: #575757;
  padding-bottom: 5px;
}
div.nav_mobile ul li.nod > a span {
  border-bottom: 0;
}
div.nav_mobile.on {
  z-index: 999;
}
div.nav_mobile div.social {
  font-family: "SSSocialRegular";
  text-transform: lowercase;
  content: "";
  display: table;
  clear: both;
  width: 100%;
  text-align: center;
}
div.nav_mobile div.social a,
div.nav_mobile div.social a:visited {
  font-size: 24px;
  color: #A23D3B;
  display: inline-block;
  padding: 20px 15px;
}
div.nav_mobile div.social a:hover,
div.nav_mobile div.social a:visited:hover {
  color: #F2F1EE;
}
nav {
  max-height: 60px;
  left: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0px;
  background: #1A1C18;
  color: #DDDEDA;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav div.nav-inner {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50);
  -ms-transform: translateX(-50%);
  height: 60px;
  position: relative;
  max-width: 1480px;
  height: 0px;
  overflow: visible;
}
nav div.nav-inner ul {
  top: 0px;
  width: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style-type: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  display: none;
}
nav div.nav-inner ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
nav div.nav-inner ul li.dd.on {
  background-color: #141413;
}
nav div.nav-inner ul li a,
nav nav div.nav-inner ul li.nod > a {
  font-family: 'font_condensed';
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 22px 12px 0px 12px;
  margin: 0;
  height: 60px;
  display: block;
  color: #D0CFCD;
  font-size: 13px;
}
nav div.nav-inner ul li a > span,
nav nav div.nav-inner ul li.nod a > span {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border-bottom: 0px;
  display: inline-block;
}
nav div.nav-inner ul li a > span:after,
nav nav div.nav-inner ul li.nod a > span:after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 0%;
  /* Change this to whatever width you want. */
  padding-top: 2px;
  /* This creates some space between the element and the border. */
  border-bottom: 2px solid #747F5A;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav div.nav-inner ul li a > span strong,
nav nav div.nav-inner ul li.nod a > span strong {
  font-weight: normal;
  display: none;
}
nav div.nav-inner ul li a:hover > span {
  color: #d2dfc9;
}
nav div.nav-inner ul li a:hover > span:after {
  width: 100%;
  /* Change this to whatever width you want. */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
div#subnav {
  position: absolute;
  z-index: 2000;
  background: #141413;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  display: none;
}
div#subnav div.sub {
  background: #141413;
  padding: 4% 2%;
  display: none;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 auto;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: center;
  align-items: top;
  max-width: 1100px;
}
div#subnav div.sub.on {
  display: flex;
}
div#subnav div.sub ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div#subnav div.sub .sect {
  width: 25%;
  padding: 0px 10px 0px 10px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  color: #F2F1EE;
  position: relative;
}
div#subnav div.sub .sect.two {
  width: 50%;
}
div#subnav div.sub .sect.three {
  width: 33.33%;
}
div#subnav div.sub .sect.left {
  text-align: left;
}
div#subnav div.sub .sect a.map {
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
}
div#subnav div.sub .sect a.map img {
  width: 100%;
  height: auto;
}
div#subnav div.sub h4 {
  padding: 15px 0px 10px 0px;
  margin: 0px;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #B0B0B0;
}
div#subnav div.sub h3 {
  padding: 25px 0px 10px 0px;
  margin: 0px;
  font-size: 20px;
  font-family: 'font_condensed';
  color: #B0B0B0;
}
div#subnav div.sub .sect > p,
div#subnav div.sub > p {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  color: #B0B0B0;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 auto;
  clear: after;
}
div#subnav div.sub .sect > p a,
div#subnav div.sub > p a {
  color: #B0B0B0;
  text-decoration: underline;
}
div#subnav div.sub .sect > p a:hover,
div#subnav div.sub > p a:hover {
  color: #747F5A;
  text-decoration: none;
}
div#subnav div.sub > p {
  padding: 0 20% 3% 20%;
}
div#subnav div.sub ul li:first-child h3 {
  padding-top: 0px;
}
div#subnav div.sub ul li a {
  padding: 6px 0px 6px 0px;
  color: #747F5A;
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
div#subnav div.sub ul li a:hover {
  color: #a9b69c;
}
div#subnav div.sub ul li.tag a {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  text-transform: none;
  letter-spacing: normal;
}
div#subnav div.sub ul li.social {
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: center;
  align-items: top;
  max-width: 180px;
  margin: 0 auto;
}
div#subnav div.sub ul li.social a {
  font-size: 16px;
  font-family: "SSSocialRegular";
  line-height: 16px;
  width: 20%;
  display: inline-block;
  padding: 20px 0px;
}
div#subnav div.sub ul li a img {
  padding: 5px 0px 7px 0px;
  display: block;
  width: 60px;
  margin: 0px auto;
}
div#subnav div.sub div.sect.three a {
  padding: 0px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 700;
  color: #D0CFCD;
  display: block;
}
div#subnav div.sub div.sect.three a p {
  padding: 12px 20px 18px 20px;
  margin: 0px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-size: .9em;
  background: #31312F;
}
div#subnav div.sub div.sect.three a:hover p {
  background: #747F5A;
}
div#subnav div.sub div.sect.three a img {
  padding: 0px;
  width: 100%;
}
div#subnav div.sub sub h3.sect-title {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #848581;
  font-size: 26px;
  text-align: left;
  padding: 0px 0px 20px 10px;
}
#navspace {
  min-height: 0px;
}
#brandbar {
  height: 60px;
  background: #1A1C18;
  width: 100%;
  display: block;
  z-index: 999;
}
#brandbar.is-hidden {
  transform: translateY(-60px);
}
#brandbar .menu-toggle {
  width: 60px;
  height: 60px;
  z-index: 1000;
  position: absolute;
  right: 0px;
}
#brandbar .menu-toggle a {
  width: 60px;
  height: 60px;
  display: block;
}
#brandbar .menu-toggle a .bar {
  width: 24px;
  height: 2px;
  background: #B0B0B0;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#brandbar .menu-toggle a:hover .bar {
  background: #A23D3B;
}
#brandbar .menu-toggle a .bar1 {
  top: 21px;
  -webkit-transform: translateY(21px);
  -ms-transform: translateY(21px);
  transform: translateY(21px);
  width: 24px;
}
#brandbar .menu-toggle a .bar2 {
  top: 28px;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  transform: translateY(28px);
}
#brandbar .menu-toggle a .bar3 {
  top: 35px;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  width: 24px;
}
#brandbar .menu-toggle a.on .bar1 {
  -webkit-transform: translateY(32px) rotate(45deg);
  -ms-transform: translateY(32px) rotate(45deg);
  transform: translateY(32px) rotate(45deg);
  width: 30px;
}
#brandbar .menu-toggle a.on .bar2 {
  opacity: 0.0;
  filter: alpha(opacity=0);
}
#brandbar .menu-toggle a.on .bar3 {
  -webkit-transform: translateY(28px) rotate(-45deg);
  -ms-transform: translateY(28px) rotate(-45deg);
  transform: translateY(28px) rotate(-45deg);
  width: 30px;
}
#brandbar a.menulogo {
  display: block;
}
#brandbar a.menulogo img {
  display: block;
  width: 150px;
  padding: 20px 0px 0px 0px;
  position: relative;
  margin: 0px auto;
}
#brandbar.on a.menulogo img {
  display: none;
}
#brandbar.on {
  position: fixed;
  top: 0px;
}
ul.quick-specs {
  max-width: 420px;
  display: inline-block;
  margin: 36px 0px 12px 20px;
  text-transform: uppercase;
  font-family: 'font_condensed';
  font-size: 1em;
  color: #848581;
  list-style-type: none;
}
ul.quick-specs li {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  line-height: .9em;
  font-family: 'font_condensed';
}
ul.quick-specs li.hdr {
  padding: 8px 20px 8px 12px;
  margin: 0px 0px 14px 0px;
  background: #B0B0B0;
  color: #F2F1EE;
  -webkit-clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  clip-path: polygon(100% 0%, 94% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  display: inline-block;
}
ul.quick-specs li strong {
  font-weight: 100;
  color: #1A1C18;
}
ul.quick-specs:after {
  clear: both;
}
div.tagnav {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
div.tagnav ul {
  list-style: none;
  display: inline-table;
}
div.tagnav ul li {
  display: inline;
  font-family: 'font_condensed';
  text-transform: uppercase;
  line-height: 1em;
}
div.tagnav ul li a {
  display: block;
  float: left;
  height: 30px;
  background: #B0B0B0;
  text-align: center;
  padding: 8px 6px 0 16px;
  position: relative;
  margin: 0 8px 7px 0;
  font-size: 14px;
  text-decoration: none;
  color: #1A1C18;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
div.tagnav ul li.current-cat a {
  background: #31312F;
  color: #DDDEDA;
}
div.tagnav ul li.current-cat a:after {
  border-left: 7px solid #31312F;
}
div.tagnav ul li a span {
  color: #F2F1EE;
}
div.tagnav ul li a:after {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 7px solid #B0B0B0;
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 1;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
div.tagnav ul li a:before {
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 7px solid #F2F1EE;
  position: absolute;
  left: 0;
  top: 0;
}
div.tagnav ul li.leader {
  display: inline;
  float: left;
  height: 22px;
  text-align: center;
  padding: 8px 6px 0 0px;
  position: relative;
}
div.tagnav ul li:first-child a:before {
  display: none;
}
div.tagnav ul li a:hover {
  background: #a9b69c;
}
div.tagnav ul li a:hover:after {
  border-left-color: #a9b69c;
}
div.tags {
  text-align: left;
  padding: 10px 0;
}
div.tags ul li a {
  height: 24px;
  background: #B0B0B0;
  padding: 5px 6px 0 14px;
  margin: 0 8px 6px 0;
  font-size: 12px;
  line-height: 1.1em;
  color: #F2F1EE;
}
div.tags ul li a:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 5px solid #gray3;
  position: absolute;
  right: -7px;
  top: 0;
}
div.tags ul li a:before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 7px solid #F2F1EE;
}
div.tags ul li.leader {
  height: 19px;
  padding: 5px 6px 0 0px;
  font-size: 14px;
}
#outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1480px;
  background-color: #F2F1EE;
  margin: 0 auto;
}
/* LAYOUT */
#main {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0 5%;
}
/* 06-2015 NEW HEADER CONTENT STYLES */
#main .content {
  padding: 40px 20px 0px 20px;
  text-align: center;
  margin: 0px auto;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: top center;
}
#main .content .content-category {
  width: auto;
  margin: 0px auto;
}
#main .content h1,
#main .content h2 {
  line-height: 1em;
  color: #1A1C18;
  text-align: center;
  letter-spacing: 0.18em;
}
#main .content h1 {
  font-size: 28px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  border-bottom: 0;
  margin-bottom: 0px;
  padding: 0px 0px 5px 0px;
  width: auto;
  display: inline-block;
  max-width: 420px;
}
.category-hdr {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0 0 2px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#main .content h2 {
  font-size: 18px;
  font-family: 'font_condensed';
  padding: 0px 0px 20px 0px;
  width: auto;
}
#main .content .callout {
  font-size: 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
#main .content .callout a,
#main .content .callout a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
#main .content .callout a:hover,
#main .content .callout a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
#main .content .basic {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.75em;
}
#main .content .basic h2 {
  font-size: 24px;
  font-family: 'font_condensed';
  padding: 20px 0px 10px 0px;
  width: auto;
}
#main .content .basic div.post-spacer {
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #1A1C18;
}
#lft {
  width: 100%;
}
.w220 {
  width: 220px;
}
/* ------------------ */
/* =============================================================================
        LOCATION INFO
   ========================================================================== */
.land-acknowledgement {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0px 0px 14px 0px;
  position: relative;
  display: block;
  width: auto;
}
.land-acknowledgement span.ss-icon {
  color: #1A1C18;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
.tooltip span.tooltiptext {
  visibility: hidden;
  width: 140px;
  color: #1A1C18;
  text-align: center;
  padding: 10px;
  background: #a9b69c;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  /* Position the tooltip */
  margin-top: -24px;
  position: absolute;
  bottom: 100%;
  left: 0%;
  margin-left: 0px;
  z-index: 1;
}
.tooltip span.tooltiptext a {
  color: #1A1C18;
  text-decoration: underline;
}
.tooltip span.tooltiptext a:hover {
  text-decoration: none;
  color: #A23D3B;
}
.tooltip:hover span.tooltiptext {
  visibility: visible;
}
/* =============================================================================
        CENTERED HEADER BANNER
   ========================================================================== */
div.banner-holder {
  padding: 0px 0px 20px 0px;
  text-align: center;
  position: relative;
  z-index: 500;
  clear: both;
  height: 38px;
}
div.banner {
  display: block;
  height: 38px;
  text-align: center;
  margin: 0;
  padding: 0px;
  z-index: 1;
  position: relative;
  width: 100%;
}
div.banner > h2,
div.banner > h3 {
  display: inline-block;
  margin: 0px;
  padding: 10px 25px 0px 25px;
  height: 38px;
  background: #1A1C18;
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  font-family: 'font_condensed';
  text-transform: uppercase;
  color: #DDDEDA;
  letter-spacing: 0.18em;
  font-size: 18px;
}
div.banner div.outline {
  display: inline-block;
  margin: 0px;
  padding: 2px 3px;
  height: 34px;
  background: #D0CFCD;
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  font-family: 'font_condensed';
  text-transform: uppercase;
  color: #DDDEDA;
  letter-spacing: 0.18em;
  font-size: 18px;
}
div.banner div.outline h3 {
  display: inline-block;
  margin: 0px;
  padding: 9px 22px 0px 22px;
  height: 30px;
  background: #F2F1EE;
  -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  font-family: 'font_condensed';
  text-transform: uppercase;
  color: #848581;
  letter-spacing: 0em;
  font-size: 13px;
}
/* =============================================================================
   POST HERO
   ========================================================================== */
div.hero {
  background: #1A1C18;
  overflow: hidden;
  position: relative;
}
div.hero div {
  width: 100vw;
  height: 66vw;
  position: relative;
}
div.hero div img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* =============================================================================
   POST IMAGES
   ========================================================================== */
.post a.imgp {
  padding: 0px;
  margin: 0px;
  display: block;
  border: 5px solid #FF0000;
  margin-bottom: 0px;
  height: auto;
  width: auto;
}
.post a img {
  padding: 0px;
  width: 100%;
  margin: 0;
  height: auto;
}
.vert-img {
  width: 60%;
  margin: 0px auto;
  margin-bottom: 3%;
}
.post-spacer {
  height: 5px;
  background-color: #a9b69c;
  margin: 15px 0px 30px 0px;
  width: 280px;
  clear: both;
}
.post .quote {
  background: none;
  font-size: 22px;
  line-height: 1.6em;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 400;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 5% 0%;
  text-align: center;
}
.post .quote strong {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-align: center;
  display: block;
}
/* =============================================================================
   POST LIST
   ========================================================================== */
p.serif {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
}
.post {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 15px 0px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.75em;
}
.post ol,
.post ul {
  line-height: 1.05em;
  padding: 0px 0px 18px 0px;
}
.post ol li,
.post ul li {
  padding-bottom: 12px;
}
/*
.post ol{
list-style-type: none;
}



.post ol li {
  counter-increment: step-counter;
}

.post ol li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: @gray4;
  color: @white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
*/
h1#post-title {
  padding: 20px 0px 24px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 40px;
  line-height: 1em;
  color: #1A1C18;
  text-decoration: none;
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "font_condensed";
  font-size: 36px;
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
}
.post h3 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  lie-height: 1em;
  color: #31312F;
}
.post h4 {
  font-family: "font_condensed";
  font-size: 20px;
  line-height: 1em;
  color: #31312F;
}
.post h2 a:hover {
  color: #A23D3B;
}
.post a {
  text-decoration: none;
  color: #1A1C18;
  box-shadow: inset 0 -3px 0 -1px #70D259;
  -webkit-transition: box-shadow 0.08s ease-out;
  transition: box-shadow 0.1s ease-out;
}
.post a:hover {
  color: #1A1C18;
  box-shadow: inset 0 -23px 0 -1px #70D259;
}
div.discussion {
  font-size: 11px;
  line-height: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #a9b69c;
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 28px;
  background: url(../img/v4/discussion_bg.png) left top no-repeat;
  background-size: 28px;
}
div.discussion span {
  width: 28px;
  height: 28px;
  color: #DDDEDA;
  display: inline-block;
  text-align: center;
  margin-right: 3px;
}
/*-----------------
THUMBLIST
-------------------*/
ul[class*='thumblist-'] {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
ul[class*='thumblist-'] li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline;
  margin: 0px;
  padding: 0 2% 2% 0;
  overflow: hidden;
}
ul[class*='thumblist-'] li a {
  cursor: zoom-in;
  display: block;
  margin: 0px;
  padding: 0px;
}
ul[class*='thumblist-'] li a img,
ul[class*='thumblist-'] li a img.size-medium,
ul[class*='thumblist-'] li a img.size-thumbnail {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}
ul[class*='thumblist-'] li img,
ul[class*='thumblist-'] li img.size-medium,
ul[class*='thumblist-'] li img.size-thumbnail {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
  cursor: zoom-in;
}
ul[class*='thumblist-'] li:last-of-type {
  padding-right: 0;
}
ul.thumblist-2col li {
  width: 51%;
}
ul.thumblist-2col li:last-of-type {
  width: 49%;
}
ul.thumblist-2col.vert-rt li {
  width: 69.9%;
}
ul.thumblist-2col.vert-rt li:last-of-type {
  width: 30.1%;
}
ul.thumblist-2col.vert-lft li {
  width: 32.1%;
}
ul.thumblist-2col.vert-lft li:last-of-type {
  width: 67.9%;
}
ul.thumblist-233 li,
ul.thumblist-3col li {
  width: 34%;
}
ul.thumblist-233 li:last-of-type,
ul.thumblist-3col li:last-of-type {
  width: 32%;
}
ul.fivecol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-between;
  flex-flow: row wrap;
  text-align: center;
  align-items: top;
}
ul.fivecol li {
  width: 18%;
  display: inline-block;
}
ul.fivecol li a img {
  width: 100%;
  height: auto;
}
.post ul.thumblist-233 a,
.post ul.thumblist-3col a,
.post ul.thumblist-2col a,
.post .post-share a,
.post .post-meta a,
.post .post-author a,
.post .path a,
.post .tagnav a,
.post .gps a,
.post a[rel="attachment"],
.post .shield a,
.post .related-posts a,
.post a.media-img,
.post ul.arrow-list li p.price a,
.post ul.gearlist li.shop a,
.post a.alink {
  box-shadow: none;
}
.post .qa {
  text-transform: none;
  padding: 0px 0px 18px 38px;
}
.post .qa.q {
  padding: 12px 0px 18px 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.4em;
  color: #141413;
}
.post .qa.a {
  background: url(../img/v3/qa-a.png) no-repeat top left;
  padding-bottom: 24px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 400;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =============================================================================
   RIGHT COLUMN FOR POSTS
   ========================================================================== */
#right-column {
  padding: 21px 0px 0px 0px;
  width: 100%;
}
div.shield {
  padding: 21px 0px 20px 0px;
  text-align: center;
  overflow: hidden;
}
div.shield .bottom {
  height: 21px;
}
div.shield a:hover {
  color: #1A1C18;
}
div.shield.black .share-num,
div.shield.transparent .share-num {
  color: #848581;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  padding: 0px 0px 5px 0px;
  text-align: center;
  display: none;
}
div.shield.black .txt,
div.shield.transparent .txt {
  color: #848581;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: none;
  font-size: 12px;
  line-height: 1em;
  padding: 0px;
  text-align: center;
  padding: 0px 20px 10px 20px;
  line-height: 18px;
}
div.shield.transparent .share-num {
  color: #B0B0B0;
  font-size: 42px;
}
div.shield.transparent .txt {
  color: #B0B0B0;
}
div.shield h3,
div.shield h4 {
  font-size: 20px;
  letter-spacing: 0.18em;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 6px 0px;
  color: #1A1C18;
  font-family: 'font_condensed';
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
div.shield.gray .bottom {
  background-image: none;
}
div.shield.gray h4 {
  color: #1A1C18;
}
#right-column .accordion {
  padding: 0px 0px 30px 0px;
  margin: 0px;
}
.accordion .more,
.accordion .less {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  color: #A23D3B;
  padding: 5px 0px 0px 0px;
  cursor: pointer;
}
.accordion .more .ss-icon,
.accordion .less .ss-icon {
  font-size: 9px;
}
.accordion .more.active,
.accordion .less.active {
  display: none;
}
.accordion .more:hover,
.accordion .less:hover {
  color: #00CAB8;
}
#right-column .accordion .more,
.accordion .less {
  padding: 0px 0px 0px 0px;
}
div.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
div.sponsors {
  padding: 3% 2% 0 2%;
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
div.sponsors ul {
  -webkit-mask-image: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0.06) 100%);
  mask-image: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0.06) 100%);
  height: 210px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.sponsors ul.open {
  -webkit-mask-image: none;
  mask-image: none;
  height: auto;
  max-height: auto;
  padding-bottom: 3%;
}
div.sponsors ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  width: 33.33%;
  overflow: hidden;
  text-align: center;
}
div.sponsors ul li a {
  width: 100%;
  height: 72px;
  overflow: hidden;
  display: inline-block;
}
div.sponsors ul li a:hover img {
  top: -72px;
}
div.sponsors ul li a:focus {
  outline: none;
}
div.sponsors ul li img {
  width: 90px;
  height: 144px;
  position: relative;
  top: 0;
}
div.sponsors div.view-sponsors {
  position: absolute;
  font-family: 'font_condensed';
  z-index: 100;
  height: 40px;
  width: 96%;
  text-align: center;
  top: 245px;
  text-transform: uppercase;
  color: #A23D3B;
}
div.sponsors div.view-sponsors a {
  height: 40px;
  width: 120px;
  display: inline-block;
}
div.sponsors div.view-sponsors a span {
  border-bottom: 2px solid #A23D3B;
}
div.sponsors div.view-sponsors a:hover {
  color: #1A1C18;
}
div.sponsors div.view-sponsors a:hover span {
  border-bottom: 2px solid #1A1C18;
}
.post.single .callout {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
  padding: 0px 0px 0px 20px;
  border-left: 5px solid #a9b69c;
  margin: 0px 0px 25px 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #31312F;
}
.conversation-policy {
  color: #A23D3B;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 12px;
  padding: 0px;
  margin: 0px;
}
#disqus_thread {
  font-size: .8em;
  padding-bottom: 20px;
}
.post.single .callout p {
  margin: 0px;
  padding: 0px;
}
.cat-callout {
  padding: 20px 0px 0px 0px;
  font-size: 18px;
}
ol {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 36px;
}
/* -------------------------- */
/* SINGLE POST HEADERS */
.post .date {
  padding: 0px;
  width: 50px;
  height: 54px;
  float: left;
  margin: 0px 12px 0px 0px;
  display: inline;
  background-color: #F3F3E0;
  text-align: center;
  font-family: 'font_condensed';
  text-transform: uppercase;
}
.post .date p.month {
  padding: 3px 0px 2px 0px;
  margin: 0px;
  background-color: #1A1C18;
  font-size: 16px;
  line-height: 18px;
  color: #B83939;
}
.post .date p.day {
  padding: 0px 0px 2px 0px;
  margin: 0px;
  font-size: 28px;
  line-height: 30px;
  color: #1A1C18;
}
.post .post-meta {
  padding: 10px 0px 15px 0px;
  font-size: 13px;
  line-height: 1em;
  margin: 0px 0px 0px 0px;
  color: #B0B0B0;
  text-transform: uppercase;
  font-family: 'font_condensed';
  clear: both;
  min-height: 20px;
}
.post .post-meta a {
  text-decoration: none;
  color: #B0B0B0;
}
.post .post-meta a:hover {
  color: #747F5A;
  text-decoration: none;
}
.post .post-meta span {
  font-size: 11px;
  padding: 0px 0px 0px 12px;
  font-family: "SSStandard";
}
.post .post-meta span:first-child {
  padding-left: 0px;
}
.post-share {
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 1em;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  clear: both;
  text-align: left;
}
.post-share span.hdr {
  padding: 0px 10px 0px 0px;
  font-size: 17px;
  line-height: 1em;
  font-family: "font_condensed";
  text-transform: uppercase;
  display: inline;
  color: #D0CFCD;
  width: 100px;
  display: none;
}
.post-share a {
  text-decoration: none;
  color: #A23D3B;
  padding: 0px 3px 0px 20px;
}
.post-share a:hover {
  color: #00CAB8;
  text-decoration: none;
}
.post-share a span.count {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #B0B0B0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  display: inline-block;
}
.post-share a span.ss-icon {
  font-size: 20px;
  font-family: "SSSocialRegular";
}
.post-share a.btnFb {
  padding-left: 0px;
}
.post div.caption {
  padding: 3px 0px 3px 12px;
  color: #848581;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 34px 0px;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  border-left: 3px solid #B0B0B0;
}
.post div.caption a {
  color: #848581;
}
/* AUTHORS */
ul.author-img-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.author-img-list li {
  margin: 0px 24px 24px 0px;
  padding: 0px;
  float: left;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}
ul.author-img-list li img {
  margin: 0px;
  float: left;
  width: 200px;
  height: 200px;
}
ul.author-img-list li a div {
  position: absolute;
  z-index: 1;
  padding: 75px 0px 0px 0px;
  top: 0px;
  margin-top: 200px;
  width: 200px;
  height: 125px;
  background-color: #1A1C18;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-family: 'font_condensed';
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
}
ul.author-img-list li a:hover {
  color: #00CAB8;
}
ul.author-posts {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  list-style-type: none;
}
ul.author-posts li {
  padding: 0px 0px 12px 24px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  line-height: 1.5em;
  font-size: 14px;
  background: url(../img/v2/accordion-sub-list-arrow.png) no-repeat 0px 5px;
}
.post .post-author {
  width: auto;
  min-width: 220px;
  padding: 0px 0px 5px 20px;
  text-transform: uppercase;
  font-family: 'font_condensed';
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #31312F;
}
.post .post-author a {
  text-decoration: none;
}
.post .post-author a :hover {
  color: #747F5A;
  text-decoration: none;
}
.post .post-author a img {
  float: right;
  width: 72px;
  margin: 0px auto;
  margin-left: 10px;
  -webkit-clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
}
.post .post-author span {
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #848581;
}
.post .post-author span .ss {
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  font-family: "SSStandard";
}
.post .post-author span a {
  color: #848581;
}
.post .post-author span.top {
  margin-top: 8px;
  display: inline-block;
  font-family: 'font_condensed';
  font-size: 16px;
  color: #31312F;
}
.post .post-author span.top a {
  color: #31312F;
}
ul:not([class]),
ul[class="twocol"] {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 29px;
  color: #1A1C18;
  padding: 0px 0px 30px 30px;
}
ul:not([class]) li,
ul[class="twocol"] li {
  padding-bottom: 18px;
}
ul.arrow-list {
  margin: 0px;
  padding: 5px 0px 15px 0px;
  list-style-type: none;
}
ul.arrow-list li,
ul.arrow-list.v2 li {
  padding: 0px 0px 20px 24px;
  margin: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  line-height: 1.6em;
  font-size: .85em;
  background: url(../img/v4/arrow-list-bullet.svg) no-repeat 2px 7px;
  background-size: 13px;
  color: #31312F;
}
ul.arrow-list li p.price {
  font-size: .7em;
  margin: 0;
  padding: 3px 0 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
}
ul.arrow-list li p.price a {
  padding: 2px 5px;
  margin: 0 0 0 3px;
  color: #A23D3B;
  border-radius: 2px;
  border: 1px solid #A23D3B;
  cursor: pointer;
}
ul.arrow-list li p.price a:hover {
  background-color: #A23D3B;
  color: #F2F1EE;
}
ul.arrow-list li strong,
ul.arrow-list.v2 li strong {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
}
.proscons h3,
.proscons h4 {
  font-size: 26px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
  padding: 0px 0px 12px 0px;
  color: #1A1C18;
}
.proscons ul.arrow-list {
  list-style-type: none;
  margin-left: 10px;
  padding-top: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
.proscons ul li,
.proscons ul.arrow-list li {
  margin-bottom: 12px;
  margin-left: -10px;
  display: flex;
  align-items: center;
  background: none;
}
.proscons ul li::before {
  content: " ";
  margin-left: -1.3em;
  margin-right: 15px;
  padding: 10px;
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: limegreen;
  -webkit-mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-check-solid.svg);
  mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-check-solid.svg);
}
.proscons div:nth-of-type(2) ul li::before {
  background-color: red;
  -webkit-mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-x-solid.svg);
  mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-x-solid.svg);
}
.proscons.prospros div:nth-of-type(2) ul li::before {
  background-color: limegreen;
  -webkit-mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-check-solid.svg);
  mask-image: url(https://bikepacking.com/wp-content/themes/pedalingnowhere/img/v4/circle-check-solid.svg);
}
ul.gearlist {
  margin: 0px;
  padding: 0px 0px 14px 0px;
  list-style-type: none;
  clear: both;
}
ul.gearlist li {
  margin: 0px;
  padding: 10px 10px 10px 10px;
  background-color: transparent;
  border-top: 1px solid #DDDEDA;
  font-size: 14px;
  line-height: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #1A1C18;
}
ul.gearlist li:nth-child(odd) {
  background-color: #e9e8e2;
}
ul.gearlist li span,
ul.gearlist li strong {
  color: #1A1C18;
  text-transform: none;
  display: inline;
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
a.alink {
  padding: 2px 5px;
  margin: 0 0 0 3px;
  color: #A23D3B;
  border-radius: 3px;
  border: 1px solid #A23D3B;
  cursor: pointer;
}
a.alink:hover {
  background-color: #A23D3B;
  color: #F2F1EE;
}
ul.gearlist li.total,
ul.gearlist li.total:nth-child(odd) {
  background-color: #B0B0B0;
  color: #F2F1EE;
}
ul.gearlist li.total strong,
ul.gearlist li.total:nth-child(odd) strong {
  color: #A23D3B;
}
.page-nav {
  display: inline;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.page-nav a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #747F5A;
}
.page-nav a span {
  font-size: 18px;
}
.page-nav a:hover {
  color: #1A1C18;
}
.older {
  float: left;
  margin: 0px;
  padding: 0px 0px 30px 20px;
}
.newer {
  float: right;
  margin: 0px;
  padding: 0px 20px 40px 0px;
}
#main .content-paged {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #B0B0B0;
}
#main .content-paged .page-nav a {
  font-size: 12px;
  color: #848581;
}
#main .content-paged .older {
  padding: 0px 0px 7px 20px;
}
#main .content-paged .newer {
  padding: 0px 20px 7px 0px;
}
#main .content-paged .page-nav a:hover {
  color: #a9b69c;
}
#main .content-paged .page-nav a span {
  font-size: 10px;
}
.col6-row {
  height: 34px;
}
.col6-row:nth-child(even) {
  background-color: #F2F1EE;
}
.col6 {
  width: 110px;
  float: left;
  height: 30px;
  padding: 4px 0px 0px 12px;
  border-right: 1px solid #F2F1EE;
  text-align: center;
}
.addthis_toolbox {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.addthis_native_toolbox {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.addthis_native_toolbox a {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
/* PACKLIST STYLES */
a.lightbox {
  display: block;
  cursor: zoom-in;
}
/*
a.lightbox, a.lightbox img{
	-webkit-transition: opacity 0.2s ease-in-out, background-position 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-in-out, background-position 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-in-out, background-position 0.2s ease-out;
	-o-transition: opacity 0.2s ease-in-out, background-position 0.2s ease-out;
	transition: opacity 0.2s ease-in-out, background-position 0.2s ease-out;
}
a.lightbox:hover{
	//background-position: center center;
}

a.lightbox:hover img{
	//opacity:0.4;
	//filter:alpha(opacity=40);
}
*/
/* ACCORDION */
.accordion {
  padding: 0 0 4% 0;
  margin: 0px;
}
.accordion h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  text-transform: none;
  line-height: 1em;
  color: #A23D3B;
  text-decoration: none;
  display: block;
  padding: 14px 0px 14px 30px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion h2:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion h2:before,
.accordion h2:after {
  position: absolute;
  top: 14px;
  left: 10px;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #A23D3B;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion h2:after {
  transform: rotate(-90deg);
}
.accordion h2:hover {
  color: #1A1C18;
}
.accordion h2.active {
  color: #1A1C18;
  border-bottom: 0;
  padding: 28px 0px 14px 30px;
}
.accordion h2.active:after {
  top: 28px;
}
.accordion h2.active:before {
  top: 28px;
}
.accordion.LNT {
  padding-bottom: 6%;
}
.accordion.LNT h2 {
  color: #2CA177;
}
.accordion.LNT h2.active {
  color: #FFB41D;
}
.accordion.LNT h2:hover {
  color: #FFB41D;
}
.accordion.LNT h2:after {
  background-color: #2CA177;
}
.accordion.LNT h2:before {
  background-color: #2CA177;
}
.accordion h2.active:before {
  transform: rotate(90deg);
}
.accordion > div {
  padding: 15px 0px 40px 30px;
  margin: 0px 0px 0px 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #31312F;
  line-height: 28px;
}
/*
.accordion > div ul{
	padding:0px 0px 20px 16px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}

.accordion > div ul li{
	padding:0px 0px 12px 22px;
	.font-sans;
	line-height:1.5em;
	font-size:14px;
	background:url(../img/v2/accordion-sub-list-arrow.png) no-repeat 0px 5px;
}
*/
.accordion > div ul li span.red {
  color: #A23D3B;
}
.price {
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0px 40px 0px;
  margin: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
.graphic-art {
  margin: 0px auto;
  padding: 0px 0px 60px 0px;
}
.path {
  font-family: 'font_condensed';
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  color: #747F5A;
  position: absolute;
  width: 100%;
  top: 20px;
}
.path > div.loc {
  display: inline-block;
  width: auto;
  margin-bottom: 6px;
}
.path a {
  color: #a9b69c;
  text-decoration: none;
}
.path a:hover {
  color: #00CAB8;
}
/* ==========================================================================
   TABLE OF CONTENTS
============================================================================= */
.toc {
  padding: 18px;
  margin: 0px 0px 13px 0px;
  width: 100%;
  float: none;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  background-color: #DDDEDA;
}
.toc strong {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
.toc ul,
.toc ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.toc ul,
.toc ul:not([class]),
.toc ol {
  padding: 8px 0;
}
.toc ul li,
.toc ul:not([class]) li,
.toc ol li {
  padding: 0 0 12px 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
}
p.aanchor {
  height: 0px;
  overflow: hidden;
}
/* ==========================================================================
   FOLLOW
============================================================================= */
.summary {
  text-align: center;
  font-size: 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
  width: 280px;
  margin: 0px auto;
  padding: 14px 0px 14px 0px;
}
.summary a,
.summary a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.summary a:hover,
.summary a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
.summary h1 {
  font-size: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: normal;
  width: auto;
  margin: 0px;
  padding: 0px;
  display: inline;
  text-transform: none;
}
.summary h1 a,
.summary h1 a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
.summary h1 a:hover,
.summary h1 a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
div.fb-like {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 30px 0px;
  text-align: center;
}
/* ==========================================================================
   AUTHOR STYLES
   ========================================================================== */
img.author-photo {
  width: 220px;
  margin: 0px auto;
  margin-bottom: 0px;
  -webkit-clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  clip-path: polygon(50% 0, 100% 15%, 100% 85%, 50% 100%, 0 85%, 0 15%);
}
.author-content {
  text-align: center;
  padding: 10px 0px 40px 0px;
}
.author-content p.txt {
  width: 280px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0px auto;
}
.author-content p.ss a {
  font-family: "SSSocialRegular";
  text-transform: lowercase;
  font-size: 30px;
  padding: 0px 10px;
}
ul.author-links {
  height: 35px;
  width: 147px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 0px 20px 0px;
  list-style-type: none;
}
ul.author-links li {
  margin: 0px;
  padding: 0px;
  width: 49px;
  height: 35px;
  float: left;
  display: inline;
  overflow: hidden;
}
ul.author-links li a {
  margin: 0px 7px 0px 7px;
  width: 35px;
  display: block;
}
ul.author-links li a img {
  position: relative;
}
ul.author-links li a:hover img {
  top: -35px;
}
.author-sketch {
  width: 200px;
  margin: 0px auto;
  padding: 10px 0px 20px 0px;
}
div.contributor {
  padding: 10px 14px 10px 14px;
  margin: 0px 0px 20px 0px;
}
div.contributor img {
  padding: 0px;
  margin: 0px auto;
  width: 100%;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
}
div.contributor {
  font-size: 15px;
  font-style: italic;
  border: 1px solid #DDDEDA;
}
div.contributor div.photo {
  float: left;
  width: 20%;
  display: inline;
}
div.contributor div.txt {
  float: right;
  width: 77%;
  display: inline;
}
div.contributor h4,
div.contributor h5 {
  padding: 5px 0px 5px 0px;
}
div.contributor p {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
div.contributor p:after {
  clear: both;
}
div.contributor h4 {
  font-family: 'font_condensed';
}
div.contributor h4 em {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 700;
}
div.contributor ul {
  list-style-type: none;
  margin: 0px;
  padding: 12px 0px 12px 0px;
  float: left;
  width: 50%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
div.contributor ul li {
  padding: 0px 5px 6px 0px;
  margin: 0px;
}
div.contributor ul li strong {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #848581;
}
h4.loc {
  margin-top: 0px;
  color: #747F5A;
}
h4.loc span {
  padding: 0 4px 0 0;
  color: #747F5A;
  font-family: 'ss_standard';
  font-size: 18px;
}
h4.loc.snapshot {
  margin-top: 30px;
}
/* ==========================================================================
   WUFOO FORMS
   ========================================================================== */
form#wform,
div#mc_embed_signup.wform {
  margin: 0px;
  padding: 0px 0px 30px 0px;
  overflow: hidden;
  display: block;
}
form#wform div.half,
div#mc_embed_signup.wform form div.half {
  float: left;
  display: inline;
  width: 46%;
}
form#wform div.half input,
div#mc_embed_signup.wform form div.half input {
  width: 100%;
}
form#wform label,
div#mc_embed_signup.wform form label {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  display: block;
}
form#wform input,
div#mc_embed_signup.wform form input {
  width: 100%;
  height: 46px;
  padding: 2px 0px 0px 12px;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 1em;
  border: 0px;
  background-color: #FFF;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
form#wform input[type="submit"],
div#mc_embed_signup.wform form input[type="submit"] {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width: 158px;
  height: 48px;
  border: 0px;
  background: url(../img/v2/routes/button-submit.png) no-repeat;
  -moz-transition: background-position 0.2s ease;
  -webkit-transition: background-position 0.2s ease;
  -ms-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
}
form#wform input[type="submit"]:hover,
div#mc_embed_signup.wform form input[type="submit"]:hover {
  background-position: 0px -48px;
}
form#wform textarea,
div#mc_embed_signup.wform form textarea {
  width: 100%;
  padding: 2px 0px 0px 12px;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 1em;
  border: 0px;
  background-color: #FFF;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
form#wform .hidden,
div#mc_embed_signup.wform form .hidden {
  display: none;
}
div.breadcrumbs {
  font-size: 11px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0px auto;
  text-align: center;
  padding: 0px 0px 14px 0px;
  color: #B1B3AF;
}
div.addthis_sharing_toolbox {
  margin: 0px 0px 0px 0px;
  width: 280px;
  padding: 0px 0px 10px 0px;
  text-align: left;
}
p.route-callout {
  padding: 14px 14px 16px 110px;
  margin: 0px 0px 35px 0px;
  background: url(../img/v2/routes/routes-callout-bg.jpg) no-repeat #C50021;
  font-style: italic;
  font-size: 18px;
  color: #EDEDEB;
  font-weight: bold;
  line-height: 1.2em;
  height: 48px;
}
p.route-callout a {
  color: #EDEDEB;
}
ul.wp-tag-cloud {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
}
ul.wp-tag-cloud li {
  margin: 0px;
  padding: 0px;
  display: block;
}
ul.wp-tag-cloud li a {
  margin: 0px;
  padding: 0px 0px 12px 0px;
  display: block;
}
.comparison-chart {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
}
.comparison-chart p {
  margin: 0px;
  padding: 0px;
}
.comparison-chart h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  text-align: left;
  padding: 20px 0px 12px 0px;
}
.comparison-chart div.data-row {
  text-align: left;
  margin: 0px;
  padding: 8px 10px 8px 10px;
  background-color: transparent;
  border-top: 1px solid #B0B0B0;
  font-size: 13px;
  line-height: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #848581;
  background-color: #F2F1EE;
  height: auto;
  min-height: auto;
}
.comparison-chart div.data-row .data-type {
  display: inline;
  float: left;
  width: 120px;
}
.comparison-chart div.data-row.hdr {
  color: #D0CFCD;
  background-color: #31312F;
}
.comparison-chart div.data-row .data-nums {
  color: #31312F;
  text-transform: none;
  display: inline;
  float: right;
  width: 260px;
}
.comparison-chart div.data-row.hdr .data-nums {
  color: #D0CFCD;
}
.comparison-chart div.data-row .data-nums div {
  display: inline;
  float: left;
  width: 65px;
  min-height: 1em;
}
/* REPLACEMENT TABLE */
div.data-table {
  overflow-x: auto;
  margin-bottom: 5%;
}
div.data-table table td div:first-child,
div.data-table table th div:first-child {
  display: block;
}
div.data-table table td div:last-child,
div.data-table table th div:last-child {
  display: none;
}
div.data-table.metric table td div:first-child,
div.data-table.metric table th div:first-child {
  display: none;
}
div.data-table.metric table td div:last-child,
div.data-table.metric table th div:last-child {
  display: block;
}
div.data-table table {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  border-collapse: collapse;
  width: 100%;
  min-width: 500px;
  color: #1A1C18;
}
div.data-table table td,
div.data-table table th {
  border: 1px solid #DDDEDA;
  padding: 8px 8px 8px 9px;
  vertical-align: middle;
}
div.data-table table tr:nth-child(odd) {
  background-color: #e9e8e2;
}
div.data-table table tr.hi {
  background-color: #feffcb;
}
div.data-table table tr:hover {
  background-color: #DDDEDA;
}
div.data-table table th {
  padding-top: 12px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #DDDEDA;
  font-family: 'font_condensed';
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: bottom;
}
div.data-table table td:first-child {
  font-family: 'font_condensed';
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.toggler {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.toggler > div {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
}
.toggler > div:not(.toggleWrapper) {
  transform: translateY(-10px);
}
.toggler > div:first-child {
  color: #848581;
}
.toggler > div:last-child {
  color: #DDDEDA;
}
.toggler br {
  display: none;
}
.toggler:after {
  content: '';
  display: block;
  clear: both;
}
.toggler.metric div:first-child {
  color: #D0CFCD;
}
.toggler.metric div:last-child {
  color: #848581;
}
input.toggle {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 30px;
  border-radius: 25px;
  outline: none;
  background-color: #D0CFCD;
  -webkit-appearance: none;
  transition: background .3s;
}
input.toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #F2F1EE;
  transition: left .3s;
}
input.toggle:checked::after {
  left: 70%;
}
/* ------------
----- ADS -----
------------ */
div.banner-presenting {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.banner-presenting a {
  box-shadow: none;
}
div.banner-presenting a img {
  width: 100%;
  height: auto;
}
div.banner-presenting div.banner-tag {
  width: 100%;
  height: 18px;
  position: absolute;
  top: -9px;
  z-index: 100;
  display: none;
}
div.banner-presenting div.banner-tag img {
  width: 96px;
  height: 18px;
  margin: 0px auto;
  display: block;
}
div.banner-presenting div.banner-ad {
  font-size: 9px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #A23D3B;
  text-transform: uppercase;
  padding: 0px 0px 2px 4px;
  text-align: center;
}
div.banner-sidebar,
div.banner-sidebar a,
div.banner-sidebar a img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0px auto;
}
div.banner-sidebar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  max-width: none;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 3% 5% 5% 5%;
  background-color: #dedede;
}
div.banner-sidebar div.adv,
div.banner-sidebar div.support {
  font-size: 9px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #A23D3B;
  text-transform: uppercase;
  padding: 0px 0px 2px 0px;
  text-align: center;
}
div.banner-sidebar div.support {
  display: none;
}
.comments-button {
  display: none;
}
.spotlight {
  padding: 15px;
  background: #DDDEDA;
  border: 1px solid #D0CFCD;
  margin: 2% 0 5% 0;
}
.spotlight.gear {
  font-size: .9em;
  line-height: 1.1em;
  margin: 0px 0px 20px 0px;
}
.spotlight.gear strong {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
}
.spotlight.route {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
}
.spotlight.route br {
  display: none;
}
.spotlight.route img {
  width: 30%;
  max-width: 200px;
  float: left;
  margin: 0 5% 1% 0;
  display: block;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
.spotlight.route::after {
  content: "";
  clear: both;
  display: table;
}
.spotlight.postit {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background: #feffcb;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.spotlight.postit em {
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 400;
}
.spotlight.postit strong {
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: italic;
  font-weight: 700;
}
.spotlight.author {
  padding: 15px;
  background: transparent;
}
.spotlight.author::after {
  content: "";
  clear: both;
  display: table;
}
.spotlight.author h4 {
  margin: 5px 0 3px 0;
  padding: 0;
}
.spotlight.author p {
  margin: 0;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
}
.spotlight.author img {
  padding: 0px;
  float: left;
  margin: 0 3% 1% 0;
  display: block;
  width: 35%;
  max-width: 160px;
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 15% 50%, 0 0);
}
h2.clip {
  display: inline-block;
  background: #B0B0B0;
  color: #F2F1EE;
  height: auto;
  padding: 2.2% 6% 2% 6%;
  margin: 2% 0;
  width: auto;
  font-style: italic;
  -webkit-clip-path: polygon(98% 0, 100% 50%, 97% 100%, 0% 100%, 3% 50%, 1% 0%);
  clip-path: polygon(98% 0, 100% 50%, 97% 100%, 0% 100%, 3% 50%, 1% 0%);
}
div.data-row {
  text-align: left;
  margin: 0px;
  padding: 8px 10px 8px 10px;
  background-color: transparent;
  border-top: 1px solid #B0B0B0;
  font-size: 13px;
  line-height: 1em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #848581;
  height: auto;
  min-height: auto;
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
div.data-row:nth-child(odd) {
  background-color: #DDDEDA;
}
div.data-row.hdr {
  color: #D0CFCD;
  background-color: #31312F;
}
div.data-row.tested {
  background-color: #feffcb;
}
div.data-row .data-type {
  display: inline;
  float: left;
  width: 260px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
}
div.data-row .data-nums {
  color: #31312F;
  display: inline;
  float: right;
  width: 260px;
}
div.data-row.hdr .data-nums {
  color: #D0CFCD;
  font-family: 'font_condensed';
  text-transform: uppercase;
}
div.data-row .data-nums div {
  display: inline;
  float: left;
  width: 43px;
  min-height: 1em;
  font-family: 'font_condensed';
  font-size: 11px;
}
div.data-row.total,
div.data-row.total:nth-child(odd) {
  background-color: #A23D3B;
  color: #F2F1EE;
}
div.data-row.total .data-nums,
div.data-row.total:nth-child(odd) .data-nums {
  color: #F2F1EE;
}
footer {
  text-align: center;
  position: relative;
}
footer > div {
  background: #a9b69c;
  padding: 1% 5%;
  overflow: hidden;
}
footer div.coyote {
  width: 200px;
  margin: 0px auto;
  padding: 3% 0 1% 0;
}
footer div.coyote img {
  width: 100%;
}
footer ul,
footer ul:not([class]) {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 50%;
  padding: 2% .75%;
  float: left;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
}
footer ul li,
footer ul:not([class]) li {
  padding: 7px 0px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
}
footer ul li a,
footer ul:not([class]) li a,
footer ul li a:visited,
footer ul:not([class]) li a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #A23D3B;
}
footer ul li a:hover,
footer ul:not([class]) li a:hover,
footer ul li a:visited:hover,
footer ul:not([class]) li a:visited:hover {
  color: #A23D3B;
  box-shadow: 0px 1.5px 0px #A23D3B;
}
footer ul.three {
  clear: both;
}
footer p:first-of-type {
  font-size: 16px;
  width: auto;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding: 20px;
  max-width: 1000px;
  text-align: center;
  margin: 0px auto;
}
footer p:first-of-type a,
footer p:first-of-type a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
footer p:first-of-type a:hover,
footer p:first-of-type a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
footer p:first-of-type a,
footer p:first-of-type a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  box-shadow: 0px 1.5px 0px #747F5A;
}
footer p:first-of-type a:hover,
footer p:first-of-type a:visited:hover {
  box-shadow: 0px 1.5px 0px #1A1C18;
}
footer div.ssc {
  max-width: 800px;
  text-align: center;
  margin: 0px auto;
  content: "";
  display: table;
  clear: both;
}
footer div.ssc div {
  font-family: "SSSocialRegular";
  text-transform: lowercase;
  color: #A23D3B;
  font-size: 22px;
  padding: 0px;
  float: left;
  width: 20%;
}
footer div.ssc div a {
  color: #A23D3B;
  padding: 1vw 3vw;
  display: block;
}
footer div.ssc div a:hover {
  color: #1A1C18;
}
footer span {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  color: #31312F;
  padding: 30px 0;
  display: block;
  clear: both;
  font-size: 14px;
}
footer span a {
  display: inline;
  padding: 0;
  margin: 0;
}
footer span a:hover {
  color: #A23D3B;
  text-decoration: none;
}
footer div.banner div.outline {
  background: #848581;
}
footer div.banner div.outline h3 {
  background: #31312F;
  color: #848581;
}
.post .buy {
  color: #31312F;
  padding: 0px 0px 20px 0px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 700;
}
.post .buy a {
  color: #A23D3B;
  padding: 10px 0px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 700;
  box-shadow: none;
  padding: 1px 8px;
  border: 1px solid #D0CFCD;
  margin-left: 4px;
}
.post .buy a:hover {
  border: 1px solid #A23D3B;
}
.numeric-nav {
  text-align: center;
  font-family: 'font_condensed';
  padding: 30px 0;
  font-size: 18px;
}
.numeric-nav span.ss-icon {
  font-size: 16px;
}
.numeric-nav ul {
  padding: 0;
  margin: 0;
}
.numeric-nav li {
  display: inline;
}
.numeric-nav li a,
.numeric-nav li a:hover,
.numeric-nav li.active a,
.numeric-nav li.disabled {
  color: #A23D3B;
  text-decoration: none;
  background-color: #D0CFCD;
  cursor: pointer;
  padding: 12px;
}
.numeric-nav li a:hover,
.numeric-nav li.active a {
  background-color: #A23D3B;
  color: #F2F1EE;
}
.numeric-nav ul li.next-prev {
  display: none;
}
a.red {
  color: #A23D3B;
}
a.red:hover {
  color: #00CAB8;
}
a.green {
  color: #1BBF71;
}
a.green:hover {
  color: #00CAB8;
}
.fotorama {
  margin-bottom: 25px;
}
.fotorama__dot {
  width: 7px;
  height: 7px;
  border: 0;
  background: #D0CFCD;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 7px;
  height: 7px;
  border: 0;
  background: #A23D3B;
}
/*
div.fotorama-arrows{
	width:100%;
	display:none;
	position:absolute;
	margin-top:-20vw;//-400px;
	z-index:999;
	& div{
		background:no-repeat transparent;
    	background-size: 40px 40px;
		width:40px;
		height:40px;
    	position:relative;
    	top:0px;
    	&:hover{
    		background-color:transparent;
    	}
    	&.rightArrow{
			background-image:url(../img/v4/foto-arrow-rt.png);
			//right:-40px;
			right:auto;
			float:right; 
		}
		&.leftArrow{
			background-image:url(../img/v4/foto-arrow-lft.png);
			//left:-40px;
			left:auto;
			float:left;
		}
	}
}
*/
.post > .fotorama {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  margin-top: 3%;
  margin-bottom: 3%;
}
.post > div.fotorama-arrows {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
  height: 0px;
  overflow: visible;
  position: absolute;
  margin-top: -35vw;
  z-index: 999;
}
.post > div.fotorama-arrows div {
  background: no-repeat transparent;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0px;
  cursor: pointer;
}
.post > div.fotorama-arrows div:hover {
  background-color: transparent;
}
.post > div.fotorama-arrows div.rightArrow {
  background-image: url(../img/v4/foto-arrow-rt.png);
  right: auto;
  float: right;
}
.post > div.fotorama-arrows div.leftArrow {
  background-image: url(../img/v4/foto-arrow-lft.png);
  left: auto;
  float: left;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/* NEW FILED IN / LOCATION AREA FOR BOTTOM OF POSTS */
span.hi {
  background: #feffcb;
  padding: 0 6px;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
div.filed {
  margin: 5% 0;
}
div.filed > h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  padding: 0;
  margin: 0 0 12px 0;
  color: #1A1C18;
}
div.filed > h4 span {
  color: #B0B0B0;
  font-size: 12px;
}
div.filed > h4 span.hi {
  color: #1A1C18;
  font-size: 18px;
}
div.filed a.cat {
  padding: 2px 12px 1px 12px;
  background-color: #a9b69c;
  display: inline-block;
  margin: 0 4px 4px 0;
}
div.filed a.cat h4 {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: 'font_condensed';
  color: #F2F1EE;
  padding: 0;
  margin: 0;
}
div.filed a.cat:hover {
  background-color: #747F5A;
}
div.filed a.tag {
  font-size: 15px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #A23D3B;
  text-decoration: underline;
  padding: 0 0px 0 12px;
}
div.filed a.tag:hover {
  color: #747F5A;
  text-decoration: none;
}
div.filed a.tag:before {
  content: "#";
}
.post div.filed a {
  box-shadow: none;
}
div.filed.search {
  margin: 5% 0;
}
div.filed.search > h4 {
  padding: 0;
  margin: 0 0 6px 0;
}
div.filed.search div.cats {
  padding: 6px 0 20px 0;
}
div.filed.search div.cats a {
  color: #A23D3B;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  padding: 5px 10px 5px 10px;
  margin-right: 14px;
  background-color: #D0CFCD;
}
div.filed.search div.cats a:hover {
  color: #1A1C18;
}
div.filed.search div.hashtags {
  padding: 6px 0 20px 0;
}
div.filed.search div.hashtags a {
  color: #A23D3B;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  margin: 0 10px 5px 0;
}
div.filed.search div.hashtags a:hover {
  color: #1A1C18;
  border-bottom: 1.5px solid #1A1C18;
}
a.search-post {
  display: block;
  margin: 0 0 8% 0;
  padding: 0;
  clear: both;
}
a.search-post img {
  width: 100%;
  height: auto;
}
a.search-post > div {
  float: none;
  width: 100%;
  padding: 0 0 0 0;
}
a.search-post > div h2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: none;
}
a.search-post > div.imgcats {
  float: none;
  width: 100%;
  padding: 0;
}
a.search-post > div.imgcats div.cats {
  padding: 3px 0 0 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
}
a.search-post > div.imgcats div.cats span {
  display: inline-block;
  padding: 0 6px;
  background-color: #a9b69c;
  color: #F2F1EE;
  margin: 2px 4px 2px 0px;
}
a.search-post h3 {
  color: #1A1C18;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  padding-top: 5px;
}
a.search-post h4 {
  color: #848581;
  font-size: 20px;
}
a.search-post > div > p {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: normal;
  font-weight: 400;
  color: #1A1C18;
  font-size: 1.1em;
}
a.search-post:hover h3 {
  color: #A23D3B;
}
form {
  text-align: left;
  line-height: 1em;
}
form .ginput_recaptcha {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 6px;
}
form .ginput_recaptcha iframe {
  width: 100%;
}
form label {
  display: none;
}
form .gfield_checkbox label,
form .gfield_radio label {
  display: inline;
  font-size: 12px;
  line-height: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  padding-left: 3px;
}
form .gfield_description {
  font-size: 12px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  padding-bottom: 4px;
  padding-top: 6px;
  color: #747F5A;
}
input[type=text],
input[type=password],
textarea {
  background: #FFF;
  border: none;
  border-radius: 0;
  color: #1A1C18 !important;
  padding: 15px !important;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 3% 0 !important;
  font-size: 15px !important;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #B0B0B0;
  font-size: 13px;
  letter-spacing: 0px;
}
select {
  margin: 0 0 3% 0 !important;
  width: 100%;
  padding: 10px 35px 10px 10px !important;
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/BPJ/select-bg.png) no-repeat #FFF !important;
  background-position: right !important;
  background-size: 50px 50px !important;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
select::-ms-expand {
  display: none;
}
div.search-page-form {
  height: 50px;
  width: 280px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 14px;
  background-color: #B0B0B0;
}
div.search-page-form form label {
  display: none;
}
div.search-page-form form input {
  height: 50px;
  padding: 0;
  width: 216px;
  margin: 0;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18 !important;
  background-color: #B0B0B0;
  float: left;
  font-size: 16px;
  overflow: hidden;
  min-width: 0;
}
div.search-page-form form input:focus {
  color: #747F5A;
  outline: none;
}
div.search-page-form form input::placeholder {
  color: #DDDEDA;
}
div.search-page-form form input[type="submit"] {
  width: 50px;
  padding-top: 5px;
  color: #A23D3B;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  float: right;
  font-family: 'ss_standard';
  font-size: 24px;
}
div.search-page-form form input[type="submit"]:hover {
  color: #1A1C18;
}
div.search-nav-btn,
div.location-nav-btn {
  width: 48px;
  padding: 12px 12px 0px 12px;
  color: #848581;
  font-family: 'ss_standard';
  font-size: 24px;
  cursor: pointer;
  height: 55px;
}
div.search-nav-btn:hover,
div.location-nav-btn:hover {
  color: #A23D3B;
}
div.nav-inner div.search-nav-btn,
div.nav-inner div.location-nav-btn {
  position: absolute;
  float: left;
  top: 48px;
  left: 0px;
  overflow: visible;
  z-index: 1001;
}
#brandbar div.search-nav-btn,
#brandbar div.location-nav-btn {
  position: absolute;
  left: 0px;
  display: inline;
  float: left;
}
#brandbar div.location-nav-btn {
  left: 48px;
}
div.search-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #1A1C18;
  /* Fallback color */
}
div.search-modal .close {
  right: 0px;
  top: 0px;
}
div.search-modal div.search-page-form {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #747F5A;
}
div.search-modal div.search-page-form form input {
  background-color: #747F5A;
  color: #1A1C18;
}
div.search-modal div.search-page-form form input::placeholder {
  color: #a9b69c;
}
div.search-modal div.search-page-form form input:focus {
  color: #1A1C18;
}
.close {
  position: absolute;
  width: 64px;
  height: 64px;
  opacity: 0.6;
}
.close:hover {
  opacity: 1;
}
.close:before,
.close:after {
  position: absolute;
  top: 15px;
  left: 30px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #F2F1EE;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
#password-lost-form-wrap button,
input[type=submit] {
  width: 100%;
  height: 60px;
  background: #A23D3B;
  display: block;
  font-family: 'font_condensed';
  color: #F2F1EE;
  font-size: 18px;
  text-transform: uppercase;
  float: none;
  border: 0;
  cursor: pointer;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #ac5351;
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
  background: transparent;
  border: none;
  font-size: 13px;
  height: 29px;
  padding: 5px;
}
form label.hidden_sub_label,
form label.gfield_label_before_complex,
form legend.hidden_sub_label,
form legend.gfield_label_before_complex {
  display: none;
}
form .gform_heading {
  display: none;
}
form ul,
form ul li {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
  border: 0;
}
.gform_confirmation_message {
  font-size: 30px !important;
  font-family: "Gotham SSm A", "Gotham SSm B" !important;
  font-style: normal !important;
  font-weight: 800 !important;
  color: #A23D3B;
}
form.basic_form {
  padding-bottom: 10px;
}
form.basic_form input {
  background: #F2F1EE;
  border: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
form.basic_form label.hidden_sub_label,
form.basic_form label.gfield_label_before_complex,
#field_1_2 label,
form.basic_form div.gfield_creditcard_warning_message {
  display: none;
}
form.basic_form label {
  clear: both;
}
form.basic_form .gform_heading {
  display: none;
}
form.basic_form ul,
form.basic_form ul li {
  margin: 0;
  padding: 0 0 2px 0;
  list-style-type: none;
  border: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
div.spotlight.gform input[type=text],
div.spotlight.gform input[type=password],
div.spotlight.gform textarea,
div.spotlight input[type=text],
div.spotlight input[type=password],
div.spotlight textarea {
  background: #F2F1EE;
  border: none;
  border-radius: 0;
  color: #1A1C18 !important;
  padding: 10px !important;
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin: 3px 0 10px 0 !important;
  font-size: 14px !important;
}
div.spotlight.gform input[type=text]::placeholder,
div.spotlight.gform input[type=password]::placeholder,
div.spotlight.gform textarea::placeholder,
div.spotlight input[type=text]::placeholder,
div.spotlight input[type=password]::placeholder,
div.spotlight textarea::placeholder {
  color: #B0B0B0;
}
div.spotlight.gform input[type=text]:focus,
div.spotlight.gform input[type=password]:focus,
div.spotlight.gform textarea:focus,
div.spotlight input[type=text]:focus,
div.spotlight input[type=password]:focus,
div.spotlight textarea:focus {
  background-color: #FFF;
  color: #1A1C18 !important;
}
input[type=text]:focus,
textarea:focus {
  color: #1A1C18;
}
form.routes_form,
form.overnighters_form,
form.scouts_form,
form.rig_form {
  padding-bottom: 10px;
}
form span.name_first input[type=text],
form span.name_last input[type=text] {
  width: 48.5%;
  float: left;
}
form span.name_first input[type=text] {
  margin-right: 3% !important;
}
form.rig_form ul,
form.rig_form ul li,
form.scouts_form ul,
form.scouts_form ul li,
form.routes_form ul,
form.routes_form ul li,
form.overnighters_form ul,
form.overnighters_form ul li {
  margin: 0;
  padding: 0 0 0 0;
  list-style-type: none;
  border: 0;
}
form ul.gfield_checkbox,
form ul.gfield_radio {
  padding-bottom: 12px;
}
form ul.gfield_checkbox li,
form ul.gfield_radio li {
  padding-bottom: 4px;
}
div.rc-anchor-normal-footer {
  width: 100%;
  margin-bottom: 10px;
}
form.scouts_form {
  max-width: 400px;
  margin: 0 auto;
}
.gform-notification {
  display: none;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gform-notification.active {
  display: block;
}
.gform-notification-overlay {
  background: #1A1C18;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.notification-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.notification-content > div {
  background: #F2F1EE;
  border-radius: 10px;
  display: block;
  max-width: 520px;
  padding: 2% 4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1001;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #1A1C18;
}
.notification-content > div a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 12px 24px;
  background-color: #A23D3B;
  color: #F2F1EE;
}
.notification-content > div a:hover {
  background-color: #1A1C18;
}
.notification-content > div .gform_confirmation_message {
  font-size: 26px !important;
  line-height: 36px;
  color: #1A1C18;
}
form.basic_form span.address_city input[type=text],
form.basic_form span.address_state input[type=text],
form.basic_form span.address_country,
form.basic_form span.address_zip input[type=text] {
  width: 48.5%;
  float: left;
}
form.basic_form span.address_city input[type=text],
form.basic_form span.address_zip input[type=text] {
  margin-right: 3% !important;
}
form.basic_form .ginput_cardextras select {
  width: 31%;
  margin-right: 3% !important;
}
form.basic_form .ginput_cardextras input[type=text] {
  width: 30%;
}
form.basic_form .gf_clear_complex {
  clear: both !important;
}
form.basic_form div.gform_card_icon {
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 12px;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 400;
}
form.basic_form .ginput_card_security_code_icon {
  display: none;
}
.validation_error,
.validation_message {
  color: #FF0000 !important;
  margin-bottom: 1em;
  margin-top: -15px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
}
/* General GF Date Picker */
#ui-datepicker-div {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: none;
  padding: 20px;
  width: 300px;
}
#ui-datepicker-div .ui-icon {
  color: transparent;
  cursor: pointer;
  font-size: 0px;
}
#ui-datepicker-div .ui-icon:before {
  color: #A23D3B;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
}
#ui-datepicker-div .ui-datepicker-prev {
  float: left;
  width: 10%;
  padding-top: 8px;
}
#ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
  content: '<';
}
#ui-datepicker-div .ui-datepicker-prev .ui-state-disabled {
  display: none;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
  width: 10%;
  padding-top: 8px;
}
#ui-datepicker-div .ui-datepicker-next .ui-icon:before {
  content: '>';
  float: right;
}
#ui-datepicker-div .ui-datepicker-next .ui-state-disabled {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title select {
  float: left;
  width: 40%;
  height: 40px;
  margin-right: 5px;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
  margin: 0px 10px 6px 10px;
}
#ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
  margin: 0px 10px 6px 10px;
}
#ui-datepicker-div .ui-datepicker-today {
  background-color: #D0CFCD;
  border-radius: 4px;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: #000;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td,
#ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 5px;
}
/* Spinner */
.gform_ajax_spinner {
  box-sizing: border-box;
  margin-top: 11px;
  margin-left: 10px;
  border: 3px solid #f79621;
  border-left: 3px solid rgba(247, 150, 33, 0);
  border-top: 3px solid rgba(247, 150, 33, 0.15);
  border-right: 3px solid rgba(247, 150, 33, 0.5);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  float: left;
  z-index: 100;
}
.gform_ajax_spinner img {
  width: 16px;
  height: 16px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.BikePackingElement {
  background-color: #FFF;
  border: 0;
  box-shadow: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 3%;
  padding: 15px;
}
body .gform_wrapper .gform_validation_container {
  display: none;
}
/* ============================================ */
div.ratings {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: .8em;
  line-height: 1.4em;
  margin: 0 0 4% 0;
}
.stars {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 20px;
  transform: translateY(5px);
  font-size: 1em;
}
.stars:before {
  content: "\2606\2606\2606\2606\2606";
  float: left;
  z-index: 1;
  color: #B0B0B0;
}
.stars .percent {
  position: absolute;
  left: 0;
  float: left;
  overflow: hidden;
  font-size: 1em;
}
.stars .percent:after {
  content: "\2605\2605\2605\2605\2605";
  color: #A23D3B;
}
ul.ratings {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: .6em;
  line-height: 1em;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2% 0 4% 0;
  display: block;
}
ul.ratings li {
  padding: 0px 0px 10px 0px;
  text-align: right;
  display: block;
}
ul.ratings li > span {
  position: relative;
  width: 50%;
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  height: 20px;
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  padding: 1px 3px 1px 1px;
  text-align: left;
}
ul.ratings .bar::before {
  height: 14px;
  margin: 1px;
  content: attr(data-text);
  padding-left: 3px;
  padding-top: 2px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #F2F1EE;
  background-color: #00CAB8;
  width: calc(var(--width));
  display: inline-block;
  border-radius: 2px;
}
/*
.bar {
	content:attr(var(--rating));
	background-color:@red;
	font-size: 11px;
	height:11px;
	display:inline-block;
	//width:attr(data-text);
	//width:50%;
	//calc(var(--index, 1)
	//width: -webkit-calc(var(--rating)*10);
	//width: -moz-calc(var(--rating)*10);
	background-width: calc(var(--rating)+"0%");
    //z-index: -1;
    //height: 1em;
    //line-height: 1em;
}

  */
div.related-posts {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 2% 0;
}
div.related-posts > div {
  font-size: auto;
  width: 48%;
  padding: 1% 0 2% 0;
  margin: 0;
}
div.related-posts > div a {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  background-color: #FFF;
  min-height: 216px;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 13px;
}
div.related-posts > div a img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 7px;
}
div.related-posts > div a:hover {
  background: #DDDEDA;
}
div.related-posts > div a:hover div.conversation {
  background: #F2F1EE;
}
div.related-posts > div a:hover div.conversation span {
  color: #848581;
}
div.related-posts > div a > span {
  display: block;
  margin: 3px 12px 0px 12px;
  padding: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 10px;
  color: #B0B0B0;
  text-transform: uppercase;
}
div.related-posts > div a h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  color: #1A1C18;
  text-transform: none;
  margin: 2px 12px;
  padding: 0;
  display: block;
}
div.related-posts > div a div.conversation {
  padding: 3px 0px 0px 0px;
  text-transform: uppercase;
  height: 22px;
  width: 24px;
  margin-top: -3px;
  float: right;
  position: relative;
  margin: 0 7px 0 0;
  background: #D0CFCD;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 59% 75%, 30% 100%, 30% 75%, 0% 75%);
}
div.related-posts > div a div.conversation span {
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  line-height: 10px;
  padding: 0;
  width: 24px;
  height: 22px;
  color: #F2F1EE;
  display: block;
  text-align: center;
  margin-right: 3px;
}
div.related-posts > div a:nth-child(4n+1) {
  clear: left;
}
/*
ul.related-posts{
	font-size: 0;
	.ulreset;
    text-align:left;
    display:block;
    
	& li{
		font-size: auto;
		width:50%;
		display:inline-block;
		position:relative;
		overflow:hidden;
		//float:left;
		padding:2% 2%;
		margin:0;
		vertical-align: top;
		&:nth-child(1){
	    	//padding-left:0;
		}
		&:nth-child(4){
	    	//padding-right:0;
		}
		& a{
			display:block;
			.font-sans-bold;
			background-color:#FFF;
			padding:0 0 10px 0;
			
    			& img{
    				//position:absolute;
					//width: 100%;
					//clip-path: inset(0px,60%,100%,0px);
    				//top: 50%;
    				//position: relative;
    				//transform: translateY(-50%);
				}
			
			& p{
				font-size:12px;
				color:@gray2;
				margin:5px 10px 6px 10px;
				padding:0;
			}
			& h4{
				.font-sans-bold;
				font-size:13px;
				color:@black;
				text-transform: none;
				margin:5px 10px 0px 10px;
				padding:0;
			}
			& img.size-medium{
				width:100%;
	    		height:auto;
	    		margin:0px;
			}
			&:nth-child(4n+1){
	    		clear:left;
			}
		}
	}
	&:after {
		content: "";
		display: table;
		clear: both;
	}
}
*/
/* --------------------------
TRACKER
-------------------------- */
div.tracker {
  min-height: 54px;
  background: url(../img/v4/tracker-logo-tan.png) no-repeat;
  background-position: 18px 6px;
  background-size: 68px auto;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
div.tracker > div {
  font-family: 'font_condensed';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  min-height: 30px;
  padding: 18px 0 2px 100px;
}
div.tracker > div > div {
  display: inline-block;
  padding: 0px 20px 5px 0;
}
div.tracker > div > div span {
  display: inline-block;
}
div.tracker > div > div a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  color: #feffcb;
  box-shadow: 0px 1.5px 0px #feffcb;
  margin: 0 10px 6px 0;
  display: inline-block;
  cursor: pointer;
}
div.tracker > div > div a:hover {
  color: #1A1C18;
  box-shadow: none;
}
/* --------------------------
LOCATION MAP
-------------------------- */
svg#location-map {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  pointer-events: none;
  /*
	&:hover > *{
		opacity: 0.6;
	}
	&:hover > *:hover {
		//transform: scale(1.1);
		opacity: 1;
	}
	*/
}
svg#location-map:hover path {
  opacity: 0.4;
}
svg#location-map path {
  pointer-events: auto;
  transition: 300ms opacity;
}
svg#location-map a.europe > path {
  fill: url(#europe-pattern);
}
svg#location-map a.africa > path {
  fill: url(#africa-pattern);
}
svg#location-map a.asia > path {
  fill: url(#asia-pattern);
}
svg#location-map a.oceania > path {
  fill: url(#oceania-pattern);
}
svg#location-map a.latin-america > path {
  fill: url(#latin-america-pattern);
}
svg#location-map a.usa > path {
  fill: url(#usa-pattern);
}
svg#location-map a.canada > path {
  fill: url(#canada-pattern);
}
svg#location-map a.middle-east > path {
  fill: url(#middle-east-pattern);
}
svg#location-map a:hover path {
  opacity: 1;
}
div.location-nav-btn {
  left: 44px;
  width: 44px;
}
div.location-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1001;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #1A1C18;
  /* Fallback color */
}
div.location-modal .close {
  right: 0px;
  top: 0px;
}
div.location-modal div {
  /*
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
  padding: 15% 2%;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #D0CFCD;
}
div.location-modal div h4 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #D0CFCD;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
}
div.location-modal div p,
div.location-modal div span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  color: #848581;
}
div.location-modal div span {
  margin-bottom: 20px;
  font-size: 8px;
  color: #848581;
}
#gearinchesCalc {
  max-width: 500px;
  margin: 0px auto;
  padding: 3% 5%;
  border: 1px solid #D0CFCD;
  border-radius: 10px;
  margin-bottom: 6%;
  margin-top: 3%;
  background-color: #DDDEDA;
  background: linear-gradient(151deg, #DDDEDA 100%, #D0CFCD 100%);
}
#gearinchesCalc h2 {
  font-size: 28px;
  text-align: center;
}
#gearinchesCalc > form {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 2% 0;
}
#gearinchesCalc > form > h3 {
  font-size: auto;
  width: 48%;
  padding: 16px 0 0 0;
  margin: 0;
  font-size: 16px;
}
#gearinchesCalc > form > select {
  font-size: auto;
  width: 48%;
  margin: 1% 0 2% 0;
  padding: 6px 35px 6px 10px !important;
}
#gearinchesCalc div.result {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
#gearinchesCalc div.result span {
  color: #A23D3B;
}
#gearinchesCalc div.result2 {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
#gearinchesCalc div.result2 span {
  color: #A23D3B;
}
p.specs {
  margin-top: 6px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  color: #A23D3B;
}
p.specs a.alink {
  padding: 2px 5px;
  margin: 3px 0 0 3px;
  display: inline-block;
  color: #A23D3B;
  border-radius: 2px;
  border: 1px solid #A23D3B;
  cursor: pointer;
}
p.specs a.alink:hover {
  background-color: #A23D3B;
  color: #F2F1EE;
}
div.collective-cta {
  padding: 3% 7%;
}
div.collective-cta img {
  width: 40%;
  padding: 0 30px 20px 0;
  float: left;
}
div.collective-cta p {
  font-size: 16px;
  width: auto;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  font-size: 14px;
  line-height: 1.9em;
  color: #74805A;
}
div.collective-cta p a,
div.collective-cta p a:visited {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #a9b69c;
  text-decoration: none;
}
div.collective-cta p a:hover,
div.collective-cta p a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
div.collective-cta p a,
div.collective-cta p a:visited {
  color: #74805A;
  box-shadow: 0px 1.5px 0px #74805A;
}
div.collective-cta p a:hover,
div.collective-cta p a:visited:hover {
  color: #1A1C18;
  box-shadow: 0px 1.5px 0px #1A1C18;
}
div.collective-cta p:empty {
  display: none;
}
img.header-icon {
  width: 50%;
  max-width: 220px;
  margin: 0;
  padding: 0px 10px 10px 0px;
  display: inline;
  float: left;
}
div.sponsored {
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-style: italic;
  font-weight: 400;
  padding: 2% 2%;
}
div.sponsored img {
  max-width: 130px;
  padding: 0 0 2% 0;
  margin: 0 auto;
  display: block;
}
div.sponsored p {
  padding: 0;
  margin: 0;
}
ul.product-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.product-list li {
  margin-bottom: 3%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
ul.product-list li h3 {
  margin-top: 0px;
  padding-top: 0px;
}
ul.product-list li a img {
  float: right;
  width: 50%;
  max-width: 250px;
  margin-left: 2%;
  margin-bottom: 1%;
  margin-top: 20px;
}
ul.product-list li p.specs {
  margin-top: 0px;
}
ul.product-list.lg li {
  font-size: 15px;
  line-height: 24px;
}
ul.product-list.lg li a img {
  max-width: 325px;
  margin-top: 30px;
}
.nav-select {
  max-width: 280px;
  padding: 0 1% 2% 1%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 2% 0;
  text-align: center;
  align-items: center;
}
.nav-select > p {
  width: 100%;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 800;
  color: #747F5A;
  font-size: 11px;
  margin: 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  text-align: center;
}
.nav-select > div {
  width: 49%;
}
@media only screen and (min-width: 480px) {
  div.sponsored {
    text-align: left;
    padding: 3% 0 4% 0;
  }
  div.sponsored img {
    padding: 8px 20px 15px 0px;
    float: left;
    display: inline;
  }
  div.sponsored::after {
    content: "";
    clear: both;
    display: table;
  }
  ul.ratings {
    font-size: .7em;
  }
  ul.ratings li > span {
    width: 50%;
  }
  div.search-modal div.search-page-form {
    height: 60px;
    width: 420px;
    padding: 0 0 0 20px;
  }
  div.search-modal div.search-page-form form input {
    height: 60px;
    width: 350px;
    font-size: 20px;
  }
  div.search-modal div.search-page-form form input[type="submit"] {
    width: 50px;
    padding-top: 5px;
    font-size: 24px;
  }
  #brandbar a.menulogo img {
    width: 190px;
    padding: 13px 0px 0px 0px;
  }
  h1#post-title {
    font-size: 42px;
  }
  .post div.caption {
    margin: -5px 0px 34px 0px;
  }
  .post ul[class*='thumblist-'] li div.caption {
    margin: 5px 0px 24px 0px;
  }
  .summary {
    width: 400px;
  }
  .author-content p.txt {
    width: 400px;
  }
  div.data-row .data-nums {
    width: 332px;
  }
  div.data-row .data-nums div {
    width: 54px;
    font-size: 12px;
  }
  .numeric-nav ul li.next-prev {
    display: inline;
  }
  .toc {
    margin: 0px 0px 13px 13px;
    float: right;
    width: 50%;
    max-width: 300px;
  }
}
@media only screen and (min-width: 600px) {
  .post .post-author {
    float: right;
  }
  .BPC {
    text-align: center;
    padding-left: 148px;
  }
  .BPC a.login {
    width: 140px;
  }
  .BPC a.login span {
    width: 96px;
  }
  div.sponsors ul {
    height: 230px;
  }
  div.sponsors ul li {
    width: 25%;
  }
  div.sponsors ul li a {
    height: 88px;
  }
  div.sponsors ul li a:hover img {
    top: -88px;
  }
  div.sponsors ul li img {
    width: 110px;
    height: 176px;
  }
  div.sponsors div.view-sponsors {
    top: 260px;
  }
}
@media only screen and (min-width: 768px) {
  a.search-post h3 {
    padding-top: 0;
  }
  a.search-post > div {
    float: right;
    width: 70%;
    padding: 0 0 0 20px;
  }
  a.search-post > div.imgcats {
    float: left;
    width: 30%;
    padding: 0;
  }
  #main .content {
    padding: 70px 0px 0px 0px;
  }
  #main .content .content-txt {
    float: none;
    display: block;
    margin: 0px auto;
    width: 622px;
  }
  #right-column {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  #lft.ov {
    margin-top: 20px;
  }
  h1#post-title {
    font-size: 52px;
  }
  .follow {
    width: 530px;
  }
  .follow #mc_embed_signup {
    padding: 0px 0px 0px 0px;
    float: right;
    width: 395px;
  }
  .follow #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
    width: 220px;
  }
  .follow #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
    width: 200px;
    padding: 4px 0px 0px 20px;
  }
  .follow #mc_embed_signup #mc-embedded-subscribe-form input[type="submit"] {
    width: 157px;
    background: url(../img/v2/home-subscribe-btn.png) no-repeat;
  }
  .follow ul.social {
    float: left;
    display: inline;
    width: 130px;
  }
  .follow ul.social li:nth-child(2) {
    padding: 0px 12px 0px 0px;
  }
  .summary {
    width: 600px;
    padding: 20px 0px 20px 0px;
  }
  .author-content p.txt {
    width: 600px;
  }
  .summary.summary-sm {
    padding: 0px 0px 20px 0px;
  }
  .cat-callout {
    padding: 0px 0px 22px 0px;
    font-size: 24px;
  }
  .post span.read-more {
    float: right;
    display: inline;
  }
  .post.single .callout {
    font-size: 18px;
    line-height: 1.75em;
    padding: 0px 0px 0px 22px;
  }
  .older {
    float: left;
    margin: 0px;
    padding: 0px 0px 30px 40px;
  }
  .newer {
    float: right;
    margin: 0px;
    padding: 0px 40px 30px 0px;
  }
  .post-share span.hdr {
    display: inline;
    font-size: 17px;
  }
  .post-share a span.count {
    font-size: 14px;
  }
  .post-share a span.ss-icon {
    font-size: 18px;
  }
  .post-share a.btnFb {
    padding-left: 6px;
  }
  ul.gearlist li span,
  ul.gearlist li strong {
    float: right;
    display: inline;
  }
  .comparison-chart div.data-row .data-type {
    width: 390px;
  }
  .post a img.right {
    display: inline-block;
    float: right;
    width: 360px;
    height: auto;
    margin: 0px 0px 12px 12px;
    padding-top: 0px;
  }
  h2.gift-guide {
    background-size: 32px;
    margin-left: -26px;
    padding-left: 26px;
    margin-top: 40px;
  }
  .spotlight {
    padding: 30px;
  }
  .spotlight.postit {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  div.data-row .data-type {
    width: 340px;
  }
  blockquote.twocol,
  div.twocol,
  ul.twocol,
  div.proscons {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    margin: 10px 0px 20px 0px;
  }
  div.twocol.list > *:not(h4):not(h3) {
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: .75em;
    line-height: 1.1em;
  }
  div.twocol.list h4 {
    margin: 12px 0;
  }
  div.twocol.list br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 1em !important;
  }
  blockquote.twocol > div,
  div.twocol > div,
  div.proscons > ul,
  ul.twocol > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  ul.quick-specs {
    float: right;
  }
  div.banner-sidebar {
    padding: 2% 10% 5% 10%;
    /*
       .not-full-width;
       margin:0px auto;
       margin-bottom:10%;
       margin-top:10%;
       width:80%;
       max-width:700px;
       */
  }
  footer div.coyote {
    width: 300px;
  }
  footer ul,
  footer ul:not([class]) {
    width: 25%;
    font-size: 11px;
  }
  footer ul.three {
    clear: none;
  }
  blockquote span.hl {
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    width: 40%;
  }
  blockquote span.inline-lft.hl {
    padding: 20px 20px 16px 0px;
    float: left;
  }
  blockquote span.inline-rt.hl {
    padding: 20px 0px 16px 20px;
    float: right;
  }
  blockquote.twocol span {
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    padding: 20px 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  span.hl {
    font-family: "Hoefler Text A", "Hoefler Text B";
    font-style: italic;
    font-weight: 400;
    font-size: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    color: #31312F;
  }
  span.inline-lft.hl {
    padding: 20px 20px 16px 0px;
    float: left;
  }
  span.inline-rt.hl {
    padding: 20px 0px 16px 20px;
    float: right;
  }
  .BPC span.hidetxt {
    display: inline;
  }
  .BPC a.sq-logo {
    display: inline;
    float: left;
  }
  div.fotorama-arrows {
    display: block;
  }
  .toc {
    width: 30%;
  }
  .post .quote {
    font-size: 24px;
  }
  .post .quote strong {
    font-size: 12px;
  }
  .post .quote span {
    display: block;
  }
  h2.clip {
    padding: 1.4% 3.5% 1% 3.5%;
    margin: 1.5% 0;
  }
  div.related-posts > div {
    width: 22.5%;
  }
  div.location-modal div {
    padding: 8% 2%;
  }
  #brandbar .menu-toggle {
    display: none;
  }
  #brandbar {
    display: none;
    top: 80px;
    width: 336px;
    background: none;
    position: absolute;
  }
  #brandbar a.menulogo {
    margin-left: 0px;
    background: #1A1C18;
    padding: 12px 0px 0px 0px;
    width: 370px;
    height: 60px;
    -webkit-clip-path: polygon(254px 60px, 242px 30px, 254px 0px, 0px 0px, 0px 60px);
    clip-path: polygon(254px 60px, 242px 30px, 254px 0px, 0px 0px, 0px 60px);
  }
  #brandbar a.menulogo:hover {
    background: #000;
  }
  #brandbar a.menulogo img {
    width: 220px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
  }
  .navigation-bar.is-hidden,
  #brandbar.is-hidden {
    transform: translateY(-110px);
  }
  .navigation-bar.is-partial,
  #brandbar.is-partial {
    transform: translateY(0px);
  }
  .navigation-bar.is-visible,
  #brandbar.is-visible {
    transform: translateY(-50px);
  }
  #navspace {
    min-height: 60px;
  }
  nav div.nav-inner {
    height: 60px;
  }
  nav div.nav-inner ul {
    display: inline-block;
    padding-left: 96px;
  }
  div.nav-inner div.search-nav-btn,
  div.nav-inner div.location-nav-btn {
    float: right;
    position: relative;
    top: auto;
    left: auto;
  }
  div.collective-cta img {
    width: 30%;
  }
}
@media only screen and (min-width: 1024px) {
  #brandbar {
    display: block;
  }
  #brandbar div.search-nav-btn,
  #brandbar div.location-nav-btn {
    display: none;
  }
  div.hero div {
    width: 100vw;
    height: 60vw;
    position: relative;
  }
  .post .quote {
    font-size: 28px;
  }
  .post .quote strong {
    font-size: 14px;
  }
  div.location-modal div {
    padding: 4% 2%;
  }
  #outer {
    margin-top: 0px;
  }
  div.hero {
    margin-top: 0px;
  }
  .BPC {
    font-size: 12px;
  }
  .BPC span.hidetxt {
    display: inline;
  }
  .BPC span.hidetxt2 {
    display: inline;
  }
  .BPC a.sq-logo {
    display: none;
  }
  nav div.nav-inner ul li a,
  nav div.nav-inner ul li.nod > a {
    padding: 22px 22px 0px 22px;
    font-size: 14px;
  }
  nav div.nav-inner ul li a > span strong,
  nav div.nav-inner ul li.nod > a > span strong {
    display: inline;
  }
  #main .content h1 {
    max-width: 360px;
  }
  #main .content h2 {
    width: 360px;
    margin: 0px auto;
  }
  #main {
    width: 960px;
    padding: 0;
  }
  #main .inner-content-first {
    padding: 160px 0px 0px 0px;
  }
  #main .content {
    padding-top: 80px;
  }
  #main .content .content-txt {
    width: 800px;
  }
  h1#post-title {
    font-size: 56px;
    color: #F2F1EE;
    text-decoration: none;
    position: absolute;
    z-index: 100;
    height: auto;
    top: 0%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 780px;
    padding: 0px 0px 38px 0px;
  }
  .post.single {
    margin: 0px 0px 15px 0px;
    position: relative;
    top: 0;
    margin-top: -15px;
  }
  #right-column {
    margin-top: -90px;
    width: 200px;
    float: right;
  }
  #right-column.down {
    margin-top: 0px;
  }
  #lft {
    float: left;
    display: inline;
    width: 740px;
  }
  .msem {
    display: none;
  }
  div.shield.black {
    background: #1A1C18;
    -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
    clip-path: polygon(50% 8%, 100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  }
  div.shield.black h3,
  div.shield.black h4 {
    color: #F2F1EE;
  }
  div.shield.gray {
    background-color: #DDDEDA;
    -webkit-clip-path: polygon(50% 6%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
    clip-path: polygon(50% 6%, 100% 0, 100% 94%, 50% 100%, 0 94%, 0 0);
  }
  div.shield.gray ul {
    width: auto;
    float: none;
    padding: 0px 10px 8px;
  }
  .summary {
    width: 840px;
  }
  .author-content p.txt {
    width: 840px;
  }
  .path {
    position: relative;
    top: auto;
    z-index: 100;
  }
  .path > div.loc {
    display: inline-block;
    width: auto;
    padding: 8px 20px 0px 24px;
    -webkit-clip-path: polygon(96% 30px, 100% 15px, 96% 0px, 0px 0px, 10px 15px, 0px 30px);
    clip-path: polygon(96% 30px, 100% 15px, 96% 0px, 0px 0px, 10px 15px, 0px 30px);
    background: #1A1C18;
    height: 30px;
    color: #B0B0B0;
  }
  .post-share span.hdr {
    display: inline;
    font-size: 17px;
  }
  .post-share a span.count {
    font-size: 12px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .post-share a span.ss-icon {
    font-size: 15px;
  }
  .post-share a.btnFb {
    padding-left: 6px;
  }
  div.banner-sidebar,
  div.banner-sidebar a,
  div.banner-sidebar a img {
    width: 200px;
  }
  div.banner-sidebar {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    margin: 0px auto;
    width: 200px;
    max-width: 700px;
    margin-bottom: 24px;
    margin-top: 20px;
    padding: 0;
  }
  div.banner-sidebar div.adv {
    display: none;
  }
  div.banner-sidebar div.support {
    display: block;
  }
  .wide div.banner-sidebar,
  .wide div.banner-sidebar a,
  .wide div.banner-sidebar a img {
    width: 100%;
    max-width: 1000px;
    display: block;
    position: relative;
    margin: 0px auto;
  }
  .wide div.banner-sidebar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    max-width: none;
    margin-top: 0%;
    margin-bottom: 2%;
    padding: 1.5% 5% 5% 5%;
    background-color: #dedede;
  }
  .wide div.banner-sidebar div.adv,
  .wide div.banner-sidebar div.support {
    display: block;
    font-size: 9px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 700;
    color: #A23D3B;
    text-transform: uppercase;
    padding: 0px 0px 2px 0px;
    text-align: center;
  }
  .sticky {
    position: fixed;
    top: 0px;
    z-index: 998;
  }
  .stickyFooter {
    position: absolute;
  }
  .sidebar-ad-bottom {
    transition: padding-top 0.2s ease-in-out;
    -webkit-transition: padding-top 0.2s ease-in-out;
    -moz-transition: padding-top 0.2s ease-in-out;
  }
  .sidebar-ad-bottom.sticky {
    padding-top: 35px;
  }
  div.banner-presenting {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    margin: 3% auto;
    width: 85%;
  }
  .post > .fotorama {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .post > div.fotorama-arrows {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    margin-top: -20vw;
    z-index: 999;
  }
  .post > div.fotorama-arrows div {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  div.sponsors ul {
    height: 240px;
  }
  div.sponsors div.view-sponsors {
    top: 280px;
  }
  div.sponsors ul li {
    width: 20%;
  }
  div.collective-cta img {
    width: 22%;
  }
}
@media only screen and (min-width: 1200px) {
  div.hero div {
    width: 100vw;
    height: 60vw;
    position: relative;
  }
  #main {
    width: 1200px;
    padding: 0 40px;
  }
  #main .content h1 {
    max-width: 540px;
  }
  #main .content h2 {
    width: 540px;
    margin: 0px auto;
  }
  #right-column {
    width: 240px;
  }
  #lft {
    width: 840px;
  }
  #lft.ov {
    margin-top: 30px;
  }
  h2.award,
  h2.benchmark {
    margin-left: -38px;
  }
  div.banner-sidebar,
  div.banner-sidebar a,
  div.banner-sidebar a img {
    width: 240px;
  }
  div.banner-sidebar {
    width: 240px;
  }
  .wide div.banner-sidebar,
  .wide div.banner-sidebar a,
  .wide div.banner-sidebar a img {
    width: 100%;
  }
  .wide div.banner-sidebar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1480px) {
  div.hero div img {
    max-width: 1480px;
    max-height: 980px;
  }
  div.hero div {
    max-width: 1480px;
    max-height: 980px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=WS-base-styles.css.map */