/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 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; }
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help; }
@charset "UTF-8";
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
.selectize-control.single {
  height: 34px; }
  .selectize-control.single .selectize-input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 18px;
    height: 33px;
    line-height: 32px;
    padding: 0 10px; }
    .selectize-control.single .selectize-input:after {
      border-top-color: #000; }
    .selectize-control.single .selectize-input.focus:after {
      border-bottom-color: #000; }
    .selectize-control.single .selectize-input.input-active {
      background: transparent; }
    .selectize-control.single .selectize-input > input {
      background: transparent !important;
      font-size: 18px;
      vertical-align: top; }
    .selectize-control.single .selectize-input > .item {
      box-sizing: border-box;
      overflow: hidden;
      max-width: 90%;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .selectize-control.single .selectize-dropdown {
    border: 1px solid #000;
    border-radius: 0;
    font-size: 18px;
    margin: -2px 0 0 0;
    z-index: 20; }
    .selectize-control.single .selectize-dropdown [data-selectable] {
      line-height: 24px;
      padding: 8px 20px; }
      .selectize-control.single .selectize-dropdown [data-selectable].active {
        background: #000;
        color: #fff; }

.selectize-control + label {
  line-height: 32px;
  transition: all 0.2s ease; }

.selectize-control.focus + label, .selectize-control.not-empty + label {
  bottom: 100%;
  font-size: 12px;
  line-height: 24px;
  top: auto; }

.field.error .selectize-control.single .selectize-input {
  border-color: #c00; }
.editable-block {
  display: block;
  min-height: 50px;
  position: relative; }
  .editable-block:hover {
    background: #eee; }
    .editable-block:hover button {
      display: inline-block; }
  .editable-block button {
    background: #fff;
    display: none;
    margin: 10px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
  .editable-block.empty button {
    display: inline-block;
    position: static; }

.modal {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  color: #000;
  display: none;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-size: 18px;
  font-weight: 300;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  .modal .modal-content {
    background: #fff;
    bottom: 50px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -400px;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 50px;
    width: 800px; }
  .modal form {
    padding: 0;
    text-align: left; }
  .modal label {
    margin-bottom: 10px;
    text-align: left; }
  .modal textarea {
    box-sizing: border-box;
    height: 200px;
    margin-bottom: 10px;
    resize: none;
    width: 100%; }
  .modal .mce-tinymce {
    margin-bottom: 10px; }
  .modal .button {
    margin-bottom: 10px; }

.button.image-edit {
  background: #fff;
  bottom: 0;
  left: 0;
  margin: 10px;
  position: absolute;
  z-index: 10; }
  .button.image-edit:hover {
    background: #000; }
header {
  height: 55vh; }
  header .cl-logo {
    height: 105px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    top: 35px;
    width: 130px;
    z-index: 1; }

.menu .cl-logo {
  height: 100px;
  margin: 0 auto 30px;
  width: 220px; }

.menu .nav > li {
  margin-left: auto;
  margin-right: auto; }

.show-menu .bcg-signin .button {
  display: none; }

.club-listing,
.club-listing:visited {
  color: #fff;
  cursor: pointer;
  display: block;
  justify-content: center;
  text-align: center; }
  .club-listing .name,
  .club-listing:visited .name {
    bottom: 50%;
    flex: 1;
    font-family: 'EB Garamond', serif;
    font-size: 52px;
    left: 0;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    z-index: 1; }
  .club-listing .tier,
  .club-listing:visited .tier {
    left: 0;
    right: 0;
    position: absolute;
    top: 65%;
    font-size: 24px; }
  .club-listing .location,
  .club-listing .hover-text,
  .club-listing:visited .location,
  .club-listing:visited .hover-text {
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index: 1; }
  .club-listing .location,
  .club-listing:visited .location {
    margin-top: 30px;
    top: 50%; }
  .club-listing .hover-text,
  .club-listing:visited .hover-text {
    bottom: 30px;
    display: none; }
  .club-listing:hover,
  .club-listing:visited:hover {
    text-decoration: none; }
    .club-listing:hover .hover-text,
    .club-listing:visited:hover .hover-text {
      display: block; }

@media screen {
  .printonly {
    display: none !important; } }

@media print {
  .print-full-width {
    padding: 0 2% !important; }
  .noprint {
    display: none !important; }
  .print-body, td {
    font-size: 10px;
    line-height: 1.0 !important; }
  .print-body {
    padding: 10px !important; }
  .fullprint {
    height: 100%; }
  h3 {
    margin: 0; } }

.splash .cl-logo {
  height: 120px;
  text-indent: -9999px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 120px;
  width: 300px;
  z-index: 1; }

.splash .cta {
  font-family: 'EB Garamond', serif;
  font-size: 80px;
  margin-top: -80px; }
  .splash .cta .editable-block {
    display: inline-block; }

@media (min-width: 960px) {
  .visible-on-phone-only {
    display: none; } }

@media (max-width: 960px) {
  .hidden-on-phone {
    display: none; } }

@media (max-width: 1080px) {
  .splash {
    padding-top: 30px; }
    .splash .cl-logo {
      display: block;
      left: auto;
      position: relative;
      top: auto;
      width: 160px;
      margin: 0 auto; }
    .splash .cta {
      font-size: 29px;
      padding-top: 260px; }
      .splash .cta .white.button {
        font-size: 14px !important; } }
@charset "UTF-8";
body,
html {
  background: #000;
  height: 100%;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  min-width: 1080px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > .social-bar,
  body > .right-nav,
  html > .social-bar,
  html > .right-nav {
    position: absolute;
    right: 72px;
    top: 44px;
    z-index: 10; }
    body > .social-bar .social-icon,
    body > .right-nav .social-icon,
    html > .social-bar .social-icon,
    html > .right-nav .social-icon {
      margin-left: 20px; }
  body > .social-bar,
  html > .social-bar {
    z-index: 50; }
  body.show-menu > .social-bar,
  html.show-menu > .social-bar {
    position: fixed; }

canvas {
  -ms-interpolation-mode: bicubic; }

h1 {
  font-family: 'EB Garamond', serif;
  font-size: 88px;
  font-weight: 400;
  left: 0;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 180px;
  width: 100%; }

h2 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-size: 37px;
  font-weight: 500;
  margin: 50px 0;
  text-align: center;
  text-transform: uppercase; }

h4 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 50px 0;
  text-align: center;
  text-transform: uppercase; }

hr {
  border: 0;
  background: #ccc;
  height: 1px;
  margin: 30px 0;
  overflow: hidden; }

a,
a:visited {
  color: #000;
  text-decoration: none; }
  a:hover,
  a:visited:hover {
    text-decoration: underline; }

p {
  line-height: 200%; }

strong {
  font-weight: 500; }

header {
  background: #000 no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 375px;
  overflow: hidden;
  position: relative; }
  header:before, header:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  header:before {
    background: inherit;
    filter: contrast(90%) brightness(95%);
    z-index: -14; }
  header:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  header a,
  header a:visited {
    color: #fff; }
  header .banner {
    height: 153px;
    margin-left: -72.5px;
    width: 155px;
    z-index: 1; }
    header .banner .logo {
      height: 80px;
      margin: 25px; }
  header h1 {
    z-index: 1; }

footer {
  background: #000;
  color: #fff;
  padding: 50px 0; }
  footer a,
  footer a:visited {
    color: #fff; }
  footer .full-logo {
    height: 100px;
    margin-bottom: 35px;
    width: 140px; }
  footer .social-bar {
    margin-top: 30px; }
  footer .footer-sponsors {
    height: 220px;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
    width: 270px; }
    footer .footer-sponsors > li {
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 0.35s ease;
      width: 100%;
      z-index: 0; }
      footer .footer-sponsors > li:first-of-type {
        opacity: 1;
        z-index: 1; }
      footer .footer-sponsors > li > .thumbnail {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #fff;
        box-sizing: border-box;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%; }
      footer .footer-sponsors > li > .full-image {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #fff;
        box-sizing: border-box;
        display: none;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 808px; }
      footer .footer-sponsors > li:hover > .thumbnail {
        display: none; }
      footer .footer-sponsors > li:hover > .full-image {
        display: block; }
  footer .nav {
    columns: 2;
    display: block;
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 100px 0 0 0;
    padding: 0;
    text-transform: uppercase; }
    footer .nav > li a,
    footer .nav > li a:visited {
      text-decoration: none; }
      footer .nav > li a:hover,
      footer .nav > li a:visited:hover {
        text-decoration: underline; }
  footer .wrapper {
    display: flex;
    flex-wrap: wrap; }
    footer .wrapper > section {
      box-sizing: border-box; }
      footer .wrapper > section:nth-child(1) {
        padding: 0 20px 0 30px;
        width: 330px; }
        footer .wrapper > section:nth-child(1) .button {
          margin-left: -27px; }
      footer .wrapper > section:nth-child(2) {
        width: 390px; }
      footer .wrapper > section:nth-child(3) {
        padding: 0 30px 0 20px;
        width: 320px; }
      footer .wrapper > section:nth-child(4) {
        line-height: 16px;
        padding: 50px 30px 0;
        width: 100%; }

.cf:after {
  content: '';
  display: table;
  clear: both; }

.page {
  background: #fff; }
  .page:after {
    content: '';
    display: table;
    clear: both; }
  .show-menu .page {
    filter: blur(10px); }

.main {
  margin-bottom: 50px; }
  .main:after {
    content: '';
    display: table;
    clear: both; }
  .main img {
    max-width: 100%; }
  .main .wrapper {
    padding: 0 48px; }

.banner {
  background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/0072c64911ff5cd5aa0aea2989a02611.png) no-repeat top center;
  background-size: contain;
  height: 278px;
  left: 50%;
  margin-left: -136.5px;
  position: absolute;
  top: 0;
  width: 273px; }
  .banner .logo {
    background: no-repeat center center;
    background-size: contain;
    display: block;
    height: 160px;
    margin: 27px;
    text-indent: -9999px; }

.filter-form {
  display: block;
  padding-bottom: 0; }

.inverted-bar {
  background: #000;
  color: #fff;
  margin: 10px 0;
  padding: 1px 0; }

.club-switcher {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center; }

.copyright {
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0; }
  .copyright a,
  .copyright a:visited {
    color: #fff; }

.member-select label {
  position: relative !important;
  font-size: 12px; }

.locale-switch {
  color: #fff;
  float: right;
  font-size: 12px;
  text-transform: uppercase; }
  .locale-switch a,
  .locale-switch a:visited {
    color: #fff;
    letter-spacing: 0;
    margin: 0 12px;
    text-decoration: none; }
    .locale-switch a:hover,
    .locale-switch a:visited:hover {
      text-decoration: underline; }
    .locale-switch a:first-of-type,
    .locale-switch a:visited:first-of-type {
      margin: 0; }
    .locale-switch a:last-of-type,
    .locale-switch a:visited:last-of-type {
      margin-right: 0; }

.social-bar .social-icon {
  margin-left: 20px; }
  .social-bar .social-icon:first-of-type {
    margin-left: 0; }

.spoof-notifier {
  background: #000;
  color: #fff;
  font-size: 12px;
  margin-left: -230px;
  left: 50%;
  line-height: 15px;
  padding: 15px 45px 15px 15px;
  position: absolute;
  text-align: center;
  top: 36px;
  width: 400px;
  z-index: 10; }
  .spoof-notifier > a,
  .spoof-notifier > a:visited {
    color: #fff; }
  .spoof-notifier .close {
    background: #fff;
    cursor: pointer;
    height: 41px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 41px; }
    .spoof-notifier .close:before {
      color: #000;
      content: '\2715';
      font-size: 24px;
      line-height: 41px; }

.member-welcome {
  left: 40px;
  margin-top: -60px;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 50%; }
  .member-welcome span {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    margin-bottom: 40px; }

.sign-out-button,
.user-message {
  color: #fff;
  left: 150px;
  line-height: 28px;
  position: absolute;
  top: 44px;
  z-index: 10; }

.menu-toggler {
  cursor: pointer;
  display: block;
  height: 32px;
  left: 72px;
  position: fixed;
  text-indent: -9999px;
  top: 42px;
  width: 32px;
  z-index: 50; }
  .menu-toggler:before, .menu-toggler:after {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    transition: 0.5s ease;
    width: 100%; }
  .menu-toggler:before {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    height: 4px;
    margin-top: -7px;
    top: 50%;
    transition-property: top, transform, border-color, margin; }
  .menu-toggler:after {
    border-top: 2px solid #ddd;
    bottom: 50%;
    height: 0;
    margin-bottom: -7px;
    transition-property: bottom, transform, border-color, margin; }
  .show-menu .menu-toggler:before, .show-menu .menu-toggler:after {
    margin: -2px 0 0 0; }
  .show-menu .menu-toggler:before {
    border-bottom: 0 solid rgba(255, 255, 255, 0);
    height: 0;
    transform: rotate(45deg); }
  .show-menu .menu-toggler:after {
    transform: rotate(-45deg); }

.message {
  border: 2px solid #000;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  text-transform: uppercase; }

.image-block {
  background: #000 no-repeat center center;
  background-size: cover;
  height: 50vh;
  min-height: 400px;
  position: relative; }
  .image-block:before, .image-block:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .image-block:before {
    background: inherit;
    filter: contrast(90%) brightness(95%);
    z-index: -14; }
  .image-block:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .image-block.infopane {
    color: #fff;
    height: 75vh;
    min-height: 600px; }
    .image-block.infopane .title,
    .image-block.infopane .panel {
      align-items: center;
      height: 100%;
      justify-content: center;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .image-block.infopane .title {
      display: flex;
      font-family: 'EB Garamond', serif;
      font-size: 54px; }
    .image-block.infopane .panel {
      display: none; }
    .image-block.infopane:hover .title {
      display: none; }
    .image-block.infopane:hover .panel {
      display: flex; }
  .image-block.link-banner > a,
  .image-block.link-banner > a:hover {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-family: 'EB Garamond', serif;
    font-size: 54px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1; }
  .image-block.cta-banner {
    position: relative; }
    .image-block.cta-banner > a,
    .image-block.cta-banner .wrapper > a {
      height: 100%;
      left: 0;
      position: absolute;
      text-indent: -9999px;
      top: 0;
      width: 100%;
      z-index: 1; }
    .image-block.cta-banner .wrapper {
      color: #fff;
      height: 100%;
      position: relative;
      z-index: 1; }
      .image-block.cta-banner .wrapper .title {
        font-family: 'EB Garamond', serif;
        font-size: 54px;
        position: absolute;
        top: 48px;
        z-index: 2; }
      .image-block.cta-banner .wrapper .copy {
        bottom: 48px;
        line-height: 180%;
        position: absolute;
        text-transform: uppercase;
        width: 50%;
        z-index: 2; }
    .image-block.cta-banner .hover-text {
      bottom: 48px;
      display: none;
      position: absolute;
      right: 48px;
      text-transform: uppercase; }
      .image-block.cta-banner .hover-text:after {
        content: '\203A';
        font-size: 22px;
        margin-left: 10px; }
    .image-block.cta-banner:hover .hover-text {
      display: block; }

.menu {
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  padding: 30px 120px;
  position: fixed;
  right: 100%;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 40; }
  .show-menu .menu {
    right: 0; }
  .menu .container {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 110px;
    position: relative; }
  .menu .header {
    text-align: center; }
    .menu .header .logo {
      background: no-repeat center center;
      background-size: contain;
      display: block;
      height: 120px;
      margin: 0 auto;
      width: 130px; }
  .menu .footer {
    bottom: 0;
    left: 120px;
    line-height: 16px;
    position: absolute;
    right: 120px; }
    .menu .footer .cl-logo {
      display: block;
      height: 60px;
      margin: 0 auto;
      text-indent: -9999px;
      width: 120px; }
  .menu .nav {
    list-style: none;
    margin: -32px 0 0 0;
    padding: 0; }
    .menu .nav > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      min-width: 760px;
      position: relative;
      transition: all 0.3s ease;
      width: 100%; }
      .menu .nav > li > a,
      .menu .nav > li > a:visited {
        color: rgba(255, 255, 255, 0.3);
        display: block;
        font-family: 'EB Garamond', serif;
        font-size: 37px;
        letter-spacing: 0;
        padding: 2px 0;
        text-decoration: none;
        transition: all 0.3s ease; }
      .menu .nav > li:hover {
        border-bottom: 1px solid #fff; }
        .menu .nav > li:hover > ul {
          margin-left: 0;
          opacity: 1; }
        .menu .nav > li:hover > a,
        .menu .nav > li:hover > a:visited {
          color: #fff; }
      .menu .nav > li > ul {
        font-size: 18px;
        left: 48%;
        line-height: 24px;
        list-style: none;
        opacity: 0;
        margin: 0 0 0 -9999px;
        padding: 10px 0;
        position: absolute;
        text-transform: uppercase;
        transition: opacity 0.3s ease;
        top: 100%;
        z-index: 10; }
        .menu .nav > li > ul > li:first-of-type {
          margin-top: 5px; }
        .menu .nav > li > ul > li:last-of-type {
          margin-bottom: 5px; }
        .menu .nav > li > ul > li > a,
        .menu .nav > li > ul > li > a:visited {
          color: rgba(255, 255, 255, 0.3);
          display: block;
          text-decoration: none;
          transition: all 0.3s ease; }
        .menu .nav > li > ul > li:hover > a,
        .menu .nav > li > ul > li:hover > a:visited {
          color: #fff;
          text-decoration: underline; }

.boxed {
  border: 1px solid #000;
  margin: 30px 0;
  padding: 30px; }
  .boxed > p:first-child {
    margin-top: 0; }
  .boxed > p:last-child {
    margin-bottom: 0; }
  .boxed > .editable-block:first-child > p:first-child {
    margin-top: 0; }
  .boxed > .editable-block:last-child > p:last-child {
    margin-bottom: 0; }

.full-width {
  width: 100%; }

.uppercased {
  text-transform: uppercase; }

.no-wrap {
  white-space: nowrap; }

.centered {
  text-align: center; }

.righted {
  text-align: right; }

.margined {
  margin-bottom: 40px;
  margin-top: 40px; }

.margined-small {
  margin-bottom: 20px;
  margin-top: 20px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.address-bar {
  margin: 10px 0;
  text-align: center; }
  .address-bar > span {
    margin-left: 20px; }

.page-nav {
  font-size: 18px;
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  text-align: center; }
  .page-nav > li {
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -1px;
    position: relative; }
    .page-nav > li:before {
      background: #fff;
      content: "|";
      height: 16px;
      margin-top: 1px;
      position: absolute;
      left: -2px; }
    .page-nav > li:first-child:before {
      display: none; }
    .page-nav > li:hover, .page-nav > li.active {
      border: 1px solid #000; }
      .page-nav > li:hover:before, .page-nav > li.active:before {
        display: none; }
      .page-nav > li:hover + li:before, .page-nav > li.active + li:before {
        display: none; }
    .page-nav > li:hover {
      background: #000;
      color: #fff; }
      .page-nav > li:hover > a,
      .page-nav > li:hover > a:visited,
      .page-nav > li:hover > button {
        color: #fff; }
    .page-nav > li > a,
    .page-nav > li > a:visited,
    .page-nav > li > button {
      background: transparent;
      border: 0;
      color: #000;
      display: inline-block;
      font-weight: 300;
      letter-spacing: 0;
      padding: 2px 8px;
      text-decoration: none; }
      .page-nav > li > a:hover,
      .page-nav > li > a:visited:hover,
      .page-nav > li > button:hover {
        text-decoration: none; }

.quarters {
  background: #000;
  font-family: 'EB Garamond', serif;
  font-size: 54px; }
  .quarters:after {
    content: '';
    display: table;
    clear: both; }
  .quarters > div {
    background: no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    float: left;
    height: 0;
    letter-spacing: 0;
    padding-top: 28.125%;
    position: relative;
    width: 50%; }
    .quarters > div:before, .quarters > div:after {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0; }
    .quarters > div:before {
      background: inherit;
      filter: contrast(90%) brightness(95%);
      z-index: -14; }
    .quarters > div:after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
    .quarters > div > a,
    .quarters > div > a:visited {
      color: #fff;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      text-decoration: none;
      top: 0;
      width: 100%;
      z-index: 1; }
      .quarters > div > a:hover,
      .quarters > div > a:visited:hover {
        text-decoration: none; }
      .quarters > div > a > span,
      .quarters > div > a:visited > span {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        padding: 0 30px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%; }

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 1080px; }

.col-2 {
  display: flex;
  flex-wrap: wrap; }
  .col-2 > div {
    width: 50%; }

.col-3 {
  display: flex;
  flex-wrap: wrap; }
  .col-3 > div {
    width: 33.3333%; }

.photo-gallery > div:after, .photo-gallery > div:before {
  display: none; }

.login-page .message {
  margin-bottom: 40px; }

header .cl-logo {
  height: 44px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 35px;
  width: 120px;
  z-index: 1; }

.corporate-links {
  top: 50%;
  left: 0;
  margin-top: -21px;
  position: fixed;
  transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  z-index: 20; }
  .corporate-links > a,
  .corporate-links > a:visited {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase; }
    .corporate-links > a:hover,
    .corporate-links > a:visited:hover {
      text-decoration: none; }

.splash .cl-logo {
  height: 120px;
  text-indent: -9999px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  top: 120px;
  width: 300px;
  z-index: 1; }

.bcg-signin {
  top: 45px !important;
  left: 150px !important;
  position: relative;
  z-index: 999;
  padding: 0 12px; }

.club-page {
  margin-top: -56px; }

.home .bcg-page {
  margin-top: -106px; }

.bcg-page {
  margin-top: -48px; }
  .bcg-page .splash {
    height: 104vh; }

.bcg-page .scroll-text {
  display: none; }

.show-menu .bcg-login {
  display: none; }

.bcg-cta h2 {
  margin-top: 30px;
  font-family: 'EB Garamond', serif !important;
  font-size: 36px !important;
  text-transform: none !important; }

.corp-style {
  top: 180px !important; }

.bcg-page .cl-logo {
  top: 55px; }

@media (max-width: 1080px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1080px) {
  .desktop-hidden {
    display: none !important; } }

.splash {
  background: #000 no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
  height: 100vh;
  width: 100%; }
  .splash:before, .splash:after {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .splash:before {
    background: inherit;
    filter: contrast(90%) brightness(95%);
    z-index: -14; }
  .splash:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .splash .banner {
    z-index: 1; }
  .splash .bcg-cta {
    top: 40% !important; }
  .splash .cta {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1; }
    .splash .cta .button {
      margin: 0 10px 10px; }
  .splash .member-buttons .button {
    margin: 0 10px; }
  .splash .member-welcome {
    z-index: 1; }
  .splash .scroll-text {
    bottom: 0;
    font-size: 17px;
    left: 0;
    opacity: 0;
    padding-bottom: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1; }
    .splash .scroll-text:after {
      content: '\203A';
      display: block;
      font-size: 28px;
      left: 50%;
      line-height: 28px;
      margin-left: -10px;
      position: absolute;
      transform: rotate(90deg) translate(50%, -50%);
      transform-origin: 0 50%;
      width: 20px; }
  .scrolled-top .splash .scroll-text {
    opacity: 1; }

.home .main {
  margin-bottom: 0; }

@media (min-width: 960px) {
  .visible-on-phone-only {
    display: none; } }

@media (max-width: 960px) {
  .hidden-on-phone {
    display: none; } }

.team-members {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center; }
  .team-members .team-member {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 30px;
    width: 33.33%; }
    .team-members .team-member .photo {
      background: #000;
      background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/ef92fe78cd1a56a588f2ab07847b34c0.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border: 8px solid #fff;
      box-shadow: 0 0 0 2px #000;
      box-sizing: border-box;
      border-radius: 50%;
      display: inline-block;
      height: 100px;
      margin: 2px 2px 40px 2px;
      width: 100px; }
    .team-members .team-member .title {
      text-transform: uppercase; }
    .team-members .team-member .name {
      margin: 15px 0; }

@media (max-width: 1080px) {
  .team-members .team-member {
    width: 50%; } }

@media (max-width: 720px) {
  .team-members .team-member {
    width: 100%; } }

[data-map] {
  height: 50vh;
  min-height: 400px;
  position: relative; }
  [data-map] .map-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  [data-map] [data-marker-set] {
    display: none; }
  [data-map] [data-directions-search] {
    align-content: center;
    background: rgba(255, 255, 255, 0.65);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1; }
    [data-map] [data-directions-search] input {
      background: transparent;
      border: 0;
      border-bottom: 1px solid transparent;
      box-shadow: none;
      font-size: 36px;
      font-weight: 300;
      line-height: 48px;
      margin: 30px 0 60px;
      outline: none;
      text-align: center;
      min-width: 480px; }
      [data-map] [data-directions-search] input::placeholder {
        color: #000; }
      [data-map] [data-directions-search] input:focus {
        border-bottom: 1px solid #000; }
        [data-map] [data-directions-search] input:focus::placeholder {
          color: transparent; }
    [data-map] [data-directions-search] .title {
      font-family: 'EB Garamond', serif;
      font-size: 54px; }

.full-logo {
  background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/832dcfc4a707208ccfb10ed998cea7ea.png) no-repeat center center;
  background-size: contain;
  display: block; }
  .full-logo.fr {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/a006dfd47ca975b54d0b2063967382cd.png); }

.cl-logo {
  background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/832dcfc4a707208ccfb10ed998cea7ea.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px; }

.cl-logo-fr {
  background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/a006dfd47ca975b54d0b2063967382cd.png) !important;
  background-size: contain;
  text-indent: -9999px; }

.academy-logo {
  background: no-repeat center center;
  background-size: contain;
  height: 150px;
  margin: 20px auto;
  width: 150px; }

.players-club-logo {
  background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/ef1f8dc56f5dbdca2963c75aedbb1e86.png) no-repeat center center;
  background-size: contain;
  height: 115px;
  width: 180px;
  margin: 0 auto; }

.cpc-banner {
  background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/7ba580fef97c4060735bf88e6414d94d.jpg) no-repeat center center;
  background-size: contain;
  display: block;
  margin: 20px auto;
  padding-top: 18.22%;
  width: 100%; }

.social-icon {
  background: no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 28px; }
  .social-icon.instagram {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/d1127081b1f44c33c1fa1c54d76f23b5.png); }
  .social-icon.facebook {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/4bc1403925293f0e76bd568d2f3adad6.png); }
  .social-icon.youtube {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/a03062e596a8386c6076ac12187a7982.png); }
  .social-icon.twitter {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/4d377b8a9b2a31f18cc2d2779e99d983.png); }

.email-icon {
  background: no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 28px;
  width: 28px; }
  .email-icon.email {
    background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/93549096de1d146eaa3bb72e30a33fe2.png); }

form {
  padding: 50px 0;
  text-align: center; }
  form.no-padding {
    padding: 0; }
  form .two-columns {
    display: flex;
    flex-wrap: wrap; }
    form .two-columns.padded-top {
      padding-top: 40px; }
  form .hidden {
    display: none !important; }
  form .unset label {
    position: unset !important; }
  form .checkbox {
    margin: 0 auto 40px;
    text-align: left; }
    form .checkbox.error {
      color: #c00; }
    form .checkbox label {
      font-size: 13px; }
    form .checkbox input {
      margin-right: 10px; }
  form .field,
  form .field-group {
    margin: 0 auto 40px;
    max-width: 400px;
    min-height: 1px;
    position: relative;
    width: 100%; }
    form .field.textarea,
    form .field-group.textarea {
      width: 90%; }
    form .field.error input[type="text"],
    form .field.error input[type="email"],
    form .field.error input[type="password"],
    form .field.error textarea,
    form .field-group.error input[type="text"],
    form .field-group.error input[type="email"],
    form .field-group.error input[type="password"],
    form .field-group.error textarea {
      border-color: #c00; }
    form .field .g-recaptcha,
    form .field-group .g-recaptcha {
      display: inline-block;
      margin: 0 auto; }
    form .field.fixed-label label,
    form .field-group.fixed-label label {
      font-size: 12px;
      line-height: 24px;
      margin-top: -20px;
      position: relative; }
    form .field input[type="text"],
    form .field input[type="email"],
    form .field input[type="password"],
    form .field textarea,
    form .field-group input[type="text"],
    form .field-group input[type="email"],
    form .field-group input[type="password"],
    form .field-group textarea {
      background: transparent;
      position: relative;
      z-index: 10; }
      form .field input[type="text"] + label,
      form .field input[type="email"] + label,
      form .field input[type="password"] + label,
      form .field textarea + label,
      form .field-group input[type="text"] + label,
      form .field-group input[type="email"] + label,
      form .field-group input[type="password"] + label,
      form .field-group textarea + label {
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.2s ease;
        white-space: nowrap; }
      form .field input[type="text"]:focus + label, form .field input[type="text"].not-empty + label,
      form .field input[type="email"]:focus + label,
      form .field input[type="email"].not-empty + label,
      form .field input[type="password"]:focus + label,
      form .field input[type="password"].not-empty + label,
      form .field textarea:focus + label,
      form .field textarea.not-empty + label,
      form .field-group input[type="text"]:focus + label,
      form .field-group input[type="text"].not-empty + label,
      form .field-group input[type="email"]:focus + label,
      form .field-group input[type="email"].not-empty + label,
      form .field-group input[type="password"]:focus + label,
      form .field-group input[type="password"].not-empty + label,
      form .field-group textarea:focus + label,
      form .field-group textarea.not-empty + label {
        bottom: 100%;
        font-size: 12px;
        line-height: 24px;
        top: auto; }
    form .field label,
    form .field-group label {
      bottom: 0;
      left: 0;
      position: absolute;
      top: 0;
      right: 0; }
    form .field textarea + label,
    form .field-group textarea + label {
      line-height: 150px;
      top: 32px; }
    form .field textarea:focus + label, form .field textarea.not-empty + label,
    form .field-group textarea:focus + label,
    form .field-group textarea.not-empty + label {
      bottom: 0;
      top: 0; }
    form .field .errorlist,
    form .field-group .errorlist {
      font-size: 13px;
      list-style: none;
      margin: 0;
      color: red !important;
      padding: 10px;
      text-align: center;
      z-index: 12; }
      form .field .errorlist:before, form .field .errorlist:after,
      form .field-group .errorlist:before,
      form .field-group .errorlist:after {
        border-style: solid;
        content: '';
        position: absolute;
        top: 0; }
      form .field .errorlist:before,
      form .field-group .errorlist:before {
        border: none !important; }
      form .field .errorlist:after,
      form .field-group .errorlist:after {
        border-color: transparent transparent #fff transparent;
        border-width: 0 7px 7px 7px;
        left: 11px;
        margin-top: -7px; }
    form .field.error:hover .errorlist,
    form .field-group.error:hover .errorlist {
      display: block; }
  form .field-group {
    margin: 0 auto; }
  form select {
    visibility: hidden; }

label {
  display: block;
  text-transform: uppercase; }

.guestdropdown .selectize-input.has-items:after {
  display: none !important; }

.guestinput, .hostinput, .hosttype {
  height: 33px;
  font-size: 18px; }

.guestdropdown, .guestinput-wrapper, .hostinput-wrapper {
  padding-left: 25px; }

.update-profile .show-email label, .update-profile .show-phone label, .update-profile .show-cell label {
  font-size: 12px;
  position: static; }

.other-members {
  padding-bottom: 60px; }
  .other-members .member-select.single {
    height: 50px !important; }
    .other-members .member-select.single .selectize-dropdown.single {
      border-left: 1px solid black;
      border-right: 1px solid black; }
    .other-members .member-select.single .selectize-input {
      height: 50px; }
      .other-members .member-select.single .selectize-input #id_members-selectized {
        height: 50px !important; }
    .other-members .member-select.single .selectize-input.has-items {
      line-height: 50px; }
  .other-members .selectize-input {
    border: 1px solid black !important;
    border-radius: 0px; }
  .other-members .selectize-dropdown {
    z-index: 999; }
  .other-members .selectize-dropdown-content .option {
    background: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid lightgrey; }
  .other-members .selectize-dropdown-content .option:last {
    border-bottom: 1px solid black !important; }

@media only screen and (min-device-width: 481px) {
  .fieldset {
    max-width: 640px; }
    .fieldset .col-1-4 {
      width: 25% !important; }
    .fieldset .col-3-4 {
      width: 75% !important; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .fieldset {
    flex-wrap: wrap;
    background: #fbfbfb;
    padding: 30px 0;
    margin: 30px 0 !important; }
    .fieldset .guestinput-wrapper {
      margin-left: 0; }
    .fieldset .guestdropdown, .fieldset .guestinput-wrapper, .fieldset .hostinput-wrapper {
      padding-left: 0; }
    .fieldset .guestdropdown, .fieldset .guestinput {
      padding-right: 0px; }
    .fieldset .col-1-4, .fieldset .col-3-4 {
      width: 100% !important; }
    .fieldset .selectize-input {
      margin-left: 0px; } }

.field input[type="text"],
.field input[type="email"],
.field input[type="password"],
.field textarea {
  border: 0;
  border-bottom: 1px solid #000;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: 300;
  outline: none;
  line-height: 32px;
  padding: 0 10px;
  resize: none;
  text-align: center;
  width: 100%; }

.field input[type="text"],
.field input[type="email"],
.field input[type="password"] {
  height: 32px; }

.field textarea {
  border: 1px solid #000;
  height: 150px;
  line-height: 100%;
  margin-top: 32px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left; }

.errorlist.nonfield {
  list-style: none;
  margin: -40px 0 60px 0;
  padding: 0;
  text-align: center; }
  .errorlist.nonfield > li {
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    outline: none;
    margin-top: 32px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border-color: #c00;
    color: #c00;
    font-size: 13px; }

input[type="button"],
input[type="submit"],
.button,
.button:visited {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  outline: none;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
  transition-property: background, color; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .button:visited:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }
  input[type="button"].white,
  input[type="submit"].white,
  .button.white,
  .button:visited.white {
    border-color: #fff;
    color: #fff; }
    input[type="button"].white:hover,
    input[type="submit"].white:hover,
    .button.white:hover,
    .button:visited.white:hover {
      background: #fff;
      color: #000; }
  input[type="button"].white-fixed,
  input[type="submit"].white-fixed,
  .button.white-fixed,
  .button:visited.white-fixed {
    width: 180px;
    border-color: #fff;
    color: #fff; }
    input[type="button"].white-fixed:hover,
    input[type="submit"].white-fixed:hover,
    .button.white-fixed:hover,
    .button:visited.white-fixed:hover {
      background: #fff;
      color: #000; }
  input[type="button"].small,
  input[type="submit"].small,
  .button.small,
  .button:visited.small {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px; }

.flat-button,
.flat-button:visited {
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 46px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase; }
  .flat-button:hover,
  .flat-button:visited:hover {
    text-decoration: underline; }
  .flat-button.white,
  .flat-button:visited.white {
    color: #fff; }
  .flat-button.small,
  .flat-button:visited.small {
    font-size: 14px;
    line-height: 24px;
    padding: 0 12px; }

dl.accordion {
  list-style: none;
  margin: 0;
  padding: 0; }
  dl.accordion > dt {
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    min-height: 24px;
    padding-right: 48px;
    position: relative;
    text-align: left;
    text-transform: uppercase; }
    dl.accordion > dt:after {
      background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/5066466b247fcdd165642b14e3b88010.png) no-repeat center center;
      background-size: contain;
      content: '';
      display: block;
      height: 24px;
      margin-top: -12px;
      position: absolute;
      right: 0;
      top: 50%;
      width: 24px; }
    dl.accordion > dt.open {
      margin-bottom: 0; }
      dl.accordion > dt.open:after {
        background-image: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/064e8f7efcbce9a3d5b911d397ee6349.png); }
      dl.accordion > dt.open + dd {
        display: block; }
  dl.accordion > dd {
    display: none;
    margin: 0 0 16px 0;
    padding: 10px 0; }

.roster {
  margin: 100px 0 20px; }
  .roster:after {
    content: '';
    display: table;
    clear: both; }

.roster-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%; }
  .roster-list > li {
    box-sizing: border-box;
    margin-bottom: 16px;
    width: 33.33%; }

.roster-letter {
  float: right;
  font-size: 36px;
  text-align: right;
  text-transform: uppercase;
  width: 5%; }

@media (max-width: 1080px) {
  .roster-list > li {
    width: 50%; } }

@media (max-width: 720px) {
  .roster-list > li {
    text-align: center;
    width: 100%; }
  .roster-letter {
    display: none; } }

.calendar-wrapper {
  float: right;
  width: 300px; }

.calendar-wrapper .legend,
.event-listing .legend {
  list-style: none;
  margin: 30px 20px;
  padding: 0; }
  .calendar-wrapper .legend > li,
  .event-listing .legend > li {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .calendar-wrapper .legend > li:before,
    .event-listing .legend > li:before {
      content: '';
      display: inline-block;
      height: 12px;
      margin-top: 2px;
      margin-right: 10px;
      vertical-align: top;
      width: 12px; }
    .calendar-wrapper .legend > li.member-event:before,
    .event-listing .legend > li.member-event:before {
      background: #36f; }
    .calendar-wrapper .legend > li.notice:before,
    .event-listing .legend > li.notice:before {
      background: #0c0; }
    .calendar-wrapper .legend > li.outside-event:before,
    .event-listing .legend > li.outside-event:before {
      background: #f33; }

.calendar {
  border: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  padding: 4px;
  text-align: center; }
  .calendar .calendar-header {
    font-weight: bold;
    line-height: 24px; }
    .calendar .calendar-header .prev-month,
    .calendar .calendar-header .next-month {
      box-sizing: border-box;
      font-size: 10px;
      height: 24px;
      line-height: 28px;
      padding: 0 10px; }
      .calendar .calendar-header .prev-month:hover,
      .calendar .calendar-header .next-month:hover {
        text-decoration: none; }
    .calendar .calendar-header .prev-month {
      float: left; }
    .calendar .calendar-header .next-month {
      float: right; }
  .calendar .calendar-weekdays {
    font-size: 12px;
    font-weight: bold;
    color: #999; }
    .calendar .calendar-weekdays > span {
      display: inline-block;
      padding: 6px 0;
      width: 14.2857%; }
  .calendar .week {
    display: flex;
    font-size: 12px; }
    .calendar .week .day {
      color: #999;
      display: inline-block;
      font-weight: bold;
      padding: 6px 0 14px 0;
      width: 14.2857%; }
    .calendar .week .calendar-day {
      background: #f5f5f5;
      position: relative; }
      .calendar .week .calendar-day:hover {
        background: #333;
        color: #fff;
        text-decoration: none; }
      .calendar .week .calendar-day.selected {
        background: #333;
        color: #fff; }
      .calendar .week .calendar-day .markers {
        bottom: 6px;
        height: 6px;
        left: 0;
        line-height: 0;
        position: absolute;
        right: 0; }
        .calendar .week .calendar-day .markers > span {
          background: #fff;
          border-radius: 50%;
          display: inline-block;
          height: 6px;
          margin: 0 1px;
          width: 6px; }
          .calendar .week .calendar-day .markers > span.member-event {
            background: #36f; }
          .calendar .week .calendar-day .markers > span.notice {
            background: #0c0; }
          .calendar .week .calendar-day .markers > span.outside-event {
            background: #f33; }

.event-listing {
  float: left;
  width: 640px; }
  .event-listing .week-selector {
    background: transparent;
    border: 1px solid #000;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    outline: none;
    margin-top: 32px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    float: right;
    margin: 0 0 40px 0; }
    .event-listing .week-selector > a,
    .event-listing .week-selector > a:visited {
      font-size: 32px;
      margin: -3px 16px 0; }
      .event-listing .week-selector > a:hover,
      .event-listing .week-selector > a:visited:hover {
        cursor: pointer;
        text-decoration: none; }
      .event-listing .week-selector > a:first-of-type,
      .event-listing .week-selector > a:visited:first-of-type {
        margin-left: 0; }
      .event-listing .week-selector > a:last-of-type,
      .event-listing .week-selector > a:visited:last-of-type {
        margin-right: 0; }
  .event-listing .date-headline {
    padding-left: 120px;
    text-transform: uppercase; }
  .event-listing .no-events-message {
    text-align: center;
    text-transform: uppercase; }
  .event-listing .meta {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .event-listing .meta .marker {
      display: inline-block;
      height: 10px;
      margin-top: 2px;
      margin-left: 10px;
      width: 10px;
      vertical-align: top; }
      .event-listing .meta .marker.member-event {
        background: #36f; }
      .event-listing .meta .marker.notice {
        background: #0c0; }
      .event-listing .meta .marker.outside-event {
        background: #f33; }
  .event-listing .event-list {
    border-top: 1px solid #000;
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    .event-listing .event-list > li {
      border-bottom: 1px solid #000;
      padding: 20px 0; }
      .event-listing .event-list > li:after {
        content: '';
        display: table;
        clear: both; }
      .event-listing .event-list > li .photo {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        height: 75px;
        width: 100px; }
      .event-listing .event-list > li .details {
        margin-left: 120px; }
        .event-listing .event-list > li .details .title {
          font-family: 'EB Garamond', serif;
          font-size: 24px;
          margin-bottom: 5px; }
        .event-listing .event-list > li .details .rsvp {
          font-size: 11px;
          margin: 20px 0;
          text-transform: uppercase; }
          .event-listing .event-list > li .details .rsvp .button {
            margin-right: 10px; }
        .event-listing .event-list > li .details .description {
          font-size: 13px;
          max-height: 4.5em;
          overflow: hidden;
          position: relative; }
        .event-listing .event-list > li .details .event-details-btn {
          margin-top: 20px; }

.event-details-page .event-listing h4 {
  margin-bottom: 20px; }
  .event-details-page .event-listing h4.event-title {
    text-align: left; }

.event-details-page .event-listing .legend {
  margin: 0; }

.event-details-page .event-listing .meta-detail {
  font-size: 12px;
  margin: 20px 0;
  text-transform: uppercase; }

.event-details-page .calendar-wrapper .event-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
  margin: 40px 0;
  width: 100%; }

.event-details-page .rsvp-form .field {
  max-width: 640px; }

@media (max-width: 1080px) {
  .calendar-wrapper {
    width: 100%; }
    .calendar-wrapper .legend {
      text-align: center; }
  .calendar {
    margin: 0 auto;
    max-width: 300px; }
  .event-listing {
    width: 100%; }
    .event-listing .event-list > li .photo {
      display: none; }
    .event-listing .event-list > li .details {
      margin-left: 0; }
    .event-listing .date-headline {
      padding: 0; }
    .event-listing .week-selector {
      font-size: 14px;
      line-height: 25px; }
  .event-details-page .calendar-wrapper .event-photo {
    display: none; } }

.my-profile form {
  padding-top: 0; }

.news-listing .featured-news {
  display: none; }
  .news-listing .featured-news:nth-child(1), .news-listing .featured-news:nth-child(2) {
    display: block; }
  .news-listing .featured-news .date {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 40px;
    top: 40px; }
  .news-listing .featured-news .details {
    bottom: 40px;
    left: 40px;
    position: absolute;
    right: 40px; }
    .news-listing .featured-news .details .summary {
      font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
      font-size: 15px;
      font-weight: 300; }

.news-listing .news-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news-listing .news-list > li {
    border-bottom: 1px solid #000; }
    .news-listing .news-list > li > a,
    .news-listing .news-list > li > a:visited {
      display: flex;
      text-decoration: none; }
      .news-listing .news-list > li > a:hover,
      .news-listing .news-list > li > a:visited:hover {
        text-decoration: none; }
      .news-listing .news-list > li > a .photo,
      .news-listing .news-list > li > a:visited .photo {
        background-size: cover;
        width: 300px; }
      .news-listing .news-list > li > a .details,
      .news-listing .news-list > li > a:visited .details {
        flex: 1;
        padding: 40px;
        position: relative; }
        .news-listing .news-list > li > a .details .date,
        .news-listing .news-list > li > a:visited .details .date {
          float: right;
          font-size: 15px; }
        .news-listing .news-list > li > a .details .headline,
        .news-listing .news-list > li > a:visited .details .headline {
          display: block;
          font-family: 'EB Garamond', serif;
          font-size: 54px; }
        .news-listing .news-list > li > a .details .summary,
        .news-listing .news-list > li > a:visited .details .summary {
          font-size: 15px; }

.news-item-page .main img {
  max-width: 100%; }

.news-photo {
  max-width: 100%; }

@media (max-width: 1080px) {
  .news-listing .featured-news {
    display: block;
    min-height: 320px;
    text-align: center; }
    .news-listing .featured-news > a {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px; }
    .news-listing .featured-news .date {
      left: auto;
      margin-bottom: 20px;
      position: relative;
      right: auto;
      top: auto; }
    .news-listing .featured-news .details {
      bottom: auto;
      left: auto;
      position: relative;
      right: auto; }
      .news-listing .featured-news .details .summary {
        display: none; }
  .news-list {
    display: none; } }

.daily-fee-iframe {
  border: 1px solid #ccc;
  height: 820px;
  width: 100%; }

.summary-title {
  margin-bottom: 10px;
  text-transform: uppercase; }
  .summary-title.inline {
    display: inline;
    font-weight: 500; }

#summary-balances .col-3 {
  margin: 50px 0; }

#summary-extra .col-2 {
  margin: 50px 0; }

#linked-members {
  border-top: 1px solid #000;
  padding: 50px 0; }
  #linked-members > .wrapper > .summary-title {
    margin-bottom: 50px; }
  #linked-members .linked-member,
  #linked-members .linked-member-header {
    margin-bottom: 10px; }
  #linked-members .linked-member {
    font-weight: 500; }

[data-popup] {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100; }
  [data-popup].show {
    display: flex; }
  [data-popup] .no-dues {
    background: url(https://dc7v0ig8y4kui.cloudfront.net/static/bundles/29e914d3e79d291af0e2657ae5c09537.jpg) no-repeat center center;
    background-size: contain;
    height: 500px;
    width: 500px; }

@media (max-width: 1080px) {
  body,
  html {
    font-size: 13px;
    min-width: 320px; }
    body > .social-bar,
    body > .right-nav,
    html > .social-bar,
    html > .right-nav {
      display: none; }
  h1 {
    font-size: 52px;
    line-height: 64px; }
  h2 {
    font-size: 28px; }
  h4 {
    font-size: 18px;
    letter-spacing: 1.5px; }
  .bcg-page .cta {
    top: 40%; }
  .bcg-page .splash {
    height: 116vh; }
  .bcg-cta {
    padding-top: 0px !important;
    top: 35%; }
    .bcg-cta h2 {
      font-size: 16px !important;
      margin-top: 20px; }
  footer .nav {
    columns: 1;
    margin: 40px 0; }
  footer .footer-sponsors {
    margin: 0 auto 40px; }
    footer .footer-sponsors > li:hover .full-image {
      display: none; }
    footer .footer-sponsors > li:hover .thumbnail {
      display: block; }
  footer .locale-switch {
    display: block;
    margin-bottom: 40px;
    float: none; }
  footer .wrapper > section:nth-child(n) {
    padding: 0;
    text-align: center;
    width: 100%; }
    footer .wrapper > section:nth-child(n) .flat-button {
      display: block; }
    footer .wrapper > section:nth-child(n) .button {
      margin: 0; }
    footer .wrapper > section:nth-child(n) .full-logo {
      margin: 0 auto 20px; }
  .address-bar {
    line-height: 150%; }
    .address-bar > span {
      white-space: nowrap; }
  .page-nav {
    font-size: 15px; }
  .menu-toggler {
    left: 16px;
    top: 16px; }
  .button.image-edit {
    display: none; }
  .image-block {
    min-height: 240px;
    padding: 30px; }
    .image-block.link-banner > a,
    .image-block.link-banner > a:hover {
      font-size: 44px;
      padding: 30px; }
    .image-block.infopane {
      color: #fff;
      height: auto;
      min-height: 0; }
      .image-block.infopane:before {
        background: #fff;
        filter: none; }
      .image-block.infopane:after {
        display: none; }
      .image-block.infopane .title,
      .image-block.infopane .panel {
        position: relative; }
      .image-block.infopane .title {
        display: none; }
      .image-block.infopane .panel {
        display: block; }
      .image-block.infopane:hover .panel {
        display: block; }
  .quarters > div {
    font-size: 44px;
    height: 50vh;
    min-height: 240px;
    padding: 30px;
    width: 100%; }
  .menu {
    padding: 30px;
    min-width: 320px; }
    .menu .container {
      padding-bottom: 30px; }
    .menu .nav {
      margin: 20px 0; }
      .menu .nav > li {
        min-width: 0;
        width: 100%; }
        .menu .nav > li:hover {
          border-color: transparent; }
          .menu .nav > li:hover > a,
          .menu .nav > li:hover > a:visited {
            border-color: #fff; }
        .menu .nav > li > a,
        .menu .nav > li > a:visited {
          border-bottom: 1px solid transparent;
          color: #fff;
          line-height: 37px; }
        .menu .nav > li > ul {
          left: 0;
          margin: 0;
          opacity: 1;
          position: relative; }
          .menu .nav > li > ul > li > a,
          .menu .nav > li > ul > li > a:visited {
            color: rgba(255, 255, 255, 0.7); }
    .menu .footer {
      left: auto;
      position: relative;
      right: auto; }
  .corporate-links {
    display: none; }
  .corp-style {
    top: 160px; }
  .sign-out-button,
  .user-message {
    display: none; }
  .spoof-notifier {
    display: none; }
  .splash {
    box-sizing: border-box;
    height: auto;
    min-height: 100vh;
    padding: 0 30px 40px; }
    .splash .banner {
      display: block;
      height: 153px;
      left: auto;
      margin: 0 auto 30px;
      padding-top: 1px;
      position: relative;
      width: 155px; }
      .splash .banner .logo {
        height: 80px;
        margin: 25px; }
    .splash .cta {
      margin: 0;
      position: relative; }
      .splash .cta .button {
        margin: 10px; }
    .splash .member-buttons .button {
      margin-bottom: 10px; }
    .splash .member-welcome {
      position: relative;
      left: auto;
      margin: 0;
      right: auto; }
    .splash .scroll-text {
      display: none; }
  [data-map] {
    display: none; }
  .wrapper {
    width: 100%; }
  .main .wrapper {
    padding: 0 20px; } }
