/** ==========================================================

    $ Table of Contents

========================================================== **/
/**
* Sections
* --------
* $1...............Setup
* $2................Grid
* $3..........Typography
* $4..........Components
* $5..............Layout
* $6.........Breakpoints
* $7.............Helpers


**/
/** ==========================================================

    $1 Setup

========================================================== **/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("//hello.myfonts.net/count/2bb7be");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #006837; }

html {
  background-color: #78b72b; }

body {
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300; }

main {
  background: #fff;
  color: #747474; }

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    color: #666; }

a:hover, a:active, a:focus {
  outline: none;
  color: #ccc; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #EDEDED;
  text-shadow: none; }

::selection {
  background: #EDEDED;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  /* Added by Greyvy for responsive imagery */
  max-width: 100%;
  height: auto; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.dark-bg {
  background: #006837; }

.light-bg {
  background: #ebebeb; }

img.right {
  float: right; }

.right {
  float: right; }

.bp3-right {
  float: left; }

/* ====== media ====== */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 10px; }

/** ==========================================================

    $2 Grid

========================================================== **/
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
/* -- Begin grids
------------------------------------------------------------- */
/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  opacity: .3;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -1.5em;
  overflow: hidden;
  clear: both; }

.grid-col {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.large-gutter {
  margin-left: -3em; }
  .large-gutter .grid-col {
    padding-left: 3em; }

.half-gutter {
  margin-left: -0.75em; }
  .half-gutter .grid-col {
    padding-left: 0.75em; }

.quarter-gutter {
  margin-left: -0.375em; }
  .quarter-gutter .grid-col {
    padding-left: 0.375em; }

.no-gutter {
  margin-left: 0; }
  .no-gutter .grid-col {
    padding-left: 0; }

.reset-gutter {
  margin-left: -1.5em; }
  .reset-gutter .grid-col {
    padding-left: 1.5em; }

.onepixel-gutter {
  margin-left: -1px; }
  .onepixel-gutter .grid-col {
    padding-left: 1px; }

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

li.grid-col {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.col-full,
.col-set-full .grid-col {
  width: 100%; }

.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

.col-two-thirds {
  width: 66.666%; }

.col-three-quarters {
  width: 75%; }

.col-one-fifth {
  width: 20%; }

.col-two-fifths {
  width: 40%; }

.col-three-fifths {
  width: 60%; }

.col-four-fifths {
  width: 80%; }

.col-one-eighth {
  width: 12.5%; }

.col-one-sixteenth {
  width: 6.25%; }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media only screen and (min-width: 46em) {
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%; }

  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }

  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp1-col-two-thirds {
    width: 66.666%; }

  .bp1-col-three-quarters {
    width: 75%; }

  .bp1-col-one-fifth {
    width: 20%; }

  .bp1-col-two-fifths {
    width: 40%; }

  .bp1-col-three-fifths {
    width: 60%; }

  .bp1-col-four-fifths {
    width: 80%; }

  .bp1-col-one-eighth {
    width: 12.5%; }

  .bp1-col-one-sixteenth {
    width: 6.25%; } }
/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 55em) {
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%; }

  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }

  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp2-col-two-thirds {
    width: 66.666%; }

  .bp2-col-three-quarters {
    width: 75%; }

  .bp2-col-one-fifth {
    width: 20%; }

  .bp2-col-two-fifths {
    width: 40%; }

  .bp2-col-three-fifths {
    width: 60%; }

  .bp2-col-four-fifths {
    width: 80%; }

  .bp2-col-one-eighth {
    width: 12.5%; }

  .bp2-col-one-sixteenth {
    width: 6.25%; } }
/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 70em) {
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%; }

  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }

  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp3-col-two-thirds {
    width: 66.666%; }

  .bp3-col-three-quarters {
    width: 75%; }

  .bp3-col-one-fifth {
    width: 20%; }

  .bp3-col-two-fifths {
    width: 40%; }

  .bp3-col-three-fifths {
    width: 60%; }

  .bp3-col-four-fifths {
    width: 80%; }

  .bp3-col-one-eighth {
    width: 12.5%; }

  .bp3-col-one-sixteenth {
    width: 6.25%; } }
/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
@media only screen and (min-width: 90em) {
  .bp4-col-full,
  .bp4-col-set-full .grid-col {
    width: 100%; }

  .bp4-col-one-half,
  .bp4-col-set-one-half .grid-col {
    width: 50%; }

  .bp4-col-one-third,
  .bp4-col-set-one-third .grid-col {
    width: 33.333%; }

  .bp4-col-one-quarter,
  .bp4-col-set-one-quarter .grid-col {
    width: 25%; }

  .bp4-col-two-thirds {
    width: 66.666%; }

  .bp4-col-three-quarters {
    width: 75%; }

  .bp4-col-one-fifth {
    width: 20%; }

  .bp4-col-two-fifths {
    width: 40%; }

  .bp4-col-three-fifths {
    width: 60%; }

  .bp4-col-four-fifths {
    width: 80%; }

  .bp4-col-one-eighth {
    width: 12.5%; }

  .bp4-col-one-sixteenth {
    width: 6.25%; } }
/* 
	=============================================
		Custom Type
	=============================================	
*/
@font-face {
  font-family: 'TradeGothicLTPro-Bold';
  src: url("../fonts/tradegothic/2BB7BE_0_0.eot");
  src: url("../fonts/tradegothic/2BB7BE_0_0.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/tradegothic/2BB7BE_0_0.woff") format("woff"), url("../fonts/tradegothic/2BB7BE_0_0.ttf") format("truetype"), url("../fonts/tradegothic/2BB7BE_0_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'TradeGothicLTPro';
  src: url("../fonts/tradegothic/2BB7BE_1_0.eot");
  src: url("../fonts/tradegothic/2BB7BE_1_0.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/tradegothic/2BB7BE_1_0.woff") format("woff"), url("../fonts/tradegothic/2BB7BE_1_0.ttf") format("truetype"), url("../fonts/tradegothic/2BB7BE_1_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'TradeGothicLTPro-BdCn20';
  src: url("../fonts/tradegothic/2BB7BE_2_0.eot");
  src: url("../fonts/tradegothic/2BB7BE_2_0.eot?#iefix") format("embedded-opentype");
  src: url("../fonts/tradegothic/2BB7BE_2_0.woff") format("woff"), url("../fonts/tradegothic/2BB7BE_2_0.ttf") format("truetype"), url("../fonts/tradegothic/2BB7BE_2_0.svg#wf") format("svg");
  font-weight: normal;
  font-style: normal;
  font-variant: normal; }
@font-face {
  font-family: 'FuturaNDforNike365Cn-XBd';
  src: url("../fonts/Futura/FuturaNDforNike365Cn-XBd.eot");
  src: url("../fonts/Futura/FuturaNDforNike365Cn-XBd.eot?#iefix") format("embedded-opentype"), url("../fonts/Futura/FuturaNDforNike365Cn-XBd.woff2") format("woff2"), url("../fonts/Futura/FuturaNDforNike365Cn-XBd.woff") format("woff"), url("../fonts/Futura/FuturaNDforNike365Cn-XBd.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/** ==========================================================

    $3 Typography

========================================================== **/
#mfPreviewBar {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #006837;
  text-transform: uppercase; }

h1 {
  font-size: 1.4em;
  letter-spacing: .03em;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }

h2, .as-h2 {
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
  h2 strong, .as-h2 strong {
    color: #000;
    font-weight: normal; }

.sectionHeading {
  padding-top: 1.5em; }
  .sectionHeading strong {
    display: block; }

.sectionSubHeading {
  text-transform: uppercase;
  font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
  margin: .5em 0 1.5em; }

h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 .5em;
  padding: 0;
  letter-spacing: -1px;
  line-height: 1.2em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #006837; }

h5 {
  font-size: 1.2em;
  margin: 0 0 .5em; }

h6 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 .5em; }

address {
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0; }

p {
  line-height: 1.4em;
  font-size: 1em;
  margin: 1.75em 0;
  letter-spacing: -.02em; }
  p strong {
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }

ul li {
  line-height: 1.4em;
  margin: .75em 0;
  list-style: disc;
  font-size: .9em; }

.contentWrap ul li {
  line-height: 1.4em;
  margin: .75em 0;
  list-style: disc;
  font-size: .9em; }

.center-txt {
  text-align: center; }

.onDark {
  color: #fff; }
  .onDark h1, .onDark h2, .onDark h3, .onDark h4, .onDark h5, .onDark h6, .onDark p {
    color: #fff; }
    .onDark h1 strong, .onDark h2 strong, .onDark h3 strong, .onDark h4 strong, .onDark h5 strong, .onDark h6 strong, .onDark p strong {
      color: #000; }

.sectionOverview .subSectionHeading {
  color: #000;
  font-size: 2.4em;
  font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }
.sectionOverview .subSectionHeading--callout {
  color: #006837;
  font-size: 1.6em;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #EDEDED;
  padding: 0 0 1.5em;
  display: block; }
.sectionOverview h4 {
  font-size: 1em;
  color: #006837;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #000; }
.sectionOverview h6 {
  color: #006837;
  border-top: 1px solid #EDEDED;
  padding: 1em 0 0 0;
  margin: 0 0 1em; }
.sectionOverview p, .sectionOverview li {
  font-size: 1em;
  color: #747474; }
.sectionOverview .instructions {
  color: #90c745; }

.reviewBlock {
  margin: 2em 0;
  padding: 2em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .reviewBlock:before, .reviewBlock:after {
    content: "";
    display: table;
    clear: both; }
  .reviewBlock:after {
    clear: both; }
  .reviewBlock .ratingSubBlock {
    float: right;
    width: 33%;
    box-sizing: border-box;
    padding: .75em;
    margin: 0 0 1em 1em;
    border: 1px solid #adaead;
    text-align: center;
    border-radius: .25em; }
    .reviewBlock .ratingSubBlock h4 {
      text-transform: uppercase;
      font-size: .8em;
      font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
      color: #006837;
      font-weight: 800;
      line-height: 1.2em;
      margin: .75em 0 0 0; }
  .reviewBlock blockquote {
    margin: 0;
    padding: 0; }
    .reviewBlock blockquote .icon {
      float: left;
      color: #006837;
      font-size: 2em;
      margin: .25em .25em 0 0; }
    .reviewBlock blockquote p {
      font-style: italic;
      line-height: 1.6em;
      font-size: .9em;
      margin: 0 0 1em;
      padding: 0;
      color: #006837; }

.faq--questionList {
  margin: 1.5em 0 6em 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #EDEDED; }
  .faq--questionList li {
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    list-style: none;
    font-size: 1.4em;
    border-bottom: 1px solid #EDEDED; }
    .faq--questionList li .count {
      display: block;
      float: left;
      background: #90c745;
      color: #fff;
      font-size: .6em;
      line-height: 1;
      padding: .5em .75em;
      vertical-align: top;
      margin: 0 1.5em 0 0; }

.faq .question .count {
  display: block;
  float: left;
  background: #000;
  color: #fff;
  font-size: .6em;
  line-height: 1;
  padding: .5em .75em;
  margin: 0 1.5em 0 0;
  vertical-align: top; }

.answer-footer {
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 3em;
  padding: 0 0 .5em; }

.testimonial {
  margin: 1.5em 0 0 0;
  padding: .75em 1.5em; }
  .testimonial blockquote {
    margin: 0;
    padding: 0; }
    .testimonial blockquote .quoteBox {
      position: relative;
      border: 1px solid #006837;
      background: #006837;
      color: #fff;
      display: block;
      padding: 1.5em; }
      .testimonial blockquote .quoteBox p:last-child {
        margin: 0; }
    .testimonial blockquote .quoteBox:before,
    .testimonial blockquote .quoteBox:after {
      position: absolute;
      left: 20px;
      bottom: -19px;
      display: block;
      width: 0;
      height: 0;
      border-width: 0 25px 20px;
      border-style: solid;
      border-color: transparent;
      border-left-color: #006837;
      content: ' '; }
    .testimonial blockquote .quoteBox:before {
      left: 19px;
      bottom: -21px;
      border-left-color: #006837; }
  .testimonial cite {
    display: block;
    margin: 1.75em 0 0 20px;
    padding: 0;
    color: #4d9901;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    color: #006837; }

.testimonial.testimonial-A .quoteBox {
  border: 1px solid #000;
  background: #000; }
.testimonial.testimonial-A .quoteBox:before,
.testimonial.testimonial-A .quoteBox:after {
  border-left-color: #000; }
.testimonial.testimonial-A cite {
  color: #000; }

/* 
	=============================================
		Responsive Typography
	=============================================	
*/
@media only screen and (min-width: 46em) {
  .reviewBlock .ratingSubBlock {
    width: 20%;
    margin: 0; }
  .reviewBlock blockquote {
    width: 70%;
    float: left;
    display: block; }

  .sectionHeading {
    padding-top: .75em; }
    .sectionHeading strong {
      display: inline; } }
@media only screen and (min-width: 55em) {
  .sectionHeading {
    padding-top: 0; } }
@media only screen and (min-width: 70em) {
  h1 {
    font-size: 2em;
    letter-spacing: -0.9px; }

  h2 {
    font-size: 1.8em; }

  h3 {
    font-size: 1.6em; }

  h4 {
    font-size: 1.6em;
    margin-bottom: .5em; }

  h5 {
    font-size: 1.4em; }

  p {
    font-size: 1em; }

  ul li {
    line-height: 1.4em;
    margin: .75em 0;
    font-size: 1em; } }
/** ==========================================================

    $4 Components

========================================================== **/
.small-island {
  padding: 1.5em;
  margin: 0; }

.island, .large-island, .medium-island {
  padding: 1.5em; }
  .island :last-child, .large-island :last-child, .medium-island :last-child {
    margin-bottom: 0; }

.large-island--copy {
  padding: 0 1.5em 1.5em; }

.medium-island {
  padding: 1.5em 1.5em .5em; }

.container {
  padding: 0 1.5em;
  text-align: center;
  box-sizing: border-box; }
  .container:before, .container:after {
    content: "";
    display: table;
    clear: both; }
  .container:after {
    clear: both; }

.bg-dark {
  background: #4d9901; }

.bg-c-brand-2 {
  background: #000; }

.bg-light {
  background: #4d9901; }

.bg-border {
  border: 1px solid #EDEDED; }

.constrain-width--small {
  max-width: 600px;
  margin: 0 auto; }

.constrain-width--small.not-center {
  margin: 0; }

.not-center {
  margin: 0; }

.pad--right {
  padding-right: 1.5em; }

.pad--left {
  padding-left: 1.5em; }

.pad--bottom {
  padding-bottom: 3em; }

.pad--top {
  padding-top: 3em; }

.half-pad--top {
  padding-top: 1.5em; }

.half-pad--bottom {
  padding-bottom: 1.5em; }

.gap--bottom {
  margin-bottom: 1.5em; }

.quarter-pad--top {
  padding-top: .75em; }

.quarter-pad--bottom {
  padding-bottom: .75em; }

.columnContentWrap {
  padding: 1.5em; }

.pageSidebar .brandLogoWrapper {
  text-align: center;
  padding: 0 0 1.5em; }
.pageSidebar .brandLogo {
  margin: 0 auto;
  max-width: 165px; }

.logoBox {
  max-width: 85px;
  margin: 0 auto; }

.imgBox.thumbnail {
  max-width: 100px;
  margin: 0 0 .75em 0; }

.imgBox.largeThumbnail {
  max-width: 400px;
  margin: 0 0 .75em 0; }

.videoBox {
  position: relative;
  margin: 0 0 .75em;
  border: 3px solid #000;
  overflow: hidden;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .videoBox img {
    width: 100%;
    max-width: 100%; }
  .videoBox a {
    display: block;
    background: #000;
    color: #fff; }
    .videoBox a img {
      opacity: 1; }
    .videoBox a:hover {
      color: #000; }
      .videoBox a:hover img {
        opacity: .9; }
  .videoBox .icon {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    /* half icon's height */
    left: 50%;
    margin-left: -50px;
    /* half icon's width */
    z-index: 99;
    font-size: 6em; }

.imgBox .videoBox {
  border: none;
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%; }

.imgBox.campPageImgBox .videoBox {
  position: relative;
  height: auto;
  width: auto; }

.subHeaderBar {
  padding: 1.75em 1.5em; }
  .subHeaderBar h3 {
    text-transform: uppercase;
    font-size: .9em;
    line-height: 1.4em;
    color: #000;
    margin: 0;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .subHeaderBar h3 strong {
      color: #006837;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .subHeaderBar h3 em, .subHeaderBar h3 a {
      color: #fff;
      font-style: normal;
      font-weight: bold;
      display: block; }

.subHeaderBarWrapper {
  background: #7ab92d; }

.subHeader {
  background: #4d9901; }

.breadcrumbs {
  display: none;
  padding: 1em 1.5em;
  box-sizing: border-box;
  margin: 0 auto;
  background: #4d9901;
  color: #006837;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left; }
  .breadcrumbs span {
    display: inline; }
  .breadcrumbs a {
    display: none; }
  .breadcrumbs h3 {
    text-align: center;
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #EDEDED;
    color: #fff; }
    .breadcrumbs h3 strong {
      color: #006837; }
    .breadcrumbs h3 em {
      font-style: normal;
      color: #fff; }
    .breadcrumbs h3 a {
      display: block; }
  .breadcrumbs a {
    color: #EDEDED; }
    .breadcrumbs a:hover {
      color: #fff; }

.paginationWrapper {
  background: #78b72b;
  padding: 0;
  text-align: center;
  border-top: 0.5em solid #000; }

.sectionNavButtons {
  background: #000;
  padding: 1em 1.5em;
  text-align: center; }
  .sectionNavButtons a {
    color: #fff;
    font-size: 2em; }
    .sectionNavButtons a:hover {
      color: #666; }
  .sectionNavButtons .cta {
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

article, .sectionOverview {
  max-width: 900px;
  margin: 0 0 3em;
  padding: 0;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  article p, .sectionOverview p {
    margin: 0 0 1.5em;
    line-height: 1.6em; }
  article .date, .sectionOverview .date {
    text-transform: uppercase;
    font-size: .7;
    line-height: 1.2em;
    margin: 0 0 1.5em;
    padding: 1.5em 0;
    border-bottom: 1px solid #EDEDED;
    color: #adaead; }
  article h1, .sectionOverview h1 {
    font-size: 240%; }
  article h1, article h2, .sectionOverview h1, .sectionOverview h2 {
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
  article h2, .sectionOverview h2 {
    font-size: 230%; }
  article h3, article h4, article h5, .sectionOverview h3, .sectionOverview h4, .sectionOverview h5 {
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  article .imgBox, .sectionOverview .imgBox {
    margin: 0 0 1.5em; }
    article .imgBox p, .sectionOverview .imgBox p {
      margin: 0;
      padding: .25em .5em;
      font-size: .8em;
      color: #006837;
      font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
      text-align: right; }
  article .imgBox.withBorder.tipsImg, .sectionOverview .imgBox.withBorder.tipsImg {
    background: #000; }

article {
  margin-bottom: 1.5em; }

article.maxWidth {
  max-width: 100%; }

.sectionOverview {
  max-width: 100%;
  background: #fff;
  border: 1px solid #adaead;
  padding: 1.5em;
  margin: 0 0 1.5em; }

.sectionOverview.noBox {
  background: transparent;
  border: none;
  padding: 1.5em 0 0 0; }

.socialIcons.sideBar {
  margin: 1.5em 0; }
  .socialIcons.sideBar li a {
    color: #006837; }
    .socialIcons.sideBar li a:hover {
      color: #666; }

.sidebarWrapper {
  padding: .5em; }

.sportJumperForm {
  padding: 1em;
  margin: 0 0 1.5em;
  border: 1px solid #adaead;
  background: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.newsListing, .itemListing, .reviewsListing {
  margin: 0 0 1.5em;
  padding: .5em;
  border: 1px solid #adaead;
  background: #fff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .newsListing li, .itemListing li, .reviewsListing li {
    list-style: none;
    margin: 0;
    padding: .5em 1em;
    line-height: 1.2em;
    border-bottom: 1px solid #adaead;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .newsListing li:last-child, .itemListing li:last-child, .reviewsListing li:last-child {
      margin: 0;
      border: none; }
    .newsListing li a:before, .itemListing li a:before, .reviewsListing li a:before {
      font-family: 'sporticons' !important;
      content: "\e3b5";
      display: block;
      left: -1em;
      top: 0;
      height: 0;
      width: 0;
      position: relative; }
  .newsListing li a, .itemListing li a, .reviewsListing li a {
    color: #000; }
    .newsListing li a:hover, .itemListing li a:hover, .reviewsListing li a:hover {
      color: #4d9901; }
  .newsListing li a.active, .itemListing li a.active, .reviewsListing li a.active {
    color: #4d9901; }

.newsListing li:nth-child(even) a {
  color: #4d9901; }
  .newsListing li:nth-child(even) a:hover {
    color: #EDEDED; }
.newsListing li:nth-child(odd) a {
  color: #000; }
  .newsListing li:nth-child(odd) a:hover {
    color: #EDEDED; }

.itemListing li {
  font-size: 1.2em; }

.coachListing {
  margin: 0;
  padding: 0; }
  .coachListing li {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em 0;
    list-style: none;
    border-bottom: 1px solid #4d9901; }
    .coachListing li:before, .coachListing li:after {
      content: "";
      display: table;
      clear: both; }
    .coachListing li:after {
      clear: both; }
    .coachListing li:first-child {
      padding: 1.5em 0;
      border-top: 1px solid #4d9901; }
    .coachListing li .cta {
      padding: .5em 1.5em; }
    .coachListing li .media .img {
      margin-bottom: 1.5em;
      margin-right: 1.5em;
      float: none;
      max-width: 150px; }
      .coachListing li .media .img img {
        padding: 3px;
        border: 3px solid #006837; }
    .coachListing li .media .bd h3 {
      font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
      font-size: 2em;
      letter-spacing: 0px; }
      .coachListing li .media .bd h3 span {
        display: block;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 65%;
        letter-spacing: 0px;
        text-transform: uppercase; }
    .coachListing li .media .bd p {
      margin: 0 0 1.5em;
      padding: 0;
      font-size: 1em;
      color: #006837; }

.rating .star-rating {
  background: url(../gfx/rating-star.png) repeat-x 0 0;
  text-indent: -999em;
  height: 28px;
  margin: .75em 0 .25em;
  padding: 0; }
  .rating .star-rating .current-rating {
    display: none; }

.reviewsListing:before, .reviewsListing:after {
  content: "";
  display: table;
  clear: both; }
.reviewsListing:after {
  clear: both; }
.reviewsListing li:before, .reviewsListing li:after {
  content: "";
  display: table;
  clear: both; }
.reviewsListing li:after {
  clear: both; }
.reviewsListing li ul {
  margin: 0;
  padding: 0; }
  .reviewsListing li ul li {
    margin: 0;
    padding: 0; }
.reviewsListing li .review:before, .reviewsListing li .review:after {
  content: "";
  display: table;
  clear: both; }
.reviewsListing li .review:after {
  clear: both; }
.reviewsListing li .review .icon {
  font-size: 2em;
  float: right;
  margin: 0;
  box-sizing: border-box;
  width: 15%;
  text-align: center;
  color: #ccc; }
.reviewsListing li .review .review-quote {
  float: left;
  width: 84%;
  box-sizing: border-box;
  font-size: 1em;
  margin: 0;
  padding: 0; }
  .reviewsListing li .review .review-quote h5 {
    font-size: 1.2em;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    color: #ccc;
    margin: .25em 0;
    padding: 0; }
  .reviewsListing li .review .review-quote blockquote {
    margin: .5em 0;
    padding: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
    .reviewsListing li .review .review-quote blockquote p {
      margin: 0 0 1em;
      padding: 0;
      font-size: 1em;
      line-height: 1.4em;
      color: #4d9901;
      font-style: italic; }
.reviewsListing li.alt .review .icon {
  color: #666; }
.reviewsListing li.alt .review .review-quote h5 {
  color: #666; }

.pagination {
  margin: 0;
  padding: 0;
  background: #000; }
  .pagination li {
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
    .pagination li a {
      display: block;
      padding: 1.5em;
      background: #fff;
      font-size: 1.2em;
      color: #006837;
      font-weight: 600;
      text-decoration: none;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
      .pagination li a:hover {
        background: #EDEDED;
        color: #78b72b; }
      .pagination li a .not-mobile {
        display: none; }
  .pagination .indexPage {
    text-align: center;
    border-bottom: 1px solid #ebebeb; }
    .pagination .indexPage a {
      background: #fff;
      border-top: 1px solid #ebebeb; }
      .pagination .indexPage a .icon {
        display: block;
        font-size: 2.4em;
        margin: 0 0 .5em; }
      .pagination .indexPage a:hover {
        background: #ebebeb; }
  .pagination li.prevPage {
    text-align: right; }
  .pagination li.nextPage {
    text-align: left; }

/*!
 * The important stuffs. The ones that you should copy-paste and use.
 */
.paginate {
  text-align: center; }

.paginate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.paginate li {
  display: inline; }

.paginate a {
  cursor: pointer;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
  margin: 1px 2px;
  padding: 5px 10px;
  display: inline-block;
  border-top: 1px solid #fff;
  text-decoration: none;
  color: #717171;
  font-size: smaller;
  font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
  text-shadow: white 0 1px 0;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
  background-image: linear-gradient(top, #f9f9f9, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); }

.paginate a:first-child, .paginate a.first {
  margin-left: 0; }

.paginate a:last-child, .paginate a.last {
  margin-right: 0; }

.paginate a:hover, .paginate a:focus {
  border-color: #fff;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
  background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
  background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
  background-image: -o-linear-gradient(top, #fefefe, #fafafa);
  background-image: linear-gradient(top, #fefefe, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); }

.paginate a.more {
  box-shadow: 0 0 0 0 transparent;
  border: 0 none;
  background: transparent;
  margin-left: 0;
  margin-right: 0; }

.paginate a.active {
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
  border-color: #505050;
  color: #f2f2f2;
  text-shadow: black 0 1px 0;
  background-color: #78b72b;
  background: #006837;
  background: -moz-linear-gradient(top, #006837 0%, #90c745 100%);
  background: -webkit-linear-gradient(top, #006837 0%, #90c745 100%);
  background: linear-gradient(to bottom, #006837 0%, #90c745 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-1', endColorstr='$c-brand-1-light',GradientType=0 ); }

.loadNews {
  padding: 1.5em 1.5em 3em;
  text-align: center; }
  .loadNews:before, .loadNews:after {
    content: "";
    display: table;
    clear: both; }
  .loadNews:after {
    clear: both; }

.campNewsTipsHeader {
  padding: 1.5em 0 1em 0; }
  .campNewsTipsHeader h2, .campNewsTipsHeader h1 {
    text-align: center;
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    position: relative;
    vertical-align: middle; }
    .campNewsTipsHeader h2 .icon, .campNewsTipsHeader h1 .icon {
      display: inline-block;
      font-size: 2em;
      vertical-align: middle;
      margin-right: .05em;
      margin-top: -.16em; }
    .campNewsTipsHeader h2 strong, .campNewsTipsHeader h1 strong {
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
  .campNewsTipsHeader .cta {
    text-align: center;
    color: #fff;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
    display: block; }
    .campNewsTipsHeader .cta span {
      color: #006837; }

.campNewsTips {
  background: #EDEDED; }

.campNewsTipsContent {
  text-align: left; }
  .campNewsTipsContent .media {
    display: block;
    min-height: 170px;
    margin: 0 0 .75em;
    padding: 1.5em;
    background: #fff; }
    .campNewsTipsContent .media:before, .campNewsTipsContent .media:after {
      content: "";
      display: table;
      clear: both; }
    .campNewsTipsContent .media:after {
      clear: both; }
    .campNewsTipsContent .media p {
      color: #747474; }
    .campNewsTipsContent .media .mediaSlug, .campNewsTipsContent .media h3 {
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 1.4em; }
    .campNewsTipsContent .media .mediaSlug {
      color: #006837;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 1em;
      display: block;
      line-height: 1.2em; }
    .campNewsTipsContent .media h3 {
      margin: .25em 0 .5em 0;
      color: #78b72b;
      font-size: 150%; }
    .campNewsTipsContent .media .img {
      margin-bottom: 1.5em;
      width: 75px;
      -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
      -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
      box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
      .campNewsTipsContent .media .img img {
        width: 100%; }
    .campNewsTipsContent .media p {
      line-height: 1.2em; }
    .campNewsTipsContent .media p, .campNewsTipsContent .media .mediaCta {
      margin: 0 0 .5em;
      padding: 0;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 1em; }
    .campNewsTipsContent .media .mediaCta {
      margin: 0;
      color: #000;
      text-decoration: underline;
      text-transform: uppercase; }
      .campNewsTipsContent .media .mediaCta:hover {
        color: #000; }
    .campNewsTipsContent .media .cta.mini-cta {
      font-size: .8em; }
    .campNewsTipsContent .media:hover {
      color: #000;
      background: #006837; }
      .campNewsTipsContent .media:hover .mediaSlug, .campNewsTipsContent .media:hover p {
        color: #fff; }
      .campNewsTipsContent .media:hover h3 {
        color: #4d9901; }
  .campNewsTipsContent .media.miniMedia {
    min-height: auto;
    padding: 1em;
    position: relative; }
    .campNewsTipsContent .media.miniMedia .mini-cta {
      float: right;
      font-size: .7em; }

.campNewsTipsContent.constrain-width.contained,
.campNewsTipsArticle.constrain-width.contained,
.campNewsTipsContent.constrain-width.contained {
  padding-top: 1.5em; }

.campNewsTipsArticle.constrain-width.contained article {
  margin-bottom: 1.5em; }

.primaryContainer {
  background: #fff; }

.primaryContent {
  padding-top: 1.5em; }

.facilityOverview .sectionSlug {
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #006837; }
.facilityOverview .subSectionHeading {
  text-transform: uppercase;
  margin: 0; }
  .facilityOverview .subSectionHeading a {
    color: #006837; }
    .facilityOverview .subSectionHeading a:hover {
      color: #000; }
.facilityOverview p {
  font-size: .8em;
  margin: .5em 0 1em; }

.program {
  padding: 1em;
  margin: 0 0 1.5em;
  background: #747474;
  background: -moz-linear-gradient(top, #747474 0%, #adaead 100%);
  background: -webkit-linear-gradient(top, #747474 0%, #adaead 100%);
  background: linear-gradient(to bottom, #747474 0%, #adaead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-3-dark', endColorstr='$c-brand-3-medium',GradientType=0 );
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .program .col--heading {
    text-transform: uppercase;
    line-height: 1em; }
    .program .col--heading a {
      color: #fff;
      font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
      letter-spacing: 0; }
      .program .col--heading a span {
        display: block;
        font-size: .75em;
        color: #000;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
      .program .col--heading a:hover {
        color: #000; }
  .program .img {
    border: 1px solid #EDEDED;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; }

.campPrimaryHeading {
  padding: 3.5em 1.5em 1.5em;
  text-align: center;
  position: relative; }
  .campPrimaryHeading h1 {
    font-size: 2.6em;
    line-height: 1em;
    display: block;
    margin: 0;
    padding: 0;
    color: #006837;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
    .campPrimaryHeading h1 span {
      font-size: .6em;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      color: #adaead;
      display: block;
      margin: 0 0 .5em;
      padding: 0; }

.campPrimaryHeading.withBrandLogo {
  padding: 1.5em; }
  .campPrimaryHeading.withBrandLogo .brandLogo {
    max-width: 125px;
    margin: 0 0 1.5em; }

.campSubHeader {
  position: relative;
  background: #006837;
  text-align: center; }
  .campSubHeader .cta {
    background: #006837;
    color: #fff;
    padding: 1em 1.5em;
    display: inline-block; }

.reviewsCtaWrapper {
  text-align: center; }
  .reviewsCtaWrapper h6 {
    font-size: .8em;
    color: #4d9901;
    margin: 0 0 .5em;
    padding: 0; }
  .reviewsCtaWrapper .rating {
    margin: 0 auto;
    padding: 0;
    max-width: 130px; }
    .reviewsCtaWrapper .rating ul {
      margin: 0; }

.reviewsCta {
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
  display: inline-block;
  border: 1px solid #EDEDED;
  background: #fff;
  color: #C43824;
  font-size: .8em;
  padding: .5em 2em;
  margin: .75em auto;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }
  .reviewsCta:hover {
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(61%, #d6d6d6), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6', GradientType=0 );
    color: #C43824; }

.campDetailsBox {
  margin: .75em 0;
  padding: 0; }
  .campDetailsBox:before, .campDetailsBox:after {
    content: "";
    display: table;
    clear: both; }
  .campDetailsBox:after {
    clear: both; }
  .campDetailsBox .backUp {
    display: inline-block;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .25em .75em;
    margin: 0;
    background: #000;
    color: #fff;
    font-size: .9em; }
    .campDetailsBox .backUp:hover {
      background: #ccc;
      color: #fff; }
  .campDetailsBox .campDetailsBox--header {
    padding: .75em 1.5em .25em;
    background: #006837; }
    .campDetailsBox .campDetailsBox--header h2 {
      margin: 0;
      padding: 0;
      color: #fff;
      text-align: center;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 200%;
      display: block; }
      .campDetailsBox .campDetailsBox--header h2:before, .campDetailsBox .campDetailsBox--header h2:after {
        content: "";
        display: table;
        clear: both; }
      .campDetailsBox .campDetailsBox--header h2:after {
        clear: both; }
      .campDetailsBox .campDetailsBox--header h2 .icon {
        display: block;
        float: right;
        line-height: 1.4em; }
  .campDetailsBox .galleryBox {
    text-align: center;
    margin: 0 auto 1.5em; }
    .campDetailsBox .galleryBox:before, .campDetailsBox .galleryBox:after {
      content: "";
      display: table;
      clear: both; }
    .campDetailsBox .galleryBox:after {
      clear: both; }
    .campDetailsBox .galleryBox a {
      float: left;
      display: block;
      margin: 0 .25em .25em 0;
      background: #000;
      border: 1px solid #006837; }
      .campDetailsBox .galleryBox a:last-child {
        margin-right: 0; }
      .campDetailsBox .galleryBox a img {
        opacity: 1; }
      .campDetailsBox .galleryBox a:hover {
        border: 1px solid #000; }
        .campDetailsBox .galleryBox a:hover img {
          opacity: .8; }
  .campDetailsBox .campDetailsBox--content {
    position: relative;
    margin: 0;
    padding: 1.5em;
    background: #EDEDED; }
    .campDetailsBox .campDetailsBox--content:before, .campDetailsBox .campDetailsBox--content:after {
      content: "";
      display: table;
      clear: both; }
    .campDetailsBox .campDetailsBox--content:after {
      clear: both; }
    .campDetailsBox .campDetailsBox--content h2 {
      font-size: 240%; }
    .campDetailsBox .campDetailsBox--content .subSectionHeading {
      font-size: 200%; }
    .campDetailsBox .campDetailsBox--content p, .campDetailsBox .campDetailsBox--content li {
      font-size: 1em; }
    .campDetailsBox .campDetailsBox--content p {
      margin: 0 0 1.5em; }
    .campDetailsBox .campDetailsBox--content .sectionCaption {
      text-transform: uppercase;
      font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
      font-size: 300%; }
    .campDetailsBox .campDetailsBox--content .sectionSummary p {
      font-size: 1em;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .campDetailsBox .campDetailsBox--content .sectionHighlights ul {
      padding: 0;
      margin: 0 3em; }
      .campDetailsBox .campDetailsBox--content .sectionHighlights ul li {
        text-transform: uppercase; }
        .campDetailsBox .campDetailsBox--content .sectionHighlights ul li a {
          color: #000;
          font-size: 1.2em;
          font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
          .campDetailsBox .campDetailsBox--content .sectionHighlights ul li a:hover {
            color: #4d9901; }
    .campDetailsBox .campDetailsBox--content .cta .forActive {
      display: none; }
    .campDetailsBox .campDetailsBox--content .cta .forInactive {
      display: inline; }
    .campDetailsBox .campDetailsBox--content .cta.active .forActive {
      display: inline; }
    .campDetailsBox .campDetailsBox--content .cta.active .forInactive {
      display: none; }
    .campDetailsBox .campDetailsBox--content .extendedBody {
      padding-top: 1.5em;
      margin-top: 1.5em;
      border-top: 1px solid #adaead; }
    .campDetailsBox .campDetailsBox--content .fullDetails {
      display: none; }
    .campDetailsBox .campDetailsBox--content .dailySchedule {
      margin: 1.5em 0;
      padding: 1.5em;
      background: #fff;
      border: 1px solid #ccc;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); }
      .campDetailsBox .campDetailsBox--content .dailySchedule li {
        margin: .25em 0;
        padding: 1em;
        border-top: 1px solid #adaead;
        list-style: none; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li:before, .campDetailsBox .campDetailsBox--content .dailySchedule li:after {
          content: "";
          display: table;
          clear: both; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li:after {
          clear: both; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li:first-child {
          border: none; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li span {
          display: block; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li .time {
          float: left;
          width: 30%;
          text-align: right;
          color: #666; }
        .campDetailsBox .campDetailsBox--content .dailySchedule li .activity {
          color: #006837;
          float: right;
          width: 65%;
          text-align: left; }

.campDetailsBox.specialtyBox {
  border: 8px solid #000;
  margin-bottom: 3em;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
  .campDetailsBox.specialtyBox .campDetailsBox--header {
    border: none;
    background: #000;
    z-index: 10;
    transition: none;
    position: relative; }
    .campDetailsBox.specialtyBox .campDetailsBox--header h2 {
      color: #fff;
      text-align: left; }
      .campDetailsBox.specialtyBox .campDetailsBox--header h2 .icon {
        color: #4d9901; }
  .campDetailsBox.specialtyBox .campDetailsBox--header:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #000;
    border-width: 10px;
    margin-left: -10px; }
  .campDetailsBox.specialtyBox .campDetailsBox--content {
    padding: 0;
    border: none; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session {
      background: #fff;
      color: #747474;
      padding: 3em 1.5em 1.5em;
      border-top: 3px solid #000;
      background: white;
      background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
      background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
      background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
      background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
      background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session .notification {
        text-align: center;
        text-transform: uppercase;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        color: #006837; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:first-child {
        border-top: none; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .button.cta--register {
      margin: 0;
      border: none;
      background: #4d9901; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .button.cta--register:hover {
        background: #78b72b; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header {
      padding: 0 0 1.5em;
      margin: 0 0 1.5em;
      border-bottom: 1px solid #adaead; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 {
        text-transform: uppercase;
        font-size: 200%;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        max-width: 615px; }
        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a {
          color: #006837; }
          .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a:hover {
            color: #4d9901; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--pricing-option {
      background: #fff;
      padding: .75em 1.5em;
      margin: .5em 0;
      border: 1px solid #EDEDED;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--pricing-option a {
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--pricing-option .availability--open {
        color: #3c9a3a; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--details {
      margin: 0 0 1.5em;
      padding: 0 0 1.5em;
      border-bottom: 1px solid #adaead; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--details strong {
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        text-transform: uppercase; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--details .session--details-program {
        padding: .5em 0; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--notes {
      font-size: .8em;
      text-align: center; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta {
      text-align: center;
      text-transform: uppercase;
      margin: 1.5em 0 0 0;
      padding: 1em 1.5em;
      background: #000;
      color: #fff;
      border-top: 1px solid #4d9901; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta strong {
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta span, .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta a {
        color: #006837; }

.campsByLocation {
  margin: 0 0 1.5em 0;
  padding: 1em;
  background: #006837;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .campsByLocation dt {
    display: block;
    margin: 0 0 1em;
    text-transform: uppercase;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    font-size: 2em;
    color: #000;
    text-align: center; }
    .campsByLocation dt a {
      color: #000; }
      .campsByLocation dt a:hover {
        color: #666; }
      .campsByLocation dt a .cta.mini-cta {
        display: inline-block;
        color: #747474;
        text-transform: uppercase;
        font-weight: 500;
        margin: 1em 0;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: .6em; }
  .campsByLocation dd {
    display: block;
    padding: .5em 1em 1em;
    margin: 0 0 1em;
    background: #4d9901;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
    .campsByLocation dd h5 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      margin: .5em 0; }
      .campsByLocation dd h5 a {
        color: #fff; }
        .campsByLocation dd h5 a:hover {
          color: #EDEDED; }
    .campsByLocation dd ul {
      margin: 0;
      padding: 1em;
      background: #fff;
      border: 1px solid #EDEDED;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px; }
      .campsByLocation dd ul li {
        margin: 0;
        padding: 1em;
        list-style: none;
        border-bottom: 1px solid #EDEDED; }
        .campsByLocation dd ul li a {
          font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
          font-size: 1.2em;
          color: #000; }
          .campsByLocation dd ul li a:hover {
            color: #ccc;
            text-decoration: underline; }

.campsByLocation.facilitiesListing dt {
  border-top: 1px solid #000;
  padding: .5em 0 0 0;
  margin: 1.5em 0 .5em 0; }
  .campsByLocation.facilitiesListing dt span {
    display: block;
    font-size: .5em;
    color: #fff;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #fff;
    text-transform: none; }
  .campsByLocation.facilitiesListing dt .imgBox {
    display: none; }

.campLocation {
  margin: 0 0 1.5em;
  padding: 1.5em;
  color: #EDEDED;
  background: #006837; }
  .campLocation .map img {
    width: 100%;
    max-width: 100%; }
  .campLocation .cta {
    border: 1px solid #000;
    text-align: center;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 1.2em;
    padding: .5em;
    background: #000;
    color: #fff;
    display: block; }
    .campLocation .cta:hover {
      background: #666;
      color: #fff; }
  .campLocation .vcard {
    padding: 1em 0;
    margin: 0 .75em; }
    .campLocation .vcard h3 {
      color: #000;
      text-transform: uppercase;
      font-size: 1.4em;
      margin: 0 0 .15em; }
    .campLocation .vcard .vcard__person {
      color: #fff;
      font-size: .8em;
      font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
    .campLocation .vcard .vcard__contactinfo {
      font-size: .8em; }
      .campLocation .vcard .vcard__contactinfo .blockItem {
        display: block; }
    .campLocation .vcard .vcard__phone {
      font-size: .8em; }
  .campLocation .facilityLocation {
    border-top: 1px solid #4d9901;
    padding: 1em 0;
    margin: 0 .75em; }
    .campLocation .facilityLocation h4 {
      color: #000;
      text-transform: uppercase;
      font-size: 1em;
      margin: 0 0 .15em; }
      .campLocation .facilityLocation h4 a {
        color: #000; }
        .campLocation .facilityLocation h4 a:hover {
          color: #666; }
    .campLocation .facilityLocation p {
      margin: 0;
      padding: 0;
      font-size: .8em; }
  .campLocation .campShare {
    text-align: center;
    padding: .75em 0;
    margin: 0 0 .75em;
    border-top: 1px solid #4d9901; }
    .campLocation .campShare h4 {
      font-size: 1em;
      margin: 0 0 1em;
      padding: 0;
      color: #fff;
      font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
      text-transform: uppercase; }
    .campLocation .campShare .socialIcons {
      margin: 0;
      padding: 0;
      text-align: center; }
      .campLocation .campShare .socialIcons li {
        list-style: none;
        margin: 0 .15em;
        padding: 0;
        display: inline;
        font-size: 2.2em; }

.coachProfile .bio h6, .coachProfile .bio h1, .coachProfile .bio .thumbnail {
  text-align: center; }
.coachProfile .bio .thumbnail {
  margin: 0 auto 1em; }
.coachProfile .bio h6 {
  margin: 0;
  padding: .5em 0 0 0; }

.siteMapWrapper h3 {
  margin: 1em 0 .5em;
  padding: .5em 0 0 0;
  border-top: 1px solid #EDEDED; }
.siteMapWrapper ul.siteMap {
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #fff;
  border: 1px solid #EDEDED;
  list-style: none; }
  .siteMapWrapper ul.siteMap li {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 0 0 1em;
    border-bottom: 1px solid #EDEDED;
    color: #adaead; }
    .siteMapWrapper ul.siteMap li a {
      color: #666; }
      .siteMapWrapper ul.siteMap li a:hover {
        color: #000; }
    .siteMapWrapper ul.siteMap li ul {
      background: none;
      margin: .5em 0 1em 0;
      font-size: 1em; }
      .siteMapWrapper ul.siteMap li ul li {
        border: none;
        padding: 0; }
        .siteMapWrapper ul.siteMap li ul li ul {
          margin: 0; }

@media only screen and (min-width: 46em) {
  .small-island {
    padding: .75em;
    margin: 0 0 1.5em; }

  .campLocation {
    padding: .5em; }

  .imgBox.thumbnail {
    max-width: 150px;
    float: right;
    margin: 0 0 1.5em 1.5em; }

  .imgBox.largeThumbnail {
    float: left;
    margin: 0 1.5em 1.5em 0; }

  .imgBox.thumbnail.mediumThumb {
    max-width: 350px;
    float: right;
    margin: 0 0 1.5em 1.5em; }

  .campNewsTipsContent .media .img {
    width: auto;
    margin-right: 1.5em;
    margin-bottom: 0; }

  .coachListing li .media .img {
    float: left; }

  .campDetailsBox.specialtyBox {
    border: 3px solid #000; }

  .coachProfile .bio h6, .coachProfile .bio h1, .coachProfile .bio .thumbnail {
    text-align: left; }
  .coachProfile .bio .thumbnail {
    margin: 0 0 1.5em 1.5em; } }
@media only screen and (min-width: 55em) {
  .bp2-right {
    float: right; }

  .campDetailsBox {
    margin: 1.5em 0; }
    .campDetailsBox .campDetailsBox--header {
      padding: .75em 3em; }
      .campDetailsBox .campDetailsBox--header h2 {
        text-align: left; }
    .campDetailsBox .campDetailsBox--content {
      padding: 3em; }
      .campDetailsBox .campDetailsBox--content p, .campDetailsBox .campDetailsBox--content li {
        font-size: 1em; }
      .campDetailsBox .campDetailsBox--content .sectionSummary p {
        font-size: 1.2em; }
      .campDetailsBox .campDetailsBox--content .sectionHighlights ul {
        padding: 0;
        margin: 0 4em; }
        .campDetailsBox .campDetailsBox--content .sectionHighlights ul li {
          font-size: 1em; }

  .formWrapper .campDetailsBox {
    margin: 1.5em 0; }
    .formWrapper .campDetailsBox .campDetailsBox--header {
      padding: .75em 3em;
      border-top: 3px solid #000; }
      .formWrapper .campDetailsBox .campDetailsBox--header h2 {
        text-align: left; }
    .formWrapper .campDetailsBox .campDetailsBox--content {
      padding: 1.5em; }
      .formWrapper .campDetailsBox .campDetailsBox--content p, .formWrapper .campDetailsBox .campDetailsBox--content li {
        font-size: .9em; }

  .campsByLocation {
    margin: 0 0 1.5em;
    padding: 1em;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px; }
    .campsByLocation dt {
      display: inline-block;
      width: 24%;
      text-transform: uppercase;
      text-align: left;
      vertical-align: top;
      padding: 0;
      margin: 0;
      box-sizing: border-box; }
    .campsByLocation dd {
      display: inline-block;
      width: 75%;
      padding: .5em 1em 1em;
      margin: 0 0 1em;
      background: #4d9901;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-border-radius: 5px; }
      .campsByLocation dd h5 {
        text-align: left;
        margin: .5em 0; }

  .campsByLocation.facilitiesListing dt {
    margin: 0 1.5em 0 0; }
  .campsByLocation.facilitiesListing dd {
    width: 60%; }

  .campPrimaryHeading {
    padding: 3em 1.5em 2.5em; }
    .campPrimaryHeading h1 {
      font-size: 3em;
      margin: 0 20%; }
    .campPrimaryHeading .reviewsCtaWrapper {
      position: absolute;
      right: 3em;
      top: 30%;
      margin: 0; }

  .campPrimaryHeading.withBrandLogo {
    padding: 3em 1.5em 2.5em; }
    .campPrimaryHeading.withBrandLogo .brandLogo {
      max-width: 125px;
      margin: 0 0 1.5em;
      position: absolute;
      left: 3em; }

  .campSubHeader .cta {
    background: #000;
    color: #fff;
    padding: 1em 4em;
    display: block;
    left: 0;
    right: 0;
    top: -1.8em;
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    max-width: 360px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
    .campSubHeader .cta:hover {
      background: #666;
      color: #fff; }

  .campNewsTipsContent .media.miniMedia {
    min-height: auto;
    padding: 1em;
    position: relative; }
    .campNewsTipsContent .media.miniMedia .mini-cta {
      float: none;
      position: absolute;
      right: 1em;
      bottom: 1em;
      font-size: .7em; }

  .large-island {
    padding: 3em 7.5%; }
    .large-island :last-child {
      margin-bottom: 0; }

  .large-island--copy {
    padding: 3em 7.5% 3em; }
    .large-island--copy :last-child {
      margin-bottom: 0; }

  .medium-island {
    padding: 3em 7.5%; }
    .medium-island :last-child {
      margin-bottom: 0; }

  .bp2-text-right {
    text-align: right; }

  .bp2-text-left {
    text-align: left; }

  .sectionIntro {
    padding: 1.5em; }

  .columnContentWrap {
    padding: 3em; }
    .columnContentWrap .contentWrap {
      max-width: 600px; }

  .subHeaderBar {
    padding: .75em 1.5em; }
    .subHeaderBar h3 {
      font-size: 1em;
      letter-spacing: 0; }
      .subHeaderBar h3 em {
        display: inline; }

  .bp2-right {
    text-align: right; }

  article {
    padding: 1.5em 3em;
    margin: 0 0 1.5em;
    border: 1px solid #adaead;
    background: #fff; }
    article:before, article:after {
      content: "";
      display: table;
      clear: both; }
    article:after {
      clear: both; }
    article .imgBox.newsImg {
      float: right;
      width: 50%;
      margin: 0 0 1.5em 1.5em; }

  .breadcrumbs {
    display: block;
    padding: 1em 1.5em;
    max-width: 1250px; }
    .breadcrumbs a, .breadcrumbs span {
      display: inline; }

  .campNewsTipsHeader h2, .campNewsTipsHeader h1 {
    float: left;
    text-align: left;
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    display: block;
    width: 100%;
    line-height: 1.4em; }
    .campNewsTipsHeader h2 .icon, .campNewsTipsHeader h1 .icon {
      display: block;
      float: right;
      font-size: 1.6em; }
    .campNewsTipsHeader h2 strong, .campNewsTipsHeader h1 strong {
      color: #fff; }
  .campNewsTipsHeader .cta {
    float: right;
    text-align: right;
    display: inline;
    color: #fff;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 2.2em; }
    .campNewsTipsHeader .cta span {
      color: #006837; }

  .homeNewsBar .campNewsTipsHeader h2, .homeNewsBar .campNewsTipsHeader h1 {
    width: auto; }

  .pagination li a .not-mobile {
    display: inline; } }
@media only screen and (min-width: 70em) {
  .large-island {
    padding: 3em 7.5%; }
    .large-island :last-child {
      margin-bottom: 0; }

  .large-island--copy {
    padding: 3em 7.5% 3em; }
    .large-island--copy :last-child {
      margin-bottom: 0; }

  .medium-island {
    padding: 3em 7.5%; }
    .medium-island :last-child {
      margin-bottom: 0; }

  .bp3-text-right {
    text-align: right; }

  .bp3-text-left {
    text-align: left; }

  .sectionIntro {
    padding: 3em; }

  .columnContentWrap .contentWrap {
    margin: 0 auto; }

  .breadcrumbs h3 {
    text-align: left;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.1em;
    text-align: right; }
    .breadcrumbs h3 a {
      display: inline; }

  .campDetailsBox .galleryBox {
    float: right;
    width: 245px;
    margin: 0 0 1.5em 1.5em;
    box-sizing: border-box; }

  .campsByLocation.facilitiesListing dt {
    width: 35%;
    margin: 0 1.5em 0 0; }
    .campsByLocation.facilitiesListing dt .imgBox {
      display: block;
      max-width: 150px;
      float: right;
      border: 1px solid #fff;
      margin: 0 0 1em 1em;
      box-sizing: border-box; }
  .campsByLocation.facilitiesListing dd {
    width: 60%; } }
@media only screen and (min-width: 90em) {
  .large-island--copy {
    padding: 10.5% 7.5% 3em; }
    .large-island--copy :last-child {
      margin-bottom: 0; }

  .large-island {
    padding: 10%; }
    .large-island :last-child {
      margin-bottom: 0; }

  .medium-island {
    padding: 5em 10%; }
    .medium-island :last-child {
      margin-bottom: 0; }

  .columnContentWrap {
    padding: 3em 10%; }

  .breadcrumbs {
    padding: 1em 0; } }
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #222;
  background: #78b72b;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }

.drawer-menu {
  margin: 0;
  padding: 0 1.5em;
  list-style: none; }
  .drawer-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }

.drawer-menu-item {
  font-size: 1.4rem;
  display: block;
  padding: .75rem .75rem .75rem 0;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none; }
  .drawer-menu-item:hover, .drawer-menu-item:active, .drawer-menu-item:focus {
    text-decoration: none;
    color: #006837; }

.drawer-dropdown.open .drawer-menu-item {
  color: #006837;
  outline: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--top.drawer-open .drawer-nav {
  top: 0; }

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0; }

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0; }

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  font-size: 2em;
  width: 3rem;
  padding: 0;
  padding-top: 28px;
  padding-right: 1.5rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #fff; }
  .drawer-hamburger:hover {
    color: #000; }

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: #000; }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem; }

.drawer-navbar .drawer-navbar-header {
  height: 85px; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 85px;
  padding: 0;
  text-align: center; }

.drawer-navbar .drawer-brand:hover {
  background-color: transparent; }

.drawer-navbar .drawer-nav {
  padding-top: 85px; }

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
  padding-top: .75rem; }

.secondaryNavItems {
  margin: 1.5rem 0 0 0;
  padding: 1.5rem .75rem 0;
  border-top: 1px solid #fff; }
  .secondaryNavItems .cartBtn {
    display: block;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #EDEDED;
    text-transform: uppercase;
    font-size: 1.4rem; }
    .secondaryNavItems .cartBtn .icon {
      color: #006837; }
    .secondaryNavItems .cartBtn:hover {
      color: #fff; }
  .secondaryNavItems .miniSearchFormWrapper {
    width: auto;
    padding: 1.5rem 0 0 0;
    margin: 0;
    display: table; }
    .secondaryNavItems .miniSearchFormWrapper form {
      display: table-cell;
      vertical-align: middle; }
      .secondaryNavItems .miniSearchFormWrapper form input {
        outline: none; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%; }
      .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-decoration,
      .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-cancel-button {
        display: none; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
        background: #fefefe url(../gfx/search-icon.png) no-repeat 9px center;
        border: solid 2px #000;
        padding: 9px 10px 9px 32px;
        width: 100px;
        color: #006837;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search]:focus {
        width: 100%;
        background-color: #fff;
        border-color: #000;
        -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

.drawer-navbar .drawer-dropdown-menu h3 {
  color: #fff; }

@media (min-width: 55em) {
  .drawer-navbar {
    background-color: #fff;
    height: 85px; }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0; }

  .drawer-navbar .drawer-menu--right {
    float: right; }

  .drawer-navbar .drawer-menu li {
    float: left; }
    .drawer-navbar .drawer-menu li ul li {
      float: none; }

  .drawer-navbar .drawer-menu-item {
    line-height: 85px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem; }

  .drawer-navbar .drawer-hamburger {
    display: none; }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 85px;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .drawer-navbar .drawer-menu {
    padding: 0; }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 18.25rem;
    border: 1px solid #006837;
    border-top: none;
    padding: 1.5em;
    background: #006837;
    background: -moz-linear-gradient(top, #006837 0%, #90c745 100%);
    background: -webkit-linear-gradient(top, #006837 0%, #90c745 100%);
    background: linear-gradient(to bottom, #006837 0%, #90c745 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-1', endColorstr='$c-brand-1-light',GradientType=0 );
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
    .drawer-navbar .drawer-dropdown-menu h3 {
      color: #fff; }

  .drawer-navbar .drawer-dropdown-menu.mega-wide {
    width: 80%; }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem; }

  .drawer-navbar .drawer-menu .secondaryNavItemsWrapper {
    float: right;
    display: block;
    background: green; }
    .drawer-navbar .drawer-menu .secondaryNavItemsWrapper:before, .drawer-navbar .drawer-menu .secondaryNavItemsWrapper:after {
      content: "";
      display: table;
      clear: both; }
    .drawer-navbar .drawer-menu .secondaryNavItemsWrapper:after {
      clear: both; }

  .secondaryNavItems {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 0;
    margin: 0;
    border: none; }
    .secondaryNavItems .cartBtn {
      display: block;
      float: right;
      top: 0;
      bottom: 0;
      vertical-align: middle;
      height: 85px;
      line-height: 85px;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      color: #EDEDED;
      text-transform: uppercase;
      font-size: 1.2em; }
      .secondaryNavItems .cartBtn .icon {
        color: #006837; }
      .secondaryNavItems .cartBtn:hover {
        color: #fff; }
        .secondaryNavItems .cartBtn:hover .icon {
          color: #fff; }
    .secondaryNavItems .miniSearchFormWrapper {
      height: 85px;
      display: table;
      float: right;
      padding: 0 1.5em;
      margin: 0; }
      .secondaryNavItems .miniSearchFormWrapper form {
        display: table-cell;
        vertical-align: middle; }
        .secondaryNavItems .miniSearchFormWrapper form input {
          outline: none; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
          -webkit-appearance: textfield;
          -webkit-box-sizing: content-box;
          font-family: inherit;
          font-size: 100%; }
        .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-decoration,
        .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-cancel-button {
          display: none; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
          background: #fefefe url(../gfx/search-icon.png) no-repeat 9px center;
          border: solid 2px #000;
          padding: 9px 10px 9px 32px;
          width: 100px;
          color: #006837;
          font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
          -webkit-border-radius: 10em;
          -moz-border-radius: 10em;
          border-radius: 10em;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search]:focus {
          width: 230px;
          background-color: #fff;
          border-color: #000;
          -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
          -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
          box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); } }
@media (min-width: 70em) {
  .drawer-menu-item {
    padding: .75rem; }

  .drawer-navbar .drawer-menu-item {
    font-size: 1.4rem; } }
@media (min-width: 90em) {
  .drawer-navbar .drawer-menu-item {
    font-size: 1.8rem; } }
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: .5em;
  background-color: #78b72b;
  border: 2px solid #000; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 2rem;
  font-size: 1em;
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  color: #fff;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .drawer-dropdown-menu-item span {
    font-size: 1rem;
    width: 2rem;
    display: inline-block;
    color: #000; }

.drawer-dropdown-menu-item.largeType {
  font-size: 1.8em;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  margin: .35em 0; }

.drawer-navbar .drawer-menu li ul li ul {
  margin: 0;
  padding: 0; }
  .drawer-navbar .drawer-menu li ul li ul li .drawer-dropdown-menu-item.largeType {
    font-size: .9em;
    margin: 0;
    text-transform: none;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

.drawer-dropdown-menu-item:hover {
  text-decoration: none;
  color: #000;
  background-color: transparent; }

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block; }

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #006837; }

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

.bx-pager {
  background: #747474;
  text-align: center;
  padding: 0.8em 1.5em;
  line-height: 1; }
  .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 .75em; }
    .bx-pager .bx-pager-item a {
      display: block;
      border-radius: 50%;
      height: 1em;
      width: 1em;
      background: #90c745;
      text-indent: -999em; }
      .bx-pager .bx-pager-item a:hover {
        background: #fff; }
    .bx-pager .bx-pager-item .active {
      background: #000; }

.sportsBarIconNav {
  display: none; }

.sportsBarIconNav, .campTabs {
  margin: 0 auto;
  padding: .5em 0;
  background: #fff;
  z-index: 99;
  text-align: center; }
  .sportsBarIconNav li, .campTabs li {
    margin: 0 .5em;
    padding: 0;
    list-style: none;
    display: inline-block; }
    .sportsBarIconNav li a, .campTabs li a {
      display: block;
      position: relative;
      background: #fff;
      margin: 0;
      padding: .25em .05em;
      color: #4d9901; }
      .sportsBarIconNav li a:hover, .campTabs li a:hover {
        color: #000; }
      .sportsBarIconNav li a strong, .campTabs li a strong {
        display: none; }
      .sportsBarIconNav li a span, .campTabs li a span {
        font-size: 2.5rem; }
    .sportsBarIconNav li .active, .campTabs li .active {
      color: #000;
      z-index: 10;
      transition: none;
      position: relative; }
    .sportsBarIconNav li .active:after, .campTabs li .active:after {
      bottom: -1.25em;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }

.campTabsWrapper {
  background: #4d9901;
  margin: 0 0 1.5em;
  display: none; }

.campTabs {
  background: #4d9901;
  padding: 1em 0 .5em 0; }
  .campTabs li {
    margin: 0 1rem; }
    .campTabs li a {
      padding: .5em .05em;
      color: #fff;
      background: transparent;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      text-transform: uppercase; }
      .campTabs li a:hover {
        color: #006837; }
      .campTabs li a span {
        font-size: 1.4rem; }
    .campTabs li .active {
      color: #006837; }
    .campTabs li .active:after {
      bottom: -3.6em;
      border-top-color: #4d9901;
      border-width: 30px;
      margin-left: -30px; }

.sportsBarContent {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1; }
  .sportsBarContent li {
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
    background: #EDEDED;
    display: block; }
    .sportsBarContent li .imgBox {
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      .sportsBarContent li .imgBox .logoOverlay {
        position: absolute;
        bottom: 1.5em;
        left: 1.5em;
        max-width: 150px; }
    .sportsBarContent li .infoBox {
      padding: 1.5em; }
      .sportsBarContent li .infoBox h2 {
        font-size: 2em;
        line-height: 1.2em;
        color: #006837;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
      .sportsBarContent li .infoBox .coachCount--2,
      .sportsBarContent li .infoBox .coachCount--1 {
        border-top: 1px solid #4d9901;
        border-bottom: 1px solid #4d9901;
        margin: 0 auto 1.25em;
        padding: .75em 0; }
        .sportsBarContent li .infoBox .coachCount--2 .coachProfile,
        .sportsBarContent li .infoBox .coachCount--1 .coachProfile {
          margin: 0 0 .75em;
          padding: 0 0 .75em;
          border-bottom: 1px solid #4d9901; }
          .sportsBarContent li .infoBox .coachCount--2 .coachProfile:last-child,
          .sportsBarContent li .infoBox .coachCount--1 .coachProfile:last-child {
            margin: 0;
            padding: 0;
            border: none; }
          .sportsBarContent li .infoBox .coachCount--2 .coachProfile p,
          .sportsBarContent li .infoBox .coachCount--1 .coachProfile p {
            font-size: 1em;
            line-height: 1.2em; }
          .sportsBarContent li .infoBox .coachCount--2 .coachProfile h3,
          .sportsBarContent li .infoBox .coachCount--1 .coachProfile h3 {
            margin: 0 0 .25em;
            font-size: 2em;
            line-height: 1.4em;
            text-transform: uppercase;
            color: #000;
            font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
            letter-spacing: 0; }
            .sportsBarContent li .infoBox .coachCount--2 .coachProfile h3 span,
            .sportsBarContent li .infoBox .coachCount--1 .coachProfile h3 span {
              margin: 0 0 .15em;
              line-height: 1em;
              font-size: 90%;
              color: #006837;
              font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
        .sportsBarContent li .infoBox .coachCount--2 .coachThumb,
        .sportsBarContent li .infoBox .coachCount--1 .coachThumb {
          max-width: 120px;
          margin: 0 0 .5em .5em; }
          .sportsBarContent li .infoBox .coachCount--2 .coachThumb a,
          .sportsBarContent li .infoBox .coachCount--1 .coachThumb a {
            font-size: .8em;
            padding: .15em 0; }
      .sportsBarContent li .infoBox .coachCount--1 {
        border-top: 1px solid #4d9901;
        border-bottom: 1px solid #4d9901;
        margin: 0 auto 2em;
        padding: 1.5em 0; }
      .sportsBarContent li .infoBox .coachProfile {
        text-align: left;
        box-sizing: border-box; }
        .sportsBarContent li .infoBox .coachProfile:before, .sportsBarContent li .infoBox .coachProfile:after {
          content: "";
          display: table;
          clear: both; }
        .sportsBarContent li .infoBox .coachProfile:after {
          clear: both; }
        .sportsBarContent li .infoBox .coachProfile h3 {
          color: #006837;
          margin: 0 0 .75em;
          padding: 0;
          font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
          text-align: left;
          font-size: 1.6em; }
          .sportsBarContent li .infoBox .coachProfile h3 span {
            color: #4d9901;
            text-transform: uppercase;
            font-size: 70%;
            display: block;
            margin: 0 0 .5em; }
        .sportsBarContent li .infoBox .coachProfile p {
          margin: 0;
          padding: 0;
          font-size: 1em;
          line-height: 1.6em;
          color: #4d9901; }
      .sportsBarContent li .infoBox .cta {
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 1.2em; }
      .sportsBarContent li .infoBox .coachThumb {
        margin: 0 0 1em 1em;
        box-sizing: border-box;
        max-width: 140px;
        float: right;
        text-align: center; }
        .sportsBarContent li .infoBox .coachThumb img {
          border: 1px solid #006837; }
        .sportsBarContent li .infoBox .coachThumb a {
          display: block;
          background: #006837;
          text-transform: uppercase;
          font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
          padding: .35em 0;
          color: #fff; }
          .sportsBarContent li .infoBox .coachThumb a:hover {
            background: #000;
            color: #fff; }

.sportCrumbs {
  background: #006837;
  padding: 1.75em 0;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase; }
  .sportCrumbs:before, .sportCrumbs:after {
    content: "";
    display: table;
    clear: both; }
  .sportCrumbs:after {
    clear: both; }
  .sportCrumbs .sportCta {
    float: left;
    display: inline-block;
    font-size: 2em;
    color: #90c745;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
    .sportCrumbs .sportCta span {
      vertical-align: middle; }
    .sportCrumbs .sportCta .icon {
      color: #fff;
      font-size: 2.4em;
      margin: 0 .15em 0 0; }
    .sportCrumbs .sportCta:hover {
      color: #fff; }
  .sportCrumbs .sportTypesWrapper {
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: left; }
    .sportCrumbs .sportTypesWrapper .icon {
      color: #78b72b;
      visibility: hidden; }
    .sportCrumbs .sportTypesWrapper .sportTypes {
      margin: 0;
      padding: 0; }
      .sportCrumbs .sportTypesWrapper .sportTypes li {
        background: transparent;
        margin: 0 .75em 0 0;
        padding: 0;
        display: inline-block; }
        .sportCrumbs .sportTypesWrapper .sportTypes li a {
          font-size: 1.6em;
          color: #EDEDED;
          line-height: 1.4em; }
          .sportCrumbs .sportTypesWrapper .sportTypes li a span {
            color: #90c745; }
          .sportCrumbs .sportTypesWrapper .sportTypes li a:hover {
            color: #90c745; }

.controlsWrapper {
  background: #EDEDED;
  padding: 1.5em;
  text-align: center; }
  .controlsWrapper:before, .controlsWrapper:after {
    content: "";
    display: table;
    clear: both; }
  .controlsWrapper:after {
    clear: both; }
  .controlsWrapper .pagerBtn {
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: .08em;
    font-size: 1.2em;
    color: #4d9901;
    display: block; }
    .controlsWrapper .pagerBtn .icon {
      color: #006837; }
    .controlsWrapper .pagerBtn:hover {
      color: #000; }
    .controlsWrapper .pagerBtn a {
      color: #4d9901;
      text-transform: uppercase;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      letter-spacing: .08em;
      font-size: 1em; }
      .controlsWrapper .pagerBtn a .icon {
        color: #006837; }
      .controlsWrapper .pagerBtn a:hover {
        color: #000; }
        .controlsWrapper .pagerBtn a:hover > .icon {
          color: #000; }
  .controlsWrapper .pager--btnPrev {
    padding: 1em; }
  .controlsWrapper .pager--btnNext {
    padding: 1em; }
  .controlsWrapper .pager--All {
    padding: 1em; }
    .controlsWrapper .pager--All .icon {
      display: block; }

@media only screen and (min-width: 46em) {
  .sportsBarIconNav {
    padding: 0; }
    .sportsBarIconNav li {
      margin: 0 .1em; }
      .sportsBarIconNav li a {
        padding: 1.5em .05em; }
        .sportsBarIconNav li a span {
          font-size: 3rem; } }
@media only screen and (min-width: 55em) {
  .campTabsWrapper {
    display: block; }

  .controlsWrapper {
    padding: 2.5em 1.5em 1.5em; }
    .controlsWrapper .pager--btnPrev {
      padding: 0;
      float: left;
      text-align: left; }
    .controlsWrapper .pager--btnNext {
      padding: 0;
      float: right;
      text-align: right; }
    .controlsWrapper .pager--All {
      padding: 0; }
      .controlsWrapper .pager--All .icon {
        display: block; }

  .sportsBarIconNav li {
    margin: 0 .2em; }
    .sportsBarIconNav li a {
      padding: 1.5em .05em; }
      .sportsBarIconNav li a span {
        font-size: 4rem; }

  .sportCrumbs .sportTypesWrapper {
    padding: 0 0 0 3em; }
    .sportCrumbs .sportTypesWrapper .sportTypes li a {
      line-height: 1; } }
@media only screen and (min-width: 70em) {
  .sportsBarIconNav li {
    margin: 0 .3em; }
    .sportsBarIconNav li a {
      padding: 1.5em .05em; }
      .sportsBarIconNav li a span {
        font-size: 5rem; }

  .sportCrumbs {
    padding: 1.75em 0; }

  .sportsBarContent li .infoBox {
    padding: 3em; }
    .sportsBarContent li .infoBox h2 {
      font-size: 2em; }

  .campTabs li {
    margin: 0 2.2rem; }
    .campTabs li a span {
      font-size: 1.4rem; } }
@media only screen and (min-width: 90em) {
  .sportsBarIconNav li {
    margin: 0 .5em; }
    .sportsBarIconNav li a {
      padding: 1.5em .05em; }
      .sportsBarIconNav li a span {
        font-size: 5rem; }

  .campTabs li {
    margin: 0 3rem; }
    .campTabs li a span {
      font-size: 1.4rem; } }
@media only screen and (min-width: 110em) {
  .sportsBarIconNav li {
    margin: 0 1.5em; }
    .sportsBarIconNav li a {
      padding: 1.5em .05em; }
      .sportsBarIconNav li a span {
        font-size: 5rem; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 92%;
  cursor: auto;
  background: transparent;
  margin: 1.5em 0;
  max-width: 70em; }
  .mfp-inline-holder .mfp-content .campDetailsBox,
  .mfp-ajax-holder .mfp-content .campDetailsBox {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
  .mfp-inline-holder .mfp-content .formWrapper,
  .mfp-ajax-holder .mfp-content .formWrapper {
    text-align: center; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  color: #fff;
  height: 0;
  display: block;
  text-align: right;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -.75em;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  font-style: normal;
  font-size: 3em;
  font-weight: normal; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 70em; }

.mfp-iframe-holder .mfp-content {
  max-width: 70em;
  height: 90%; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.css-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

@media only screen and (min-width: 46em) {
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }
@media only screen and (min-width: 90em) {
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }
.arrow_box {
  position: relative;
  background: #006837;
  padding: .5em;
  color: #000;
  margin: 0 0 1.25em;
  border-radius: .25em;
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #006837;
  border-width: 10px;
  margin-left: -10px; }

.cart-box {
  margin: 0;
  padding: 0; }
  .cart-box .mini-button, .cart-box button {
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #006837;
    display: block;
    text-align: center;
    padding: .5em;
    border: none;
    background: #006837;
    background: -moz-linear-gradient(top, #006837 0%, #90c745 100%);
    background: -webkit-linear-gradient(top, #006837 0%, #90c745 100%);
    background: linear-gradient(to bottom, #006837 0%, #90c745 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-1', endColorstr='$c-brand-1-light',GradientType=0 );
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
    .cart-box .mini-button:hover, .cart-box button:hover {
      color: #78b72b;
      background: #ccc;
      background: -moz-linear-gradient(top, #ccc 0%, #666 100%);
      background: -webkit-linear-gradient(top, #ccc 0%, #666 100%);
      background: linear-gradient(to bottom, #ccc 0%, #666 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-2-medium', endColorstr='$c-brand-2-dark',GradientType=0 ); }
  .cart-box .btn-checkout {
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top, #000 0%, #666 100%);
    background: -webkit-linear-gradient(top, #000 0%, #666 100%);
    background: linear-gradient(to bottom, #000 0%, #666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-2', endColorstr='$c-brand-2-dark',GradientType=0 ); }
    .cart-box .btn-checkout:hover {
      color: #fff;
      background: #ccc;
      background: -moz-linear-gradient(top, #ccc 0%, #666 100%);
      background: -webkit-linear-gradient(top, #ccc 0%, #666 100%);
      background: linear-gradient(to bottom, #ccc 0%, #666 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-2-medium', endColorstr='$c-brand-2-dark',GradientType=0 ); }
  .cart-box .cart-box-fix .cart-box-inner-wrapper {
    padding: 1.5em; }
    .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap {
      text-align: center;
      font-size: .9em; }
      .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap:before, .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap:after {
        content: "";
        display: table;
        clear: both; }
      .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap:after {
        clear: both; }
      .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap button.btn-continueshopping {
        color: #fff; }
  .cart-box h2 {
    background: #006837;
    display: block;
    color: #78b72b;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: .5em 1em .25em;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1;
    margin: 0 0 1em;
    letter-spacing: 0; }
  .cart-box .camp-list {
    padding: .75em 0;
    margin: 0; }
    .cart-box .camp-list .camp-list-item {
      padding: 1em;
      margin: 0 0 1em;
      background: #fff;
      border: 1px solid #78b72b;
      display: block; }
      .cart-box .camp-list .camp-list-item div {
        margin: 0 0 .25em;
        padding: 0 0 .25em;
        color: #666;
        border-bottom: 1px solid #c2c2c2; }
        .cart-box .camp-list .camp-list-item div:last-child {
          margin: 0;
          padding: 0;
          border: none; }
      .cart-box .camp-list .camp-list-item .lbl {
        font-weight: bold;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        color: #006837; }
      .cart-box .camp-list .camp-list-item .sport {
        display: none; }
      .cart-box .camp-list .camp-list-item .class {
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        font-weight: normal;
        color: #78b72b;
        font-size: 1.2em; }
        .cart-box .camp-list .camp-list-item .class .lbl {
          display: none; }
      .cart-box .camp-list .camp-list-item .dates {
        font-size: .9em; }
        .cart-box .camp-list .camp-list-item .dates .lbl {
          display: block; }
      .cart-box .camp-list .camp-list-item .location {
        font-size: .9em; }
      .cart-box .camp-list .camp-list-item .camp-delete {
        padding: 1em 0 0 0 !important;
        font-size: .9em; }
  .cart-box button {
    display: inline-block;
    margin: .5em 0;
    padding: .8em 1.5em;
    line-height: 1;
    letter-spacing: 0;
    font-size: .9em;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    font-weight: 100;
    cursor: pointer; }
    .cart-box button:hover {
      color: #fff; }
  .cart-box .mini-button {
    padding: .8em 1.5em;
    line-height: 1;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: .9em;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    font-weight: 100;
    white-space: nowrap;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border: 1px solid #ebebeb;
    color: #747474;
    cursor: pointer; }
    .cart-box .mini-button:hover {
      color: #747474;
      background: #e6e6e6;
      background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(61%, #d6d6d6), color-stop(100%, #d6d6d6));
      background: -webkit-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
      background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
      background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
      background: linear-gradient(to bottom, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6', GradientType=0 ); }
    .cart-box .mini-button .down {
      display: inline; }
    .cart-box .mini-button .up {
      display: none; }

@media only screen and (min-width: 55em) {
  .cart-box .cart-box-fix .cart-box-inner-wrapper {
    padding: 2em; }
    .cart-box .cart-box-fix .cart-box-inner-wrapper button {
      display: inline; }
    .cart-box .cart-box-fix .cart-box-inner-wrapper .btn-checkout {
      float: right;
      margin: 0 0 1em;
      width: 48%; }
    .cart-box .cart-box-fix .cart-box-inner-wrapper .btn-continueshopping {
      font-size: .8em;
      float: left;
      width: 48%; }
    .cart-box .cart-box-fix .cart-box-inner-wrapper .button-wrap {
      text-align: left;
      font-size: 1em; } }
/**
*
* Buttons of Various Sorts
*
**/
.cta, .formCta {
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
  color: #000; }
  .cta:hover, .formCta:hover {
    color: #666; }

.cta.altCta {
  color: #fff;
  font-size: 1.4em; }
  .cta.altCta strong {
    color: #000;
    font-weight: normal; }

.large-cta {
  background: #000;
  color: #fff;
  padding: 1em 2em; }
  .large-cta:hover {
    background: #006837;
    color: #000; }

.button {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
  text-align: center;
  display: inline-block;
  font-size: .9em; }
  .button:hover {
    background: #666;
    color: #fff; }

.button.withBorder {
  border: 2px solid #000; }

.button.small {
  font-size: .7em; }

.blockCta {
  display: block;
  margin: 0 0 .75em;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  .blockCta:last-child {
    margin: 0; }

.onDark .button {
  background: #000;
  color: #006837; }
  .onDark .button:hover {
    background: #666; }

.cta.mini-cta, .formCta {
  padding: .5em  1.5em;
  margin: 0 0 .5em 0;
  display: inline-block;
  color: #006837;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .cta.mini-cta:hover, .formCta:hover {
    color: #747474;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(61%, #d6d6d6), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6', GradientType=0 ); }

.formCta {
  border: none;
  color: #006837; }
  .formCta:hover {
    color: #006837; }

.mini-button {
  text-transform: uppercase;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #006837;
  display: block;
  text-align: center;
  padding: .5em;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
  .mini-button:hover {
    color: #78b72b;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(61%, #d6d6d6), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #d6d6d6 61%, #d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d6d6d6', GradientType=0 ); }

.program .mini-button {
  margin: 1.5em 0 0 0; }

.sectionCta {
  margin-bottom: 1.5em;
  display: inline-block;
  max-width: 70%; }

@media only screen and (min-width: 55em) {
  .sectionCta {
    margin-bottom: 0;
    max-width: 100%; } }
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
input, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #626b71;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #626b71;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #626b71;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-ms-input-placeholder {
  color: #626b71;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

button {
  border: none;
  outline: none; }

/* ----------------------------------------------  Classes  ---------------------------------------------- */
.field {
  margin: 1em 0;
  position: relative;
  text-align: left; }
  .field:before, .field:after {
    content: "";
    display: table;
    clear: both; }
  .field:after {
    clear: both; }

.ratingField label {
  float: left;
  display: inline-block; }

.combostar-wrapper {
  display: inline-block;
  padding: .5em 0 0 1em; }

/* ----------------------------------------------  Labels  ---------------------------------------------- */
label {
  display: block;
  float: none;
  margin: .65em 0 .15em .5em;
  text-align: left;
  text-indent: 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  color: #006837;
  white-space: normal;
  font-weight: normal; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
input[type="text"], input[type="email"], input[type="password"], textarea, select, div.styled, input[type="file"] {
  width: 100%;
  border: none;
  padding: 0.65em 0.6em;
  background: #fff;
  color: #626b71;
  display: block;
  -webkit-box-shadow: inset 0 0 3px 0 #666666;
  box-shadow: inset 0 0 3px 0 #666666;
  font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

input.smaller {
  padding: .4em .6em;
  background: #ebebeb; }

input.large-form-field {
  padding: .52em .8em;
  background: #fff;
  margin: 0; }

input.mobile-search-input {
  background: #fff; }

div.styled, select, input[type="submit"],
input[type="file"]:after {
  background: #626b71 url(../gfx/icon-arrow-down.png) no-repeat 95% 50%;
  font-weight: 100;
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
  font-size: 0.85em;
  padding: 0.8em .25em;
  text-indent: 0.7em;
  margin: 0;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-transform: uppercase; }
  div.styled:hover, select:hover, input[type="submit"]:hover,
  input[type="file"]:after:hover {
    background-color: #999;
    color: #fff; }

.submitReviewForm input, .submitReviewForm textarea, .brochureRequestForm input, .brochureRequestForm textarea {
  background: #EDEDED; }

select option {
  color: #ebebeb;
  background-color: #626b71; }

.ie9 input[type="text"] {
  line-height: normal; }

/* Get the stuff to line up right */
.lt-ie10 select {
  padding-left: .5em; }

textarea {
  width: 100%;
  height: 10em; }

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
/* For IE and Firefox */
div.styled {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ie7 div.styled {
  border: none; }

div.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 1em; }

/* ----------------------------------------------  File field  ----------------------------------------------  */
/* Webkit Only */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  padding: 0; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

input[type="file"]:after {
  content: 'Upload File';
  margin: 0 0 0 0.5em;
  display: inline-block;
  left: 100%;
  position: relative;
  background: white url(../gfx/formelements-select.png) no-repeat center left;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

input[type="file"]:active:after {
  box-shadow: none; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
.buttons--radios {
  margin: -6px 0 0 0; }

label.radio,
label.checkbox {
  display: inline;
  border: none;
  min-height: 1em;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 0 1em 0 0;
  font-size: .8em;
  font-style: italic; }

input[type=checkbox] {
  visibility: hidden; }

.label-text {
  text-align: left;
  font-size: .9em;
  padding: 0 3em;
  display: block;
  float: left;
  margin: 1em 0 3em;
  font-style: italic; }

.squaredThree {
  position: relative; }
  .squaredThree:before, .squaredThree:after {
    content: "";
    display: table;
    clear: both; }
  .squaredThree:after {
    clear: both; }

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: -webkit-linear-gradient(top, #EDEDED 0%, #78b72b 100%);
  background: -moz-linear-gradient(top, #EDEDED 0%, #78b72b 100%);
  background: -o-linear-gradient(top, #EDEDED 0%, #78b72b 100%);
  background: -ms-linear-gradient(top, #EDEDED 0%, #78b72b 100%);
  background: linear-gradient(top, #EDEDED 0%, #78b72b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$highlight-dark', endColorstr='$highlight',GradientType=0 ); }

.squaredThree label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.squaredThree label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3; }

.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  color: #fff;
  background: #000 url(../gfx/icon-arrow-right.png) no-repeat 98% 50%;
  font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #626b71; }

/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* IE7 needs you to change the background to transparent when using image background for submit buttons */
/* --- Custom Error Handling --- */
.parsley-error-list {
  margin: 0;
  padding: 0; }
  .parsley-error-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: none;
    color: #C43824; }

@font-face {
  font-family: 'sporticons';
  src: url("../fonts/sporticons.eot?fdfhn8");
  src: url("../fonts/sporticons.eot?fdfhn8#iefix") format("embedded-opentype"), url("../fonts/sporticons.ttf?fdfhn8") format("truetype"), url("../fonts/sporticons.woff?fdfhn8") format("woff"), url("../fonts/sporticons.svg?fdfhn8#sporticons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sporticons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-usa-map:before {
  content: "\e62f"; }

.icon-golf:before {
  content: "\e602"; }

.icon-tennis:before {
  content: "\e603"; }

.icon-soccer:before {
  content: "\e604"; }

.icon-waterpolo:before {
  content: "\e605"; }

.icon-basketball:before {
  content: "\e607"; }

.icon-rugby:before {
  content: "\e606"; }

.icon-fieldhockey:before {
  content: "\e608"; }

.icon-ultimate:before {
  content: "\e609"; }

.icon-futsal:before {
  content: "\e60a"; }

.icon-play:before {
  content: "\e60b"; }

.icon-pause:before {
  content: "\e60c"; }

.icon-stop:before {
  content: "\e60d"; }

.icon-left:before {
  content: "\e60e"; }

.icon-right:before {
  content: "\e60f"; }

.icon-feed:before {
  content: "\e610"; }

.icon-twitter:before {
  content: "\e613"; }

.icon-email:before {
  content: "\e614"; }

.icon-googleplus:before {
  content: "\e615"; }

.icon-facebook:before {
  content: "\e616"; }

.icon-vimeo:before {
  content: "\e617"; }

.icon-flickr:before {
  content: "\e618"; }

.icon-pinterest:before {
  content: "\e619"; }

.icon-lacrosse:before {
  content: "\e61a"; }

.icon-basketball-2:before {
  content: "\e61b"; }

.icon-youtube1:before {
  content: "\e611"; }

.icon-youtube2:before {
  content: "\e612"; }

.icon-australia:before {
  content: "\e600"; }

.icon-running:before {
  content: "\e601"; }

.icon-gymnastics:before {
  content: "\e61c"; }

.icon-baseball:before {
  content: "\e61d"; }

.icon-football:before {
  content: "\e61e"; }

.icon-volleyball:before {
  content: "\e61f"; }

.icon-swimming:before {
  content: "\e620"; }

.icon-softball:before {
  content: "\e621"; }

.icon-multisport:before {
  content: "\e622"; }

.icon-crew:before {
  content: "\e629"; }

.icon-icon-cricket:before {
  content: "\e62a"; }

.icon-badminton:before {
  content: "\e62b"; }

.icon-squash:before {
  content: "\e62c"; }

.icon-cycling:before {
  content: "\e62e"; }

.icon-polo:before {
  content: "\e62d"; }

.icon-cart:before {
  content: "\e0c3"; }

.icon-bubble-quote:before {
  content: "\e16d"; }

.icon-search2:before {
  content: "\e1bb"; }

.icon-shield:before {
  content: "\e281"; }

.icon-soccer-ball:before {
  content: "\e282"; }

.icon-football-ball:before {
  content: "\e283"; }

.icon-baseball-ball:before {
  content: "\e284"; }

.icon-basketball-ball:before {
  content: "\e285"; }

.icon-golf-ball:before {
  content: "\e286"; }

.icon-arrow-up:before {
  content: "\e3b0"; }

.icon-arrow-right:before {
  content: "\e3b1"; }

.icon-arrow-down:before {
  content: "\e3b2"; }

.icon-arrow-left:before {
  content: "\e3b3"; }

.icon-arrow-up2:before {
  content: "\e3b4"; }

.icon-arrow-right2:before {
  content: "\e3b5"; }

.icon-arrow-down2:before {
  content: "\e3b6"; }

.icon-arrow-left2:before {
  content: "\e3b7"; }

.icon-arrow-up3:before {
  content: "\e408"; }

.icon-arrow-right3:before {
  content: "\e409"; }

.icon-arrow-down3:before {
  content: "\e40a"; }

.icon-arrow-left3:before {
  content: "\e40b"; }

.icon-instagram:before {
  content: "\e623"; }

.icon-menu2:before {
  content: "\e624"; }

.icon-globe:before {
  content: "\e625"; }

.icon-earth:before {
  content: "\e626"; }

.icon-images:before {
  content: "\e90e"; }

.icon-phone:before {
  content: "\e942"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-bubbles:before {
  content: "\e96c"; }

.icon-bubbles2:before {
  content: "\e96d"; }

.icon-search:before {
  content: "\e986"; }

.icon-zoom-in:before {
  content: "\e987"; }

.icon-key:before {
  content: "\e98d"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-file-pdf:before {
  content: "\eadf"; }

.icon-youtube3:before {
  content: "\e627"; }

.icon-youtube4:before {
  content: "\e628"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

html, body {
  height: 100%;
  width: 100%; }

.constrain-width {
  max-width: 1250px;
  margin: auto;
  box-sizing: border-box; }
  .constrain-width:before, .constrain-width:after {
    content: "";
    display: table;
    clear: both; }
  .constrain-width:after {
    clear: both; }

.constrain-width.contained {
  padding: 0 1.5em; }

.sportsBarWrapper {
  visibility: hidden; }

.searchConsoleWrapper {
  background: #4d9901;
  text-align: left;
  padding: 3em 1.5em 4em; }
  .searchConsoleWrapper h2 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 200%;
    line-height: 1.2em;
    color: #78b72b; }
  .searchConsoleWrapper p {
    font-size: 100%;
    line-height: 1.2em;
    margin: 0 0 1rem;
    padding: 0;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff; }
  .searchConsoleWrapper .searchConsole {
    border: 0.5em solid #78b72b;
    background: #fff;
    padding: 1.5em;
    position: relative; }
    .searchConsoleWrapper .searchConsole:before, .searchConsoleWrapper .searchConsole:after {
      content: "";
      display: table;
      clear: both; }
    .searchConsoleWrapper .searchConsole:after {
      clear: both; }
    .searchConsoleWrapper .searchConsole .search-logo {
      float: left;
      width: 85px;
      height: 85px;
      position: relative; }
      .searchConsoleWrapper .searchConsole .search-logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 85px; }
    .searchConsoleWrapper .searchConsole form {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      overflow: hidden; }
      .searchConsoleWrapper .searchConsole form:before, .searchConsoleWrapper .searchConsole form:after {
        content: "";
        display: table;
        clear: both; }
      .searchConsoleWrapper .searchConsole form:after {
        clear: both; }
    .searchConsoleWrapper .searchConsole form, .searchConsoleWrapper .searchConsole label, .searchConsoleWrapper .searchConsole input {
      margin: 0;
      padding: 0;
      border: none;
      font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
    .searchConsoleWrapper .searchConsole label {
      width: auto;
      display: block;
      font-size: 1;
      line-height: 1;
      margin: 0;
      padding: 0;
      color: #7ab92d;
      font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
      .searchConsoleWrapper .searchConsole label span {
        font-size: 1rem; }
    .searchConsoleWrapper .searchConsole input {
      display: block;
      width: 100%;
      font-size: 1.4em;
      background: transparent;
      padding: 0;
      color: #006837; }
    .searchConsoleWrapper .searchConsole ::-webkit-input-placeholder {
      color: #EDEDED;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: .75em;
      letter-spacing: 0;
      padding: 0; }
    .searchConsoleWrapper .searchConsole :-moz-placeholder {
      /* Firefox 18- */
      color: #4d9901;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: .75em;
      letter-spacing: 0;
      padding: 0; }
    .searchConsoleWrapper .searchConsole ::-moz-placeholder {
      /* Firefox 19+ */
      color: #4d9901;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: .75em;
      letter-spacing: 0;
      padding: 0; }
    .searchConsoleWrapper .searchConsole :-ms-input-placeholder {
      color: #4d9901;
      font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: .75em;
      letter-spacing: 0;
      padding: 0; }
    .searchConsoleWrapper .searchConsole button {
      position: absolute;
      top: 0;
      right: 1.5em;
      bottom: 0;
      display: inline;
      width: auto;
      padding: 0;
      margin: 0;
      background: transparent; }
      .searchConsoleWrapper .searchConsole button .text {
        display: none; }
      .searchConsoleWrapper .searchConsole button .icon {
        font-size: 1.5em;
        color: #006837; }

.imgBox {
  position: relative; }
  .imgBox img {
    width: 100%;
    max-width: 100%; }
  .imgBox .cta {
    position: relative;
    z-index: 100;
    display: block;
    bottom: auto;
    left: auto;
    right: auto; }
  .imgBox .cta.altCta {
    position: relative;
    display: block;
    bottom: auto;
    left: auto;
    right: auto; }

.imgBox.withBorder {
  border: 3px solid #006837;
  background: #fff; }
  .imgBox.withBorder img {
    padding: .25em; }

.imgBox.withBorder--bottom {
  border-bottom: 0.5em solid #000; }

.onDark .imgBox.withBorder {
  border: 1px solid #fff;
  background: #fff; }

.not-mobile, .bp1-not-mobile {
  display: none; }

.mobile-only, .bp1-mobile-only {
  display: block; }

@media only screen and (min-width: 46em) {
  .constrain-width.bp1-contained {
    padding: 0 1.5em; }

  .bp1-not-mobile {
    display: block; }

  .bp1-mobile-only {
    display: none; } }
@media only screen and (min-width: 55em) {
  .not-mobile {
    display: block; }

  .mobile-only {
    display: none; }

  .absolute-center {
    /* Internet Explorer 10 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    /* Safari, Opera, and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /* W3C */
    display: box;
    box-pack: center;
    box-align: center; }

  .blockList {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }

  .blockList > .blockList__item {
    width: 50%;
    margin: 0;
    padding: 0; }

  .blockList > .blockList__item-full {
    width: 100%;
    background: red; }

  .blockList > .blockList__item.offsetOrder {
    order: 2; }

  .blockList > .blockList__item.one-third {
    width: 40%; }

  .blockList > .blockList__item.two-thirds {
    width: 60%; }

  .blockList .col_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  .blockList .col_caption-inner {
    display: table;
    width: 100%;
    height: 100%; }
  .blockList .col_caption-content {
    display: table-cell;
    vertical-align: middle; } }
@media only screen and (min-width: 55em) {
  .searchConsoleWrapper h2 {
    font-size: 300%; }
  .searchConsoleWrapper p {
    font-size: 150%; }
  .searchConsoleWrapper .searchConsole form {
    display: block;
    float: right;
    width: 85%; }
  .searchConsoleWrapper .searchConsole .formFieldElements {
    display: table;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
    position: relative; }
  .searchConsoleWrapper .searchConsole label {
    width: 22%;
    vertical-align: middle;
    display: table-cell; }
    .searchConsoleWrapper .searchConsole label span {
      font-size: 1.6rem; }
  .searchConsoleWrapper .searchConsole input {
    width: 70%;
    vertical-align: middle;
    display: table-cell;
    font-size: 2.2rem;
    padding-left: 1em; }
  .searchConsoleWrapper .searchConsole button {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent; }
    .searchConsoleWrapper .searchConsole button .text {
      display: none; }
    .searchConsoleWrapper .searchConsole button .icon {
      font-size: 3em;
      color: #006837; } }
@media only screen and (min-width: 70em) {
  .searchConsoleWrapper .searchConsole form {
    display: block;
    float: right;
    width: 90%;
    margin: 1.2% 0 0 0; }
  .searchConsoleWrapper .searchConsole .formFieldElements {
    padding: 0;
    display: table;
    width: 100%; }
  .searchConsoleWrapper .searchConsole label {
    width: 28%;
    display: table-cell;
    font-size: 1;
    line-height: 1;
    margin: 0 .5em 0 0;
    padding: 0;
    vertical-align: middle; }
  .searchConsoleWrapper .searchConsole input {
    width: 70%;
    display: table-cell;
    font-size: 2.6rem;
    padding: 0 .5em;
    vertical-align: middle; }
  .searchConsoleWrapper .searchConsole button {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent; }
    .searchConsoleWrapper .searchConsole button .text {
      display: none; }
    .searchConsoleWrapper .searchConsole button .icon {
      font-size: 3em;
      color: #006837; } }
@media only screen and (min-width: 90em) {
  .constrain-width.contained {
    padding: 0; }

  .searchConsoleWrapper .searchConsole form {
    display: block;
    float: right;
    width: 90%;
    margin: 1.2% 0 0 0; }
  .searchConsoleWrapper .searchConsole .formFieldElements {
    padding: 0;
    display: table;
    width: 100%; }
  .searchConsoleWrapper .searchConsole label {
    width: 32%;
    display: table-cell;
    font-size: 1;
    line-height: 1;
    margin: 0 .5em 0 0;
    padding: 0;
    vertical-align: middle; }
  .searchConsoleWrapper .searchConsole input {
    width: 70%;
    display: table-cell;
    font-size: 2.6rem;
    padding: 0 .5em;
    vertical-align: middle; }
  .searchConsoleWrapper .searchConsole button {
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    display: inline;
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent; }
    .searchConsoleWrapper .searchConsole button .text {
      display: none; }
    .searchConsoleWrapper .searchConsole button .icon {
      font-size: 3em;
      color: #006837; } }
/** ==========================================================

    $5 Layout

========================================================== **/
/**
*
*   Layout Header
*
**/
header {
  background: #78b72b; }

.header--OFF {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 11;
  background: #747474;
  background: -moz-linear-gradient(top, #747474 0%, #adaead 100%);
  background: -webkit-linear-gradient(top, #747474 0%, #adaead 100%);
  background: linear-gradient(to bottom, #747474 0%, #adaead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c-brand-3-dark', endColorstr='$c-brand-3-medium',GradientType=0 ); }

.logo__header {
  float: left;
  background: transparent;
  max-width: 240px;
  width: 240px;
  margin: 0;
  box-sizing: border-box; }
  .logo__header img {
    width: 100%;
    max-width: 100%; }

.formPageHeader {
  text-align: center; }
  .formPageHeader .logo__header {
    float: none;
    margin: 0 auto; }

.subHeader {
  margin: 85px 0 0 0;
  text-align: center;
  position: relative; }
  .subHeader img {
    width: 100%;
    max-width: 100%; }

.campPageImgBox {
  position: relative; }
  .campPageImgBox .brandLogo {
    width: auto;
    position: absolute;
    top: 0.75em;
    right: 0.75em;
    width: 75px;
    z-index: 999; }

.heroImage {
  margin: 0;
  position: relative; }
  .heroImage .brandLogo {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 75px; }
  .heroImage .leadInWrapper {
    margin: auto;
    text-align: left;
    background: #006837;
    vertical-align: middle;
    box-sizing: border-box; }
    .heroImage .leadInWrapper .leadInCopy {
      padding: 1.5em 1.5em .75em; }
      .heroImage .leadInWrapper .leadInCopy p, .heroImage .leadInWrapper .leadInCopy h1 {
        line-height: .75em;
        color: #fff;
        text-transform: uppercase;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        margin: 0;
        padding: 0;
        font-size: 2em;
        line-height: .9em; }
        .heroImage .leadInWrapper .leadInCopy p strong, .heroImage .leadInWrapper .leadInCopy h1 strong {
          color: #000;
          font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif; }
      .heroImage .leadInWrapper .leadInCopy .callOut_subinfo {
        margin: 0;
        display: block;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: .03em;
        font-size: .6em;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        color: #78b72b; }

.logo:hover {
  opacity: 0.5; }

@media only screen and (min-width: 46em) {
  .heroImage .brandLogo {
    width: 160px; } }
@media only screen and (min-width: 55em) {
  .logo__header {
    margin: 0 2.5em 0 0; }

  .subHeader {
    z-index: 1; }

  .campPageImgBox .brandLogo {
    width: auto;
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 125px; }

  .heroImage {
    z-index: 1; }
    .heroImage .brandLogo {
      width: 175px;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 5%; }
    .heroImage .leadInWrapper {
      padding: .75em;
      background: transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 5%;
      right: auto;
      margin: 0; }
      .heroImage .leadInWrapper .leadInCopy {
        padding: 0;
        text-align: left; }
        .heroImage .leadInWrapper .leadInCopy p, .heroImage .leadInWrapper .leadInCopy h1 {
          margin: 0;
          padding: 0;
          font-size: 3.4em; }
        .heroImage .leadInWrapper .leadInCopy .callOut_subinfo {
          color: #fff;
          font-size: .4em;
          margin: 0;
          padding: 0; }
      .heroImage .leadInWrapper .leadInCopy.darkCaption p, .heroImage .leadInWrapper .leadInCopy.darkCaption h1, .heroImage .leadInWrapper .leadInCopy.darkCaption .callOut_subinfo {
        color: #006837; }
    .heroImage .leadInWrapper.position-center {
      left: 5%;
      right: 5%; }
    .heroImage .leadInWrapper.position-left {
      left: 5%;
      right: auto; }
    .heroImage .leadInWrapper.position-right {
      right: 5%;
      left: auto; } }
@media only screen and (min-width: 70em) {
  .logo__header {
    margin: 0 3em 0 0;
    max-width: 240px;
    width: 240px; }

  .heroImage .brandLogo {
    width: 220px; } }
@media only screen and (min-width: 90em) {
  .heroImage .brandLogo {
    width: 300px; }
  .heroImage .leadInWrapper .leadInCopy p, .heroImage .leadInWrapper .leadInCopy h1 {
    font-size: 4em; }
  .heroImage .leadInWrapper .leadInCopy .callOut_subinfo {
    font-size: .4em; } }
@media only screen and (min-width: 110em) {
  .heroImage .leadInWrapper .leadInCopy p, .heroImage .leadInWrapper .leadInCopy h1 {
    font-size: 4.2em; }
  .heroImage .leadInWrapper .leadInCopy .callOut_subinfo {
    font-size: .5em; } }
/**
*
*   Layout Footer
*   
**/
.sportsBarIconNav.forFooter {
  margin: 0;
  background: #78b72b; }
  .sportsBarIconNav.forFooter li a {
    background: transparent; }
    .sportsBarIconNav.forFooter li a:hover {
      color: #000; }
  .sportsBarIconNav.forFooter li.active a {
    color: #000; }
    .sportsBarIconNav.forFooter li.active a:hover {
      color: #666; }

footer {
  background: #000;
  color: #fff;
  padding: 1.5em 0 0 0;
  text-align: center; }
  footer h2 {
    color: #4d9901;
    text-align: left;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
  footer .logo {
    max-width: 150px;
    width: 150px;
    display: block;
    margin: 0 auto; }
  footer .socialIcons {
    margin: 3.5em 0 0 0; }

.footNav {
  margin: 0 0 1em;
  padding: 0;
  text-align: left; }
  .footNav li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase; }
    .footNav li a {
      color: #fff;
      font-weight: normal; }
      .footNav li a:hover {
        color: #4d9901; }

.footNav.footNavSports {
  font-size: 1.4em; }
  .footNav.footNavSports li {
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

.socialIcons {
  line-height: 1;
  margin: 0;
  padding: 0 0 .75em;
  text-align: center; }
  .socialIcons li {
    font-size: 2em;
    line-height: 1;
    list-style: none;
    margin: 0 .25em;
    padding: 0;
    display: inline; }
    .socialIcons li:last-child {
      margin-right: 0; }
    .socialIcons li:first-child {
      margin-left: 0; }
    .socialIcons li a {
      color: #4d9901; }
      .socialIcons li a:hover {
        color: #747474; }

.newsTickerWrapper {
  text-align: center;
  padding: 1.5em 1.5em 0; }
  .newsTickerWrapper .newsTicker {
    margin: 0 0 1em;
    padding: 0; }
    .newsTickerWrapper .newsTicker li {
      list-style: none;
      margin: 0;
      padding: 0; }
      .newsTickerWrapper .newsTicker li a {
        color: #fff;
        text-decoration: underline; }
        .newsTickerWrapper .newsTicker li a:hover {
          color: #4d9901;
          text-decoration: none; }

.footerNav {
  margin: 0 0 1.5em;
  padding: 0;
  text-align: center; }
  .footerNav li {
    padding: 0;
    list-style: none;
    margin: 0 .75em;
    padding: 0;
    font-size: .8em;
    display: inline-block; }
    .footerNav li:last-child {
      margin-right: 0; }
    .footerNav li:first-child {
      margin-left: 0; }

.footer--address {
  max-width: 300px;
  margin: 0 auto;
  padding: 1em 0;
  border-top: 1px solid #90c745;
  border-bottom: 1px solid #90c745; }
  .footer--address .property {
    color: #000;
    display: block;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif; }
  .footer--address .street {
    display: block; }

.footer--copyright {
  margin: 0;
  padding: 0;
  font-size: .65em;
  color: #4d9901;
  text-align: center;
  text-transform: uppercase; }

.footer--phone {
  margin: 1.25em 0;
  padding: .5em 0;
  font-size: 1.2em;
  border-top: 1px solid #90c745;
  border-bottom: 1px solid #90c745; }
  .footer--phone .footer--phone-number {
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    color: #006837; }

@media only screen and (min-width: 55em) {
  footer {
    padding: 3em 0 0 0; }
    footer .divide-bottom {
      margin-top: 3em; }
    footer h2 {
      text-align: left; }

  .socialIcons {
    text-align: left; }

  .footerNav {
    text-align: left;
    margin: 0; }
    .footerNav li {
      text-align: left; }

  .footer--copyright {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: .65em; }

  .affiliateCopy {
    text-align: left; }

  .footer--phone {
    text-align: left;
    border: none;
    padding: 0;
    margin: 0 0 1.25em; } }
@media only screen and (min-width: 70em) {
  .newsTickerWrapper {
    text-align: left;
    padding: 0 1.5em; }
    .newsTickerWrapper h2 {
      display: inline-block;
      color: #fff;
      margin: 0 .5em 0 0; }
      .newsTickerWrapper h2 strong {
        color: #006837; }
    .newsTickerWrapper .footer--address {
      max-width: 300px;
      margin: 0 auto;
      padding: 0;
      border: none; }
    .newsTickerWrapper .newsTicker {
      display: inline-block;
      margin: -1em 0 0 0;
      padding: 0; }
      .newsTickerWrapper .newsTicker li {
        font-size: .8em;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        display: inline-block; } }
/** ==========================================================

    $6 Breakpoints

========================================================== **/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobile {
    display: block; }

  .not-mobile {
    display: none; } }
/* ipad portrait */
/** ==========================================================

    $7 Helpers

========================================================== **/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden, .playsafe {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cfix:before,
.cfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
