﻿


.conditional-div.site-us {
    display: block;
}

    .conditional-div.site-us.block {
        display: block;
    }

    .conditional-div.site-us.inline {
        display: inline;
    }

/** ==========================================================

    $ 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,

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
 {
    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: #000;
}

html {
    background-color: #77777a;
}

body {
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
}

main {
    background: #fff;
    color: #77777a;
}

a {
    color: #135fab;
    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: #ff4612;
    }

    a:hover, a:active, a:focus {
        outline: none;
        color: #ff4612;
    }

*:focus {
    outline: 0;
}

/*
 * 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: #77777a;
}

/*.light-bg {
  background: #d8d9db; }*/

.light-bg {
    background: #FFFFFF;
}

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: -1em;
    overflow: hidden;
    clear: both;
}

.grid-col {
    float: left;
    padding-left: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.large-gutter {
    margin-left: -2em;
}

    .large-gutter .grid-col {
        padding-left: 2em;
    }

.half-gutter {
    margin-left: -0.5em;
}

    .half-gutter .grid-col {
        padding-left: 0.5em;
    }

.quarter-gutter {
    margin-left: -0.25em;
}

    .quarter-gutter .grid-col {
        padding-left: 0.25em;
    }

.no-gutter {
    margin-left: 0;
}

    .no-gutter .grid-col {
        padding-left: 0;
    }

.reset-gutter {
    margin-left: -1em;
}

    .reset-gutter .grid-col {
        padding-left: 1em;
    }

.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-size1of1,
.col-full,
.col-set-full .grid-col {
    width: 100%;
}

.col-size1of2,
.col-one-half,
.col-set-one-half .grid-col {
    width: 50%;
}

.col-size1of3,
.col-one-third,
.col-set-one-third .grid-col {
    width: 33.333%;
}

.col-size1of4,
.col-one-quarter,
.col-set-one-quarter .grid-col {
    width: 25%;
}

.col-size2of3,
.col-two-thirds {
    width: 66.666%;
}

.col-size3of4,
.col-three-quarters {
    width: 75%;
}

.col-size1of5,
.col-one-fifth {
    width: 20%;
}

.col-size2of5,
.col-two-fifths {
    width: 40%;
}

.col-size3of5,
.col-three-fifths {
    width: 60%;
}

.col-size4of5,
.col-four-fifths {
    width: 80%;
}

.col-size1of8,
.col-one-eighth {
    width: 12.5%;
}

.col-size1of10,
.col-one-tenth {
    width: 10%;
}

.col-size1of6,
.col-one-sixth {
    width: 16.666%;
}

.col-size1of16,
.col-one-sixteenth {
    width: 6.25%;
}

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
/*
@media only screen and (min-width: 46em)
 {
    .bp1-col-size1of1,
    .bp1-col-full,
    .bp1-col-set-full .grid-col {
        width: 100%;
    }

    .bp1-col-size1of2,
    .bp1-col-one-half,
    .bp1-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp1-col-size1of3,
    .bp1-col-one-third,
    .bp1-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp1-col-size1of4,
    .bp1-col-one-quarter,
    .bp1-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp1-col-size2of3,
    .bp1-col-two-thirds {
        width: 66.666%;
    }

    .bp1-col-size3of4,
    .bp1-col-three-quarters {
        width: 75%;
    }

    .bp1-col-size1of5,
    .bp1-col-one-fifth {
        width: 20%;
    }

    .bp1-col-size2of5,
    .bp1-col-two-fifths {
        width: 40%;
    }

    .bp1-col-size3of5,
    .bp1-col-three-fifths {
        width: 60%;
    }

    .bp1-col-size4of5,
    .bp1-col-four-fifths {
        width: 80%;
    }

    .bp1-col-size1of8,
    .bp1-col-one-eighth {
        width: 12.5%;
    }

    .bp1-col-size1of10,
    .bp1-col-one-tenth {
        width: 10%;
    }

    .bp1-col-size1of6,
    .bp1-col-one-sixth {
        width: 16.666%;
    }

    .bp1-col-size1of16,
    .bp1-col-one-sixteenth {
        width: 6.25%;
    }
}
    */


/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
/*
@media only screen and (min-width: 55em) {
    .bp2-col-size1of1,
    .bp2-col-full,
    .bp2-col-set-full .grid-col {
        width: 100%;
    }

    .bp2-col-size1of2,
    .bp2-col-one-half,
    .bp2-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp2-col-size1of3,
    .bp2-col-one-third,
    .bp2-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp2-col-size1of4,
    .bp2-col-one-quarter,
    .bp2-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp2-col-size2of3,
    .bp2-col-two-thirds {
        width: 66.666%;
    }

    .bp2-col-size3of4,
    .bp2-col-three-quarters {
        width: 75%;
    }

    .bp2-col-size1of5,
    .bp2-col-one-fifth {
        width: 20%;
    }

    .bp2-col-size2of5,
    .bp2-col-two-fifths {
        width: 40%;
    }

    .bp2-col-size3of5,
    .bp2-col-three-fifths {
        width: 60%;
    }

    .bp2-col-size4of5,
    .bp2-col-four-fifths {
        width: 80%;
    }

    .bp2-col-size1of8,
    .bp2-col-one-eighth {
        width: 12.5%;
    }

    .bp2-col-size1of10,
    .bp2-col-one-tenth {
        width: 10%;
    }

    .bp2-col-size1of6,
    .bp2-col-one-sixth {
        width: 16.666%;
    }

    .bp2-col-size1of16,
    .bp2-col-one-sixteenth {
        width: 6.25%;
    }
}
    */


/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
/*
@media only screen and (min-width: 70em) {
    .bp3-col-size1of1,
    .bp3-col-full,
    .bp3-col-set-full .grid-col {
        width: 100%;
    }

    .bp3-col-size1of2,
    .bp3-col-one-half,
    .bp3-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp3-col-size1of3,
    .bp3-col-one-third,
    .bp3-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp3-col-size1of4,
    .bp3-col-one-quarter,
    .bp3-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp3-col-size2of3,
    .bp3-col-two-thirds {
        width: 66.666%;
    }

    .bp3-col-size3of4,
    .bp3-col-three-quarters {
        width: 75%;
    }

    .bp3-col-size1of5,
    .bp3-col-one-fifth {
        width: 20%;
    }

    .bp3-col-size2of5,
    .bp3-col-two-fifths {
        width: 40%;
    }

    .bp3-col-size3of5,
    .bp3-col-three-fifths {
        width: 60%;
    }

    .bp3-col-size4of5,
    .bp3-col-four-fifths {
        width: 80%;
    }

    .bp3-col-size1of8,
    .bp3-col-one-eighth {
        width: 12.5%;
    }

    .bp3-col-size1of10,
    .bp3-col-one-tenth {
        width: 10%;
    }

    .bp3-col-size1of6,
    .bp3-col-one-sixth {
        width: 16.666%;
    }

    .bp3-col-size1of16,
    .bp3-col-one-sixteenth {
        width: 6.25%;
    }
}
    */


/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
/*
@media only screen and (min-width: 85em) {
    .bp4-col-size1of1,
    .bp4-col-full,
    .bp4-col-set-full .grid-col {
        width: 100%;
    }

    .bp4-col-size1of2,
    .bp4-col-one-half,
    .bp4-col-set-one-half .grid-col {
        width: 50%;
    }

    .bp4-col-size1of3,
    .bp4-col-one-third,
    .bp4-col-set-one-third .grid-col {
        width: 33.333%;
    }

    .bp4-col-size1of4,
    .bp4-col-one-quarter,
    .bp4-col-set-one-quarter .grid-col {
        width: 25%;
    }

    .bp4-col-size2of3,
    .bp4-col-two-thirds {
        width: 66.666%;
    }

    .bp4-col-size3of4,
    .bp4-col-three-quarters {
        width: 75%;
    }

    .bp4-col-size1of5,
    .bp4-col-one-fifth {
        width: 20%;
    }

    .bp4-col-size2of5,
    .bp4-col-two-fifths {
        width: 40%;
    }

    .bp4-col-size3of5,
    .bp4-col-three-fifths {
        width: 60%;
    }

    .bp4-col-size4of5,
    .bp4-col-four-fifths {
        width: 80%;
    }

    .bp4-col-size1of8,
    .bp4-col-one-eighth {
        width: 12.5%;
    }

    .bp4-col-size1of10,
    .bp4-col-one-tenth {
        width: 10%;
    }

    .bp4-col-size1of6,
    .bp4-col-one-sixth {
        width: 16.666%;
    }

    .bp4-col-size1of16,
    .bp4-col-one-sixteenth {
        width: 6.25%;
    }
}
    */


/* 
	=============================================
	Add your Custom Type @font-face calls for kits via TypeKit or any other web font kit
	=============================================	
*/
@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;
    text-transform: none;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

h1 {
    font-size: 2.8em;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 0 0.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #ff4612;
}

h2, .as-h2 {
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1em;
    font-weight: 300;
}

    h2 strong, .as-h2 strong {
        font-weight: bold;
    }

.mediaBlocks-heading h2 {
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    font-size: 90%;
    letter-spacing: 1px;
}

.calloutHeading, .sectionSlug {
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    color: #000;
    text-transform: uppercase;
}

.sectionHeading {
    text-align: center;
}

    .sectionHeading strong {
        display: block;
    }

.sectionSubHeading {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    margin: .5em 0 1.5em;
}

h3, .as-h3 {
    font-size: 1.65em;
    font-weight: normal;
    margin: 0 0 .2em;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.1em;
    text-transform: uppercase;
}

h4 {
    font-size: 1.2em;
    margin-bottom: .2em;
}

h5 {
    font-size: 1.2em;
    margin: 0 0 .2em;
    text-transform: uppercase;
}

h6 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 .2em;
}

address {
    line-height: 1.5;
    font-size: 0.9em;
    margin-bottom: 1em;
    margin-top: 0;
}

p {
    line-height: 1.6em;
    font-size: .9em;
    margin: 0 0 1.75em 0;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

    p strong {
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    }

    p a {
        text-decoration: underline;
    }

    p:last-child {
        margin-bottom: 0;
    }

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;
}

.noMarginBottom {
    margin-bottom: 0;
}

.center-txt {
    text-align: center;
}

.as-callout {
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 2.8em;
}

.c-brand-3 {
    color: #ff4612;
}

.hdr {
    letter-spacing: 1px;
}

.noBottomMargin {
    margin-bottom: 0;
}

.darkTxt {
    color: #000;
}

.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: #fff;
        }

.sectionOverview .subSectionHeading {
    color: #ff4612;
    font-size: 2em;
}

.sectionOverview h4 {
    font-size: 1em;
    color: #000;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #fff;
}

.sectionOverview h6 {
    color: #000;
    border-top: 1px solid #EDEDED;
    padding: 1em 0 0 0;
    margin: 0 0 1em;
}

.sectionOverview p, .sectionOverview li {
    font-size: .8em;
    color: #c0360f;
}

.sectionOverview .instructions {
    color: #efeeec;
}

.category {
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 .15em 0;
    display: block;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: 1px;
}

.mediaList-content h3 {
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 .35em;
    font-size: 1.2em;
}

.slideCaption h3 {
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    line-height: 1em;
    font-size: 2.4em;
    margin-bottom: 0;
}

.slideCaption .category {
    margin: 0 0 .25em;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: 0;
}

.slideCaption p {
    line-height: 1.2em;
    margin: .5em 0 1em 0;
}

    .slideCaption p:last-child {
        margin-bottom: 0;
    }

.slideCaption .ctaWrapper {
    display: block;
}

.mailContact {
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    font-size: .9em;
    margin: 0 0 .5em;
    display: block;
    font-weight: 600;
    letter-spacing: .02em;
}

.section-icon {
    font-size: 1.6rem;
}

.blogAuthorDate {
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.blogBody p {
    text-align: left;
}

blockquote p {
    font-size: 1.4em;
    letter-spacing: 1px;
}

.blogQuote .icon {
    color: #d8d9db;
}

/* 
	=============================================
		Responsive Typography
	=============================================	
*/
@media only screen and (min-width: 46em) {
    h1 {
        font-size: 3em;
    }

    h2, .as-h2 {
        font-size: 1.8em;
    }

    .mediaList-content h3 {
        font-size: 1.6em;
    }

    .slideCaption h3 {
        font-size: 3.8em;
    }

    .slideCaption p {
        display: block;
    }

    .slideCaption .category {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 55em) {
    h1 {
        font-size: 3.4em;
    }

    h2, .as-h2 {
        font-size: 2.2em;
    }

    .as-callout {
        font-size: 3.4em;
    }

    .blogAuthorDate {
        font-size: 1.4em;
    }

    .slideCaption h3 {
        font-size: 3em;
        margin-bottom: .15em;
    }

    .slideCaption p {
        margin: 1em 0;
    }

    .slideCaption .category {
        font-size: 1.6em;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 70em) {
    h1 {
        font-size: 3.8em;
    }

    h2, .as-h2 {
        font-size: 2.6em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.6em;
        margin-bottom: .5em;
    }

    h5 {
        font-size: 1.4em;
    }

    h6 {
        font-size: 1.2em;
    }

    p {
        font-size: 1em;
        line-height: 1.6em;
    }

    .sectionContent p, .blogSection p {
        font-size: 1.2em;
        line-height: 1.6em;
    }

    .sectionContent blockquote p, .blogSection blockquote p {
        font-size: 1.8em;
    }

    blockquote p {
        font-size: 1.8em;
    }

    ul li {
        line-height: 1.4em;
        margin: .75em 0;
        font-size: 1em;
    }

    .slideCaption h3 {
        font-size: 3.8em;
    }

    .slideCaption p {
        line-height: 1.2em;
    }

    .slideCaption .category {
        font-size: 1.6em;
    }

    .mediaList-content h3 {
        font-size: 1.8em;
    }

    .category {
        font-size: .8em;
    }

    .mailContact {
        font-size: 1em;
    }
}

@media only screen and (min-width: 85em) {
    .slideCaption h3 {
        font-size: 4em;
    }
}

@media only screen and (min-width: 110em) {
    .slideCaption h3 {
        font-size: 4.6em;
    }

    .slideCaption p {
        line-height: 1.8em;
    }
}

*, *:before, *:after {
    box-sizing: inherit;
}

.site-header,
.camp-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area {
    display: flex;
}

.sidebarMessage {
    margin: 0;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
}

    .sidebarMessage .messageText {
        display: block;
        font-size: 1.4em;
    }

@media only screen and (min-width: 55em) {
    .side-navigation.fixed {
        position: fixed;
        width: 290px;
    }

    .side-navigation.bottom {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 290px;
    }
}
/** ==========================================================

    $4 Components

========================================================== **/
.sr {
    display: none;
}

.small-island {
    padding: 1em;
    margin: 0;
}

.island, .large-island, .medium-island {
    padding: 1em;
}

    .island :last-child, .large-island :last-child, .medium-island :last-child {
        margin-bottom: 0;
    }

.large-island--copy {
    padding: 0 1em 1em;
}

.medium-island {
    padding: 1em 1em 0.5em;
}

.container {
    padding: 0 1em;
    box-sizing: border-box;
}

    .container:before, .container:after {
        content: "";
        display: table;
        clear: both;
    }

    .container:after {
        clear: both;
    }

.Text--center {
    text-align: center;
}

.border-top {
    border-top: 1px solid #b3b2b1;
}

.bg-dark {
    background: #b3b2b1;
}

.bg-light {
    background: #dbd9d6;
}

.bg-extralight {
    background: #f8f7f6;
}

.bg-white {
    background: #fff;
}

.borderTop {
    border-top: 1px solid #efeeec;
}

.pad--right {
    padding-right: 1em;
}

.pad--left {
    padding-left: 1em;
}

.pad--bottom {
    padding-bottom: 3em;
}

.pad--top {
    padding-top: 3em;
}

.half-pad--top {
    padding-top: 1em;
}

.half-pad--bottom {
    padding-bottom: 1em;
}

.gap--bottom {
    margin-bottom: 1em;
}

.quarter-pad--top {
    padding-top: .75em;
}

.quarter-pad--bottom {
    padding-bottom: .75em;
}

.contentWrapper {
    padding: 1em;
}

.slideCaption a {
    color: #fff;
}

    .slideCaption a:hover {
        color: #ff4612;
    }

.slideCaption .button {
    margin-top: 0.75em;
}

.geoSearchResults {
    margin: 1em 0 1em 1em;
    padding: 0;
}

    .geoSearchResults li {
        color: #b3b2b1;
        margin-bottom: .35em;
        padding-bottom: .35em;
        margin-left: 1em;
        border-bottom: 1px solid #f8f7f6;
    }

        .geoSearchResults li strong {
            color: #77777a;
        }

.faq--questionList {
    margin: 1em 0 2em;
    padding: 0;
}

    .faq--questionList li {
        margin: 0 0 0 2em;
        padding: 1em;
        border-bottom: 1px solid #efeeec;
        color: #b3b2b1;
    }

        .faq--questionList li a {
            font-size: 1.2em;
            font-weight: 600;
        }

.faq--answerList .faq {
    margin: 0 0 2em;
    padding: 0 0 1em;
    border-bottom: 1px solid #efeeec;
}

    .faq--answerList .faq .question h3 {
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        color: #000;
        text-transform: none;
    }

        .faq--answerList .faq .question h3 .count {
            display: block;
            float: right;
            background: #efeeec;
            padding: .15em .25em;
            margin: 0 0 0 0.75em;
            color: #fff;
            font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        }

    .faq--answerList .faq .answer .mini-cta {
        color: #fff;
        padding: .25em 1em;
    }

.mediaList .mediaList-item .square a {
    background: #000;
    color: #fff;
    padding: .75em;
    text-transform: uppercase;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    font-size: 1.2em;
    letter-spacing: .05em;
    line-height: 1em;
}

    .mediaList .mediaList-item .square a span {
        z-index: 2;
        position: absolute;
        left: .5em;
        right: 1em;
        color: #fff;
    }

        .mediaList .mediaList-item .square a span em {
            font-style: normal;
            display: block;
            text-transform: uppercase;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            font-weight: normal;
            font-size: 65%;
            line-height: 1.2em;
        }

    .mediaList .mediaList-item .square a img {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: .5;
    }

    .mediaList .mediaList-item .square a:hover img {
        opacity: 1;
    }

    .mediaList .mediaList-item .square a:hover span {
        opacity: .7;
    }

.locations {
    margin: .5em 0 .25em 0;
}

.campsByLocation {
    margin: .5em;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

    .campsByLocation dt {
        margin: 0;
        padding: 0;
        font-size: 1.8em;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        text-transform: uppercase;
    }

        .campsByLocation dt a {
            display: block;
            background: #77777a;
            color: #fff;
            padding: .5em .75em;
            border-bottom: 1px solid #fff;
        }

            .campsByLocation dt a:hover {
                background: #135fab;
            }

        .campsByLocation dt .active {
            background: #135fab;
        }

            .campsByLocation dt .active h3 {
                margin: 0;
                padding: 0;
            }

            .campsByLocation dt.ui-state-active a, .campsByLocation dt.active a {
                background: #135fab;
            }

                .campsByLocation dt.ui-state-active a h3, .campsByLocation dt.active a h3 {
                    margin: 0;
                    padding: 0;
                }

    .campsByLocation dd {
        box-sizing: border-box;
        display: none;
        margin: 0;
        padding: 0;
        background: #b3b2b1;
    }

        .campsByLocation dd .cities {
            margin: 0;
            padding: 0;
        }

            .campsByLocation dd .cities h3 {
                margin: 0;
                padding: .75em 1.25em 0;
                font-size: 1.4em;
                color: #000;
            }

            .campsByLocation dd .cities li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .campsByLocation dd .cities li .camps {
                    margin: 0;
                    padding: .5em 1.75em;
                    border-bottom: 1px solid #fff;
                }

                    .campsByLocation dd .cities li .camps li {
                        margin: .25em 0;
                        padding: .25em 0;
                        display: block;
                    }

                        .campsByLocation dd .cities li .camps li a {
                            color: #fff;
                        }

                            .campsByLocation dd .cities li .camps li a:hover {
                                color: #efeeec;
                                text-decoration: underline;
                            }

                .campsByLocation dd .cities li ul li {
                    background: transparent !important;
                }

.area {
    margin: 0;
    padding: 0 .5em 1px;
}

    .area h2 {
        margin: 0;
        padding: 0;
        font-size: 2em;
    }

        .area h2 a {
            display: block;
            background: #000;
            color: #fff;
            padding: .5em .75em;
            border-bottom: 1px solid #fff;
        }

            .area h2 a:hover {
                background: #b3b2b1;
            }

        .area h2.active a {
            background: #ff4612;
        }

    .area li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .area li .cities {
            margin: 0;
            padding: 0;
            display: none;
            background: #dbd9d6;
        }

            .area li .cities h3 {
                margin: 0;
                padding: .75em 1.25em 0;
                font-size: 1.4em;
                color: #000;
            }

            .area li .cities li {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .area li .cities li .camps {
                    margin: 0;
                    padding: .5em 1.75em;
                    border-bottom: 1px solid #fff;
                }

                    .area li .cities li .camps li {
                        margin: .25em 0;
                        padding: .25em 0;
                        display: block;
                    }

.areaBlock {
    background: #b3b2b1;
    padding: 1.5em;
    margin: 1em;
}

    .areaBlock a {
        color: #fff;
    }

        .areaBlock a:hover {
            color: #000;
        }

    .areaBlock h2 {
        margin: 0 0 .5em;
        padding: 0;
        font-size: 3em;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        color: #000;
    }

    .areaBlock h3 {
        color: #000;
        font-size: 1.4em;
        margin: 0;
        padding: 0;
    }

    .areaBlock ul {
        margin: 0;
        padding: 0;
    }

        .areaBlock ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .areaBlock ul li ul {
                padding: 1em 0;
                margin: 0 0 1em;
                border-bottom: 1px solid #dbd9d6;
            }

                .areaBlock ul li ul li {
                    margin: 0 0 .5em;
                    padding: 0;
                }

                    .areaBlock ul li ul li:last-child {
                        margin: 0;
                    }

    .areaBlock .socialIcons {
        margin: 1em 0;
    }

        .areaBlock .socialIcons li {
            display: inline-block;
            margin: 0 0.75em;
        }

            .areaBlock .socialIcons li a .icon {
                width: 3em;
                height: 3em;
            }

.gridderBlocks li.areaBlockLink a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
}

    .gridderBlocks li.areaBlockLink a:hover {
        background: #ff4612;
    }

    .gridderBlocks li.areaBlockLink a span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1em;
        display: block;
        letter-spacing: 1px;
        padding: 16px;
    }

        .gridderBlocks li.areaBlockLink a span.cta {
            bottom: 0;
            top: auto;
            font-size: .85em;
            color: #fff;
        }

.gridderBlocks li.areaBlockLink.selectedItem a {
    background: #ff4612;
}

.gridderBlocks li.areaBlockLink.selectedItem span.cta {
    opacity: .03;
}

.campSubHeader {
    padding-top: 160px;
}

.searchSubHeader {
    padding-top: 75px;
}

.campTabsWrapper {
    position: fixed;
    top: 75px;
    left: 0;
    background: #b3b2b1;
    width: 100%;
    z-index: 99;
}

    .campTabsWrapper .campTabs {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .campTabsWrapper .campTabs li {
            display: inline;
            margin: 0 .9em;
            padding: 0;
            text-transform: uppercase;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        }

            .campTabsWrapper .campTabs li a {
                font-size: 1.2em;
                color: #000;
            }

                .campTabsWrapper .campTabs li a:hover {
                    color: #fff;
                }

            .campTabsWrapper .campTabs li:last-child {
                display: block;
                margin-top: 1em;
            }

                .campTabsWrapper .campTabs li:last-child a {
                    border: 1px solid #fff;
                    background: #ff4612;
                    padding: .25em 1em;
                    color: #fff;
                }

                    .campTabsWrapper .campTabs li:last-child a:hover {
                        background: #c0360f;
                        border: 1px solid #fff;
                    }

            .campTabsWrapper .campTabs li.active a {
                color: #fff;
                border-bottom: 1px solid #fff;
            }

            .campTabsWrapper .campTabs li.active:last-child a {
                background: transparent;
            }

.campTabsContainer {
    padding: 0.65em 0.75em 1em;
}

.campBreadcrumbs, .searchBreadcrumbs {
    display: none;
}

    .campBreadcrumbs em, .searchBreadcrumbs em {
        font-style: normal;
        font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: normal;
    }

.campPrimaryHeading {
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #dbd9d6;
}

    .campPrimaryHeading:before, .campPrimaryHeading:after {
        content: "";
        display: table;
        clear: both;
    }

    .campPrimaryHeading:after {
        clear: both;
    }

    .campPrimaryHeading .brandLogo {
        float: right;
        max-width: 90px;
        margin: 0 0 1em 1em;
    }

    .campPrimaryHeading h1 {
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        color: #000;
        letter-spacing: 0;
        font-size: 2em;
        margin: 0;
    }

.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;
    }

.reviewsCtaWrapper {
    text-align: left;
    padding: 0 0 1em;
    max-width: 240px;
}

    .reviewsCtaWrapper:before, .reviewsCtaWrapper:after {
        content: "";
        display: table;
        clear: both;
    }

    .reviewsCtaWrapper:after {
        clear: both;
    }

    .reviewsCtaWrapper h6 {
        font-size: .8em;
        margin: 0 0 .5em;
        padding: 0;
        clear: both;
        display: block;
    }

    .reviewsCtaWrapper .rating {
        margin: 0;
        padding: 0;
        max-width: 130px;
        float: left;
    }

        .reviewsCtaWrapper .rating ul {
            margin: 0;
        }

.reviewsCta {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    display: inline-block;
    background: #fff;
    font-size: .9em;
    padding: .35em 0 0 0;
    margin: 0;
}

.galleryBox {
    margin: 1em 0;
}

    .galleryBox:before, .galleryBox:after {
        content: "";
        display: table;
        clear: both;
    }

    .galleryBox:after {
        clear: both;
    }

    .galleryBox img {
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .galleryBox a {
        float: left;
        display: block;
        margin: 0 .25em .25em 0;
        background: #135fab;
        border: 1px solid #000;
        color: #fff;
        text-transform: uppercase;
        opacity: 1;
        width: 75px;
        height: 75px;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }

        .galleryBox a span {
            font-size: .8em;
            display: table-cell;
            vertical-align: middle;
            width: 75px;
            height: 75px;
        }

            .galleryBox a span .icon {
                font-size: 1em;
            }

        .galleryBox a:hover {
            opacity: .8;
        }

.fullDetails.extendedBody {
    padding-top: 2em;
}

.campDetailsBox.details__highlights {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.campDetailsBox {
    margin: 0;
    padding: 3em 0;
    border-bottom: 1px solid #dbd9d6;
}

    .campDetailsBox h2 {
        color: #b3b2b1;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        margin-top: 1em;
    }

    .campDetailsBox h3, .campDetailsBox h4, .campDetailsBox h5 {
        color: #77777a;
        text-transform: uppercase;
    }

    .campDetailsBox ul {
        margin-left: 2em;
        margin-bottom: 2em;
    }

    .campDetailsBox .coachListing,
    .campDetailsBox .reviewsListing,
    .campDetailsBox .itemListing {
        margin-left: 0;
    }

    .campDetailsBox .sectionCaption {
        margin: 0 0 0.75em;
        color: #b3b2b1;
    }

    .campDetailsBox .sectionSummary {
        font-size: 1.25em;
        margin: 0 0 1em;
    }

        .campDetailsBox .sectionSummary p {
            margin: 1em 0;
        }

    .campDetailsBox .itemListing {
        margin: 1em 6px;
        padding: 1em 1.5em;
        list-style: none;
        border: 1px solid #efeeec;
        -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 .itemListing li {
            margin: 0.75em 0;
            padding: 0;
            display: block;
            font-size: .9em;
            font-weight: 600;
        }

            .campDetailsBox .itemListing li a {
                color: #135fab;
            }

                .campDetailsBox .itemListing li a:hover {
                    color: #0e3f70;
                }

            .campDetailsBox .itemListing li:first-child {
                margin-top: 0;
            }

            .campDetailsBox .itemListing li:last-child {
                margin-bottom: 0;
            }

    .campDetailsBox .dailySchedule {
        margin: 1.5em 0;
        padding: 1.5em;
        background: #efeeec;
        border: 1px solid #ff4612;
        -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 .dailySchedule li {
            margin: .25em 0;
            padding: 1em;
            border-top: 1px solid #b3b2b1;
            list-style: none;
        }

            .campDetailsBox .dailySchedule li:before, .campDetailsBox .dailySchedule li:after {
                content: "";
                display: table;
                clear: both;
            }

            .campDetailsBox .dailySchedule li:after {
                clear: both;
            }

            .campDetailsBox .dailySchedule li:first-child {
                border: none;
            }

            .campDetailsBox .dailySchedule li span {
                display: block;
            }

            .campDetailsBox .dailySchedule li .time {
                float: left;
                width: 30%;
                text-align: right;
                color: #de7b03;
            }

            .campDetailsBox .dailySchedule li .activity {
                color: #000;
                float: right;
                width: 65%;
                text-align: left;
            }

.formWrapper .campDetailsBox {
    padding-top: 1.5em;
}

    .formWrapper .campDetailsBox h2 {
        margin-bottom: 0;
    }

    .formWrapper .campDetailsBox .sectionSubHeading {
        letter-spacing: 0;
    }

.campSidebar {
    margin: 0 0 0.75em;
    padding: 0;
}

    .campSidebar .cta.button {
        display: block;
    }

.campSidebarPrimaryCtas {
    margin: 0 0 1.25em;
}

    .campSidebarPrimaryCtas .cta {
        display: block;
        background: #135fab;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        padding: .75em 1em;
        margin: .25em 0;
        font-size: .9em;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .campSidebarPrimaryCtas .cta:hover {
            background: #ff4612;
            color: #fff;
        }

.campSidebarCtas {
    margin: 0;
}

    .campSidebarCtas h4 {
        font-size: .8em;
        color: #efeeec;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    }

    .campSidebarCtas .cta {
        color: #fff;
    }

        .campSidebarCtas .cta:hover {
            color: #ff4612;
        }

    .campSidebarCtas h4 {
        width: 30%;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .campSidebarCtas .social-share {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        margin: 0;
        padding: 0;
    }

    .campSidebarCtas .socialIcons {
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .campSidebarCtas .socialIcons li {
            margin: 0;
            padding: 0;
            display: inline-block;
            text-align: right;
        }

            .campSidebarCtas .socialIcons li .icon {
                width: 1.6em;
                height: 1.6em;
            }

.campShare {
    background: #dbd9d6;
    padding: .5em 1em;
    vertical-align: middle;
    display: table;
    width: 100%;
}

    .campShare:before, .campShare:after {
        content: "";
        display: table;
        clear: both;
    }

    .campShare:after {
        clear: both;
    }

    .campShare h4 {
        color: #000;
    }

    .campShare .socialIcons li a {
        color: #000;
    }

        .campShare .socialIcons li a .icon {
            fill: #000;
        }

        .campShare .socialIcons li a:hover {
            color: #efeeec;
        }

            .campShare .socialIcons li a:hover .icon {
                fill: #ff4612;
            }

.campSocial {
    background: #000;
    color: #b3b2b1;
    padding: .5em 1em;
    vertical-align: middle;
    display: table;
    width: 100%;
}

    .campSocial:before, .campSocial:after {
        content: "";
        display: table;
        clear: both;
    }

    .campSocial:after {
        clear: both;
    }

    .campSocial h4 {
        color: #fff;
    }

    .campSocial .socialIcons li a {
        color: #fff;
    }

        .campSocial .socialIcons li a .icon {
            fill: #fff;
        }

        .campSocial .socialIcons li a:hover {
            color: #efeeec;
        }

            .campSocial .socialIcons li a:hover .icon {
                fill: #ff4612;
            }

.campLocation {
    margin: 0;
    padding: 0;
    background: #b3b2b1;
}

    .campLocation .map {
        border: 1px solid #b3b2b1;
    }

        .campLocation .map img {
            width: 100%;
            margin: 0;
        }

    .campLocation .vcard {
        padding: 1em;
    }

        .campLocation .vcard div {
            font-size: .8em;
            color: #fff;
        }

        .campLocation .vcard h3 {
            font-size: .9em;
            margin: 0 0 .25em;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            color: #000;
        }

.coachListing, .reviewsListing {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .coachListing li, .reviewsListing li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .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 .review-quote {
        float: left;
        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: #135fab;
            margin: 0 0 .25em 0;
            padding: 0;
        }

        .reviewsListing li .review .review-quote blockquote {
            margin: .5em 0;
            padding: 1.5em;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .reviewsListing li .review .review-quote blockquote p {
                margin: 0;
                padding: 0;
                letter-spacing: 0;
                font-size: .9em;
                line-height: 1.4em;
                color: #000;
            }

    .reviewsListing li.alt .review .icon {
        color: #de7b03;
    }

    .reviewsListing li.alt .review .review-quote h5 {
        color: #000;
    }

.review-quote blockquote {
    position: relative;
    padding: 2em;
    margin: 0;
    background: #eee;
    /* default background for browsers without gradient support */
    /* css3 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#eee));
    background: -moz-linear-gradient(#ccc, #eee);
    background: -o-linear-gradient(#ccc, #eee);
    background: linear-gradient(#ccc, #eee);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    /* display of quote author (alternatively use a class on the element following the blockquote) */
    .review-quote blockquote + p {
        margin: 15px 0 2em 85px;
        font-style: italic;
    }

    /* creates the triangle */
    .review-quote blockquote:after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 50px;
        border-width: 0 20px 50px 0px;
        border-style: solid;
        border-color: transparent #eee;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
        z-index: 1;
    }

.imgBox, .coachThumb {
    border: 1px solid #b3b2b1;
}

    .imgBox img, .coachThumb img {
        width: 100%;
        max-width: 100%;
    }

.campDetailsBox .campDetailsBox--header:before, .campDetailsBox .campDetailsBox--header:after {
    content: "";
    display: table;
    clear: both;
}

.campDetailsBox .campDetailsBox--header:after {
    clear: both;
}

.campDetailsBox .campDetailsBox--header h2 {
    color: #000;
    margin-top: 0;
}

.campDetailsBox .campDetailsBox--content {
    position: relative;
}

    .campDetailsBox .campDetailsBox--content .cta.backUp {
        color: #135fab;
        text-align: right;
        float: right;
        margin: 0 1.5em 0 0;
    }

        .campDetailsBox .campDetailsBox--content .cta.backUp:hover {
            color: #0e3f70;
        }

.campDetailsBox.specialtyBox {
    border: 1px solid #dbd9d6;
    border-top: 1px solid #b3b2b1;
    margin-bottom: 3em;
    margin-top: 3em;
    padding: 0;
}

    .campDetailsBox.specialtyBox .campDetailsBox--header {
        border: none;
        background: #b3b2b1;
        z-index: 10;
        transition: none;
        position: relative;
        padding: 1em;
    }

        .campDetailsBox.specialtyBox .campDetailsBox--header h2 {
            color: #000;
            text-align: left;
            margin: 0 0 0 .25em;
            padding: 0;
        }

            .campDetailsBox.specialtyBox .campDetailsBox--header h2 .icon {
                color: #000;
            }

        .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: #b3b2b1;
            border-width: 10px;
            margin-left: -10px;
        }

    .campDetailsBox.specialtyBox .campDetailsBox--content {
        padding: 0;
        border: none;
    }

        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session {
            background: #efeeec;
            color: #77777a;
            padding: 3em 1.5em 1.5em;
            border-top: 1px solid #dbd9d6;
        }

            .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session .notification {
                text-align: center;
                text-transform: uppercase;
                font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
                color: #000;
            }

            .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:first-child {
                border-top: none;
            }

            .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:nth-child(odd) {
                background: #fff;
            }

                .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:nth-child(odd) .session--pricing-option {
                    background: #efeeec;
                }

        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .cta--register {
            margin: 3px;
            -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);
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header {
            padding: 0;
            margin: 0;
        }

            .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 {
                text-transform: uppercase;
                font-size: 150%;
                font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
                max-width: 850px;
            }

                .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a {
                    color: #135fab;
                }

                    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a:hover {
                        color: #0e3f70;
                    }

        .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;
        }

            .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;
            font-style: italic;
        }

        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta {
            text-align: center;
            text-transform: uppercase;
            margin: 0;
            padding: 1em 1.5em;
            background: #b3b2b1;
            color: #fff;
            border-top: 1px solid #efeeec;
        }

            .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: #000;
            }

.buttonList {
    margin: 0;
    padding: 0;
}

    .buttonList li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.coachProfile {
    margin: 0 0 1.5em;
}

    .coachProfile p {
        margin: .75em 0;
    }

    .coachProfile h3 {
        line-height: 1em;
        margin-top: -.25em;
    }

        .coachProfile h3 span {
            display: block;
            font-size: 50%;
            color: #b3b2b1;
        }

    .coachProfile a {
        color: #000;
    }

        .coachProfile a:hover {
            color: #b3b2b1;
        }

    .coachProfile .img {
        margin-right: 1.5em;
    }

.extendedBody img {
    width: 100%;
    max-width: 100%;
}

.extendedBody p img {
    border: 1px solid #000;
}

.searchListing {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .searchListing li {
        margin: 0 0 1em;
        padding: 0 0 1em;
        border-bottom: 1px solid #efeeec;
        list-style: none;
    }

        .searchListing li:before, .searchListing li:after {
            content: "";
            display: table;
            clear: both;
        }

        .searchListing li:after {
            clear: both;
        }

        .searchListing li a .img img {
            border: 2px solid #000;
            max-width: 70px;
        }

        .searchListing li a .bd {
            padding-left: 0.75em;
        }

        .searchListing li a .rating {
            margin-bottom: .75em;
        }

        .searchListing li a p {
            margin: 0 0 .5em;
            color: #77777a;
            font-size: .9em;
        }

        .searchListing li a .linkCta {
            font-size: .9em;
            color: #b3b2b1;
        }

.campNewsTipsArticle article {
    color: #333;
}

    .campNewsTipsArticle article .date {
        display: block;
        text-transform: uppercase;
        font-size: .8em;
        border-bottom: 1px solid #dbd9d6;
        margin: 0 0 2em;
        padding: 0 0 1em;
        color: #b3b2b1;
    }

    .campNewsTipsArticle article ul {
        margin-top: 0;
        margin-bottom: 1.75em;
    }

    .campNewsTipsArticle article p + ul {
        margin-top: -.75em;
    }

    .campNewsTipsArticle article h1 {
        letter-spacing: 0;
        color: #000;
    }

    .campNewsTipsArticle article .img {
        margin: 0 0 1em;
    }

        .campNewsTipsArticle article .img .caption {
            font-size: .8em;
            margin: .5em 0;
            padding: 0;
            color: #b3b2b1;
        }

        .campNewsTipsArticle article .img img {
            width: 100%;
            max-width: 100%;
        }

            .campNewsTipsArticle article .img img.withBorder {
                border: 1px solid #000;
            }

.campNewsTipsContent .mediaList-content {
    border: 1px solid #efeeec;
    background: #fff;
    padding-bottom: 2em;
    -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);
}

    .campNewsTipsContent .mediaList-content .blogContent {
        padding: 1em;
    }

        .campNewsTipsContent .mediaList-content .blogContent h3 {
            letter-spacing: -1px;
            color: #000;
        }

        .campNewsTipsContent .mediaList-content .blogContent.featuredContent h2 {
            color: #b3b2b1;
        }

    .campNewsTipsContent .mediaList-content a .blogThumbnail {
        overflow: hidden;
    }

    .campNewsTipsContent .mediaList-content a img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .campNewsTipsContent .mediaList-content a:hover img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .campNewsTipsContent .mediaList-content a:hover h3 {
        color: #ff4612;
    }

    .campNewsTipsContent .mediaList-content.featuredCamp .blogContent {
        padding: 0 1em;
    }

        .campNewsTipsContent .mediaList-content.featuredCamp .blogContent h3 {
            margin-top: .5em;
        }

.articleShare {
    border-top: 1px solid #dbd9d6;
    padding: 0.75em 0 0 0;
    clear: both;
}

    .articleShare h6 {
        margin: 0.75em 0;
    }

    .articleShare ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .articleShare ul li {
            margin: 0 1em 0 0;
            padding: 0;
            list-style: none;
            display: inline-block;
        }

            .articleShare ul li a {
                color: #000;
            }

                .articleShare ul li a .icon {
                    fill: #000;
                }

                .articleShare ul li a:hover {
                    color: #ff4612;
                }

                    .articleShare ul li a:hover .icon {
                        fill: #ff4612;
                    }

.heroImage {
    background: #000;
}

    .heroImage img {
        width: 100%;
        max-width: 100%;
    }

.mediaList-item .mediaSlug {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #b3b2b1;
    margin: .25em 0 .15em 0;
}

    .mediaList-item .mediaSlug .icon {
        color: #ff4612;
        float: right;
        font-size: 2em;
    }

.mediaList-item p {
    color: #77777a;
}

.mediaList-item .mediaCta {
    color: #135fab;
    text-decoration: underline;
}

    .mediaList-item .mediaCta:hover {
        color: #ff4612;
    }

.paginationWrapper .pagination {
    margin: 0;
}

.pagination .button {
    margin-bottom: 5px;
}

.nextPage a, .prevPage a {
    display: block;
    padding: 2em;
    background: #efeeec;
    color: #000;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
}

    .nextPage a:before, .nextPage a:after, .prevPage a:before, .prevPage a:after {
        content: "";
        display: table;
        clear: both;
    }

    .nextPage a:after, .prevPage a:after {
        clear: both;
    }

    .nextPage a:hover, .prevPage a:hover {
        color: #ff4612;
    }

.nextPage {
    text-align: right;
}

.prevPage {
    text-align: left;
    padding-left: 0 !important;
}

.sectionNavButtons {
    background: #b3b2b1;
    text-align: center;
    padding: 0;
}

    .sectionNavButtons .cta {
        padding: 1em;
        color: #fff;
        background: #b3b2b1;
        display: block;
    }

        .sectionNavButtons .cta:hover {
            color: #77777a;
        }

.sidebarNewsListing, .sidebarNavMenu {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dbd9d6;
}

    .sidebarNewsListing li, .sidebarNavMenu li {
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid #dbd9d6;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        text-transform: uppercase;
    }

        .sidebarNewsListing li a, .sidebarNavMenu li a {
            display: block;
            padding: 1em 0;
        }

        .sidebarNewsListing li.active a.parent, .sidebarNavMenu li.active a.parent {
            color: #fff;
            background: #000;
        }

        .sidebarNavMenu li a {
            padding: 0.5em 1.5em;
        }

            .sidebarNavMenu li a:hover {
                background: #efeeec;
            }

        .sidebarNavMenu li ul {
            display: none;
        }

        .sidebarNavMenu li.active ul {
            display: block;
            margin: 0;
            padding: 0;
            border: none;
            background: #efeeec;
        }

            .sidebarNavMenu li.active ul li {
                border: none;
                margin: 0;
                padding: 0 1em;
                border-top: 1px solid #fff;
            }

                .sidebarNavMenu li.active ul li a {
                    text-transform: none;
                }

                .sidebarNavMenu li.active ul li.active a {
                    color: #ff4612;
                }

    .sidebarNavMenu.notNavigation li a {
        text-transform: none;
        color: #ff4612;
        font-weight: 300;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    }

        .sidebarNavMenu.notNavigation li a:hover {
            color: #135fab;
        }

.sidebarNavMenu-heading {
    text-transform: uppercase;
    font-size: 1.2em;
}

.contentWrapper .programLogo {
    max-width: 150px;
    margin: 0 auto 1em;
}

@media only screen and (min-width: 46em) {
    .mediaList .mediaList-item .square a {
        font-size: 1.8em;
    }

    .campNewsTipsContent .mediaList-content .blogContent.featuredContent {
        padding: 2em;
    }

        .campNewsTipsContent .mediaList-content .blogContent.featuredContent .searchListing {
            max-width: 80%;
        }

    .campDetailsBox .campDetailsBox--header:before, .campDetailsBox .campDetailsBox--header:after {
        content: "";
        display: table;
        clear: both;
    }

    .campDetailsBox .campDetailsBox--header:after {
        clear: both;
    }

    .campDetailsBox .campDetailsBox--header h2 {
        color: #000;
        margin-top: 0;
    }

    .campDetailsBox .campDetailsBox--header.withButton .cta {
        float: right;
        margin-right: 1.5em;
    }

    .campDetailsBox .campDetailsBox--header.withButton h2 {
        float: left;
    }
}

@media only screen and (min-width: 55em) {
    .container {
        padding: 0 2em;
    }

        .container.pad--top {
            padding-top: 2em;
        }

    .programWrapper {
        max-width: 800px;
    }

    .heroImage.pageHeaderImage {
        height: 300px;
        overflow: hidden;
        background-position: top center;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    .bp2-bg-extralight {
        background: #f8f7f6;
    }

    .nextPage {
        text-align: right;
    }

        .nextPage span {
            display: inline-block;
        }

    .prevPage {
        text-align: left;
        padding-left: 0 !important;
    }

        .prevPage span {
            display: inline-block;
        }

    .campNewsTipsArticle article {
        margin: 6px;
        padding: 2em;
        border: 1px solid #efeeec;
        -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);
    }

        .campNewsTipsArticle article .img {
            float: right;
            width: 40%;
            margin: 0 0 1em 1em;
        }

    .campNewsTipsContent section {
        margin: 6px;
        padding: 2em;
        border: 1px solid #efeeec;
        -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);
    }

        .campNewsTipsContent section:before, .campNewsTipsContent section:after {
            content: "";
            display: table;
            clear: both;
        }

        .campNewsTipsContent section:after {
            clear: both;
        }

        .campNewsTipsContent section h1 {
            margin: .5em 0;
        }

    .sidebarNavMenu {
        margin-top: 6px;
    }

    .searchListing li a .img img {
        max-width: 100%;
    }

    .searchListing li a .bd {
        padding-left: 1em;
    }

    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 {
        font-size: 200%;
    }

    .campRelatedBox {
        background: #fff;
        margin: 0 0 2em -0.75em;
    }

        .campRelatedBox .boxHeading {
            padding: .75em 0 0 .75em;
        }

        .campRelatedBox .mediaList .mediaList-item {
            max-width: 300px;
        }

    .campTabsWrapper {
        top: 95px;
        z-index: 99;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.19);
        -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.19);
        box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.19);
    }

        .campTabsWrapper .campTabs li {
            margin: 0 2em;
        }

            .campTabsWrapper .campTabs li a {
                font-size: 1.2em;
            }

            .campTabsWrapper .campTabs li:last-child {
                display: inline;
                margin: 0;
            }

    .campTabsContainer {
        padding: 1em 1.5em;
    }

    .buttonList {
        margin: 0;
        padding: 0 0 2em;
    }

        .buttonList:before, .buttonList:after {
            content: "";
            display: table;
            clear: both;
        }

        .buttonList:after {
            clear: both;
        }

        .buttonList li {
            margin: 0 .25em .25em 0;
            padding: 0;
            list-style: none;
            float: left;
        }

    .campPrimaryHeading {
        padding: 1.5em 0;
        margin: 0;
    }

        .campPrimaryHeading .brandLogo {
            float: right;
            max-width: 120px;
            margin: 0 0 1.5em 1.5em;
        }

        .campPrimaryHeading h1 {
            font-size: 3em;
        }

    .campBreadcrumbs, .searchBreadcrumbs {
        border-bottom: 1px solid #dbd9d6;
        padding: 0 1em 0.75em;
        display: block;
    }

        .campBreadcrumbs .inquiriesContactInfo, .searchBreadcrumbs .inquiriesContactInfo {
            color: #b3b2b1;
            display: block;
            padding: 0;
        }

    .searchBreadcrumbs {
        padding: 0.75em 1.5em 0.75em;
    }

    .campSubHeader {
        padding-top: 165px;
    }

    .searchSubHeader {
        padding-top: 95px;
    }

    .bp2-right {
        float: right;
    }

    .mediaList .mediaList-item .square a {
        font-size: 1.4em;
    }

    .gridderBlocks li.areaBlockLink a span {
        font-size: 1.4em;
    }

    .gridderBlocks li.areaBlockLink a .cta {
        right: 0;
        left: auto;
    }

    .review .review-quote {
        max-width: 84%;
    }

    .campDetailsBox .dailySchedule {
        max-width: 84%;
    }

    .coachProfile {
        max-width: 84%;
    }

        .coachProfile p {
            font-size: .9em;
        }

    .slideCaption .button {
        margin-top: 1em;
    }
}

@media only screen and (min-width: 70em) {
    .contentWrapper .programLogo {
        float: right;
        text-align: right;
        margin: 0 0 0 0.75em;
    }

    .heroImage.pageHeaderImage {
        height: 420px;
        overflow: hidden;
    }

    .campDetailsBox--content {
        max-width: 90%;
    }

        .campDetailsBox--content.wide {
            max-width: 100%;
        }

            .campDetailsBox--content.wide .sectionSummary {
                max-width: 84%;
            }

    .campPrimaryHeading {
        padding-top: 2em;
    }

        .campPrimaryHeading h1 {
            font-size: 3.8em;
        }

    .campBreadcrumbs, .searchBreadcrumbs {
        padding: 0 1.5em 0.75em;
    }

        .campBreadcrumbs .inquiriesContactInfo, .searchBreadcrumbs .inquiriesContactInfo {
            text-align: right;
        }

    .searchBreadcrumbs {
        padding: 0.75em 1.5em 0.75em;
    }

    .bp3-text-right {
        text-align: right;
    }

    .bp3-text-left {
        text-align: left;
    }

    .mediaList .mediaList-item .square a {
        font-size: 1.6em;
    }

    .gridderBlocks li.areaBlockLink a span {
        font-size: 1.2em;
        padding: 20px;
    }
}

@media only screen and (min-width: 85em) {
    .contentWrapper .programLogo {
        max-width: 250px;
    }
}

@media only screen and (min-width: 110em) {
    .mediaList .mediaList-item .square a {
        font-size: 2em;
    }

    .gridderBlocks li.areaBlockLink a span {
        font-size: 1.6em;
    }
}

.breadcrumbs, .campBreadcrumbs, .searchBreadcrumbs {
    text-transform: uppercase;
    color: #b3b2b1;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

    .breadcrumbs a, .campBreadcrumbs a, .searchBreadcrumbs a {
        color: #000;
    }

        .breadcrumbs a:hover, .campBreadcrumbs a:hover, .searchBreadcrumbs a:hover {
            color: #ff4612;
        }

    .breadcrumbs span, .campBreadcrumbs span, .searchBreadcrumbs span {
        padding: 0 .25em;
        color: #dbd9d6;
    }

/** ==========================================================

  Navigation Layout

========================================================== **/
nav {
    margin: 0;
    padding: 0;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav ul li {
            margin: 0;
            padding: 0;
        }

            nav ul li a {
                cursor: pointer;
                color: #000;
                position: relative;
                font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
                font-size: 1.3em;
                letter-spacing: -1px;
                font-weight: 300;
                text-transform: uppercase;
            }

                nav ul li a span {
                    padding: 0;
                    border-bottom: 1px solid transparent;
                    -moz-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                }

                    nav ul li a span:before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 2px;
                        bottom: 0;
                        left: 0;
                        background-color: #000;
                        visibility: hidden;
                        -webkit-transform: scaleX(0);
                        transform: scaleX(0);
                        -webkit-transition: all 0.3s ease-in-out 0s;
                        transition: all 0.3s ease-in-out 0s;
                    }

                nav ul li a:hover {
                    color: #000;
                }

                    nav ul li a:hover span:before {
                        visibility: visible;
                        -webkit-transform: scaleX(1);
                        transform: scaleX(1);
                    }

            nav ul li .active span:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

            nav ul li.navItemCartIcon span:before {
                height: 0;
            }

            nav ul li.active a span:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

.navContainer {
    background: #efeeec;
    
}

    .navContainer .navListContainer {
        display: none;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow: scroll;
        height: 100%;
        width: 100%;
        background:  #efeeec; 
        z-index: 99;
    }

        .navContainer .navListContainer.activate {
            display: block;
        }

    .navContainer .navListContainerInner {
        display: block;
        width: 100%;
        height: 100%;
    }

    .navContainer ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .navContainer ul li {
            margin: 1em 0;
            padding: 0;
            list-style: none;
            display: block;
            width: 100%;
        }

            .navContainer ul li.navItemSearchIcon,
            .navContainer ul li.navItemCartIcon {
                display: none;
                margin-left: 1em;
                margin-right: 1em;
            }

                .navContainer ul li.navItemSearchIcon a,
                .navContainer ul li.navItemCartIcon a {
                    display: block;
                }

                    .navContainer ul li.navItemSearchIcon a .icon,
                    .navContainer ul li.navItemCartIcon a .icon {
                        width: 25px;
                        height: 25px;
                        fill: #000;
                        position: relative;
                        top: 5px;
                    }

                    .navContainer ul li.navItemSearchIcon a:hover .icon,
                    .navContainer ul li.navItemCartIcon a:hover .icon {
                        fill: #ff4612;
                    }

    .navContainer .fieldContainer {
        position: relative;
    }

        .navContainer .fieldContainer label {
            display: none;
        }

        .navContainer .fieldContainer button {
            height: 40px;
            width: 40px;
        }

        .navContainer .fieldContainer .mobileNavSearchButton {
            line-height: 46px;
        }

            .navContainer .fieldContainer .mobileNavSearchButton .icon {
                width: 15px;
                height: 15px;
            }

        .navContainer .fieldContainer input {
            height: 40px;
            background: #fff;
            color: #000;
            padding: 0 40px 0 1em;
        }

/*
#nav-toggle {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  cursor: pointer;
  padding: 10px 35px 16px 0px; }
  #nav-toggle span,
  #nav-toggle span::before,
  #nav-toggle span::after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span::before {
    top: -10px; }
  #nav-toggle span::after {
    bottom: -10px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span::before {
      transform: rotate(45deg);
      background: #000; }
    #nav-toggle.active span::after {
      transform: rotate(-45deg);
      background: #000; }

        */

#nav-toggle {
    position: absolute;
    right: 1.2em;
    top: 1em;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 35px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
            background: #000;
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            background: #000;
        }

.drawer-navbar .drawer-dropdown-menu {
    display: none;
}

    .drawer-navbar .drawer-dropdown-menu.mega-wide {
        width: 65%;
    }

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #77777a;
    border: 2px solid #ff4612;
}

    .drawer-dropdown-menu > li {
        width: 100%;
        list-style: none;
    }

.drawer-dropdown-menu-item {
    line-height: 2rem;
    font-size: 1.4em;
    display: block;
    padding: .15em 1rem;
    text-decoration: none;
    color: #fff;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
}

    .drawer-dropdown-menu-item span {
        font-size: 1.6rem;
        width: 2rem;
        display: inline-block;
        color: #fff;
    }

    .drawer-dropdown-menu-item:hover {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
}

.drawer-container {
    margin-right: auto;
    margin-left: auto;
}

    .drawer-container:before, .drawer-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .drawer-container:after {
        clear: both;
    }

.navbarWrapper nav ul li .dropdownButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    padding: .75em 0;
    margin: 0;
    display: block;
    width: 52px;
    text-align: center;
}

    .navbarWrapper nav ul li .dropdownButton:hover {
        background: #000;
    }

.navbarWrapper nav ul .drawer-dropdown .dropdownButton {
    border-left: 1px solid #d8d9db;
    background: #fff;
}

    .navbarWrapper nav ul .drawer-dropdown .dropdownButton .icon {
        fill: #000;
    }

.navbarWrapper nav ul .drawer-dropdown ul {
    margin-top: -15px;
    padding: 1.5em;
    background: #000;
    border: none;
    width: auto;
    max-width: 250px;
    -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);
}

    .navbarWrapper nav ul .drawer-dropdown ul li {
        margin: 0 0 .75em 0;
        padding: 0;
        border: none;
        display: block !important;
        height: auto;
        line-height: 1.2em;
        text-align: left;
    }

        .navbarWrapper nav ul .drawer-dropdown ul li a {
            color: #fff;
            text-transform: none;
            letter-spacing: 0;
            font-size: 1.1em;
            padding: 0;
            font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
            display: block;
        }

            .navbarWrapper nav ul .drawer-dropdown ul li a:hover {
                color: #ff4612;
            }

            .navbarWrapper nav ul .drawer-dropdown ul li a span {
                font-size: .8em;
            }

    .navbarWrapper nav ul .drawer-dropdown ul.mega-wide {
        max-width: 65%;
    }

.navbarWrapper nav ul .drawer-dropdown.open .dropdownButton {
    border-left: none;
    background: #efeeec;
}

@media screen and (min-height: 350px) {
    .navContainer .navListContainerInner {
        display: table;
        width: 100%;
        height: 100%;
        padding-top: 80px;
    }

    .navContainer ul {
        display: table-row;
        vertical-align: middle;
    }

    .navContainer .searchBox {
        display: table-row;
        width: 100%;
        z-index: 99;
        background: #ff4612;
    }

        .navContainer .searchBox .searchBoxInner {
            padding: 1em 2em;
        }
}

@media only screen and (min-width: 55em) {
    #nav-toggle {
        right: 2.25em;
        top: 2.25em;
    }

    .drawer-dropdown .drawer-caret {
        display: none;
    }

    .navbarWrapper nav ul li .dropdownButton {
        display: none;
    }

    .navContainer .navListContainer {
        overflow: visible;
    }

    .navbarWrapper nav ul .drawer-dropdown .drawer-dropdown-menu {
        position: absolute;
    }

    .navbarWrapper nav ul .drawer-dropdown:hover .drawer-dropdown-menu {
        display: block;
    }
}

@media only screen and (min-width: 64em) {
    .navContainer {
        float: right;
        width: 70%;
        position: relative;
        height: auto !important;
    }

        .navContainer .navListContainer {
            height: auto !important;
            display: block;
            position: relative;
            padding:0px;
        }

        .navContainer .navListContainerInner {
            display: block;
            padding-top: 0;
            height: 84px; /*auto !important;*/
        }

        .navContainer .searchBox {
            display: none;
        }

        .navContainer ul {
            padding: 0 2em 0 0;
            text-align: right;
            height: auto !important;
            display: block;
        }

            .navContainer ul li {
                display: inline-block;
                height: 95px;
                line-height: 95px;
                margin: 0 .75em;
                padding: 0;
                width: auto !important;
            }

            .navContainer ul .forMobile {
                display: none;
            }

            .navContainer ul li.navItemSearchIcon {
                display: inline-block;
            }

            .navContainer ul li.navItemCartIcon {
                display: inline-block;
            }
}

@media only screen and (min-width: 85em) {
    .navContainer ul li {
        margin: 0 1.5em;
    }
}

@media only screen and (min-width: 110em) {
    .navContainer ul li {
        margin: 0 2em;
    }
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 75px;
    width: 95px;
    z-index: 100;
}

@media only screen and (max-width: 63.99em) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 0;
    }

        nav ul li {
            float: none;
        }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 55em) {
    .nav-list {
        display: block !important;
    }

    
}

.slideshow {
    margin-top: 75px;
}

.unsliderSlideshow, .sudoSlider {
    max-width: 120em;
    margin: 0 auto;
}

    .unsliderSlideshow img, .sudoSlider img {
        width: 100%;
    }

.fullWidthSlideshow img {
    width: 100%;
    max-width: 100%;
}

.slide {
    color: #fff;
}

    .slide img {
        width: 100%;
    }

.slideshowWrapper,
.fullWidthSlideshow-wrapper {
    position: relative;
}

.prevBtn {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.65em;
}

.nextBtn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.65em;
}

    .prevBtn:after, .nextBtn:after, .ms-nav-prev:after, .ms-nav-next:after {
        content: "";
        background-image: url("../gfx/slideshow-back.svg");
        background-repeat: no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 0;
        top: 50%;
        margin-top: -1.4em;
        margin-left: 0;
    }

    .nextBtn:after, .ms-nav-next:after {
        background-image: url("../gfx/slideshow-go.svg");
        left: auto;
        right: 0;
    }

    .ms-nav-prev:hover,
    .ms-nav-next:hover,
    .prevBtn:hover,
    .prevBtn:focus,
    .nextBtn:hover,
    .nextBtn:focus {
        opacity: .6;
    }

.homeSlideshowWrapper {
    position: relative;
    background: #ff4612;
}

    .homeSlideshowWrapper .controls {
        position: absolute;
        bottom: 2px;
        right: 0;
        left: 0;
        text-align: center;
        display: block;
    }

        .homeSlideshowWrapper .controls li {
            list-style: none;
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 3em;
            height: 3em;
        }

        .homeSlideshowWrapper .controls .prevBtn,
        .homeSlideshowWrapper .controls .nextBtn {
            position: relative;
            bottom: 0;
            top: auto;
            right: auto;
            left: auto;
            display: block;
            margin-top: 0;
            width: 3em;
            height: 3em;
        }

            .homeSlideshowWrapper .controls .prevBtn:after, .homeSlideshowWrapper .controls .nextBtn:after {
                width: 3em;
                height: 3em;
            }

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #888;
    padding: 10px;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url("../images/down.png") center center no-repeat;
    background-size: 50%;
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.slides, .fullWidthSlideshow-slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .slides li, .fullWidthSlideshow-slides li {
        margin: 0;
        padding: 0;
    }

        .slides li .slide-text, .fullWidthSlideshow-slides li .slide-text {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
        }

            .slides li .slide-text p, .fullWidthSlideshow-slides li .slide-text p {
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: center;
                color: #fff;
                font-size: 2em;
                padding: 0 1.5em;
                opacity: 0;
                -webkit-transition: opacity .9s ease-in;
                -moz-transition: opacity .9s ease-in;
                -o-transition: opacity .9s ease-in;
                -ms-transition: opacity .9s ease-in;
                transition: opacity .9s ease-in;
            }

            .slides li .slide-text.darkType p, .fullWidthSlideshow-slides li .slide-text.darkType p {
                color: #000;
            }

        .slides li.sy-active .slide-text p, .fullWidthSlideshow-slides li.sy-active .slide-text p {
            opacity: 1;
        }

    .slider img, .slides img {
        width: 100%;
    }

.slider {
    width: 100%;
}

@media only screen and (min-width: 46em) {
    .prevBtn:after, .nextBtn:after, .ms-nav-prev:after, .ms-nav-next:after {
        line-height: 2.8em;
        width: 2.8em;
        height: 2.8em;
    }

    .homeSlideshowWrapper {
        padding-bottom: 0;
    }

        .homeSlideshowWrapper .controls {
            left: auto;
            bottom: 0;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
        }

            .homeSlideshowWrapper .controls li {
                list-style: none;
                margin: 0;
                padding: 0;
                display: inline-block;
                width: 3.2em;
                height: 3.2em;
            }

            .homeSlideshowWrapper .controls .prevBtn,
            .homeSlideshowWrapper .controls .nextBtn {
                position: relative;
                bottom: 3px;
                top: auto;
                right: auto;
                left: auto;
                display: block;
                margin-top: 0;
                width: 3.2em;
                height: 3.2em;
            }

                .homeSlideshowWrapper .controls .prevBtn:after, .homeSlideshowWrapper .controls .nextBtn:after {
                    width: 3.2em;
                    height: 3.2em;
                }
}

@media only screen and (min-width: 55em) {
    .slider {
        padding: 3em 0;
    }

    .slides li .slide-text p {
        padding: 0 3em;
        font-size: 4.6em;
    }

    .prevBtn {
        margin-top: -2.25em;
        left: 0%;
    }

    .nextBtn {
        margin-top: -2.25em;
    }
}

@media only screen and (min-width: 70em) {
    .slider {
        padding: 5em 0;
    }

    .homeSlideshowWrapper {
        padding-bottom: 0;
    }

        .homeSlideshowWrapper .controls {
            left: auto;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
        }

            .homeSlideshowWrapper .controls li {
                list-style: none;
                margin: 0;
                padding: 0;
                display: inline-block;
                width: 4em;
                height: 4em;
            }

            .homeSlideshowWrapper .controls .prevBtn,
            .homeSlideshowWrapper .controls .nextBtn {
                position: relative;
                bottom: 8px;
                top: auto;
                right: auto;
                left: auto;
                display: block;
                margin-top: 0;
                width: 4em;
                height: 4em;
            }

                .homeSlideshowWrapper .controls .prevBtn:after, .homeSlideshowWrapper .controls .nextBtn:after {
                    width: 4em;
                    height: 4em;
                }
}
/**
 *
 * slippry v1.3.1 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2015, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-moz-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-ms-keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@keyframes left-right {
    0% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }

    100% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }
}

@-webkit-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-moz-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@-ms-keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}

@keyframes right-left {
    0% {
        -moz-transform: translateY(0%) translateX(10%);
        -ms-transform: translateY(0%) translateX(10%);
        -webkit-transform: translateY(0%) translateX(10%);
        transform: translateY(0%) translateX(10%);
    }

    100% {
        -moz-transform: translateY(-20%) translateX(-10%);
        -ms-transform: translateY(-20%) translateX(-10%);
        -webkit-transform: translateY(-20%) translateX(-10%);
        transform: translateY(-20%) translateX(-10%);
    }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
    background: url("../gfx/loader.gif") 50% 50% no-repeat;
    -moz-background-size: 160px;
    -o-background-size: 160px;
    -webkit-background-size: 160px;
    background-size: 160px;
    min-height: 160px;
}

    .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
        visibility: hidden;
    }

/* element that wraps the slides */
.sy-slides-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

    .sy-slides-wrap:hover .sy-controls {
        display: block;
    }

/* element that crops the visible area to the slides */
.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}

/* list containing the slides */
.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

    .sy-list.horizontal {
        -moz-transition: left ease;
        -o-transition: left ease;
        -webkit-transition: left ease;
        transition: left ease;
    }

    .sy-list.vertical {
        -moz-transition: top ease;
        -o-transition: top ease;
        -webkit-transition: top ease;
        transition: top ease;
    }

/* single slide */
.sy-slide {
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .sy-slide.kenburns {
        width: 140%;
        left: -20%;
    }

        .sy-slide.kenburns.useCSS {
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            -webkit-transition-property: opacity;
            transition-property: opacity;
        }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
                -webkit-animation-name: left-right;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: left-right;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: left-right;
                -o-animation-fill-mode: forwards;
                animation-name: left-right;
                animation-fill-mode: forwards;
            }

            .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
                -webkit-animation-name: right-left;
                -webkit-animation-fill-mode: forwards;
                -moz-animation-name: right-left;
                -moz-animation-fill-mode: forwards;
                -o-animation-name: right-left;
                -o-animation-fill-mode: forwards;
                animation-name: right-left;
                animation-fill-mode: forwards;
            }

    .sy-slide.sy-active {
        z-index: 3;
    }

    .sy-slide > img {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        border: 0;
    }

    .sy-slide > a {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

        .sy-slide > a > img {
            margin: 0;
            padding: 0;
            display: block;
            width: 100%;
            border: 0;
        }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
    display: block;
    list-style: none;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
}

    .sy-controls li {
        position: absolute;
        width: 2.8em;
        min-width: 2.8em;
        height: 100%;
        z-index: 33;
        margin: 0;
        padding: 0;
        display: block;
    }

        .sy-controls li.sy-prev {
            left: 3%;
            top: 0;
        }

            .sy-controls li.sy-prev a:after {
                background-position: -3% 0;
            }

        .sy-controls li.sy-next {
            right: 3%;
            top: 0;
            left: auto;
        }

            .sy-controls li.sy-next a:after {
                background-position: 105% 0;
            }

        .sy-controls li a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            text-indent: -9999px;
        }

            .sy-controls li a:link, .sy-controls li a:visited {
                opacity: 1;
            }

            .sy-controls li a:hover, .sy-controls li a:focus {
                opacity: 0.6;
                outline: none;
            }

            .sy-controls li a:after {
                content: "";
                background-image: url("../gfx/slideshow-back.svg");
                background-repeat: no-repeat;
                -moz-background-size: cover;
                -o-background-size: cover;
                -webkit-background-size: cover;
                background-size: cover;
                text-align: center;
                text-indent: 0;
                line-height: 2.8em;
                color: #111;
                font-weight: 800;
                position: absolute;
                background-color: #fff;
                width: 2.8em;
                height: 2.8em;
                left: 0;
                top: 50%;
                margin-top: -1.4em;
                margin-left: 0;
            }

        .sy-controls li.sy-next a {
            left: auto;
            right: 0;
        }

            .sy-controls li.sy-next a:after {
                background-image: url("../gfx/slideshow-go.svg");
            }

@media only screen and (max-device-width: 600px) {
    .sy-controls {
        display: block;
    }

        .sy-controls li {
            min-width: 2.1em;
        }

            .sy-controls li a:after {
                width: 1.4em;
                height: 1.4em;
                margin-top: -0.7em;
            }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
    position: absolute;
    bottom: -50%;
    z-index: 12;
    left: 50%;
}

    .sy-caption-wrap .sy-caption {
        position: relative;
        left: -50%;
        background-color: rgba(0, 0, 0, 0.54);
        color: #fff;
        padding: 0.4em 1em;
        -moz-border-radius: 1.2em;
        -webkit-border-radius: 1.2em;
        border-radius: 1.2em;
    }

        .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
            color: #000;
            font-weight: 600;
            text-decoration: none;
        }

        .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
            text-decoration: underline;
        }

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
        left: 0;
        bottom: 0.4em;
    }

        .sy-caption-wrap .sy-caption {
            left: 0;
            padding: 0.2em 0.4em;
            font-size: 0.92em;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }
}
/* pager bubbles */
.sy-pager, .numericControls {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    list-style: none;
    text-align: center;
}

    .sy-pager li, .numericControls li, .ms-bullet {
        display: inline-block;
        width: .75em;
        height: .75em;
        margin: 0 .5em;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .sy-pager li.sy-active a, .numericControls li.current a, .ms-bullet.ms-bullet-selected {
            background-color: #000;
        }

        .sy-pager li a, .numericControls li a, .ms-bullet {
            width: 100%;
            height: 100%;
            display: block;
            background-color: #dbd9d6;
            text-indent: -9999px;
            -moz-background-size: 2em;
            -o-background-size: 2em;
            -webkit-background-size: 2em;
            background-size: 2em;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .sy-pager li a:link, .sy-pager li a:visited, .numericControls li:link, .numericControls li a:visited {
                opacity: 1.0;
            }

            .sy-pager li a:hover, .sy-pager li a:focus, .numericControls li a:hover, .numericControls li a:focus {
                opacity: 0.6;
            }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
    width: 100%;
}

    .sy-filler.ready {
        -moz-transition: padding 600ms ease;
        -o-transition: padding 600ms ease;
        -webkit-transition: padding 600ms ease;
        transition: padding 600ms ease;
    }

.ms-nav-next, .ms-nav-prev {
    visibility: hidden;
    display: none;
}

.specialtySlideshow .prevBtn, .specialtySlideshow .nextBtn, .specialtySlideshow .ms-nav-next, .specialtySlideshow .ms-nav-prev {
    visibility: hidden;
    display: none;
}

.prevBtn, .nextBtn, .ms-nav-next, .ms-nav-prev {
    visibility: visible;
    display: block;
    text-indent: -999em;
}

.specialtySlideshow .prevBtn, .specialtySlideshow .nextBtn, .specialtySlideshow .ms-nav-next, .specialtySlideshow .ms-nav-prev {
    visibility: hidden;
    display: none;
}

.grid-wrap .fullWidthSlideshow-wrapper .grid-col {
    padding-bottom: 0;
    position: relative;
}

.grid-wrap .fullWidthSlideshow-wrapper .sy-pager, .grid-wrap .fullWidthSlideshow-wrapper .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5em;
    z-index: 99;
    margin: 0;
    padding: 0;
    background: url(../gfx/bg-black-opacity-light.png) repeat;
}

.grid-wrap .fullWidthSlideshow-wrapper .numericControls {
    padding: 2em 0;
    margin: 0;
}

@media only screen and (min-width: 55em) {
    .fullWidthSlideshow-wrapper .numericControls {
        margin: 0;
    }
}
/* 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: #fff;
    margin: 1.5em 0;
}

.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 {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: 'icomoon' !important;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    top: -12px;
    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: 900px;
    }

.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: -50px;
}

/* 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;
}

    .css-columns li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

@media only screen and (min-width: 46em) {
    .css-columns {
        -webkit-column-count: 3;
        /* Chrome, Safari, Opera */
        -moz-column-count: 3;
        /* Firefox */
        column-count: 3;
    }

        .css-columns.twoUp {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
        }
}

@media only screen and (min-width: 55em) {
    .css-columns {
        -webkit-column-count: 4;
        /* Chrome, Safari, Opera */
        -moz-column-count: 4;
        /* Firefox */
        column-count: 4;
    }
}

.hreview-aggregate .item {
    display: none;
}

.vcard abbr {
    border-bottom: none !important;
    text-decoration: none !important;
}

.vcard .photo {
    display: none;
}

.cart-box-inner-wrapper {
    padding: 0;
}

    .cart-box-inner-wrapper .lbl {
        font-weight: 600;
        font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    }

    .cart-box-inner-wrapper .sport {
        display: none;
    }

    .cart-box-inner-wrapper .class .lbl {
        display: none;
    }

    .cart-box-inner-wrapper .classDescription {
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        text-transform: uppercase;
        font-size: 1.4em;
        line-height: 1em;
        display: block;
        margin: 0 0 .10em;
    }

    .cart-box-inner-wrapper h2 {
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        color: #fff;
        background: #77777a;
        display: block;
        padding: 15px 1em 5px 1em;
        margin: 0 0 .10em;
        text-align: center;
    }

    .cart-box-inner-wrapper .camp-list-inner-wrapper {
        padding: 1em;
        text-align: center;
    }

    .cart-box-inner-wrapper .camp-list-item {
        border-bottom: 1px solid #b3b2b1;
        margin: 0 0 1em;
        text-align: left;
    }

    .cart-box-inner-wrapper button {
        border: none;
        display: inline-block;
        background: #ff4612;
        color: #fff;
        padding: .75em 1.5em;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        text-align: center;
        font-size: .9em;
        letter-spacing: .15em;
    }

        .cart-box-inner-wrapper button:hover, .cart-box-inner-wrapper button:focus {
            background: #c0360f;
            color: #fff;
        }

    .cart-box-inner-wrapper .button-wrap {
        margin: 0 -10px;
        padding: 0.75em 1em;
        text-align: center;
    }

        .cart-box-inner-wrapper .button-wrap button {
            display: block;
            width: 100%;
            margin: 5px 0;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .cart-box-inner-wrapper .button-wrap button.btn-continueshopping {
                background: #135fab;
            }

                .cart-box-inner-wrapper .button-wrap button.btn-continueshopping:hover {
                    background: #0e3f70;
                }

    .cart-box-inner-wrapper .camp-delete {
        margin: 0.75em 0;
    }

        .cart-box-inner-wrapper .camp-delete button {
            font-size: .7em;
            background: transparent;
            border: 1px solid #000;
            color: #000;
        }

            .cart-box-inner-wrapper .camp-delete button:hover {
                background: #000;
                color: #fff;
            }

.programsSocial .programTitle {
    text-transform: uppercase;
    display: block;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #ff4612;
    margin: .5em 0;
}

    .programsSocial .programTitle:hover {
        color: #135fab;
    }

.programsSocial .socialIcons {
    margin: 0 0 1em;
}

    .programsSocial .socialIcons a .icon {
        fill: #77777a;
        width: 2em;
    }

    .programsSocial .socialIcons a:hover .icon {
        fill: #135fab;
    }

.teamBlock {
    border: 1px solid #efeeec;
    margin: 1em 0 2em;
}

    .teamBlock h3 {
        display: block;
        margin: 0;
        padding: 16px 32px 8px;
        background: #000;
        color: #fff;
        font-size: 1.6em;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        line-height: 1;
        letter-spacing: 2px;
    }

        .teamBlock h3 a {
            color: #fff;
        }

            .teamBlock h3 a:hover {
                color: #b3b2b1;
            }

    .teamBlock dl {
        margin: 0;
        padding: 0;
    }

        .teamBlock dl dt {
            display: block;
            margin: 0;
            padding: 10px 32px;
            background: #efeeec;
            font-size: 1.2em;
            color: #ff4612;
            text-transform: uppercase;
            font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        }

        .teamBlock dl dd {
            margin: 0;
            padding: 0.75em 32px;
            border-bottom: 1px solid #efeeec;
        }

            .teamBlock dl dd:last-child {
                border-bottom: none;
            }

            .teamBlock dl dd ul {
                margin: 0;
                padding: 0;
                font-size: 1em;
            }

                .teamBlock dl dd ul li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    font-size: 1em;
                    font-style: italic;
                    color: #b3b2b1;
                }

                    .teamBlock dl dd ul li a {
                        font-style: normal;
                    }

.siteMap {
    margin: 0 0 1em;
    padding: 0;
}

    .siteMap li {
        list-style: none;
        padding: 0;
        margin: 0 0 0.75em;
        font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    }

        .siteMap li a {
            text-transform: uppercase;
            color: #000;
            font-size: 1.4em;
        }

            .siteMap li a:hover {
                color: #ff4612;
            }

        .siteMap li ul {
            margin: 0.25em 0 1em;
            padding: 0;
        }

            .siteMap li ul li {
                margin: 0 0 .25em;
                padding: 0 0 .25em;
                border-bottom: 1px solid #efeeec;
                font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
            }

                .siteMap li ul li a {
                    font-size: 1em;
                    text-transform: none;
                }

.sitemap_newsListing {
    margin: 0 0 1em;
    padding: 0;
}

    .sitemap_newsListing li {
        list-style: none;
        margin: 0 0 0.75em;
        padding: 0 0 0.75em;
        border-bottom: 1px solid #efeeec;
    }

.countries {
    padding: 0 0 1em;
    margin: 0;
}

    .countries li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .countries li span {
            display: inline-block;
            width: 37px;
            height: 26px;
            text-indent: -999em;
            border: 1px solid #000;
            background: url(../gfx/flags.gif) no-repeat 0 0 white;
        }

    .countries .french {
        background-position: 0 0;
    }

    .countries .german {
        background-position: -36px 0;
    }

    .countries .ish {
        background-position: -72px 0;
    }

    .countries .korean {
        background-position: -108px 0;
    }

    .countries .portugese {
        background-position: -144px 0;
    }

    .countries .italian {
        background-position: -180px 0;
    }

    .countries .turkey {
        background-position: -216px 0;
    }

    .countries .japanese {
        background-position: -252px 0;
    }

    .countries .tc {
        background-position: -216px 0;
    }

    .countries .chinese {
        background-position: -288px 0;
    }

.arrow_box {
    position: relative;
    background: #000;
    padding: .5em;
    color: #fff;
    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: #000;
        border-width: 10px;
        margin-left: -10px;
    }

.up_arrow_box {
    position: relative;
    background: #135fab;
}

    .up_arrow_box:after {
        bottom: 100%;
        left: 25px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #000;
        border-width: 12px;
        margin-left: -12px;
    }

.authorProfile .authorProfile-info {
    max-width: 24em;
    margin: 0 auto;
}

.authorProfile h4 {
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
}

.authorProfile p {
    font-size: .9em;
    font-style: italic;
}

.authorProfile .authorLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .authorProfile .authorLinks li {
        display: block;
        margin: 0 0 .5em;
    }

        .authorProfile .authorLinks li a {
            text-transform: uppercase;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            letter-spacing: 1px;
        }

.authorProfile-photo {
    width: 104px;
    margin: 0 auto 1em;
}

.circle {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 50% 0;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
}

    .circle .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .circle .content:before {
            content: '';
            vertical-align: middle;
            display: inline-block;
            width: 0;
            height: 100%;
        }

        .circle .content span {
            vertical-align: middle;
            display: inline-block;
        }

            .circle .content span strong {
                font-size: 1.6em;
                font-weight: 100;
                letter-spacing: 1px;
            }

.fieldContainer {
    position: relative;
}

    .fieldContainer button {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 80px;
    }

        .fieldContainer button .icon {
            width: 30px;
            height: 30px;
        }

    .fieldContainer .goButton {
        line-height: 60px;
    }

    .fieldContainer label {
        display: none;
    }

    .fieldContainer input {
        display: block;
        height: 60px;
        width: 100%;
        background: #fff;
        color: #000;
        padding: 0 1.5em;
    }

/*
---- Search Overlay
*/
.searchOverlay {
    position: fixed;
    background: rgba(242, 243, 244, 0.99);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9999;
}

    .searchOverlay .closeButton {
        position: absolute;
        top: 2em;
        right: 3em;
        cursor: pointer;
    }

        .searchOverlay .closeButton .icon {
            font-size: 2em;
        }

    .searchOverlay .searchOverlayInner {
        display: table;
        width: 100%;
        height: 100%;
    }

    .searchOverlay .searchOverlayContent {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .searchOverlay .searchOverlayContent h3 {
            font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
        }

    .searchOverlay form {
        margin: 0;
        padding: 0;
    }

    .searchOverlay .fieldContainer {
        margin: 0 auto;
        position: relative;
    }

        .searchOverlay .fieldContainer button {
            background: #ff4612;
        }

            .searchOverlay .fieldContainer button:hover {
                background: #c0360f;
            }

        .searchOverlay .fieldContainer input {
            background: #fff;
            color: #000;
            padding: 0 1.5em;
        }

        .searchOverlay .fieldContainer ::-webkit-input-placeholder {
            color: #000;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            font-size: 1em;
            padding-top: 0;
            font-style: italic;
            color: #000;
            opacity: .8;
            letter-spacing: 1px;
        }

        .searchOverlay .fieldContainer :-moz-placeholder {
            /* Firefox 18- */
            color: #000;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            font-size: 1em;
            padding-top: 0;
            font-style: italic;
            color: #000;
            opacity: .8;
            letter-spacing: 1px;
        }

        .searchOverlay .fieldContainer ::-moz-placeholder {
            /* Firefox 19+ */
            color: #000;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            font-size: 1em;
            padding-top: 0;
            font-style: italic;
            color: #000;
            opacity: .8;
            letter-spacing: 1px;
        }

        .searchOverlay .fieldContainer :-ms-input-placeholder {
            color: #000;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
            font-size: 1em;
            padding-top: 0;
            font-style: italic;
            color: #000;
            opacity: .8;
            letter-spacing: 1px;
        }

    .searchOverlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

        .searchOverlay.open li {
            animation: fadeInRight .5s ease forwards;
            animation-delay: .35s;
        }

            .searchOverlay.open li:nth-of-type(2) {
                animation-delay: .4s;
            }

            .searchOverlay.open li:nth-of-type(3) {
                animation-delay: .45s;
            }

            .searchOverlay.open li:nth-of-type(4) {
                animation-delay: .50s;
            }

.gridder {
    margin: 0;
    padding: 0px;
    list-style-type: none;
    font-size: 0;
    display: block;
}

.gridder-list, .gridder-show {
    font-size: 16px;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: #000;
}

    .gridder-list .thumb {
        opacity: .65;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .gridder-list:hover .thumb {
        opacity: 1;
    }

    .gridder-list.placeholder {
        cursor: default;
    }

        .gridder-list.placeholder img {
            opacity: 1;
        }

        .gridder-list.placeholder:hover img {
            opacity: 1;
        }

    .gridder-list.selectedItem {
        background: #000;
        color: #fff;
        position: relative;
    }

        .gridder-list.selectedItem img {
            opacity: 1;
        }

        .gridder-list.selectedItem .itemContent {
            display: none;
        }

        .gridder-list.selectedItem:after {
            bottom: -10px;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #b3b2b1;
            border-width: 30px;
            margin-left: -30px;
        }

    .gridder-list.placeholder.selectedItem:after {
        border: none;
    }

.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-top: -2px;
}

.gridder-content {
    display: none;
}

.gridder-list {
    width: 49.5%;
}

    .gridder-list:nth-child(n) {
        margin-bottom: 1%;
        margin-right: 1%;
    }

    .gridder-list:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 0;
    }

.gridder-navigation {
    position: absolute;
    right: 1em;
    top: 1em;
}

    .gridder-navigation a {
        margin: 0;
        padding: 0;
        height: 1em;
        width: 1em;
        opacity: 1;
    }

        .gridder-navigation a:first-child {
            margin-left: 0;
        }

    .gridder-navigation:hover {
        opacity: .7;
    }

    .gridder-navigation .gridder-nav {
        display: none;
    }

.gridder-close img {
    width: 40px;
    height: 40px;
}

.gridder-expanded-content {
    background: #b3b2b1;
    padding: 1em;
    margin: 0 0 0.75em;
}

@media only screen and (min-width: 46em) {
    .gridder-list {
        width: 24.25%;
    }

        .gridder-list:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(4n) {
            margin-right: 0;
            margin-bottom: 0;
        }
}

@media only screen and (min-width: 55em) {
    .gridder-list {
        width: 49.5%;
    }

        .gridder-list:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(2n) {
            margin-right: 0;
            margin-bottom: 0;
        }

    .countries {
        float: right;
    }

    .footerNav {
        clear: right;
    }

    .siteMapWrapper {
        margin: 0 0 1em;
        padding: 2em 1em;
        background: #fff;
        border: #b3b2b1;
        -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);
    }

    .cart-box-inner-wrapper .button-wrap button {
        width: auto;
        display: inline-block;
        margin: 0 5px 5px 5px;
    }

    .cart-box-inner-wrapper .camp-list-inner-wrapper {
        padding: 1em 2em;
    }

    .searchOverlay .fieldContainer ::-webkit-input-placeholder {
        color: #000;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        font-size: 1.4em;
        padding-top: 0;
        font-style: italic;
        color: #b3b2b1;
        opacity: .8;
        letter-spacing: 1px;
    }

    .searchOverlay .fieldContainer :-moz-placeholder {
        /* Firefox 18- */
        color: #000;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        font-size: 1.4em;
        padding-top: 0;
        font-style: italic;
        color: #b3b2b1;
        opacity: .8;
        letter-spacing: 1px;
    }

    .searchOverlay .fieldContainer ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        font-size: 1.4em;
        padding-top: 0;
        font-style: italic;
        color: #b3b2b1;
        opacity: .8;
        letter-spacing: 1px;
    }

    .searchOverlay .fieldContainer :-ms-input-placeholder {
        color: #000;
        font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
        font-size: 1.4em;
        padding-top: 0;
        font-style: italic;
        color: #b3b2b1;
        opacity: .8;
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 70em) {
    .gridder-list {
        width: 32.66667%;
    }

        .gridder-list:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(3n) {
            margin-right: 0;
            margin-bottom: 0;
        }
}

@media only screen and (min-width: 85em) {
    .gridder-list {
        width: 24.25%;
    }

        .gridder-list:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(4n) {
            margin-right: 0;
            margin-bottom: 0;
        }
}

@media only screen and (min-width: 110em) {
    .gridder-list {
        width: 24.25%;
    }

        .gridder-list:nth-child(n) {
            margin-bottom: 1%;
            margin-right: 1%;
        }

        .gridder-list:nth-of-type(4n) {
            margin-right: 0;
            margin-bottom: 0;
        }

    .gridder-expanded-content {
        padding: 2em;
        margin: 0 0 0.75em;
    }

        .gridder-expanded-content:before, .gridder-expanded-content:after {
            content: "";
            display: table;
            clear: both;
        }

        .gridder-expanded-content:after {
            clear: both;
        }
}

@media only screen and (min-width: 46em) {
    .authorProfile .authorLinks li {
        display: inline-block;
        margin: 0 .5em .5em;
        padding: 0 1em;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        line-height: 1;
    }

        .authorProfile .authorLinks li:last-child {
            border: none;
            padding: 0;
        }

        .authorProfile .authorLinks li:first-child {
            border: none;
            padding: 0;
        }
}
/**
*
* Buttons of Various Sorts
*
**/
.cta, .formCta {
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    color: #ff4612;
}

    .cta:hover, .formCta:hover {
        color: #c0360f;
    }


    /*

.button {
    background: #ff4612;
    color: #fff;
    padding: .75em 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;
    letter-spacing: .15em;
}

    .button:hover, .button:focus {
        background: #c0360f;
        color: #fff;
    }
        */

    div.button {
      -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
        margin: 0;
        padding-left: 10px;
        padding-right:10px;
        padding-top:4px;
        padding-bottom:4px;
        white-space: nowrap;
        display: inline-block;
       
       
        font-size: 12px;
        text-decoration: none;
        text-transform: none;
        background-color: #0094ff;
        font-weight: normal;
        color: #fff;
        text-indent: 0;
    }

       div.button:hover {
            background-color: #135fab;
            cursor:pointer;
        }







    .button .forActive {
        display: none;
    }

    .button .forInactive {
        display: inline;
    }

.bp2-right .button {
    margin-bottom: 1.5em;
}

.button.current {
    background: #000;
}

.mini-cta {
    color: #ff4612;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    font-size: .8em;
}

    .mini-cta:hover {
        color: #c0360f;
    }

.button.active .forActive {
    display: inline;
}

.button.active .forInactive {
    display: none;
}

.button.withBorder {
    border: 2px solid #fff;
}

.button.small {
    font-size: .7em;
}

.smallButton {
    background: #ff4612;
    color: #fff;
    display: inline-block;
    padding: .75em 1em;
}

    .smallButton:hover {
        background: #c0360f;
        color: #fff;
    }

.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;
    }

.mini-cta.blockCta {
    display: inline-block;
    border: 1px solid #ff4612;
    padding: 0.5em 1.5em;
}

    .mini-cta.blockCta:hover {
        background: #c0360f;
        color: #fff;
    }

.onDark .button {
    background: #fff;
    color: #000;
}

    .onDark .button:hover {
        background: #de7b03;
    }

.formCta {
    margin-top: 1.5em;
    display: inline-block;
    width: auto;
    padding: 0.75em 1.5em;
    font-size: 1em;
    color: #fff;
    background: #ff4612;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .formCta:hover {
        background: #c0360f;
        color: #fff;
    }

.btn_fullbio {
    cursor: pointer;
}

    .btn_fullbio span {
        display: inline-block;
    }

    .btn_fullbio.active {
        color: #c0360f;
    }

        .btn_fullbio.active span {
            margin-left: .25em;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        }

.open-search .icon {
    width: 16px;
    height: 16px;
}

.mfp-close {
    z-index: 999;
    background: red;
}

    .mfp-close .icon {
        z-index: 1;
    }

@media only screen and (min-width: 55em) {
    .bp2-right .button {
        margin-bottom: 0;
    }
}
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
input,  textarea {  /* select */ 
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    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: #000;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    padding-top: .15em;
    font-style: normal;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    padding-top: .15em;
    font-style: normal;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    padding-top: .15em;
    font-style: normal;
}

:-ms-input-placeholder {
    color: #000;
    font-family: "FuturaNDforNike365Cn-XBd", "Arial", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: .85em;
    padding-top: .15em;
    font-style: normal;
}

/* ----------------------------------------------  Typography  ---------------------------------------------- */
form h3 {
    margin: 0;
    letter-spacing: -2px;
}

form p {
    margin: 0 0 1em;
}

@media only screen and (min-width: 55em) {
    form h3 {
        letter-spacing: 0;
    }
}
/* ----------------------------------------------  Classes  ---------------------------------------------- */
.field {
    margin: 1em 0;
}

    .field:before, .field:after {
        content: "";
        display: table;
        clear: both;
    }

    .field:after {
        clear: both;
    }

.formContainer {
    color: #000;
}

/* ----------------------------------------------  Labels  ---------------------------------------------- */
label {
    display: block;
    float: none;
    margin: 0 0 .5em;
    padding: .5em 0 0 0;
    border-top: 1px solid #efeeec;
    text-align: left;
    text-indent: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
/* select */
input[type="text"], input[type="email"], input[type="password"], textarea, div.styled, input[type="file"] {
    width: 100%;
    border: none;
    padding: 0.65em 0.6em;
    color: #59595b;
    display: block;
    font-size: 1em;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

input.smaller {
    padding: .4em .6em;
    background: #d8d9db;
}

input.large-form-field {
    padding: .52em .8em;
    background: #fff;
    margin: 0;
}

input.mobile-search-input {
    background: #fff;
}

div.styled,  input[type="submit"],
input[type="file"]:after {
    font-weight: 100;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
    font-size: 1.2em;
    padding: 0.8em .25em;
    text-indent: 0.7em;
    margin: 0;
    height: auto;
    cursor: pointer;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

    div.styled:hover,  input[type="submit"]:hover,
    input[type="file"]:after:hover {
        color: #fff;
    }

    /*
select {
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0 1.5em;
    background-repeat: no-repeat;
}
        */

.searchOverlayContent select {
    font-size: 1.4em;
    height: 2.6em;
}

/*
select option {
    color: #000;
    background-color: #d1d4d6;
}
    */

.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;
    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"] {
  /*  position: absolute;
    left: -999em;
      */
}

label.checkbox:before {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
    border: none;
    top: 0.5em;
    left: -2px;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../gfx/icon-check.png);
    background-repeat: no-repeat;
    background-position: -25px -25px;
    background-color: #d8d9db;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
}

input[type="checkbox"] + label.checkbox:before {
    background-position: -25px -25px;
}

input[type="checkbox"]:checked + label.checkbox:before {
    background-position: 50% 50%;
}

input[type="radio"] + label:before {
    background-position: -25px -25px;
}

input[type="radio"]:checked + label:before {
    background-position: 50% 50%;
}

/* Remove the custom styling for IE 7-8 */
.ie8 label:before {
    display: none;
    content: none;
}

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
    position: static;
    left: 0;
}

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
    position: relative;
    top: 5px;
    margin-right: 0.5em;
}

input[type="text"]:focus, textarea:focus {
    border-color: #000;
}

.label-text {
    text-align: left;
    font-size: .9em;
    padding: 0 1em;
    display: block;
    float: left;
    margin: .25em 0 0 1em;
    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;
        font-size: .2em;
        -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: #000;
    }

        .squaredThree label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 12px;
            height: 5px;
            background: transparent;
            top: 5px;
            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"].EmailButton,input[type="button"].EmailButton{

    background: #ff4612;
    color: #fff;
    padding: .75em 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;
    letter-spacing: .15em;

    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    width:250px;


}



form button,
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;
    font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", Arial, sans-serif;
}

    form button:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background-color: #59595b;
    }

    /* 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 */
.parsley-error-list {
    margin: 0 .5em 0 0 !important;
    padding: 0 !important;
}

    .parsley-error-list li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.icon {
    fill: #fff;
}

a .icon {
    fill: #fff;
}

a:hover .icon {
    fill: #ff4612;
}

.socialIcons a {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 .6em 0 0;
}

    .socialIcons a .icon {
        width: 1.4em;
        height: 1.4em;
    }

    .socialIcons a.highlight--off .icon {
        fill: #ff4612;
    }

    .socialIcons a.highlight--off:hover .icon {
        fill: #efeeec;
    }

    .socialIcons a.dark .icon {
        fill: #000;
    }

    .socialIcons a.dark:hover .icon {
        fill: #b3b2b1;
    }

@media only screen and (min-width: 55em) {
    .socialIcons a {
        display: inline-block;
        vertical-align: bottom;
        margin: .25em .8em 0 0;
    }

        .socialIcons a .icon {
            width: 2em;
            height: 2em;
        }
}
/* 
	=============================================
		Icon Fonts 
	=============================================	
*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?bdyam7");
    src: url("../fonts/icomoon.eot?bdyam7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bdyam7") format("truetype"), url("../fonts/icomoon.woff?bdyam7") format("woff"), url("../fonts/icomoon.svg?bdyam7#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .ms-video-btn {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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-facebook:before {
    content: "\e913";
}

.icon-arrow_hero_down:before {
    content: "\e90f";
}

.icon-arrow_hero_left:before {
    content: "\e910";
}

.icon-arrow_hero_right:before {
    content: "\e911";
}

.icon-arrow_hero_up:before,
.icon-arrow-up2:before {
    content: "\e912";
}

.icon-close:before,
.ms-slide-vcbtn:before {
    content: "\e900";
}

.icon-dropdown:before {
    content: "\e901";
}

.icon-email:before {
    content: "\e902";
}

.icon-FAC_logo_final:before {
    content: "\e903";
}

.icon-hamburger:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-lightbox-close:before {
    content: "\e906";
}

.icon-linkedin:before {
    content: "\e907";
}

.icon-map-pin:before {
    content: "\e908";
}

.icon-minus:before {
    content: "\e909";
}

.icon-pinterest:before {
    content: "\e90a";
}

.icon-play:before,
.ms-video-btn:before {
    content: "\e90b";
}

.icon-plus:before {
    content: "\e90c";
}

.icon-thumbnails:before {
    content: "\e90d";
}

.icon-twitter:before {
    content: "\e90e";
}


/* Director Portal Layout */
/* Director Portal Page Layout  */

div.regform {
    margin-top: 155px;
    background-color: #fff;
    display: inline-block;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

div.regformNoFilterRow {
    margin-top: 80px;
    background-color: #fff;
    display: inline-block;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

div.loginForm {
    padding-top: 0;
    padding-bottom: 10px;
}

PageTitle {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
}

div.headerContainer {
    display: inline-block;
    white-space: normal;
    width: 100%;
    height: auto;
}

div.directorPortalHeader {
    color: #77777a;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold", "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: 1px;
}

div.camperDetail {
    font-size: 0.8em;
    margin-bottom: 20px;
    margin-top: 10px;
}

div.directorPortalFilterRow {
    position: absolute;
    top: 54px;
    left: 0;
    display: inline-block;
    font-size: 0.7em;
    white-space: normal;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    background: #dcdcdc;
    padding: 2px 4px 2px 4px;
    height: auto;
    vertical-align: top;
    background-color: #dedede;
    z-index: 1;
}

div.filterContainerNoWrap {
    margin-right: 4px;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}

div.filterContainer {
    width: 250px;
    margin-right: 4px;
    white-space: nowrap;
    display: inline-block;
}

div.filterContainerLg {
    margin-right: 4px;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}

div.emailCampersButton {
    padding-right: 35px;
}

div.filterContainer input[type="button"].buttonsmall {
}

div.filterLabel {
    width: 40px;
    text-align: left;
    display: inline-block;
}
div.filterLabelSmall {
    width: 40px;
    text-align: left;
    display: inline-block;
}
.nomargin {
    display: inline-flex;
    width: calc(98% - 62px);
}

div.directorPortalGridHeader {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    font-size: 0.65em;
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 4px 0 0 0;
    white-space: normal;
    width: 100%;
}

div.directorPortalGridHeader select {
    padding: 4px 4px 4px 4px;
    color: #59595b;
    display: inline-block;
    font-size: 1em;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    max-width: 250px;
    height: 2.2em;
    white-space: nowrap;
    background-color: #fff;
    font-size: 11px;
}

div.directorPortalGridHeader span.healthFormsMessage,
span.healthFormsMessage {
    color: red;
    display: block;
    overflow: inherit;
    white-space: break-spaces;
}

div.emailAttendeesHeader {
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 4px 0 0 0;
    width: 100%;
}
div.emailAttendeesList {
    font-size: 0.7em;
    margin: 20px 0 0 20px;
}

/* --------------------------------------------  Collapse Panel  --------------------------------------------  */
div.collapsePanel {
    background-color: #FFF;
    font-size: 0.65em;
    margin-top: 6px;
    width: 100%;
}
div.collapsePanelHeader {
    display: inline-block;
    background-color: #DDD;
    color: #000;
    width: 100%;
}
div.collapsePanelHeader:hover {
    cursor: pointer;
}
div.collapsePanelHeader .collapsePanelHeaderTitle {
    width: 20px;
    height: 12px;
    align-items: center;
    display: inline-block;
    float: left;
    font-size: 1.8em;
    font-weight: 900;
    margin-right: 5px;
    padding-left: 8px;
    text-align: center;
}
div.collapsePanelHeader .titleHeader {
    color: #135fab;
    display: block;
    margin-top: -2px;
    padding: 8px 8px 8px 30px;
}
div.collapsePanelHeader .additionalInfoHeader {
    float: inherit;
    margin-top: -15px;
    padding: 8px 8px 8px 30px;
}
@media only screen and (min-width: 55em) {
    div.collapsePanel {
        font-size: 12px;
        margin-top: 10px;
    }
    div.collapsePanelHeader .titleHeader {
        display: inline-block;
        margin-top: 0px;
        padding: 8px;
    }
    div.collapsePanelHeader .additionalInfoHeader {
        float: right;
        margin-top: 0px;
        padding: 8px;
    }
}

div.collapsePanelContent {
    border: 1px solid #DDD;
    display: inline-block;
    width: 100%;
    color: #555;
    margin: 0px 0px 2px 0px;
    padding: 10px 10px 0 10px;
    vertical-align: middle;
    white-space: nowrap;
}
div.collapsePanelContent table {
    border: 1px solid #DDD;
    width: 100%;
    margin: 0px 2px 0px 2px;
    white-space: initial;
}

div.camperDetailHeader {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: -20px;
    vertical-align: middle;
    white-space: nowrap;
}

div.directorPortalDdl {
    white-space: nowrap;
    display: inline-block;
    width: 120px;
}

/* -------------------------------------------  Scrollable Tables  ------------------------------------------  */
.scrollabeArea {
    font-size: 0.65em;
    max-height: 55vh;
    margin-top: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}
.scrollabeTableHeader {
    position: relative;
}
.scrollabeTableBody {
    overflow: auto;
}
.scrollabeTableHeader thead {
    cursor: pointer;
    height: 30px;
}
.scrollabeTableHeader th,
.scrollabeTableBody tr > td {
    overflow-wrap: break-word;
    padding: 6px;
    text-align: left;
}
.scrollabeTableHeader .col-50,
.scrollabeTableBody .col-50 {
    min-width: 45px;
    max-width: 45px;
}
.scrollabeTableHeader .col-75,
.scrollabeTableBody .col-75 {
    min-width: 70px;
    max-width: 70px;
}
.scrollabeTableHeader .col-90,
.scrollabeTableBody .col-90 {
    min-width: 90px;
    max-width: 90px;
}
.scrollabeTableHeader .col-100,
.scrollabeTableBody .col-100 {
    min-width: 100px;
    max-width: 100px;
}
.scrollabeTableHeader .col-125,
.scrollabeTableBody .col-125 {
    min-width: 120px;
    max-width: 120px;
}
.scrollabeTableHeader .col-150,
.scrollabeTableBody .col-150 {
    min-width: 150px;
    max-width: 150px;
}
.scrollabeTableHeader .col-200,
.scrollabeTableBody .col-200 {
    min-width: 200px;
    max-width: 200px;
}
.scrollabeTableHeader .col-250,
.scrollabeTableBody .col-250 {
    min-width: 250px;
    max-width: 250px;
}
.scrollabeTableHeader .col-400,
.scrollabeTableBody .col-400 {
    min-width: 400px;
    max-width: 400px;
}
.scrollabeTableBody tr:nth-child(odd) {
    background-color: #efefef;
}
.scrollabeTableBody tr:nth-child(even) {
    background-color: #ffffff;
}
@media only screen and (min-width: 55em) {
    .scrollabeArea {
        font-size: 12px;
        max-height: calc(100vh - 18em);
    }
    .scrollabeTableHeader th,
    .scrollabeTableBody tr > td {
        padding: 8px;
    }
    .scrollabeTableHeader .col-50,
    .scrollabeTableBody .col-50 {
        min-width: 55px;
        max-width: 55px;
    }
    .scrollabeTableHeader .col-75,
    .scrollabeTableBody .col-75 {
        min-width: 85px;
        max-width: 85px;
    }
    .scrollabeTableHeader .col-90,
    .scrollabeTableBody .col-90 {
        min-width: 110px;
        max-width: 110px;
    }
    .scrollabeTableHeader .col-100,
    .scrollabeTableBody .col-100 {
        min-width: 125px;
        max-width: 125px;
    }
    .scrollabeTableHeader .col-125,
    .scrollabeTableBody .col-125 {
        min-width: 150px;
        max-width: 150px;
    }
    .scrollabeTableHeader .col-150,
    .scrollabeTableBody .col-150 {
        min-width: 175px;
        max-width: 175px;
    }
    .scrollabeTableHeader .col-200,
    .scrollabeTableBody .col-200 {
        min-width: 250px;
        max-width: 250px;
    }
    .scrollabeTableHeader .col-250,
    .scrollabeTableBody .col-250 {
        min-width: 300px;
        max-width: 300px;
    }
    .scrollabeTableHeader .col-400,
    .scrollabeTableBody .col-400 {
        min-width: 450px;
        max-width: 450px;
    }
}

/* -----------------------------------------------  Home Page  ----------------------------------------------  */
.directorPortalHomePage {
    background-color: #efeeec;
    font-size: 13px;
    margin: 10px 0;
    padding: 8px;
}

.homePageHeader {
    margin-bottom: 20px;
    padding-left: 12px;
}
.homePageHeaderName {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.homePageCountTitle,
.homePageChartTitle,
.homePageChartFooter {
    background-color: #fff;
    display: block;
    font-size: 0.9em;
    padding: 10px 20px 0 20px;
    width: 100%;
}
.homePageChartFooter {
    padding: 10px 20px;
}
.homePageCountTitle .title p,
.homePageChartTitle .title p {
    font-size: 1.1em;
    font-weight: bold;
}

.homePageCountRow {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.homePageCountRow .countBox {
    background-color: #efeeec;
    border-radius: 10px;
    flex-basis: 50%;
    margin: 10px 7px;
    max-width: 45%;
}
.homePageCountRow .countBox .countBoxInfo {
    padding: 10px;
    text-align: center;
}
.homePageCountRow .countBox p {
    font-size: 18px;
}
.homePageCountRow .countBox a {
    text-decoration: none;
}

.homePageDashboardEmptyChart {
    background-color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
}

.homePageGraph {
    display: flex;
    flex-direction: column;
}

.homePageChartGraphSection {
    padding: 0px;
}
.homePageChartGraphSection.disabled {
    display: none;
}
.homePageChartGraphSection.active {
    display: block;
}
.homePageChartTableSection {
    padding: 0px;
}
.homePageChartTableSection.disabled {
    display: none;
}
.homePageChartTableSection.active {
    display: block;
}

input[type="button"].homePageChartButton {
    background: #0094FF;
    border-radius: 5px;
    color: #FFF;
    display: inline;
    font-size: 0.8em;
    font-weight: normal;
    margin: 6px 0;
    max-width: 150px;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
}
input[type="button"].homePageChartButton:hover {
    background: #135FAB;
}

@media only screen and (min-width: 46em) {
    .homePageCountRow .countBox {
        flex-basis: 25%;
        max-width: 150px;
    }
}

@media only screen and (min-width: 55em) {
    .homePageCountTitle, .homePageChartTitle, .homePageCountRow {
        font-size: 1em;
    }

    .homePageChartFooter {
        font-size: 1.1em;
    }

    .homePageDashboardEmptyChart {
        font-size: 1em;
    }

    input[type="button"].homePageChartButton {
        margin: 10px 0;
        font-size: 1em;
    }
}

/* ----------------------------------------------  Attendance  ----------------------------------------------  */
.attendanceHeader {
    display: inline;
}

.attendanceSection {
    margin-bottom: 10px;
    max-width: 500px;
}

.attendanceDateTabs {
    width: 100%;
}
.attendanceDateTabs.complete {
    border-bottom: green solid 5px;
}
.attendanceDateTabs.incomplete {
    border-bottom: red solid 5px;
}

.attendanceDateTabs .tabsSection {
    overflow-x: hidden;
    white-space: nowrap;
    margin-left: 30px;
    margin-right: 30px;
}
.attendanceDateTabs .tabNavigator,
.attendanceDateTabs .sessionDateTab {
    background-color: rgba(255,0,0,0.1);
    color: #666;
    display: inline;
    font-size: 0.65em;
    font-weight: normal;
    min-height: 40px;
    padding: 6px;
    outline: none;
    text-align: center;
    transition: 0.3s;
}
.attendanceDateTabs .tabNavigator {
    background-color: rgba(102,102,102,0.2);
    font-weight: 900;
    min-height: 44px;
    width: 30px;
}
.attendanceDateTabs .arrowLeft {
    float: left;
}
.attendanceDateTabs .arrowRight {
    float: right;
}
.attendanceDateTabs .tabNavigator:hover,
.attendanceDateTabs .sessionDateTab.complete:hover,
.attendanceDateTabs .sessionDateTab.incomplete:hover {
    background-color: rgba(102,102,102,1);
    color: #FFF;
}
.attendanceDateTabs .sessionDateTab.complete {
    background-color: rgba(0,128,0,0.2);
}
.attendanceDateTabs .sessionDateTab.complete.active {
    background-color: rgba(0,128,0,1);
    color: #FFF;
}
.attendanceDateTabs .sessionDateTab.incomplete {
    background-color: rgba(255,0,0,0.2);
}
.attendanceDateTabs .sessionDateTab.incomplete.active {
    background-color: rgba(255,0,0,1);
    color: #FFF;
}

.attendanceContent {
    border: rgba(0,0,0,0.1) solid 1px;
}

.attendanceContent .attendanceTotals {
    white-space: nowrap;
}
.attendanceContent .attendanceTotalsElement {
    color: #555;
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 14px;
    margin: 6px 0;
    text-align: center;
    white-space: nowrap;
    width: 25%;
}

.attendanceContent .attendanceFilters {
    display: block;
    padding: 0 10px;
}
.attendanceContent .attendanceInputFilters {
    display: flex;
    justify-content: center;
    gap: 2px;
    padding-bottom: .5rem;
}
input.attendanceTextBox {
    display: inline;
    font-size: 0.7em;
    padding: 10px 5px;
    width: 75%;
}
input[type="button"].attendanceButton {
    background: #0094FF;
    border-radius: 5px;
    color: #FFF;
    display: inline;
    font-size: 0.65em;
    font-weight: normal;
    margin-left: 5px;
    max-width: 60px;
    padding: 8px 4px;
    text-align: center;
    white-space: nowrap;
}
input[type="button"].attendanceButton.allAttended {
    background: #65B74B;
    max-width: 115px;
}
input[type="button"].attendanceButton:hover {
    background: #135FAB;
}
input[type="button"].attendanceButton.allAttended:hover {
    background: #27740E;
}
input[type="button"].attendanceButton.allAttended.disabled {
    background-color: rgba(102,102,102,0.2);
}

.attendanceTableArea {
    font-size: 0.7em;
    height: calc(100vh - 27em);
}
.attendanceTableBody {
    overflow: auto;
}

.attendanceTable thead tr {
    border-bottom: 1px solid #eee;
}
.attendanceTable thead th {
    padding: 6px;
}
.attendanceTable tbody tr {
    border-bottom: 1px solid #eee;
    line-height: 1.5;
}
.attendanceTable tbody td {
    padding: 6px 0px 6px 6px;
}

.attendanceTable .attendeeNameLink {
    font-size: 1.1em;
}
.attendanceTable .attendeeNoteLink {
    display: none;
}
.attendanceTable .attendeeNoteLink img {
    height: 12px;
    width: 12px;
}
.attendanceTable .attendeeNoteLink.active {
    display: inline;
}
.attendanceTable .attendeeNoteForm {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.5s, opacity 0.3s ease-in-out;
}
.attendanceTable .attendeeNoteForm.active {
    height: auto;
    opacity: 1;
}
.attendanceTable .attendeeNoteForm input.attendanceTextBox {
    font-size: 1em;
}
.attendanceTable .attendeeNoteForm input[type="button"].attendanceButton {
    font-size: 1em;
}

.attendanceTable .attendeeOptionsImage {
    display: none;
}
.attendanceTable .attendeeOptionsImage.active {
    display: inline;
    padding-left: 55px;
}
.attendanceTable .attendeeOptionsForm {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 0.5s, opacity 0.3s ease-in-out;
}
.attendanceTable .attendeeOptionsForm.active {
    height: auto;
    opacity: 1;
    width: 105px;
}
.attendanceTable .attendeeOptionsImage img,
.attendanceTable .attendeeOptionsForm img {
    height: 35px;
    width: 35px;
}

@media only screen and (min-width: 55em) {
    .attendanceDateTabs .tabNavigator,
    .attendanceDateTabs .sessionDateTab {
        font-size: 0.8em;
    }

    .attendanceContent .attendanceTotalsElement {
        font-size: 0.8em;
        line-height: 18px;
    }

    input.attendanceTextBox {
        font-size: 0.8em;
    }

    input[type="button"].attendanceButton {
        font-size: 0.75em;
    }

    .attendanceTableArea {
        font-size: 12px;
    }

    .attendanceTable thead th {
        padding: 8px;
    }

    .attendanceTable .attendeeNameLink {
        font-size: 14px;
    }
    .attendanceTable .attendeeNoteLink {
        font-size: 11px;
    }
    .attendanceTable .attendeeNoteLink img {
        height: 14px;
        width: 14px;
    }

    .attendanceTable .attendeeOptionsImage.active {
        padding-left: 60px;
    }
    .attendanceTable .attendeeOptionsForm.active {
        width: 100px;
    }
    .attendanceTable .attendeeOptionsImage img,
    .attendanceTable .attendeeOptionsForm img {
        height: 30px;
        width: 30px;
    }
}

.attendanceReportSection {
    font-size: 0.65em;
    margin-top: 6px;
    margin-bottom: 20px;
    overflow: auto;
}
.attendanceReportSection table {
    margin-bottom: 20px;
}
.attendanceReportSection table > thead {
    height: 30px;
}
.attendanceReportSection thead > tr {
    border-bottom: 1px solid #aaaaaa;
}
.attendanceReportSection tbody > tr {
    border-bottom: 1px solid rgb(170, 170, 170, 0.3);
}
.attendanceReportSection tr > td {
    padding: 6px;
    text-align: left;
    white-space: normal;
}
.attendanceReportSection .col-75 {
    min-width: 70px;
    max-width: 70px;
}
.attendanceReportSection .col-400 {
    min-width: 400px;
    max-width: 400px;
}
input[type="submit"].attendanceReportButton {
    background: #0094FF;
    border-radius: 5px;
    color: #FFF;
    display: inline;
    font-size: 1em;
    font-weight: normal;
    margin-left: 5px;
    max-width: 100px;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
}
input[type="submit"].attendanceReportButton.filter {
    max-width: none;
    width: 15%;
}
input[type="submit"].attendanceReportButton:hover {
    background: #135FAB;
}
.attendanceReportTable {
    margin-top: 10px;
}
.attendanceReportButtons {
    font-size: 0.7em;
    margin-top: 6px;
    margin-bottom: 20px;
    overflow: auto;
}
.buttons-excel {
    background-color: #0094FF;
    border-radius: 5px;
    font-size: 0.95em;
    font-weight: normal;
    margin-left: 5px;
    padding: 8px;
    text-align: center;
    width: 100px;
}
.buttons-excel:hover {
    background-color: #135FAB;
}
@media only screen and (min-width: 55em) {
    .attendanceReportSection {
        font-size: 12px;
    }
    .attendanceReportSection tr > td {
        padding: 8px;
    }
    .attendanceReportSection .col-75 {
        min-width: 85px;
        max-width: 85px;
    }
    .attendanceReportSection .col-400 {
        min-width: 450px;
        max-width: 450px;
    }
    .buttons-excel {
        font-size: 0.8em;
    }
}

.ddlListSmall, div.directorPortalFilterRow select {
    padding: 4px 4px 4px 4px;
    color: #59595b;
    display: inline-block;
    font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 2.2em;
    background-color: floralwhite;
    font-size: 11px;
    white-space: nowrap;
}

.ddListSmall option {
    background-color: #eeeeee;
    text-decoration: none;
    text-transform: none;
}

.ddlListMed {
    white-space: nowrap;
    display: inline-block;
    background-color: #eeeeee;
    width: 100px;
    border: none;
    font-size: 14px;
    height: 34px;
    color: #555555;
    padding: 0;
    margin: 0;
}

div.camperName a {
    font-size: 22px;
    font-weight: bold;
    color: #135fab;
}

div.camperNameRecent a {
    font-size: 22px;
    font-weight: bold;
    color: red;
}

span.recentRegister {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

span.recentRegister:hover {
    cursor: pointer;
}

span.enrolled:hover {
    cursor: pointer;
}

div.find {
    line-height: 24px;
    height: 24px;
    vertical-align: central;
    display: inline-block;
    width: auto;
}

div.findBtnContainer {
    white-space: nowrap;
    display: inline-block;
    width: 40px;
    vertical-align: top;
    height: 24px;
    padding-bottom: 6px;
    margin: 0;
}

div.findContainer {
    display: block;
    margin-right: 4px;
    white-space: nowrap;
    width: 95vw;
}

div.findContainer select {
    display: inline-flex;
    width: 75%;
}

div.findContainer input[type="submit"] {
    vertical-align: bottom;
    box-sizing: unset;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 19px;
    padding: 0;
    border: 1px solid #F3F3F3;
    -moz-box-shadow: 0 0 0 1px #707070;
    -webkit-box-shadow: 0 0 0 1px #707070;
    box-shadow: 0 0 0 1px #707070;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#F2F2F2), color-stop(0.5,#EBEBEB),color-stop(0.51,#DDDDDD),color-stop(1,#CFCFCF));
    background: linear-gradient(top, #F2F2F2 0%, #EBEBEB 50%, #DDDDDD 51%, #CFCFCF 100%);
    font: normal 12px sans-serif;
    color: black;
    text-decoration: none;
    text-indent: 0em;
    margin: 1px 0 2px 6px;
}

div.findContainer input[type="text"] {
    height: 24px;
    display: inline-block;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    padding: 2px 2px 2px 2px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

span.underlined {
    text-decoration: underline;
    font-weight: bold;
}

.underlined {
    text-decoration: underline;
    font-weight: bold;
}

dlabel {
    font-weight: bold;
    color: #444444;
}

a.blueLink:link {
    color: blue;
    font-weight: bold;
}

a.blueLink:hover {
    color: blue;
    text-decoration: underline;
}

a.drkbluelink:link {
    color: #135fab;
    font-weight: bold;
}

a.drkbluelink:hover {
    color: #135fab;
    text-decoration: underline;
}

a.redLink:link {
    color: red;
    font-weight: bold;
}

a.redLink:hover {
    color: red;
    text-decoration: underline;
}

input[type="button"].buttonsmall {
    /*  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2); */
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: inline-block;
    width: 60px;
    height: 22px;
    font-size: 12px;
    text-decoration: none;
    text-transform: none;
    background-color: #0094ff;
    font-weight: normal;
    color: #fff;
    text-indent: 0;
}

input[type="button"].buttonsmall:hover {
    background-color: #135fab;
}

div.find input[type="submit"]:hover {
    background-color: #135fab;
}

    /* Auto Complete */
.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: #ffffff; /*inherit  ;*/
    color: #888888;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer !important;
    overflow: auto;
    height: 200px;
    font-family: Tahoma;
    font-size: small;
    text-align: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 2px;
}

.autocomplete_highlightedListItem {
    background-color: #f6f5cb;
    color: #333333;
    padding: 1px;
}

.autocomplete_listItem {
    background-color: #ffffff;
    color: windowtext;
    padding: 1px;
}
/* End Auto Complete */

    /* from registration */
    input[type="password"], input[type=text], textarea {
        background-color: #eeeeee;
    }

     input[type="password"]::placeholder, input[type=text]::placeholder, textarea::placeholder {
        color:#ababab;
         text-transform:none;
    }


    .button {
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        text-align: center;
    }

    .noWrap {
        white-space: nowrap;
        display: inline-block;
    }

    a span.logoff {
        text-decoration: none;
        /* text-transform:none; */
        font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        vertical-align: middle;
        color: #135fab;
        text-decoration: none;
        outline: none;
        height: 20px;
    }

    a:hover span.logoff {
        color: #135fab;
        font-weight: 500;
    }



    .loginTitle {
        /*font-family: "Comic Sans MS", Arial, sans-serif;    */
        font-family: "Arial Black", Arial;
        font-size: 26px;
        font-weight: bold;
        color: #ff4612;
    }

    a.orangeLink:link {
        color: #ff4612;
    }

    a.orangeLink:hover {
        color: #ff4612;
        text-decoration: underline;
    }

    td.formLabel {
        color: #555555;
        font-weight: 500;
    }

    /* Report */
    td.reportCell{
        border:1px solid #dddddd;
    }

table.td.reportHeaderCell {
    border: 1px solid #dddddd;
    background-color:#cdcdcd;
    font-weight:bold;
}


    /* End Director Portal Layout */











    /** ==========================================================

    $5 Base Layout (also see Grid)

========================================================== **/
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .clear {
        clear: both;
    }

    html, body {
        height: 100%;
        width: 100%;
    }

    section {
        clear: both;
    }

    .constrain-width {
        max-width: 1400px;
        margin: auto;
        box-sizing: border-box;
    }

        .constrain-width:before, .constrain-width:after {
            content: "";
            display: table;
            clear: both;
        }

        .constrain-width:after {
            clear: both;
        }

    .constrain-width-narrow {
        max-width: 600px;
        margin: auto;
        box-sizing: border-box;
    }

        .constrain-width-narrow:before, .constrain-width-narrow:after {
            content: "";
            display: table;
            clear: both;
        }

        .constrain-width-narrow:after {
            clear: both;
        }

    .constrain-width.contained {
        padding: 2em 24px;
    }

    .not-mobile, .bp1-not-mobile {
        display: none;
    }

    .mobile-only, .bp1-mobile-only {
        display: block;
    }

    #campsByLocation {
        display: none;
    }

    .js #campsByLocation {
        display: block;
    }

    .fullWidthImage img {
        width: 100%;
    }

    .mediaBlocks {
        padding: 0;
    }

    .divide-bottom {
        border-bottom: 1px solid #b3b2b1;
    }

    .firstSection .mediaBlocks {
        padding-top: 0;
    }

    .contentBlockWrapper {
        padding: 0 2.5em 3em;
    }

    .mediaBlocks-heading {
        text-align: left;
        position: relative;
    }

        .mediaBlocks-heading .programLogo {
            margin: 0 auto;
            width: 100px;
            padding: 1em 1em 0;
            text-align: center;
        }

            .mediaBlocks-heading .programLogo img {
                width: 100%;
                max-width: 100px;
            }

    .breadcrumbs {
        padding-right: 120px;
        display: none;
    }

    .square {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .square a {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .square:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .square.rectangle:after {
            padding-bottom: 50%;
        }

    .twoUp .square:after {
        padding-bottom: 40%;
    }

    /*Flex items*/
    .mediaList {
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin: 0;
        padding: .5em;
    }

    .mediaList-item {
        display: flex;
        display: -ms-flexbox;
        padding: .5em;
        margin: 0;
        list-style: none;
        width: 50%;
        font-size: 1em;
    }

        .mediaList-item img, .mediaList-item video {
            width: 100%;
            max-width: 100%;
        }

        .mediaList-item .blogThumbnail {
            background: #000;
            margin: 0 0 0.75em;
        }

        .mediaList-item a {
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

            .mediaList-item a img {
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
            }

            .mediaList-item a:hover img {
                opacity: .9;
            }

    .no-flexbox .mediaList-item {
        float: left;
    }

    .campNewsTipsContent .mediaList {
        padding: .5em 0;
    }

        .campNewsTipsContent .mediaList .mediaList-item {
            width: 100%;
        }

    .mediaList-item.fullWidth {
        width: 100%;
        display: block;
    }

    .mediaList-item.twoUp {
        width: 100%;
    }

    .mediaList-content {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .mediaList-content p {
            flex: 1 0 auto;
            margin: 0;
            padding: 0;
            line-height: 1.2em;
            display: none;
        }

    .firstSection {
        padding-top: 9.2em;
    }

    .columns .slideCaption {
        background: #b3b2b1;
        padding: 2em 1em;
    }

    .formContainerWrapper {
        padding: 0;
    }

    .formContainer {
        background: #ff4612;
        padding: 1.5em 25px;
    }

    @media only screen and (min-width: 46em) {
        .breadcrumbs {
            display: block;
        }

        .mediaBlocks {
            padding: 0;
        }

        .mediaBlocks-heading {
            padding: 1.5em 1.5em 0.75em;
        }

            .mediaBlocks-heading .programLogo {
                position: absolute;
                top: -1.5em;
                right: 0;
                width: 100px;
                padding: 2em 0.75em;
            }

                .mediaBlocks-heading .programLogo img {
                    width: 100%;
                    max-width: 100px;
                }

        .bp1-not-mobile {
            display: block;
        }

        .bp1-mobile-only {
            display: none;
        }

        .constrain-width.contained {
            padding: 2em 2.5em;
        }

        .mediaList {
            padding: .5em;
        }

        .mediaList-item {
            padding: .5em;
            width: 50%;
            display: flex;
        }

        .campNewsTipsContent .mediaList {
            padding: .5em 0;
        }

            .campNewsTipsContent .mediaList .mediaList-item {
                width: 50%;
            }

                .campNewsTipsContent .mediaList .mediaList-item.fullWidth {
                    width: 100%;
                    display: block;
                }

            .campNewsTipsContent .mediaList.bp2-fourUp .mediaList-item {
                width: 25%;
            }

        .columns .mobile-slide-only {
            display: none;
        }

        .columns .mainColumnLeft {
            padding-left: 0;
            position: relative;
            height: 100vh;
        }

            .columns .mainColumnLeft img {
                width: 100%;
                max-width: 100%;
            }

        .columns .slideshow, .columns .slide {
            height: 100vh;
        }

        .columns .slide {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            opacity: 1;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-transition: opacity 500ms ease;
            transition: opacity 500ms ease;
        }

        .columns .slideCaption {
            position: absolute;
            bottom: 1.5em;
            left: 1em;
            max-width: 65%;
            background: transparent;
        }

        .formContainerWrapper {
            padding: 0 1em 1em;
        }

        .formContainer {
            padding: 1.5em;
        }

        .mediaList-content p {
            display: block;
        }
    }

    @media only screen and (min-width: 55em) {
        .bp2-max-width-60 {
            max-width: 60%;
        }

        .bp2-max-width-60 {
            max-width: 70%;
        }

        .bp2-max-width-60 {
            max-width: 80%;
        }

        .not-mobile {
            display: block;
        }

        .mobile-only {
            display: none;
        }

        .mediaList-content p {
            line-height: 1.4em;
            font-size: 1em;
            display: block;
        }

        .mediaBlocks-heading {
            padding: 0.75em 0.75em;
            text-align: left;
        }

            .mediaBlocks-heading .programLogo {
                position: absolute;
                top: -1.5em;
                right: 0;
                width: 100px;
                display: block;
            }

                .mediaBlocks-heading .programLogo img {
                    width: 100%;
                    max-width: 100px;
                }

        .mediaBlocks {
            padding: .5em;
        }

        .contentBlockWrapper {
            padding: 0 2.5em 5em;
        }

        .mediaList {
            padding: 0;
        }

        .mediaList-item {
            display: flex;
            padding: .5em;
        }

        .formContainerWrapper {
            padding: .5em;
        }

        .formContainer {
            background: #ff4612;
            padding: 1em;
            -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.31);
            -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.31);
            box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.31);
        }

        .mediaList.bp2-fourUp .mediaList-item {
            width: 25%;
        }

        .firstSection {
            padding-top: 11em;
        }

        .columns .mainColumn {
            float: left;
            height: 100vh;
        }

        .columns .mainColumn50 {
            width: 50%;
        }

        .columns .mainColumn45 {
            width: 45%;
        }

        .columns .mainColumn55 {
            width: 55%;
        }

        .columns .mainColumnLeft {
            padding-left: 0;
            position: relative;
        }

            .columns .mainColumnLeft img {
                width: 100%;
                max-width: 100%;
            }

        .columns .scrollColumn {
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: auto;
            padding-top: 95px;
            height: 100vh;
        }

            .columns .scrollColumn.noTopPadding {
                padding-top: 0;
            }

        .columns .slideshow, .columns .slide {
            height: 90vh;
        }

        .columns .slide {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            opacity: 1;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -webkit-transition: opacity 500ms ease;
            transition: opacity 500ms ease;
        }

        .columns .slideCaption {
            position: absolute;
            bottom: 3.2em;
            left: 1.5em;
            max-width: 80%;
        }

        .eqhGridCol {
            float: none;
            padding: 0 0.75em;
            vertical-align: top;
        }

            .eqhGridCol.verticalCenterContent {
                vertical-align: middle;
            }

        .eqhGrid {
            display: table;
            width: 100%;
        }

            .eqhGrid .blockCta {
                min-height: 100px;
            }

        .eqhGrid-tallGrid {
            min-height: 300px;
        }

            .eqhGrid-tallGrid .blockCta {
                min-height: 300px;
            }

        .eqhGridCol-main {
            width: 50%;
            display: table-cell;
            vertical-align: middle;
            padding: 2em 0;
        }

        .eqhGridCol-sidebar {
            width: 50%;
            display: table-cell;
            vertical-align: middle;
        }

        .eqhGridCol-size1of2 {
            width: 50%;
            display: table-cell;
            vertical-align: middle;
        }

            .eqhGridCol-size1of2:last-child {
                border-right: none;
            }

            .eqhGridCol-size1of2.vTop {
                vertical-align: top;
            }

            .eqhGridCol-size1of2.vBottom {
                vertical-align: bottom;
            }

        .absolute-center {
            height: 100%;
            /* 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 > .blockList__item.vBottom {
                justify-content: center;
                align-self: flex-end;
            }

            .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: 70em) {
        .bp3-max-width-60 {
            max-width: 60%;
        }

        .bp3-max-width-60 {
            max-width: 70%;
        }

        .bp3-max-width-60 {
            max-width: 80%;
        }

        .constrain-width-narrow {
            max-width: 800px;
        }

        .mediaBlocks-heading {
            padding: 0.75em 0.75em;
        }

        .mediaBlocks {
            padding: .5em;
        }

            .mediaBlocks .contentBlock {
                max-width: 80%;
            }

        .contentBlockWrapper {
            padding: 0 0.75em;
        }

        .mediaList {
            padding: 0;
        }

        .mediaList-item {
            display: flex;
            display: -ms-flexbox;
            padding: .5em;
        }

        .formContainerWrapper {
            padding: .5em;
        }

        .campNewsTipsContent .mediaList .mediaList-item {
            width: 33.333%;
        }

            .campNewsTipsContent .mediaList .mediaList-item.fullWidth {
                width: 100%;
                display: block;
            }
    }

    @media only screen and (min-width: 85em) {
        .mediaList-item {
            width: 33.333%;
        }

            .mediaList-item.twoUp {
                width: 66.666%;
            }

        .campNewsTipsContent .mediaList .mediaList-item {
            width: 33.333%;
        }

        .campNewsTipsContent .mediaList.twoUp .mediaList-item {
            width: 66.666%;
        }

        .twoUp .square:after {
            padding-bottom: 25%;
        }

        .columns .slideCaption {
            bottom: 2em;
            left: 3em;
        }
    }

    @media only screen and (min-width: 110em) {
        .mediaBlocks-heading {
            padding: 0.75em 0.75em;
        }

        .mediaBlocks {
            padding: .75em;
        }

        .mediaList-item {
            display: flex;
            padding: .75em;
        }

        .formContainerWrapper {
            padding: .75em;
        }

        .columns .slideCaption {
            bottom: 4em;
            left: 4em;
        }
    }

/** ==========================================================

    $5 Header Layout

========================================================== **/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #efeeec;
    z-index: 999;
    height: 55px;
    width: 100%;
}

header .logo {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    max-width: 250px;
    z-index: 101;
}

header .logo.sportLockup {
    left: 10px;
    top: 10px;
    height: 85px;
}

header .logo.sportLockup img {
    height: 75px;
}

header.formPageHeader {
    position: relative;
}

@media only screen and (min-width: 23em) {
    div.findContainer {
        display: inline-block;
        width: 45vw;
    }
    div.emailCampersButton {
        padding-right: 0px;
    }
    div.filterLabelSmall {
        width: 25px;
    }
    .nomargin {
        width: calc(98% - 25px);
    }
}

@media only screen and (min-width: 46em) {
    div.findContainer select {
        width: 100%;
    }
}

@media only screen and (min-width: 55em) {
    header {
        height: 96px;
    }

    header .logo {
        max-width: 375px;
        top: 18px;
        left: 18px;
    }

    button {
        display: none;
    }

    div.directorPortalFilterRow {
        font-size: 1em;
        padding: 4px 4px 4px 4px;
        top: 84px;
    }

    div.filterLabel, 
    div.filterLabelSmall {
        font-size: 0.8em;
    }

    .ddlListSmall, div.directorPortalFilterRow select {
        max-width: 360px;
    }

    div .regform {
        margin-top: 136px;
    }

    div.regformNoFilterRow {
        margin-top: 100px;
    }

    div.loginForm {
        padding: 20px 0;
    }

    PageTitle {
        display: initial;
        font-size: 24px;
    }

    div.findContainer {
        width: 200px;
    }
    div.findContainer select {
        width: 75%;
    }
    div.emailCampersButton {
        width: 80px;
    }

    div.directorPortalGridHeader {
        font-size: 1em;
        padding: 4px 4px 4px 0px;
    }

    div.directorPortalGridHeader span.healthFormsMessage,
    span.healthFormsMessage {
        display: inline-block;
        font-size: 12px;
    }

    div.camperDetailHeader {
        font-size: 18px;
        margin-top: 0px;
    }
    div.camperDetail {
        font-size: 1em;
    }

    div.emailAttendeesHeader {
        font-size: 1em;
        padding: 4px 4px 4px 0px;
    }
    div.emailAttendeesList {
        font-size: 1em;
        margin: 20px 0 0 80px;
    }
}

@media only screen and (min-width: 70em) {
    header {
        height: 126px;
    }
    div.directorPortalFilterRow {
        top: 93px;
    }
    div.filterLabel, 
    div.filterLabelSmall {
        font-size: 1em;
        text-align: right;
        width: 55px;
    }
    .nomargin {
        width: calc(98% - 55px);
    }
    .ddlListSmall, div.directorPortalFilterRow select {
        max-width: 250px;
    }
    div .regform {
        margin-top: 120px;
    }
    div.regformNoFilterRow {
        margin-top: 129px;
    }

    div.findContainer select {
        width: 70%;
    }
}

/** ==========================================================

   Footer Layout

========================================================== **/
footer {    
    display: inline-block;
    background: #135fab;
    color: #fff;
    padding: .5em;
    clear: both;
    margin:0;
    width: 100%;
}

        footer .socialIcons {
            padding: 0 0 1em;
            text-align: left;
        }

    .footerLogo {
        display: block;
        padding: 2em 0;
        max-width: 200px;
    }

    .footerNav {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .footerNav li {
            list-style: none;
            margin: 0 1em 0 0;
            padding: 0;
            display: inline-block;
        }

            .footerNav li a {
                color: #fff;
                font-size: .8em;
                letter-spacing: 0.05em;
                text-transform: uppercase;
            }

                .footerNav li a:hover {
                    color: #ff4612;
                }

            .footerNav li:last-child {
                margin-left: 0;
            }

    .footer--copyright {
        margin: 1em 0 0 0;
        padding: 0;
        font-size: .7em;
        letter-spacing: 1px;
        color: #dbd9d6;
        font-family: "TradeGothicLTPro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        text-align: left;
        opacity: .5;
    }

    @media only screen and (min-width: 55em) {
        footer {
            padding: 1em;
        }

        .footerLogo {
            padding: 1em 0;
            text-align: right;
            width: auto;
            float: right;
            max-width: 260px;
        }

        .footerNav {
            text-align: right;
            display: block;
        }

            .footerNav li {
                margin: 0 0 0 1em;
            }

                .footerNav li:last-child {
                    margin-left: 1em;
                    margin-right: 0;
                }
    }
    /** ==========================================================

    $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;
        }
    }




    .sidebar--highlights p {
        margin: 0 0 .5em;
        padding: 0 0 .5em;
        font-size: .8em;
        color: #7a6857;
    }

        .sidebar--highlights p strong {
            color: #7a6857;
        }

    .sidebar--highlights ul {
        margin: 0;
        padding: 0;
    }

        .sidebar--highlights ul li {
            list-style: none;
            margin: 0 0 .25em;
            padding: 0 0 .25em;
            border-bottom: 1px solid #c8bdac;
            font-size: .8em;
        }


    /* MDW - retaining some styling for the side nav */

    .sidebar--subnav {
        margin: 0;
        padding: 0;
        font-family: "TradeGothicLTPro", "Arial", "Helvetica", sans-serif;
    }

        .sidebar--subnav li {
            margin: 0 0 .5em;
            padding: 0 0 .5em;
            border-bottom: 1px solid #c8bdac;
            list-style: none;
            font-size: .9em;
            font-family: "TradeGothicLTPro-Bold", "Arial", "Helvetica", sans-serif;
            text-transform: uppercase;
        }

            .sidebar--subnav li ul {
                margin: 0;
                padding: 0;
            }

                .sidebar--subnav li ul li {
                    text-transform: none;
                    font-family: "TradeGothicLTPro", "Arial", "Helvetica", sans-serif;
                    border: none;
                    margin: .35em 0;
                    padding: 0;
                }

            .sidebar--subnav li.active a {
                color: #7a6857;
            }

            .sidebar--subnav li.parent-active a {
                color: #7a6857;
            }

                .sidebar--subnav li.parent-active a:hover {
                    color: #fda929;
                }

            .sidebar--subnav li.parent-active ul li.active a {
                color: #fda929;
            }

    .container--sidebar .phones {
        margin-bottom: 20px;
    }




/* Added 2021 */

/* General */
.link:hover {
    cursor:pointer;
}




/* Modal Message Box */

div.msgBoxContent {
    text-align:center;
    padding: 12px;    
}

    div.msgBoxContent a.button:hover {
        cursor: pointer;
    }

div.PanelModal {
    /*
    -moz-box-shadow: 0 0 30px 10px #AAAAAA;
    -webkit-box-shadow: 0 0 30px 10px#AAAAAA;
    box-shadow: 0 0 30px 10px #AAAAAA;
    padding: 0px 0px 0px 0px;
        */
    /* modal settings */
    display: block;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*  overflow: auto;  Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
div.PanelModalHide{
    display:none;
}

div.PanelModalHeader {
    background: #0154a4;
    color: white;
    padding: 10px 10px 10px 10px;
    text-align: center;
    cursor: move;
    margin:0;
}

div.PanelModalBody {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
}

    div.PanelModalBody label {
        text-align: right;
        float: left;
        width: 120px;
        padding-right: 6px;
        padding-top: 4px;
        vertical-align: middle;
    }

    div.PanelModalBody p {
        clear: both;
        padding: 0px;
        margin: 2px;
    }

span.labelMsgTitle
{
    color: white;
    font-size: 12pt;
    font-weight: bold;
    line-height: 20px;
}

