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

    $ 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none; }

html,
button,
input,
select,
textarea {
  color: #202d60; } 

  /* 
  Old Jersey Blue: #003876 - New Blue: #202d60 ;
  Old Dark Blue: #071D40 
  Old Red : #be2f37 - New Red:  #b81237
  */

html {
  background-color: #071D40; }

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

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

a {
  color: #daa528;
  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: #b81237; }

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

/*
 * 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: #071D40; }

.light-bg {
  background: #ebebeb; }

img.right {
  float: right; }

.right {
  float: right; }

.bp3-right {
  float: left; }

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

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

.media .img img {
  display: block; }

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

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 16px 0 16px; }

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.grid-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.grid-around {
  justify-content: space-around; }

.grid-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1.5em; } }
@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; } }
/** ==========================================================

    $2 Grid

========================================================== **/
/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
/* -- Begin grids
------------------------------------------------------------- */
.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 16px 0 16px; }

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.grid-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.grid-around {
  justify-content: space-around; }

.grid-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1.5em; } }
@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; } }
/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  opacity: .3;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bp4-col-one-sixteenth {
    width: 6.25%; } }
/* 
	=============================================
		Custom Type -- via TypeKit
	=============================================	
*/
/** ==========================================================

    $3 Typography

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  text-transform: none;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #202d60; }

h1 {
  font-size: 2em;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

h2 {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 1em;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  color: #606163; }
  h2 strong {
    color: #606163;
    font-weight: normal; }

.pageSubheading {
  color: #999;
  text-transform: none;
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 0 0 .75em;
  margin: 0 0 .75em;
  font-weight: 400;
  max-width: 90%; }

.sectionHeading {
  font-weight: 600;
  padding-top: .75em; }
  .sectionHeading strong {
    display: block; }

.sectionSubHeading {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif;
  margin: .5em 0 1.5em; }

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

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

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

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

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

p {
  line-height: 1.3em;
  font-size: 1em;
  margin: 0 0 1.5em 0; }
  p strong {
    font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif; }

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

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

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

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

.slug {
  text-transform: uppercase;
  color: #dbd9d8;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.2em; }

.sectionOverview .subSectionHeading {
  color: #b81237;
  font-size: 2em; }
.sectionOverview h4 {
  font-size: 1em;
  color: #202d60;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #606163; }
.sectionOverview h6 {
  color: #202d60;
  border-top: 1px solid #EDEDED;
  padding: 1em 0 0 0;
  margin: 0 0 1em; }
.sectionOverview p, .sectionOverview li {
  font-size: .8em;
  color: #666666; }
.sectionOverview .instructions {
  color: #ebebeb; }

/* 
	=============================================
		Responsive Typography
	=============================================	
*/
@media only screen and (min-width: 55em) {
  .sectionHeading {
    font-size: 2.4em; }

  h1 {
    font-size: 2.6em; } }
@media only screen and (min-width: 70em) {
  h1 {
    font-size: 3.2em; }

  h2 {
    font-size: 2.2em;
    line-height: 1.4em; }

  h3 {
    font-size: 1.6em; }

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

  h5 {
    font-size: 1.4em; }

  p {
    font-size: 1.2em;
    line-height: 1.4em; }

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

    $4 Components

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

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

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

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

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

.brandedContentBox {
  margin: 1.5em 0;
  padding: 1.5em;
  background: #fff;
  border-top: 8px solid #202d60;
  border-bottom: 8px solid #202d60;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -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); }

.bg-dark {
  background: #b81237; }

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

.bg-light {
  background: #ebebeb; }

.bg-white {
  background: #fff; }

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

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

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

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

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

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

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

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

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

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

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

.featureBoxList {
  margin: 0;
  padding: 0; }
  .featureBoxList li {
    list-style: none;
    margin: 0 0 1.5em;
    padding: 0; }
    .featureBoxList li .camp-featureImage {
      border: 2px solid #202d60;
      overflow: hidden;
      -moz-border-radius: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px; }
      .featureBoxList li .camp-featureImage img {
        width: 100%; }
    .featureBoxList li .camp-title {
      font-size: 1.2em;
      font-weight: 500;
      margin: .5em 0 0 0; }

.searchResults, .entryChildrenList {
  margin: 0 0 1.5em;
  padding: 0; }
  .searchResults li, .entryChildrenList li {
    list-style: none;
    display: block;
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600; }
    .searchResults li:before, .searchResults li:after, .entryChildrenList li:before, .entryChildrenList li:after {
      content: "";
      display: table;
      clear: both; }
    .searchResults li:after, .entryChildrenList li:after {
      clear: both; }
    .searchResults li a, .entryChildrenList li a {
      font-size: 1.4em; }
    .searchResults li .description, .entryChildrenList li .description {
      font-weight: 300;
      margin: .5em 0 0 0;
      font-size: 1em;
      color: #202d60; }
    .searchResults li .sessionFilters, .entryChildrenList li .sessionFilters {
      margin: .5em 0 0 0; }
      .searchResults li .sessionFilters span, .entryChildrenList li .sessionFilters span {
        font-weight: 300;
        display: inline-block;
        margin: 0 .15em .15em 0;
        padding: .15em .75em;
        border: 1px solid #ebebeb;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-border-radius: 16px; }
      .searchResults li .sessionFilters .week, .entryChildrenList li .sessionFilters .week {
        background: #ebebeb;
        color: #606163; }

.sessionsCalendarWrapper {
  border-top: 1px solid #ebebeb;
  padding: 1.5em 0 0 0;
  margin: 1.5em 0 0 0; }

.sidebarNav {
  margin: 0 0 1.5em;
  padding: 0;
  overflow: hidden;
  border: 1px solid #606163;
  background: #606163;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px; }
  .sidebarNav li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    display: block;
    text-align: right; }
    .sidebarNav li:last-child {
      border-bottom: none; }
    .sidebarNav li a {
      color: #ebebeb;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      padding: 0.35em 1.5em; }
      .sidebarNav li a:hover {
        color: #fff;
        background: #b81237; }
  .sidebarNav li.current-page {
    background: #202d60;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    .sidebarNav li.current-page a:hover {
      background: #202d60; }

.sessionBox {
  margin: 0.75em 0 0 0;
  padding: 1.5em;
  background: #ebebeb;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px; }
  .sessionBox:before, .sessionBox:after {
    content: "";
    display: table;
    clear: both; }
  .sessionBox:after {
    clear: both; }
  .sessionBox h4 {
    display: block;
    font-size: 1.4em;
    margin: 0 0 1em;
    font-weight: 600; }
  .sessionBox a.cta {
    float: right;
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #daa528;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
    .sessionBox a.cta:hover {
      background: #606163;
      color: #fff; }
  .sessionBox span.cta {
    display: inline-block;
    float: left;
    padding: 0.5em 0.75em;
    background: #b81237;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #fff; }
  .sessionBox .shortList {
    display: block !important;
    margin: 0 0 1.25em;
    padding: 0;
    background: transparent;
    border: none; }
    .sessionBox .shortList li {
      display: inline-block;
      margin: 0 .25em .25em 0;
      padding: 0;
      list-style: none;
      background: transparent;
      font-size: .9em;
      font-weight: 100; }
      .sessionBox .shortList li span {
        padding: .25em .75em;
        font-size: .8em;
        display: inline-block;
        background: #606163;
        color: #fff;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-border-radius: 16px; }
      .sessionBox .shortList li:last-child {
        margin: 0; }

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

  .bp2-right {
    float: right; }

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

  .container {
    padding: 3em; }

  .featureBoxList li .camp-title {
    margin: 0; } }
@media only screen and (min-width: 70em) {
  .large-island {
    padding: 3em 7.5%; }
    .large-island :last-child {
      margin-bottom: 0; }

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

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

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

  .bp3-text-left {
    text-align: left; } }
@media only screen and (min-width: 90em) {
  .large-island--copy {
    padding: 10.5% 7.5% 3em; }
    .large-island--copy :last-child {
      margin-bottom: 0; }

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

  .medium-island {
    padding: 5em 10%; }
    .medium-island :last-child {
      margin-bottom: 0; } }
/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open .globalNav {
  display: block;
  z-index: 9999;
  border-bottom: 8px solid #b81237;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }

.utilityNav {
  margin: 0;
  padding: 1.5em;
  text-align: left; }
  .utilityNav li {
    list-style: none;
    margin: 0;
    display: block;
    padding: .15em 0; }
    .utilityNav li:last-child {
      border: none;
      padding-right: 0;
      margin-right: 0; }
    .utilityNav li a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: .85em; }
      .utilityNav li a:hover {
        color: #b81237; }

.globalNav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  height: 100%;
  color: #222;
  background: #202d60; }

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

.drawer-menu-item {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  color: #fff;
  letter-spacing: 2px; }
  .drawer-menu-item:hover, .drawer-menu-item:focus, .drawer-menu-item:active {
    text-decoration: none;
    color: #dbd9d8; }

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

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

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

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

.drawer--top.drawer-open .globalNav {
  top: 102px; }

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

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

.drawer--left.drawer-open .globalNav {
  left: 0; }

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

.drawer--left.drawer-open .drawer-hamburger {
  right: 17.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
  background: #fff;
  border-bottom: 2px solid #b81237;
  -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); }

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

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

.secondaryNavItems {
  margin: 0;
  padding: 0 0 1.5em; }
  .secondaryNavItems .cartBtn {
    display: block;
    font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 1em; }
    .secondaryNavItems .cartBtn:hover {
      color: #daa528; }
  .secondaryNavItems .miniSearchFormWrapper {
    width: auto;
    padding: 0 1.5rem 0;
    margin: 0;
    display: table; }
    .secondaryNavItems .miniSearchFormWrapper form {
      display: table-cell;
      vertical-align: middle; }
      .secondaryNavItems .miniSearchFormWrapper form input {
        outline: none; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%; }
      .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-decoration,
      .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-cancel-button {
        display: none; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
        background: #dedede;
        border: solid 2px #b81237;
        padding: 9px 10px 9px 32px;
        width: 180px;
        color: #202d60;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
      .secondaryNavItems .miniSearchFormWrapper form input[type=search]:focus {
        width: 100%;
        background-color: #fff;
        border-color: #606163;
        -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
        box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }

.drawer-navbar .drawer-dropdown-menu {
  background: transparent;
  border: none;
  padding: .15em 0 .5em 0;
  margin: 0; }
  .drawer-navbar .drawer-dropdown-menu li {
    margin: .25em 0;
    padding: 0; }
    .drawer-navbar .drawer-dropdown-menu li a {
      color: #fff;
      letter-spacing: 0; }
      .drawer-navbar .drawer-dropdown-menu li a:hover {
        color: #b81237; }

.crumbsWrap {
  background: #b81237;
  padding: 1.5em; }
  .crumbsWrap .crumbs {
    color: #dbd9d8; }
    .crumbsWrap .crumbs a {
      color: #fff;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .crumbsWrap .crumbs a:hover {
        color: #202d60; }

@media (min-width: 55em) {
  .drawer-navbar--fixed {
    border-bottom: none; }

  .drawer--left .globalNav {
    display: block;
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    background: transparent;
    width: 100%; }

  .utilityNav {
    margin: 0;
    padding: 0;
    border: none; }
    .utilityNav li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
      .utilityNav li a {
        color: #999; }
        .utilityNav li a:hover {
          color: #b81237; }

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

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

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

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

  .drawer-navbar .drawer-nav {
    position: absolute;
    top: auto;
    left: 0;
    overflow: visible;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .drawer-navbar .drawer-nav {
    top: auto;
    bottom: 0; }

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

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 18.25rem;
    border: 0.15em solid #b81237;
    border-top: none;
    padding: 1.5em;
    background: #999;
    border-bottom: 6px solid #b81237;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px; }
    .drawer-navbar .drawer-dropdown-menu h3 {
      color: #fff; }

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

  .drawer-navbar .drawer-menu--right .drawer-dropdown-menu {
    right: 0; }

  .drawer-navbar-OFF .drawer-dropdown-menu-item {
    display: block;
    margin: 3px 0;
    padding: 3px 0;
    color: #fff; }
    .drawer-navbar-OFF .drawer-dropdown-menu-item:hover {
      color: #071D40; }

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

  .secondaryNavItems {
    float: right;
    margin: 0;
    border: none; }
    .secondaryNavItems .cartBtn {
      display: block;
      float: right;
      top: 0;
      bottom: 0;
      vertical-align: middle;
      font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
      color: #606163;
      text-transform: uppercase;
      font-size: 1.2em;
      margin: .5em 0 0 .5em; }
      .secondaryNavItems .cartBtn:hover {
        color: #daa528; }
    .secondaryNavItems .miniSearchFormWrapper {
      display: table;
      float: right;
      padding: 0 0 0 1.5em;
      margin: 0; }
      .secondaryNavItems .miniSearchFormWrapper form {
        display: table-cell;
        vertical-align: middle; }
        .secondaryNavItems .miniSearchFormWrapper form input {
          outline: none; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
          -webkit-appearance: textfield;
          -webkit-box-sizing: content-box;
          font-family: inherit;
          font-size: 100%; }
        .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-decoration,
        .secondaryNavItems .miniSearchFormWrapper form input::-webkit-search-cancel-button {
          display: none; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search] {
          background: #fff url(../gfx/search-icon.png) no-repeat 9px center;
          border: solid 2px #ebebeb;
          padding: 9px 10px 9px 32px;
          width: 180px;
          color: #b81237;
          -webkit-border-radius: 10em;
          -moz-border-radius: 10em;
          border-radius: 10em;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s; }
        .secondaryNavItems .miniSearchFormWrapper form input[type=search]:focus {
          width: 230px;
          background-color: #ebebeb;
          border-color: #606163;
          -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }
@media (min-width: 70em) {
  .drawer-navbar-OFF .drawer-menu {
    float: left; }

  .drawer-navbar .drawer-menu--right {
    float: right;
    position: absolute;
    right: 0; } }
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: .5em;
  background-color: #071D40;
  border: 2px solid #606163; }

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

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

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

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

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

/* 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: Arial, Baskerville, monospace; }

.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;
  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: -40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 46em) {
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }
@media only screen and (min-width: 55em) {
  .css-columns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; } }
.ui-accordion-content {
  height: auto; }

.arrow_box {
  position: relative;
  background: #b81237;
  padding: .5em;
  color: #606163;
  margin: 0 0 1.25em;
  font-family: "freight-sans-pro" "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: #b81237;
  border-width: 20px;
  margin-left: -20px; }

.sidebar-featureImage {
  border: 2px solid #606163;
  border-right: 8px solid #606163;
  overflow: hidden;
  margin: 0 0 1.5em;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px; }
  .sidebar-featureImage img {
    width: 100%;
    max-width: 100%; }

.ctaBoxes .ctaBox {
  overflow: hidden;
  position: relative;
  background: #202d60;
  border: 2px solid #b81237;
  border-top: 8px solid #b81237;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .ctaBoxes .ctaBox img {
    width: 100%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .ctaBoxes .ctaBox span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #b81237;
    color: #fff;
    text-transform: uppercase;
    padding: 0.75em 1.5em;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1em;
    width: 100%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .ctaBoxes .ctaBox:hover img {
    opacity: .8; }
  .ctaBoxes .ctaBox:hover span {
    opacity: .8;
    padding: 0.75em 1.5em 20%; }
.ctaBoxes .ctaBox.activeBox {
  border: 2px solid #202d60;
  border-top: 8px solid #202d60; }
  .ctaBoxes .ctaBox.activeBox span {
    background: #202d60; }

.pageAccordion {
  margin: 1.5em 0 3em;
  padding: 0;
  list-style: none; }
  .pageAccordion li {
    margin: 0 0 .25em;
    padding: 0;
    list-style: none;
    display: block; }
    .pageAccordion li .status {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 25px;
      height: 25px;
      right: .75em;
      font-weight: 600;
      font-size: 1.2em;
      text-align: center; }
      .pageAccordion li .status .on {
        display: none; }
      .pageAccordion li .status .off {
        display: block; }
    .pageAccordion li .cta {
      display: block;
      text-align: left;
      position: relative;
      padding-left: .75em;
      padding-right: .75em; }
    .pageAccordion li ul {
      margin: 0;
      padding: 0 1.5em; }
      .pageAccordion li ul li {
        list-style: none;
        margin: 0;
        padding: 1em 0;
        border-bottom: 1px solid #ebebeb;
        font-weight: 600;
        position: relative;
        display: block; }
        .pageAccordion li ul li .status {
          bottom: auto;
          top: .5em; }
        .pageAccordion li ul li a {
          color: #b81237;
          font-size: 1.2em;
          display: block; }
          .pageAccordion li ul li a:hover {
            color: #daa528; }
        .pageAccordion li ul li:last-child {
          border: none; }
        .pageAccordion li ul li ul {
          margin: .5em 0 0;
          padding: 0; }
          .pageAccordion li ul li ul li {
            margin: 0 0 .5em;
            padding: 0;
            border-bottom: 0;
            font-weight: 300; }
            .pageAccordion li ul li ul li a {
              font-size: 1em;
              color: #daa528; }
              .pageAccordion li ul li ul li a:hover {
                color: #b81237; }
  .pageAccordion li.active .button {
    background: #b81237; }
  .pageAccordion li.active .status .on {
    display: block; }
  .pageAccordion li.active .status .off {
    display: none; }
  .pageAccordion li a.ui-state-active .button {
    background: #b81237; }
  .pageAccordion li a.ui-state-active .status .on {
    display: block; }
  .pageAccordion li a.ui-state-active .status .off {
    display: none; }

.accordion {
  margin: 1.5em 0 3em;
  padding: 0;
  list-style: none; }
  .accordion li {
    margin: 0 0 .25em;
    padding: 0;
    list-style: none;
    display: block; }
    .accordion li .status {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      width: 25px;
      height: 25px;
      right: .75em;
      font-weight: 600;
      font-size: 1.2em;
      text-align: center; }
      .accordion li .status .on {
        display: none; }
      .accordion li .status .off {
        display: block; }
    .accordion li .cta {
      display: block;
      text-align: left;
      position: relative;
      padding-left: .75em;
      padding-right: 1.75em; }
      .accordion li .cta .dates {
        font-size: .8em;
        color: #dbd9d8;
        display: inline-block;
        text-transform: uppercase; }
    .accordion li ul {
      display: none;
      background: #fff;
      padding: 0;
      margin: 0 0 1em;
      -webkit-border-radius: 0 0 16px 16px;
      -moz-border-radius: 0 0 16px 16px;
      border-radius: 0 0 16px 16px;
      text-align: left; }
      .accordion li ul li {
        list-style: none;
        margin: 0;
        padding: 1em 0;
        border-bottom: 1px solid #ebebeb;
        font-weight: 600;
        position: relative;
        display: block; }
        .accordion li ul li .status {
          bottom: auto;
          top: .65em;
          left: .5em;
          right: auto; }
        .accordion li ul li a {
          color: #606163;
          font-size: 1.2em;
          display: block;
          padding: 0 2.5em; }
          .accordion li ul li a:hover {
            color: #b81237; }
        .accordion li ul li:last-child {
          border: none; }
        .accordion li ul li a.ui-state-active {
          color: #b81237; }
        .accordion li ul li ul {
          margin: 0;
          padding: 0; }
          .accordion li ul li ul li {
            margin: 0;
            padding: .5em 0;
            font-weight: 600; }
            .accordion li ul li ul li p {
              font-weight: 300;
              margin: 0.75em 0 0 0;
              line-height: 1.2em; }
            .accordion li ul li ul li a {
              font-size: 1.2em;
              color: #202d60;
              padding: 0; }
              .accordion li ul li ul li a:hover {
                color: #b81237; }
          .accordion li ul li ul li.sessionBoxWrapper {
            padding: 0; }
        .accordion li ul li ul.sub-submenu {
          padding: 0 2.5em;
          margin: 1em 0 0 0; }
      .accordion li ul li.sessionBoxWrapper {
        padding: 0; }
        .accordion li ul li.sessionBoxWrapper * {
          font-size: 1.01em; }
        .accordion li ul li.sessionBoxWrapper h4 {
          font-size: 1.2em; }
        .accordion li ul li.sessionBoxWrapper p {
          font-weight: 300; }
        .accordion li ul li.sessionBoxWrapper .cta {
          margin: 0.75em 0 0 0; }
    .accordion li ul.subSuSubMenu {
      display: block;
      margin: 0; }
      .accordion li ul.subSuSubMenu li {
        font-weight: 300;
        padding: .5em 0; }
  .accordion li.active .button {
    background: #b81237; }
  .accordion li.active .status .on {
    display: block; }
  .accordion li.active .status .off {
    display: none; }
  .accordion li a.ui-state-active .button {
    background: #b81237; }
  .accordion li a.ui-state-active .status .on {
    display: block; }
  .accordion li a.ui-state-active .status .off {
    display: none; }

.cart-box-inner-wrapper {
  padding: 0; }
  .cart-box-inner-wrapper .lbl {
    font-weight: 600;
    font-family: "freight-sans-pro", "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: "freight-sans-pro" "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 {
    color: #fff;
    background: #b81237;
    display: block;
    padding: 0.5em 1.5em;
    margin: 0 0 .10em;
    text-align: center; }
  .cart-box-inner-wrapper .camp-list-inner-wrapper {
    padding: 1.5em;
    text-align: center; }
  .cart-box-inner-wrapper .camp-list-item {
    border-bottom: 1px solid #202d60;
    margin: 0 0 1em;
    text-align: left; }
    .cart-box-inner-wrapper .camp-list-item .class {
      font-weight: bold;
      color: #b81237; }
  .cart-box-inner-wrapper button {
    border: none;
    display: inline-block;
    background: #daa528;
    color: #fff;
    padding: .75em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif;
    text-align: center;
    font-size: .9em;
    letter-spacing: .15em;
    font-weight: bold; }
    .cart-box-inner-wrapper button:hover, .cart-box-inner-wrapper button:focus {
      background: #a68027;
      color: #fff; }
  .cart-box-inner-wrapper .button-wrap {
    margin: 0 -10px;
    padding: 0.75em 1.5em;
    text-align: center; }
    .cart-box-inner-wrapper .button-wrap button {
      display: block;
      width: 100%;
      margin: 5px 0;
      -moz-border-radius: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px; }
    .cart-box-inner-wrapper .button-wrap button.btn-continueshopping {
      background: #202d60;
      color: #fff; }
      .cart-box-inner-wrapper .button-wrap button.btn-continueshopping:hover {
        background: #071D40;
        color: #fff; }
  .cart-box-inner-wrapper .camp-delete {
    margin: 0.75em 0; }
    .cart-box-inner-wrapper .camp-delete button {
      font-size: .65em;
      letter-spacing: 0;
      background: transparent;
      border: 1px solid #606163;
      color: #606163;
      -moz-border-radius: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px; }
      .cart-box-inner-wrapper .camp-delete button:hover {
        background: #606163;
        color: #fff; }

.campDetailsBox.specialtyBox {
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 0;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden; }
  .campDetailsBox.specialtyBox .campDetailsBox--header {
    border: none;
    background: #202d60;
    z-index: 10;
    transition: none;
    position: relative;
    padding: 0.75em 1.5em; }
    .campDetailsBox.specialtyBox .campDetailsBox--header h2 {
      color: #fff;
      text-align: left;
      margin: 0 0 0 .25em;
      padding: 0; }
      .campDetailsBox.specialtyBox .campDetailsBox--header h2 .icon {
        color: #202d60; }
  .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: #202d60;
    border-width: 10px;
    margin-left: -10px; }
  .campDetailsBox.specialtyBox .campDetailsBox--content {
    padding: 0;
    border: none; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session {
      background: #ebebeb;
      color: #071D40;
      padding: 3em 1.5em 1.5em;
      border-top: 1px solid #ebebeb;
      border-left: 1px solid #ebebeb;
      border-right: 1px solid #ebebeb;
      box-sizing: border-box; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session .notification {
        text-align: center;
        text-transform: uppercase;
        font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif;
        color: #202d60; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:first-child {
        border-top: none; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:nth-child(odd) {
        background: #fefefe; }
        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session:nth-child(odd) .session--pricing-option {
          background: #ebebeb; }
    .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .cta--register {
      margin: 3px;
      padding: .55em 1.25em;
      background: #daa528;
      -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: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .cta--register:hover {
        background: #a68027; }
    .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: "freight-sans-pro" "Arial", "Helvetica", sans-serif;
        max-width: 600px;
        font-weight: 800; }
        .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a {
          color: #daa528; }
          .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--header h3 a:hover {
            color: #464747; }
    .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: 16px;
      border-radius: 16px;
      -webkit-border-radius: 16px; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .session--pricing-option a {
        font-family: "freight-sans-pro" "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: "freight-sans-pro", "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: #b81237;
      color: #fff;
      border-top: 1px solid #ebebeb; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta strong {
        font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif; }
      .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta span, .campDetailsBox.specialtyBox .campDetailsBox--content .camp--schedule .foot-cta a {
        color: #fff; }

@media only screen and (min-width: 55em) {
  .ctaBoxes .ctaBox span {
    font-size: 1.4em; } }
@media only screen and (min-width: 70em) {
  .accordion li ul li ul li.sessionBoxWrapper {
    padding: 0; }
    .accordion li ul li ul li.sessionBoxWrapper * {
      font-size: 1em; }
    .accordion li ul li ul li.sessionBoxWrapper h4 {
      font-size: 1.4em; } }
/**
*
* Buttons of Various Sorts
*
**/
.button {
  display: inline-block;
  padding: .65em 1.75em .75em 1.75em;
  border: 2px solid #fff;
  background: #202d60;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 2px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px; }
  .button:hover, .button:focus {
    background: #b81237;
    color: #fff; }

.accordion .button {
  font-size: 1.4em; }

.regButtonWrapper .regButton.cta.button {
  margin: 0 0 1.5em;
  padding: .75em 1.25em;
  display: block;
  text-align: center;
  background: #daa528;
  border: 2px solid #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
  .regButtonWrapper .regButton.cta.button:hover {
    background: #202d60; }

@media only screen and (min-width: 55em) {
  .button {
    font-size: 1.2em; }

  .accordion .button {
    font-size: 2em; } }
/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
input, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #202d60;
  font-family: "freight-sans-pro" "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

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

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

:-ms-input-placeholder {
  color: #202d60;
  font-family: "freight-sans-pro" "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

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

/* ----------------------------------------------  Labels  ---------------------------------------------- */
label {
  display: block;
  float: none;
  padding: 0.25em 0;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px; }

.field.withSelect label {
  display: none; }

.checkboxField {
  max-width: 990px; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
input[type="text"], input[type="email"], input[type="password"], textarea, select, div.styled, input[type="file"] {
  width: 100%;
  border: none;
  padding: 0.65em 0.6em;
  background: transparent;
  border-bottom: 1px solid #999;
  color: #59595b;
  display: block;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

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

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

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

div.styled, select, input[type="submit"],
input[type="file"]:after {
 /* background: #202d60 url(../gfx/form-select-arrow-down.png) no-repeat 98% 50%; */
  font-weight: 100;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  padding: .75em 0.6em;
  text-indent: 0.7em;
  margin: 0;
  cursor: pointer;
  width: 100%;
  color: #202d60;
  vertical-align: middle;
  min-height: 1.2em; }
  div.styled:hover, select:hover, input[type="submit"]:hover,
  input[type="file"]:after:hover {
    background-color: #999;
    color: #fff; }

select option {
  color: #202d60;
  background-color: white; }

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

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

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

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

.ie7 div.styled {
  border: none; }

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

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

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

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

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

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

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

label.radio {
  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="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; }

/* Fancy checkbox via https://codepen.io/bbodine1/pen/novBm */
.checkboxField {
  position: relative; }
  .checkboxField .checkboxInstructions {
    color: #999;
    font-size: 1em; }
  .checkboxField .squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0 1em 0 0;
    float: left;
    background: transparent;
    border: 1px solid #999; }
    .checkboxField .squaredTwo label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      left: 4px;
      top: 4px;
      background: transparent; }
      .checkboxField .squaredTwo label:after {
        content: '';
        width: 9px;
        height: 5px;
        position: absolute;
        top: 4px;
        left: 4px;
        border: 3px solid #000;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg); }
      .checkboxField .squaredTwo label:hover::after {
        opacity: 0.8; }
    .checkboxField .squaredTwo input[type=checkbox] {
      visibility: hidden; }
      .checkboxField .squaredTwo input[type=checkbox]:checked + label:after {
        opacity: 1; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
form button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  border: none;
  margin: auto;
  display: inline-block;
  text-align: left;
  color: #fff;
  background: #b81237;
  font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif; }
  form button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background-color: #59595b; }

button.cta {
  color: #fff;
  padding: .75em 1.25em .55em 1.25em;
  margin: auto;
  line-height: 1;
  font-size: 1.2em;
  display: inline-block;
  letter-spacing: 4px;
  background: #b81237; }
  button.cta:hover {
    background: #daa528;
    color: #fff; }

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

/* IE7 needs you to change the background to transparent when using image background for submit buttons */
/* --- Custom Error Handling --- */
#lasso .field {
  position: relative; }

#lasso label.error {
  position: absolute;
  top: -20px;
  left: 0;
  color: #daa528;
  border: none;
  margin: 0;
  padding: 0;
  height: 20px; }

#lasso .field.select label.error {
  top: -20px;
  font-weight: normal;
  font-size: 0.85em;
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }

/* ----------- custom selects ---------------- */
.minict_wrapper {
  font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #999;
  background: transparent;
  border-bottom: 1px solid #999;
  position: relative;
  width: 100%;
  height: 35px;
  height: 2.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .minict_wrapper.disabled {
    background: #f5f5f5;
    text-shadow: 0 1px 0 #fff; }
    .minict_wrapper.disabled span {
      color: #bbb !important; }
  .minict_wrapper:after {
    content: "\25BC";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    height: 2.1rem;
    width: 2.1rem;
    top: 0;
    right: 0;
    font-size: 10px;
    font-size: 0.6rem;
    line-height: 32px;
    line-height: 1.9rem;
    text-align: center;
    color: #555; }
  .minict_wrapper.active:after {
    content: "\25B2"; }
  .minict_wrapper.disabled:after {
    color: #bbb; }
  .minict_wrapper span {
    display: block;
    border: 0;
    outline: none;
    background: none;
    font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    height: 32px;
    height: 2.0rem;
    line-height: 23px;
    line-height: 1.5rem;
    padding: 4px 53px 0 0;
    padding: 4px 3.4rem 0 0;
    cursor: default;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .minict_wrapper span:empty:before {
      text-transform: uppercase;
      letter-spacing: 2px;
      content: attr(data-placeholder);
      color: #999;
      line-height: 23px;
      line-height: 1.5rem; }
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 -1px;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border: none;
    top: 33px;
    top: 2.0rem;
    left: 0;
    max-height: 350px;
    max-height: 22rem;
    overflow-y: auto;
    z-index: 999999;
    -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); }
    .minict_wrapper ul li {
      list-style: none;
      font-size: 1rem;
      padding: 2px 10px 0;
      padding: 2px 0.7rem 0;
      margin: 0;
      cursor: pointer;
      background: #59595b;
      color: #fff;
      height: 35px;
      height: 2.2rem;
      line-height: 32px;
      line-height: 2rem; }
      .minict_wrapper ul li:hover {
        background: #fcfcfc;
        color: #111; }
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        cursor: default; }
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff !important;
        color: #bbb;
        text-align: center;
        font-size: 14px;
        font-size: 0.9rem;
        height: 55px;
        height: 3.5rem;
        line-height: 50px;
        line-height: 3.3rem; }
      .minict_wrapper ul li.disabled {
        cursor: default;
        background: #fff !important;
        color: #bbb; }
      .minict_wrapper ul li.selected {
        color: #202d60;
        background: #f6faff; }
      .minict_wrapper ul li.highlighted {
        color: #fff;
        background: #202d60; }
      .minict_wrapper ul li.hidden {
        display: none; }
  .minict_wrapper .minict_reset {
    color: #A9A9A9;
    bottom: 0;
    display: none;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 30px;
    line-height: 1.9rem;
    position: absolute;
    right: 35px;
    right: 2.2rem;
    text-align: center;
    top: 0;
    text-decoration: none;
    width: 20px;
    width: 1.2rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
    .minict_wrapper .minict_reset:hover {
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .minict_wrapper.disabled .minict_reset {
    display: none; }

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%); }
  .minict_wrapper.bubble:hover {
    border-color: #dcdcdc; }
  .minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem; }
  .minict_wrapper.bubble ul {
    top: 2.7rem;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: visible; }
    .minict_wrapper.bubble ul:before {
      position: absolute;
      top: -11px;
      left: 19px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #e5e5e5 transparent; }
    .minict_wrapper.bubble ul:after {
      position: absolute;
      top: -10px;
      left: 20px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .minict_wrapper.bubble ul li.minict_first {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .minict_wrapper.bubble ul li.minict_last {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .minict_wrapper.bubble .minict_reset {
    width: 30px; }

.regForm {
  z-index: 99; }
  .regForm .instructions {
    color: #999;
    font-size: .8em;
    display: block; }

@media only screen and (min-width: 55em) {
  .regForm {
    margin-top: 3em; }

  .field {
    margin: 1.5em 0; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clear {
  clear: both; }

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


header,
main,
footer,
.subHeader {
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms ease-out, visibility 250ms ease-out; }

.wf-active header,
.wf-active .subHeader,
.wf-active main,
.wf-active footer {
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms ease-out, visibility 250ms ease-out; }

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

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

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

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

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

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

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

  .mobile-only {
    display: none; }

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

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

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

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

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

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

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

  .blockList .col_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto; }
  .blockList .col_caption-inner {
    display: table;
    width: 100%;
    height: 100%; }
  .blockList .col_caption-content {
    display: table-cell;
    vertical-align: middle; } }
@media only screen and (min-width: 90em) {
  .constrain-width.contained {
    padding: 0; } }
header {
  background: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  header .logo {
    display: block;
    max-width: 230px;
    margin: 1.5em; }
    header .logo .logo__icon,
    header .logo .logo__logotype {
      display: none;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  header .primaryNav ul li {
    margin: 0 0 1.5em; }
    header .primaryNav ul li ul li {
      margin: 0 0 .25em; }

.inside-subHeader {
  margin: 102px 0 0 0;
  position: relative; }
  .inside-subHeader .pageHeading {
    position: absolute;
    bottom: .5em;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 3em;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    letter-spacing: 2px;
    font-style: italic;
    text-shadow: 1px 1px 1px #666; }
    .inside-subHeader .pageHeading .subTitle {
      display: block;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: 300;
      font-style: normal; }
  .inside-subHeader .inside-heroImage {
    max-height: 500px;
    overflow: hidden; }
    .inside-subHeader .inside-heroImage img {
      width: 100%;
      max-width: 100%; }

.subHeader {
  margin: 102px 0 0 0;
  background: #dedede; }
  .subHeader h1 {
    font-size: 2.2em;
    letter-spacing: 0px;
    font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0; }
  .subHeader p {
    margin: .25em 0 1em 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 1.2em; }
  .subHeader img {
    width: 100%;
    max-width: 100%; }
  .subHeader .calloutBox {
    padding: 1.5em; }
    .subHeader .calloutBox .callout {
      margin: 0 0 2.5em; }
  .subHeader .cta {
    display: inline-block;
    padding: .65em 1.75em .75em 1.75em;
    border: 2px solid #fff;
    background: #606163;
    color: #fff;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 2px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-border-radius: 16px; }
    .subHeader .cta:hover {
      background: #b81237; }
  .subHeader .ctas {
    margin: 1.5em 0;
    padding: 0;
    list-style: none; }
    .subHeader .ctas li {
      margin: 0 0 1.5em;
      padding: 0;
      list-style: none;
      font-size: .85em; }
      .subHeader .ctas li a {
        display: block;
        padding: 1em 1.5em;
        border: 2px solid #fff;
        background: #202d60;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2em;
        letter-spacing: 2px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-border-radius: 16px; }
        .subHeader .ctas li a:hover {
          background: #b81237; }
    .subHeader .ctas li.highlight a {
      background: #b81237; }
      .subHeader .ctas li.highlight a:hover {
        background: #666666; }

@media only screen and (min-width: 46em) {
  header .logo {
    max-width: 100%; } }
@media only screen and (min-width: 55em) {
  .crumbsWrap {
    padding: 2em 0 2.5em 0; }
    .crumbsWrap .crumbs {
      padding: 0 0 0 225px; }

  .noHeroImage {
    padding: .75em; }

  .subHeader .cta {
    font-size: 1.2em; }
  .subHeader .ctas {
    margin: 1.5em 0 0 0; }
  .subHeader .calloutBox {
    padding: 0; }

  header .logo {
    display: block;
    z-index: 99; }
    header .logo .logo__mobile {
      display: none; }
    header .logo .logo__icon,
    header .logo .logo__logotype {
      display: block;
      float: left; }
    header .logo .logo__logotype {
      position: absolute;
      display: block; }
    header .logo .logo__icon {
      z-index: 99;
      position: absolute; }
  header .primaryNav {
    position: absolute;
    bottom: 0;
    z-index: 98;
    width: 100%;
    background: #606163; }
    header .primaryNav ul li {
      margin: 0 1.25em 0 0; }
      header .primaryNav ul li a {
        padding: .75em 0;
        font-size: 1.4em; }
      header .primaryNav ul li ul li a {
        font-size: 1.2em; }
  header .utilityNav {
    float: right;
    text-align: right;
    padding: 0 1.5em 0 0; }
    header .utilityNav li {
      border-right: 1px solid #dbd9d8;
      padding: 0 1.5em; }
      header .utilityNav li:last-child {
        border: none;
        padding-right: 0;
        margin-right: 0; }

  .tallHeader {
    height: 240px;
    background-color: #fff; }
    .tallHeader .secondaryNavItems {
      padding: 0 3em 0 0;
      clear: both; }
    .tallHeader .utilityNav {
      padding: 0 3em 0 0;
      margin: 0 0 2em; }
    .tallHeader .primaryNav {
      padding: 0 0 0 120px;
      float: right; }
    .tallHeader .logo {
      margin: 1.5em 0 0 1.5em; }
      .tallHeader .logo .logo__logotype {
        margin-top: 3em;
        width: 322px;
        left: 200px; }
      .tallHeader .logo .logo__icon {
        width: 160px; }

  .shortHeader {
    height: 140px;
    background-color: #fff; }
    .shortHeader .secondaryNavItems {
      padding: 0 0 0 0;
      display: inline-block; }
    .shortHeader .utilityNav {
      display: inline-block;
      padding: .75em 1.5em 0 0; }
    .shortHeader .primaryNav {
      padding: 0 0 0 225px;
      font-size: 80%; }
    .shortHeader .logo {
      margin: 1.5em 0 0 1.5em; }
      .shortHeader .logo .logo__logotype {
        left: 200px;
        width: 240px;
        margin-top: 0;
        opacity: 0; }
      .shortHeader .logo .logo__icon {
        width: 160px;
        top: 1.25em; }

  .subHeader {
    margin-top: 240px;
    position: relative;
    height: 69vh;
    width: 100%;
    overflow: hidden;
    background-position: center top;
    background-size: cover; }
    .subHeader .calloutWrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff; }
      .subHeader .calloutWrapper h1, .subHeader .calloutWrapper p {
        color: #fff; }
      .subHeader .calloutWrapper .calloutBox {
        padding: 3em; }

  .inside-subHeader .pageHeading {
    top: auto;
    bottom: 1em;
    right: .75em;
    left: auto;
    text-align: right; } }
@media only screen and (min-width: 70em) {
  .crumbsWrap .crumbs {
    padding: 0 0 0 205px; }

  .subHeader h1 {
    font-size: 2.6em;
    letter-spacing: 1px; }
  .subHeader p {
    font-size: 1.4em; }

  .tallHeader {
    height: 240px;
    background-color: #fff; }
    .tallHeader .secondaryNavItems {
      padding: 0 3em 0 0;
      clear: both; }
    .tallHeader .utilityNav {
      padding: 0 3em 0 0;
      margin: 0 0 2em; }
    .tallHeader .primaryNav {
      padding: 0 0 0 290px; }
    .tallHeader .logo {
      margin: 3em 0 0 3em; }
      .tallHeader .logo .logo__logotype {
        margin-top: 3em;
        width: 402px;
        left: 290px; }
      .tallHeader .logo .logo__icon {
        width: 200px; }

  .shortHeader {
    height: 140px;
    background-color: #fff; }
    .shortHeader .secondaryNavItems {
      padding: 0 1.5em 0 0;
      display: inline-block; }
    .shortHeader .utilityNav {
      display: inline-block;
      padding: .75em 1.5em 0 0; }
    .shortHeader .primaryNav {
      padding: 0 0 0 205px; }
    .shortHeader .logo {
      margin: 1.5em 0 0 1.5em; }
      .shortHeader .logo .logo__logotype {
        opacity: 1;
        left: 205px;
        width: 240px;
        margin-top: .75em; }
      .shortHeader .logo .logo__icon {
        width: 160px; } }
@media only screen and (min-width: 90em) {
  .crumbsWrap .crumbs {
    padding: 0 0 0 225px; }

  .subHeader h1 {
    font-size: 3em; }
  .subHeader p {
    font-size: 2em; }

  .tallHeader {
    height: 240px;
    background-color: #fff; }
    .tallHeader .secondaryNavItems {
      padding: 0 3em 0 0;
      clear: both; }
    .tallHeader .utilityNav {
      padding: 0 3em 0 0;
      margin: 0 0 2em; }
    .tallHeader .primaryNav {
      padding: 0 0 0 320px; }
    .tallHeader .logo {
      margin: 3em 0 0 3em; }
      .tallHeader .logo .logo__logotype {
        margin-top: 3em;
        width: 422px;
        left: 320px; }
      .tallHeader .logo .logo__icon {
        width: 220px; }

  .shortHeader {
    height: 140px;
    background-color: #fff; }
    
.shortHeader .secondaryNavItems {
      padding: 0 1.5em 0 0;
      display: inline-block; }
    
.shortHeader .utilityNav {
      display: inline-block;
      padding: .75em 1.5em 0 0; }

    .shortHeader .primaryNav {
      padding: 0 0 0 225px; }

    .shortHeader .logo {
      margin: 1.5em 0 0 1.5em; }

      .shortHeader .logo .logo__logotype {
        opacity: 1;
        left: 225px;
        width: 322px;
        margin-top: .75em; }

      .shortHeader .logo .logo__icon {
        width: 160px; }

/**
*
*   Layout Footer
*   
**/
footer {
  background: #202d60;
  color: #fff;
  padding: 1.5em 0 0 0;
  text-align: center; }
  footer h2 {
    color: #606163;
    text-align: left; }
  footer .logo {
    max-width: 85px;
    width: 85px;
    display: block;
    margin: 0 auto; }

.footNav {
  margin: 0 0 1em;
  padding: 0;
  text-align: left; }
  .footNav li {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    font-family: "freight-sans-pro", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .footNav li a {
      color: #fff; }
      .footNav li a:hover {
        color: #606163; }

.footNav.footNavSports {
  font-size: 1.4em; }

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

.footerNav {
  margin: 0 0 .5em;
  padding: 0;
  text-align: center; }
  .footerNav li {
    padding: 0;
    list-style: none;
    margin: 0 .75em;
    padding: 0;
    font-size: .8em;
    display: inline-block; }
    .footerNav li a {
      color: #fff; }
      .footerNav li a:hover {
        color: #b81237; }
    .footerNav li:last-child {
      margin-right: 0; }
    .footerNav li:first-child {
      margin-left: 0; }

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

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

.footer--phone {
  margin: 1.25em 0;
  padding: .5em 0;
  font-size: 1.2em;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .footer--phone .footer--phone-number {
    font-family: "freight-sans-pro" "Arial", "Helvetica", Arial, sans-serif;
    color: #606163; }

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

  .socialIcons {
    text-align: left; }

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

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

  .affiliateCopy {
    text-align: left;
    margin: 1.75em 0; }

  .footer--phone {
    text-align: left;
    border: none;
    padding: 0;
    margin: 0 0 1.25em; } }
/** ==========================================================

    $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; } }
