/*
  spaceBase version: 1.0
  http://spacebase.space150.com
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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;
}

body.home footer div.signup-banner {
  display: none;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.gw,
.grid-wrapper {
  list-style: none;
  margin-bottom: 0;
  *zoom: 1;
  clear: both;
}
.gw:before, .gw:after,
.grid-wrapper:before,
.grid-wrapper:after {
  display: table;
  content: "";
}
.gw:after,
.grid-wrapper:after {
  clear: both;
}

.gw--rev > .g,
.grid-wrapper--rev > .grid {
  float: right;
}

.gw--full,
.grid-wrapper--full {
  margin-left: 0;
}
.gw--full > .g,
.gw--full > .grid,
.grid-wrapper--full > .g,
.grid-wrapper--full > .grid {
  padding-left: 0;
}

.gw > .gw,
.grid-wrapper > .grid-wrapper {
  margin-left: 0;
}

.g,
.grid {
  float: left;
  width: 100%;
  padding-left: 27px;
  padding-left: 1.5rem;
  -moz-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
}

.one-whole {
  width: 100%;
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

.one-third, .two-sixths, .four-twelfths {
  width: 33.33333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.66667%;
}

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

.one-sixth, .two-twelfths {
  width: 16.66667%;
}

.five-sixths, .ten-twelfths {
  width: 83.33333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.33333%;
}

.five-twelfths {
  width: 41.66667%;
}

.seven-twelfths {
  width: 58.33333%;
}

.eleven-twelfths {
  width: 91.66667%;
}

@media only screen and (min-width: 480px) {
  .hand-one-whole {
    width: 100%;
  }

  .hand-one-half, .hand-two-quarters, .hand-three-sixths, .hand-four-eighths, .hand-five-tenths, .hand-six-twelfths {
    width: 50%;
  }

  .hand-one-third, .hand-two-sixths, .hand-four-twelfths {
    width: 33.33333%;
  }

  .hand-two-thirds, .hand-four-sixths, .hand-eight-twelfths {
    width: 66.66667%;
  }

  .hand-one-quarter, .hand-two-eighths, .hand-three-twelfths {
    width: 25%;
  }

  .hand-three-quarters, .hand-six-eighths, .hand-nine-twelfths {
    width: 75%;
  }

  .hand-one-fifth, .hand-two-tenths {
    width: 20%;
  }

  .hand-two-fifths, .hand-four-tenths {
    width: 40%;
  }

  .hand-three-fifths, .hand-six-tenths {
    width: 60%;
  }

  .hand-four-fifths, .hand-eight-tenths {
    width: 80%;
  }

  .hand-one-sixth, .hand-two-twelfths {
    width: 16.66667%;
  }

  .hand-five-sixths, .hand-ten-twelfths {
    width: 83.33333%;
  }

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

  .hand-three-eighths {
    width: 37.5%;
  }

  .hand-five-eighths {
    width: 62.5%;
  }

  .hand-seven-eighths {
    width: 87.5%;
  }

  .hand-one-tenth {
    width: 10%;
  }

  .hand-three-tenths {
    width: 30%;
  }

  .hand-seven-tenths {
    width: 70%;
  }

  .hand-nine-tenths {
    width: 90%;
  }

  .hand-one-twelfth {
    width: 8.33333%;
  }

  .hand-five-twelfths {
    width: 41.66667%;
  }

  .hand-seven-twelfths {
    width: 58.33333%;
  }

  .hand-eleven-twelfths {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .lap-one-whole {
    width: 100%;
  }

  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%;
  }

  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.33333%;
  }

  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.66667%;
  }

  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%;
  }

  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%;
  }

  .lap-one-fifth, .lap-two-tenths {
    width: 20%;
  }

  .lap-two-fifths, .lap-four-tenths {
    width: 40%;
  }

  .lap-three-fifths, .lap-six-tenths {
    width: 60%;
  }

  .lap-four-fifths, .lap-eight-tenths {
    width: 80%;
  }

  .lap-one-sixth, .lap-two-twelfths {
    width: 16.66667%;
  }

  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.33333%;
  }

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

  .lap-three-eighths {
    width: 37.5%;
  }

  .lap-five-eighths {
    width: 62.5%;
  }

  .lap-seven-eighths {
    width: 87.5%;
  }

  .lap-one-tenth {
    width: 10%;
  }

  .lap-three-tenths {
    width: 30%;
  }

  .lap-seven-tenths {
    width: 70%;
  }

  .lap-nine-tenths {
    width: 90%;
  }

  .lap-one-twelfth {
    width: 8.33333%;
  }

  .lap-five-twelfths {
    width: 41.66667%;
  }

  .lap-seven-twelfths {
    width: 58.33333%;
  }

  .lap-eleven-twelfths {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 1024px) {
  .desk-one-whole {
    width: 100%;
  }

  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%;
  }

  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.33333%;
  }

  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.66667%;
  }

  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%;
  }

  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%;
  }

  .desk-one-fifth, .desk-two-tenths {
    width: 20%;
  }

  .desk-two-fifths, .desk-four-tenths {
    width: 40%;
  }

  .desk-three-fifths, .desk-six-tenths {
    width: 60%;
  }

  .desk-four-fifths, .desk-eight-tenths {
    width: 80%;
  }

  .desk-one-sixth, .desk-two-twelfths {
    width: 16.66667%;
  }

  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.33333%;
  }

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

  .desk-three-eighths {
    width: 37.5%;
  }

  .desk-five-eighths {
    width: 62.5%;
  }

  .desk-seven-eighths {
    width: 87.5%;
  }

  .desk-one-tenth {
    width: 10%;
  }

  .desk-three-tenths {
    width: 30%;
  }

  .desk-seven-tenths {
    width: 70%;
  }

  .desk-nine-tenths {
    width: 90%;
  }

  .desk-one-twelfth {
    width: 8.33333%;
  }

  .desk-five-twelfths {
    width: 41.66667%;
  }

  .desk-seven-twelfths {
    width: 58.33333%;
  }

  .desk-eleven-twelfths {
    width: 91.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .wall-one-whole {
    width: 100%;
  }

  .wall-one-half, .wall-two-quarters, .wall-three-sixths, .wall-four-eighths, .wall-five-tenths, .wall-six-twelfths {
    width: 50%;
  }

  .wall-one-third, .wall-two-sixths, .wall-four-twelfths {
    width: 33.33333%;
  }

  .wall-two-thirds, .wall-four-sixths, .wall-eight-twelfths {
    width: 66.66667%;
  }

  .wall-one-quarter, .wall-two-eighths, .wall-three-twelfths {
    width: 25%;
  }

  .wall-three-quarters, .wall-six-eighths, .wall-nine-twelfths {
    width: 75%;
  }

  .wall-one-fifth, .wall-two-tenths {
    width: 20%;
  }

  .wall-two-fifths, .wall-four-tenths {
    width: 40%;
  }

  .wall-three-fifths, .wall-six-tenths {
    width: 60%;
  }

  .wall-four-fifths, .wall-eight-tenths {
    width: 80%;
  }

  .wall-one-sixth, .wall-two-twelfths {
    width: 16.66667%;
  }

  .wall-five-sixths, .wall-ten-twelfths {
    width: 83.33333%;
  }

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

  .wall-three-eighths {
    width: 37.5%;
  }

  .wall-five-eighths {
    width: 62.5%;
  }

  .wall-seven-eighths {
    width: 87.5%;
  }

  .wall-one-tenth {
    width: 10%;
  }

  .wall-three-tenths {
    width: 30%;
  }

  .wall-seven-tenths {
    width: 70%;
  }

  .wall-nine-tenths {
    width: 90%;
  }

  .wall-one-twelfth {
    width: 8.33333%;
  }

  .wall-five-twelfths {
    width: 41.66667%;
  }

  .wall-seven-twelfths {
    width: 58.33333%;
  }

  .wall-eleven-twelfths {
    width: 91.66667%;
  }
}
[class*="push--"] {
  position: relative;
}

.push--one-whole {
  left: 100%;
}

.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%;
}

.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.33333%;
}

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.66667%;
}

.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%;
}

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%;
}

.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

.push--one-sixth, .push--two-twelfths {
  left: 16.66667%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.33333%;
}

.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

.push--one-twelfth {
  left: 8.33333%;
}

.push--five-twelfths {
  left: 41.66667%;
}

.push--seven-twelfths {
  left: 58.33333%;
}

.push--eleven-twelfths {
  left: 91.66667%;
}

@media only screen and (min-width: 480px) {
  .push--hand-one-whole {
    left: 100%;
  }

  .push--hand-one-half, .push--hand-two-quarters, .push--hand-three-sixths, .push--hand-four-eighths, .push--hand-five-tenths, .push--hand-six-twelfths {
    left: 50%;
  }

  .push--hand-one-third, .push--hand-two-sixths, .push--hand-four-twelfths {
    left: 33.33333%;
  }

  .push--hand-two-thirds, .push--hand-four-sixths, .push--hand-eight-twelfths {
    left: 66.66667%;
  }

  .push--hand-one-quarter, .push--hand-two-eighths, .push--hand-three-twelfths {
    left: 25%;
  }

  .push--hand-three-quarters, .push--hand-six-eighths, .push--hand-nine-twelfths {
    left: 75%;
  }

  .push--hand-one-fifth, .push--hand-two-tenths {
    left: 20%;
  }

  .push--hand-two-fifths, .push--hand-four-tenths {
    left: 40%;
  }

  .push--hand-three-fifths, .push--hand-six-tenths {
    left: 60%;
  }

  .push--hand-four-fifths, .push--hand-eight-tenths {
    left: 80%;
  }

  .push--hand-one-sixth, .push--hand-two-twelfths {
    left: 16.66667%;
  }

  .push--hand-five-sixths, .push--hand-ten-twelfths {
    left: 83.33333%;
  }

  .push--hand-one-eighth {
    left: 12.5%;
  }

  .push--hand-three-eighths {
    left: 37.5%;
  }

  .push--hand-five-eighths {
    left: 62.5%;
  }

  .push--hand-seven-eighths {
    left: 87.5%;
  }

  .push--hand-one-tenth {
    left: 10%;
  }

  .push--hand-three-tenths {
    left: 30%;
  }

  .push--hand-seven-tenths {
    left: 70%;
  }

  .push--hand-nine-tenths {
    left: 90%;
  }

  .push--hand-one-twelfth {
    left: 8.33333%;
  }

  .push--hand-five-twelfths {
    left: 41.66667%;
  }

  .push--hand-seven-twelfths {
    left: 58.33333%;
  }

  .push--hand-eleven-twelfths {
    left: 91.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .push--lap-one-whole {
    left: 100%;
  }

  .push--lap-one-half, .push--lap-two-quarters, .push--lap-three-sixths, .push--lap-four-eighths, .push--lap-five-tenths, .push--lap-six-twelfths {
    left: 50%;
  }

  .push--lap-one-third, .push--lap-two-sixths, .push--lap-four-twelfths {
    left: 33.33333%;
  }

  .push--lap-two-thirds, .push--lap-four-sixths, .push--lap-eight-twelfths {
    left: 66.66667%;
  }

  .push--lap-one-quarter, .push--lap-two-eighths, .push--lap-three-twelfths {
    left: 25%;
  }

  .push--lap-three-quarters, .push--lap-six-eighths, .push--lap-nine-twelfths {
    left: 75%;
  }

  .push--lap-one-fifth, .push--lap-two-tenths {
    left: 20%;
  }

  .push--lap-two-fifths, .push--lap-four-tenths {
    left: 40%;
  }

  .push--lap-three-fifths, .push--lap-six-tenths {
    left: 60%;
  }

  .push--lap-four-fifths, .push--lap-eight-tenths {
    left: 80%;
  }

  .push--lap-one-sixth, .push--lap-two-twelfths {
    left: 16.66667%;
  }

  .push--lap-five-sixths, .push--lap-ten-twelfths {
    left: 83.33333%;
  }

  .push--lap-one-eighth {
    left: 12.5%;
  }

  .push--lap-three-eighths {
    left: 37.5%;
  }

  .push--lap-five-eighths {
    left: 62.5%;
  }

  .push--lap-seven-eighths {
    left: 87.5%;
  }

  .push--lap-one-tenth {
    left: 10%;
  }

  .push--lap-three-tenths {
    left: 30%;
  }

  .push--lap-seven-tenths {
    left: 70%;
  }

  .push--lap-nine-tenths {
    left: 90%;
  }

  .push--lap-one-twelfth {
    left: 8.33333%;
  }

  .push--lap-five-twelfths {
    left: 41.66667%;
  }

  .push--lap-seven-twelfths {
    left: 58.33333%;
  }

  .push--lap-eleven-twelfths {
    left: 91.66667%;
  }
}
@media only screen and (min-width: 1024px) {
  .push--desk-one-whole {
    left: 100%;
  }

  .push--desk-one-half, .push--desk-two-quarters, .push--desk-three-sixths, .push--desk-four-eighths, .push--desk-five-tenths, .push--desk-six-twelfths {
    left: 50%;
  }

  .push--desk-one-third, .push--desk-two-sixths, .push--desk-four-twelfths {
    left: 33.33333%;
  }

  .push--desk-two-thirds, .push--desk-four-sixths, .push--desk-eight-twelfths {
    left: 66.66667%;
  }

  .push--desk-one-quarter, .push--desk-two-eighths, .push--desk-three-twelfths {
    left: 25%;
  }

  .push--desk-three-quarters, .push--desk-six-eighths, .push--desk-nine-twelfths {
    left: 75%;
  }

  .push--desk-one-fifth, .push--desk-two-tenths {
    left: 20%;
  }

  .push--desk-two-fifths, .push--desk-four-tenths {
    left: 40%;
  }

  .push--desk-three-fifths, .push--desk-six-tenths {
    left: 60%;
  }

  .push--desk-four-fifths, .push--desk-eight-tenths {
    left: 80%;
  }

  .push--desk-one-sixth, .push--desk-two-twelfths {
    left: 16.66667%;
  }

  .push--desk-five-sixths, .push--desk-ten-twelfths {
    left: 83.33333%;
  }

  .push--desk-one-eighth {
    left: 12.5%;
  }

  .push--desk-three-eighths {
    left: 37.5%;
  }

  .push--desk-five-eighths {
    left: 62.5%;
  }

  .push--desk-seven-eighths {
    left: 87.5%;
  }

  .push--desk-one-tenth {
    left: 10%;
  }

  .push--desk-three-tenths {
    left: 30%;
  }

  .push--desk-seven-tenths {
    left: 70%;
  }

  .push--desk-nine-tenths {
    left: 90%;
  }

  .push--desk-one-twelfth {
    left: 8.33333%;
  }

  .push--desk-five-twelfths {
    left: 41.66667%;
  }

  .push--desk-seven-twelfths {
    left: 58.33333%;
  }

  .push--desk-eleven-twelfths {
    left: 91.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .push--wall-one-whole {
    left: 100%;
  }

  .push--wall-one-half, .push--wall-two-quarters, .push--wall-three-sixths, .push--wall-four-eighths, .push--wall-five-tenths, .push--wall-six-twelfths {
    left: 50%;
  }

  .push--wall-one-third, .push--wall-two-sixths, .push--wall-four-twelfths {
    left: 33.33333%;
  }

  .push--wall-two-thirds, .push--wall-four-sixths, .push--wall-eight-twelfths {
    left: 66.66667%;
  }

  .push--wall-one-quarter, .push--wall-two-eighths, .push--wall-three-twelfths {
    left: 25%;
  }

  .push--wall-three-quarters, .push--wall-six-eighths, .push--wall-nine-twelfths {
    left: 75%;
  }

  .push--wall-one-fifth, .push--wall-two-tenths {
    left: 20%;
  }

  .push--wall-two-fifths, .push--wall-four-tenths {
    left: 40%;
  }

  .push--wall-three-fifths, .push--wall-six-tenths {
    left: 60%;
  }

  .push--wall-four-fifths, .push--wall-eight-tenths {
    left: 80%;
  }

  .push--wall-one-sixth, .push--wall-two-twelfths {
    left: 16.66667%;
  }

  .push--wall-five-sixths, .push--wall-ten-twelfths {
    left: 83.33333%;
  }

  .push--wall-one-eighth {
    left: 12.5%;
  }

  .push--wall-three-eighths {
    left: 37.5%;
  }

  .push--wall-five-eighths {
    left: 62.5%;
  }

  .push--wall-seven-eighths {
    left: 87.5%;
  }

  .push--wall-one-tenth {
    left: 10%;
  }

  .push--wall-three-tenths {
    left: 30%;
  }

  .push--wall-seven-tenths {
    left: 70%;
  }

  .push--wall-nine-tenths {
    left: 90%;
  }

  .push--wall-one-twelfth {
    left: 8.33333%;
  }

  .push--wall-five-twelfths {
    left: 41.66667%;
  }

  .push--wall-seven-twelfths {
    left: 58.33333%;
  }

  .push--wall-eleven-twelfths {
    left: 91.66667%;
  }
}
[class*="pull--"] {
  position: relative;
}

.pull--one-whole {
  right: 100%;
}

.pull--one-half, .pull--two-quarters, .pull--three-sixths, .pull--four-eighths, .pull--five-tenths, .pull--six-twelfths {
  right: 50%;
}

.pull--one-third, .pull--two-sixths, .pull--four-twelfths {
  right: 33.33333%;
}

.pull--two-thirds, .pull--four-sixths, .pull--eight-twelfths {
  right: 66.66667%;
}

.pull--one-quarter, .pull--two-eighths, .pull--three-twelfths {
  right: 25%;
}

.pull--three-quarters, .pull--six-eighths, .pull--nine-twelfths {
  right: 75%;
}

.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

.pull--one-sixth, .pull--two-twelfths {
  right: 16.66667%;
}

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.33333%;
}

.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

.pull--one-twelfth {
  right: 8.33333%;
}

.pull--five-twelfths {
  right: 41.66667%;
}

.pull--seven-twelfths {
  right: 58.33333%;
}

.pull--eleven-twelfths {
  right: 91.66667%;
}

@media only screen and (min-width: 480px) {
  .pull--hand-one-whole {
    right: 100%;
  }

  .pull--hand-one-half, .pull--hand-two-quarters, .pull--hand-three-sixths, .pull--hand-four-eighths, .pull--hand-five-tenths, .pull--hand-six-twelfths {
    right: 50%;
  }

  .pull--hand-one-third, .pull--hand-two-sixths, .pull--hand-four-twelfths {
    right: 33.33333%;
  }

  .pull--hand-two-thirds, .pull--hand-four-sixths, .pull--hand-eight-twelfths {
    right: 66.66667%;
  }

  .pull--hand-one-quarter, .pull--hand-two-eighths, .pull--hand-three-twelfths {
    right: 25%;
  }

  .pull--hand-three-quarters, .pull--hand-six-eighths, .pull--hand-nine-twelfths {
    right: 75%;
  }

  .pull--hand-one-fifth, .pull--hand-two-tenths {
    right: 20%;
  }

  .pull--hand-two-fifths, .pull--hand-four-tenths {
    right: 40%;
  }

  .pull--hand-three-fifths, .pull--hand-six-tenths {
    right: 60%;
  }

  .pull--hand-four-fifths, .pull--hand-eight-tenths {
    right: 80%;
  }

  .pull--hand-one-sixth, .pull--hand-two-twelfths {
    right: 16.66667%;
  }

  .pull--hand-five-sixths, .pull--hand-ten-twelfths {
    right: 83.33333%;
  }

  .pull--hand-one-eighth {
    right: 12.5%;
  }

  .pull--hand-three-eighths {
    right: 37.5%;
  }

  .pull--hand-five-eighths {
    right: 62.5%;
  }

  .pull--hand-seven-eighths {
    right: 87.5%;
  }

  .pull--hand-one-tenth {
    right: 10%;
  }

  .pull--hand-three-tenths {
    right: 30%;
  }

  .pull--hand-seven-tenths {
    right: 70%;
  }

  .pull--hand-nine-tenths {
    right: 90%;
  }

  .pull--hand-one-twelfth {
    right: 8.33333%;
  }

  .pull--hand-five-twelfths {
    right: 41.66667%;
  }

  .pull--hand-seven-twelfths {
    right: 58.33333%;
  }

  .pull--hand-eleven-twelfths {
    right: 91.66667%;
  }
}
@media only screen and (min-width: 768px) {
  .pull--lap-one-whole {
    right: 100%;
  }

  .pull--lap-one-half, .pull--lap-two-quarters, .pull--lap-three-sixths, .pull--lap-four-eighths, .pull--lap-five-tenths, .pull--lap-six-twelfths {
    right: 50%;
  }

  .pull--lap-one-third, .pull--lap-two-sixths, .pull--lap-four-twelfths {
    right: 33.33333%;
  }

  .pull--lap-two-thirds, .pull--lap-four-sixths, .pull--lap-eight-twelfths {
    right: 66.66667%;
  }

  .pull--lap-one-quarter, .pull--lap-two-eighths, .pull--lap-three-twelfths {
    right: 25%;
  }

  .pull--lap-three-quarters, .pull--lap-six-eighths, .pull--lap-nine-twelfths {
    right: 75%;
  }

  .pull--lap-one-fifth, .pull--lap-two-tenths {
    right: 20%;
  }

  .pull--lap-two-fifths, .pull--lap-four-tenths {
    right: 40%;
  }

  .pull--lap-three-fifths, .pull--lap-six-tenths {
    right: 60%;
  }

  .pull--lap-four-fifths, .pull--lap-eight-tenths {
    right: 80%;
  }

  .pull--lap-one-sixth, .pull--lap-two-twelfths {
    right: 16.66667%;
  }

  .pull--lap-five-sixths, .pull--lap-ten-twelfths {
    right: 83.33333%;
  }

  .pull--lap-one-eighth {
    right: 12.5%;
  }

  .pull--lap-three-eighths {
    right: 37.5%;
  }

  .pull--lap-five-eighths {
    right: 62.5%;
  }

  .pull--lap-seven-eighths {
    right: 87.5%;
  }

  .pull--lap-one-tenth {
    right: 10%;
  }

  .pull--lap-three-tenths {
    right: 30%;
  }

  .pull--lap-seven-tenths {
    right: 70%;
  }

  .pull--lap-nine-tenths {
    right: 90%;
  }

  .pull--lap-one-twelfth {
    right: 8.33333%;
  }

  .pull--lap-five-twelfths {
    right: 41.66667%;
  }

  .pull--lap-seven-twelfths {
    right: 58.33333%;
  }

  .pull--lap-eleven-twelfths {
    right: 91.66667%;
  }
}
@media only screen and (min-width: 1024px) {
  .pull--desk-one-whole {
    right: 100%;
  }

  .pull--desk-one-half, .pull--desk-two-quarters, .pull--desk-three-sixths, .pull--desk-four-eighths, .pull--desk-five-tenths, .pull--desk-six-twelfths {
    right: 50%;
  }

  .pull--desk-one-third, .pull--desk-two-sixths, .pull--desk-four-twelfths {
    right: 33.33333%;
  }

  .pull--desk-two-thirds, .pull--desk-four-sixths, .pull--desk-eight-twelfths {
    right: 66.66667%;
  }

  .pull--desk-one-quarter, .pull--desk-two-eighths, .pull--desk-three-twelfths {
    right: 25%;
  }

  .pull--desk-three-quarters, .pull--desk-six-eighths, .pull--desk-nine-twelfths {
    right: 75%;
  }

  .pull--desk-one-fifth, .pull--desk-two-tenths {
    right: 20%;
  }

  .pull--desk-two-fifths, .pull--desk-four-tenths {
    right: 40%;
  }

  .pull--desk-three-fifths, .pull--desk-six-tenths {
    right: 60%;
  }

  .pull--desk-four-fifths, .pull--desk-eight-tenths {
    right: 80%;
  }

  .pull--desk-one-sixth, .pull--desk-two-twelfths {
    right: 16.66667%;
  }

  .pull--desk-five-sixths, .pull--desk-ten-twelfths {
    right: 83.33333%;
  }

  .pull--desk-one-eighth {
    right: 12.5%;
  }

  .pull--desk-three-eighths {
    right: 37.5%;
  }

  .pull--desk-five-eighths {
    right: 62.5%;
  }

  .pull--desk-seven-eighths {
    right: 87.5%;
  }

  .pull--desk-one-tenth {
    right: 10%;
  }

  .pull--desk-three-tenths {
    right: 30%;
  }

  .pull--desk-seven-tenths {
    right: 70%;
  }

  .pull--desk-nine-tenths {
    right: 90%;
  }

  .pull--desk-one-twelfth {
    right: 8.33333%;
  }

  .pull--desk-five-twelfths {
    right: 41.66667%;
  }

  .pull--desk-seven-twelfths {
    right: 58.33333%;
  }

  .pull--desk-eleven-twelfths {
    right: 91.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .pull--wall-one-whole {
    right: 100%;
  }

  .pull--wall-one-half, .pull--wall-two-quarters, .pull--wall-three-sixths, .pull--wall-four-eighths, .pull--wall-five-tenths, .pull--wall-six-twelfths {
    right: 50%;
  }

  .pull--wall-one-third, .pull--wall-two-sixths, .pull--wall-four-twelfths {
    right: 33.33333%;
  }

  .pull--wall-two-thirds, .pull--wall-four-sixths, .pull--wall-eight-twelfths {
    right: 66.66667%;
  }

  .pull--wall-one-quarter, .pull--wall-two-eighths, .pull--wall-three-twelfths {
    right: 25%;
  }

  .pull--wall-three-quarters, .pull--wall-six-eighths, .pull--wall-nine-twelfths {
    right: 75%;
  }

  .pull--wall-one-fifth, .pull--wall-two-tenths {
    right: 20%;
  }

  .pull--wall-two-fifths, .pull--wall-four-tenths {
    right: 40%;
  }

  .pull--wall-three-fifths, .pull--wall-six-tenths {
    right: 60%;
  }

  .pull--wall-four-fifths, .pull--wall-eight-tenths {
    right: 80%;
  }

  .pull--wall-one-sixth, .pull--wall-two-twelfths {
    right: 16.66667%;
  }

  .pull--wall-five-sixths, .pull--wall-ten-twelfths {
    right: 83.33333%;
  }

  .pull--wall-one-eighth {
    right: 12.5%;
  }

  .pull--wall-three-eighths {
    right: 37.5%;
  }

  .pull--wall-five-eighths {
    right: 62.5%;
  }

  .pull--wall-seven-eighths {
    right: 87.5%;
  }

  .pull--wall-one-tenth {
    right: 10%;
  }

  .pull--wall-three-tenths {
    right: 30%;
  }

  .pull--wall-seven-tenths {
    right: 70%;
  }

  .pull--wall-nine-tenths {
    right: 90%;
  }

  .pull--wall-one-twelfth {
    right: 8.33333%;
  }

  .pull--wall-five-twelfths {
    right: 41.66667%;
  }

  .pull--wall-seven-twelfths {
    right: 58.33333%;
  }

  .pull--wall-eleven-twelfths {
    right: 91.66667%;
  }
}
.island,
.islet,
.landmark {
  display: block;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
  *zoom: 1;
  clear: both;
}
.island:before, .island:after,
.islet:before,
.islet:after,
.landmark:before,
.landmark:after {
  display: table;
  content: "";
}
.island:after,
.islet:after,
.landmark:after {
  clear: both;
}
.islet .island, .islet
.islet, .islet
.landmark {
  margin-bottom: 13.5px;
  margin-bottom: 0.75rem;
}
.island > :last-child,
.islet > :last-child,
.landmark > :last-child {
  margin-bottom: 0;
}

.island {
  padding-top: 27px;
  padding-top: 1.5rem;
  padding-bottom: 27px;
  padding-bottom: 1.5rem;
}

.islet {
  padding-top: 13.5px;
  padding-top: 0.75rem;
  padding-bottom: 13.5px;
  padding-bottom: 0.75rem;
}

.landmark {
  margin-bottom: 54px;
  margin-bottom: 3rem;
}

.h-list,
.v-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

.h-list > li {
  float: left;
  margin-right: 13.5px;
  margin-right: 0.75rem;
}

.h-list > li:last-child {
  margin-right: 0;
}

.h-list--centered {
  text-align: center;
}
.h-list--centered > li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 13.5px;
  margin: 0 0.75rem;
}
.h-list--centered > li:last-child {
  margin-right: 13.5px;
  margin-right: 0.75rem;
}

.h-list--piped > li {
  margin-right: 0;
}
.h-list--piped > li + li {
  margin-left: 13.5px;
  margin-left: 0.75rem;
  padding-left: 13.5px;
  padding-left: 0.75rem;
  border-left: solid 1px;
}

.v-list > li {
  margin-top: 6.75px;
  margin-top: 0.375rem;
}

.media {
  *zoom: 1;
  clear: both;
}
.media:before, .media:after {
  display: table;
  content: "";
}
.media:after {
  clear: both;
}

.media__item {
  float: left;
  margin-right: 1em;
}
.media__item img,
.media__item video,
.media__item iframe,
.media__item object {
  display: block;
}

.media__body,
.media__body > :last-child {
  margin-bottom: 0;
}

.media--flip > .media__item {
  float: right;
  margin-left: 1.5;
  margin-right: 0;
}

.media--nowrap > .media__body {
  overflow: hidden;
}

.media--valign {
  display: table;
  width: 100%;
}
.media--valign .media__item,
.media--valign .media__body {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.media--valign .media__item {
  padding-right: 1.5;
}
.media--valign .media__item img {
  width: auto !important;
  max-width: none !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

img[width],
img[height] {
  max-width: none;
}

h1, h2, h3, h4, h5, h6, hgroup, hr,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure, figcaption,
pre {
  margin-top: 0;
  margin-bottom: 27px;
  margin-bottom: 1.5rem;
}
h1 ul, h1 ol, h2 ul, h2 ol, h3 ul, h3 ol, h4 ul, h4 ol, h5 ul, h5 ol, h6 ul, h6 ol, hgroup ul, hgroup ol, hr ul, hr ol,
ul ul,
ul ol, ol ul, ol ol, dl ul, dl ol,
blockquote ul,
blockquote ol, p ul, p ol, address ul, address ol,
table ul,
table ol,
fieldset ul,
fieldset ol, figure ul, figure ol, figcaption ul, figcaption ol,
pre ul,
pre ol {
  margin-bottom: 0;
}

ul, ol, dd {
  margin-left: 27px;
  margin-left: 1.5rem;
  padding: 0;
}

@font-face {
  font-family: 'ProximaNovaLight';
  src: url("/api/repack.eot/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaLightIta';
  src: url("/api/repack.eot/proxima_nova_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_light_italic-webfont.woff") format("woff"), url("../fonts/proxima_nova_light_italic-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_light_italic-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRegularIta';
  src: url("../fonts/proxima_nova_regular_italic-webfont.woff") format("woff"), url("../fonts/proxima_nova_regular_italic-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_regular_italic-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaSemiboldIta';
  src: url("/api/repack.eot/proxima_nova_semibold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_semibold_italic-webfont.woff") format("woff"), url("../fonts/proxima_nova_semibold_italic-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_semibold_italic-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaBoldIta';
  src: url("/api/repack.eot/proxima_nova_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold_italic-webfont.woff") format("woff"), url("../fonts/proxima_nova_bold_italic-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_bold_italic-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#ProximaNovaLight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#ProximaNovaRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url("../fonts/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/proximanova-semibold-webfont.svg#ProximaNovaSemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SumAllIconsRegular';
  src: url("../fonts/sa_icon-webfont.woff") format("woff"), url("../fonts/sa_icon-webfont.ttf") format("truetype"), url("../fonts/sa_icon-webfont.svg#SumAllIconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SumAllPlatforms';
  src: url("../fonts/sa_plat-webfont.woff") format("woff"), url("../fonts/sa_plat-webfont.ttf") format("truetype"), url("../fonts/sa_plat-webfont.svg#SumAllIconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SumAllIllustrations';
  src: url("../fonts/sa-illustration-webfont.woff") format("woff"), url("../fonts/sa-illustration-webfont.ttf") format("truetype"), url("../fonts/sa-illustration-webfont.svg#SumAllIconsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font: 1.125em/1.5 "ProximaNovaRegular";
  color: #000;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}

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

a.more-link {
  font-family: 'ProximaNovaSemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .75em;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e8e8ed;
}
a.more-link:hover {
  color: #999;
}

p {
  font-family: 'ProximaNovaLight';
}

i {
  font-style: normal;
}

h1, .h1 {
  font-size: 1.875rem;
  font-family: 'ProximaNovaLight';
  line-height: 1.2;
}

h2, .h2 {
  font-size: 1.25rem;
  font-family: 'ProximaNovaLight';
  line-height: 1.2;
  padding-top: 40px;
}

h3, .h3 {
  font-size: 1rem;
  font-family: 'ProximaNovaLight';
  line-height: 1.4;
  letter-spacing: 1.7px;
}

h4, .h4, .h4,  {
  font-size: 0.375rem;
  font-family: 'ProximaNovaSemibold';
  line-height: 2.4;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.2rem;
    letter-spacing: 1.2px;
  }

  h2, .h2 {
    font-size: 1.4rem;
    padding-top: 40px;
  }

  h3, .h3 {
    font-size: 1rem;
  }

  h4, .h4 {
    font-size: 0.65rem;
  }
}
.widgettitle {
  padding-top: 0;
}

.logo_white, .logo_black {
  font-family: 'SumAllIconsRegular';
  font-size: 1.5rem;
  vertical-align: bottom;
}
.logo_white:hover, .logo_black:hover {
  text-decoration: none;
}

.logo_white {
  color: #fff;
}

.logo_black {
  color: rgb(51,51,51);
  float: left;
  height: 40px;
  margin-top: 10px;
}

.platform {
  font-family: 'SumAllPlatforms';
  font-size: 3.875rem;
}
.platform:hover {
  text-decoration: none;
}

.caption_one, footer#footer_main ul li {
  letter-spacing: .15em;
  line-height: 2.2em;
  font-size: .8em;
}

form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
}

input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"],
input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.5em;
  padding: .2em 1em;
  font-family: "ProximaNovaRegular";
  font-size: 1rem;
  color: #222;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 0;
  -moz-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e8e8ed;
}

textarea.form-control {
  height: auto;
  line-height: 1.5;
}

input.form-control,
textarea.form-control {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.radio,
.checkbox {
  display: block;
  min-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.checkbox[disabled], fieldset[disabled]
.checkbox {
  cursor: not-allowed;
}

.has-error label,
.has-error .radio,
.has-error .checkbox {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #a74240;
}
.has-error .form-control:focus {
  border-color: #833332;
  -moz-box-shadow: 0 0 6px #ce817f;
  -webkit-box-shadow: 0 0 6px #ce817f;
  box-shadow: 0 0 6px #ce817f;
}

.has-success label,
.has-success .radio,
.has-success .checkbox {
  color: #468847;
}
.has-success .form-control {
  border-color: #3d773e;
}
.has-success .form-control:focus {
  border-color: #2c552d;
  -moz-box-shadow: 0 0 6px #69b26a;
  -webkit-box-shadow: 0 0 6px #69b26a;
  box-shadow: 0 0 6px #69b26a;
}

input.searchenter {
  width: 70%;
  height: 40px;
  padding: 10px;
  color: rgb(51,51,51);
  font-size: initial;
  border: 1px solid rgb(151,151,151);
}
input.searchenter::-webkit-input-placeholder {
  font-family: 'ProximaNovaRegular';
  font-weight: 100;
  font-size: initial;
  text-align: left;
  color: rgb(51,51,51);
}
input.searchenter:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'ProximaNovaRegular';
  font-weight: 100;
  font-size: initial;
  text-align: left;
  color: rgb(51,51,51);
}
input.searchenter::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'ProximaNovaRegular';
  font-weight: 100;
  font-size: initial;
  text-align: left;
  color: rgb(51,51,51);
}
input.searchenter:-ms-input-placeholder {
  font-family: 'ProximaNovaRegular';
  font-weight: 100;
  font-size: initial;
  text-align: left;
  color: rgb(51,51,51);
}

input.searchsubmit {
  width: 20%;
  height: 40px;
}
#main_searh .fieldcontainer {
    height: 40px;
}
#main_search {
  width: 150px;
  margin-top: 10px;
  height: 40px;
  float: right;
}
#main_search input {
  width: auto;
}
#main_search input.searchsubmit {
  display: none;
}
#main_search input.searchenter {
  width: 100% !important;
  height: 40px;
  float: right;
  margin-right: 10px;
}

.btn {
  margin: 0;
  padding: .4em 1em;
  line-height: 1.6em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #999;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 100;
  font-size: .75rem;
  border-radius: 0;
}
.btn, .btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

button.green, button.arrow {
  color: rgb(255,255,255);
  background-color: #86DA5D;
  border: 1px solid rgb(151,151,151);
}
button.green:hover, button.arrow:hover {
  background-color: #97eb71;
}

button.arrow:after {
  position: relative;
  left: 10px;
  top: 6px;
  content: '>';
  font-family: 'SumAllIconsRegular';
  font-size: 25px;
  color: #222;
}

.subscribe_btn {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  border: 1px solid #999;
  padding: 5px;
  vertical-align: bottom;
}
.subscribe_btn:hover {
  background-color: #282828;
}

body {
  min-width: 320px;
}
body p {
  color: #6c6c6c;
}

.site-wrapper {
  max-width: 2200px;
  width: 100%;
  overflow: hidden;
    margin-top: 60px;
}

button,
input {
  outline: none;
}
.nav-up {
    top: -60px !important;
}
.masthead {
  border-bottom: 1px solid #999;
  height: 60px;
  position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    background: white;
    z-index: 3000;
}
.masthead .one-third {
  padding-top: 9px;
}
.masthead div.title {
  color: #999;
  padding: 9px 0 0 10px;
  float: left;
  letter-spacing: 1px;
  font-size: 0.9rem;
}
.masthead button.green {
  float: right;
  margin-top: 10px;
  height: 40px;
  margin-right: 10px;
}

a.header img {
  max-width: 105.75% !important;
  height: auto;
  float: right;
  width: 100%;
  border: 1px solid rgb(151,151,151);
}

h1 a:hover,
a.logo:hover {
  text-decoration: none;
}

.sidebar-grid {
  padding: 0;
  float: left;
  margin: 0 0 0 0;
}
.sidebar:first-child p {
  width: 150px;
  display: inline-block;
}
.sidebar:last-child {
  border-bottom: none;
}
.sidebar input.subscribe_field {
  width: 50%;
}
.sidebar .platform {
  float: left;
  font-size: 30px;
  margin-top: -11px;
  color: #d5e3ea;
  clear: both;
}
.sidebar ul {
  margin: 15px 0 0 0;
  list-style: none;
}
.sidebar ul#menu-menuleft-1 li {
  margin-bottom: 20px;
}
.sidebar ul#menu-menuleft-1 li a {
  color: #333;
  font-family: 'ProximaNovaLight';
}
.sidebar ul#menu-menuleft-1 li a:hover {
  color: #9f9f9f;
  text-decoration: none;
}

div#sidebar2 li {
      margin: 5px 0;
    border-bottom: 1px solid rgb(151,151,151);
    padding-bottom: 5px;
    line-height: 15px;
}
div#sidebar2 li a {
  color: #333;
  font-size: 0.65rem;
}
div#sidebar2 li a:hover {
  color: #9f9f9f;
  text-decoration: none;
}
div#sidebar2 img {

}

.author_bio h4 {
  display: block;
  margin: 0;
  clear: both;
  font-family: 'ProximaNovaRegular';
}

#disqus_thread {
  width: 90%;
  padding-bottom: 50px;
}

footer#footer_main {
  background-color: #222;
  padding: 0 5%;
  color: #fff;
  float: left;
  width: 100%;
}
footer#footer_main .logo_white {
  vertical-align: text-top;
}
footer#footer_main h2 {
  font-size: 1rem;
  padding-top: 24px;
  margin-top: -8px;
}
footer#footer_main ul {
  list-style: none;
}
footer#footer_main ul li a {
  color: #999;
  text-decoration: none;
}
footer#footer_main ul li a:hover {
  color: #fff;
}
footer#footer_main div {
  padding: 3% 0;
}
footer#footer_main button.arrow {
  float: right;
    padding: 15px 35px;
    font-size: large;
}
footer#footer_main h4, footer#footer_main h3, footer#footer_main h2 {
  margin-bottom: 0;
  vertical-align: middle;
  font-size: medium;
}
footer#footer_main h4.list_lead {
      color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}
footer#footer_main .platform {
  color: #999;
  font-size: xx-large;
}
footer#footer_main .divide {
  padding: 1% 0 0 0;
  display: none;
}
footer#footer_main .divide hr {
  border: none;
  border-bottom: 1px solid #3d3d3d;
}
footer#footer_main .facebook:hover {
  color: #234589;
}
footer#footer_main .twitter:hover {
  color: #109ED1;
}
footer#footer_main .instagram:hover {
  color: #AC7B5B;
}
footer#footer_main .googleplus:hover {
  color: #D14130;
}
footer#footer_main .youtube:hover {
  color: #8E1E23;
}
footer#footer_main .pinterest:hover {
  color: #d14130;
}

/* mobile nav styles */
nav#mobileNav {
    min-height: 40px;
    width: 100%;
    background: #fff;
    color: #000;
    border-bottom: 1px solid lightgray;
    padding: 3%;
}
nav#mobileNav a#pull:after {
        filter:invert(100%);
}
nav#mobileNav a.logo_white:before {
  font-family: 'SumAllIconsRegular';
  content: '$';
  font-size: 32px;
  display: inline-block;
  position: relative;
  float: left;
  padding: 10px;
  text-align: left;
  line-height: 1;
}
nav#mobileNav a#pull {
  display: block;
  width: 100%;
  position: relative;
}
nav#mobileNav a#pull:after {
  content: "";
  background: url("https://s3.amazonaws.com/sumall-wordpress/prod/wp-content/uploads/2015/04/nav-icon.png") no-repeat;
      width: 30px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
}
nav#mobileNav ul {
  padding: 10px 10px;
  margin: 0 auto;
  display: none;
  height: auto;
  background-color: #222;
}
nav#mobileNav ul li {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
nav#mobileNav ul li a {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
nav#mobileNav ul li a:before {
  float: left;
  padding: 3px 0 10px 13px;
}

.page-header {
  padding-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
.navigation {
  text-align: center;
  border-top: 1px solid grey;
  margin: 0 60px;
  padding: 30px;
}
.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    font-weight: bold;
}

article img[width] {
  max-width: 90% !important;
  height: 100%;
}
article figure {
  width: 100% !important;
}
article h4 {
  font-family: 'ProximaNovaLight';
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  text-transform: none;
  color: #6c6c6c;
}
article ul li {
  color: #6c6c6c;
}
article .entry-content a {
  border-bottom: 1px solid #6c6c6c;
}
article .entry-content a:hover {
  text-decoration: none;
  color: #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
}

.addthis_toolbox {
  padding-bottom: 30px;
}
.addthis_toolbox a {
  border-bottom: none !important;
}

h2.screen-reader-text {
  display: none;
}

.signup_nav {
  position: sticky;
  top: 0px;
  height: 60px;
  background: pink;
  z-index: 9998;
  border-bottom: 1px solid rgb(151,151,151);
  overflow: hidden;
}

#back_top {
  display: none;
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: 50px;
}
#back_top .wrap {
  position: relative;
  margin: 0 auto;
  width: auto;
}
#back_top #totop {
  bottom: 8px;
  width: 32px;
  height: 43px;
  font-size: 30px;
  margin-right: 15px;
  color: white;
  background-color: #444;
  opacity: .8;
  float: right;
  font-family: 'SumAllIconsRegular';
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
  text-decoration: none;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  cursor: pointer;
}
#back_top #totop:hover {
  background-color: #000;
}

.cf {
  *zoom: 1;
  clear: both;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}

.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@media only screen and (max-width: 479px) {
.single-post .site-wrapper {
  margin-top: 0 !important;
}
.single-post-wrap {
    margin: 0 5% !important;
}
.single-post-wrap .one-post {
  padding: 0 !important;
}
.single-post-wrap a.header img {
      width: 120%;
    max-width: none !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.single-post-wrap #post-footer {
    display: inline-flex;
    width: 130%;
    overflow: hidden;
    margin-left: -15%;
}
.crp_related {
    margin: 30px 10px !important;
    display: inline-block !important;
}
.crp_related ul {
  width: 100% !important;
}
.crp_related li {
    width: 100% !IMPORTANT;
    padding-right: 1% !important;
}


  .hidden-below-hand {
    display: none;
  }
  .signup-banner p {display: none;}
  .signup-banner div#mc_embed_signup form div.mc-field-group {
    width: 50% !important;
  }
  .signup-banner div#mc_embed_signup form div.clear {
    width: 50% !important;
  }
  .signup-banner div#mc_embed_signup {
    width: 100% !important;
  }
.signup-banner {
  margin-top: 0px !important;
}
.sidebar-grid {
  display: none;
}
.site-wrapper {
  margin-top: 30px;
  margin: auto;
}
#content {
  margin: 0 1% !important;
}
#main {
  padding: 0 5% !important;
  width: 100%;
}
.home #main > div > div:nth-child(1) #auth-bio {
  width: 100% !important;
}
.home #main > div > div:nth-child(1) #auth-bio > div > div {
  display: none !important;
}
#auth-bio > div > h4 > span > span > a {
  font-size: small;
}
.one-post .author_bio h4 {
  font-size: small;
}
.home #main > div > div:nth-child(1) #auth-bio .cata-snip {
    width: auto !important;
    display: inline-block;
    float: right;
}
.hidden-lap-and-up {
  display: none;
}
.one-post .post div p {
  font-size: small;
}
.home #main > div > div:nth-child(1) #article-wrap-d {
  width: 100% !important;
}
#main > div > div:nth-child(2), .home .one-post {
    margin-right: 5% !important;
    margin-left: 5%;
    width: 90% !important;
}
.navigation {
  text-align: center;
    border-top: 1px solid grey;
    margin: 0 0 0 30px;
    padding: 5px 0;
}
}
@media only screen and (min-width: 480px) {
  .hidden-hand-and-up {
    display: none;
  }

  .author_bio {
    text-align: left;
    padding-top: 0;
    display: inline-block;
    font-size: small;
  }
  .author_bio h4 {
    display: block;
    float: left;
    text-transform: capitalize;
    margin: 0;
    clear: both;
    font-family: 'ProximaNovaRegular';
  }
}
@media only screen and (max-width: 767px) {
  .hidden-below-lap {
    display: none;
  }

  a.header img {
    width: 130%;
    max-width: none !important;
    float: none;
    margin-left: -54px;
  }

  article {
    margin-right: 0;
    border-right: none;
    padding: 50px 0 50px 0;
  }

  #footer_main .hand-one-whole {
    border-bottom: 1px solid #3d3d3d;
  }

  .grid {
    padding-left: 0;
  }

  .signup_nav .grid {
    padding-left: 10px;
  }

  #disqus_thread {
    width: 100%;
  }

  footer#footer_main button.arrow {
    float: none;
  }

  .desk-four-fifths, .desk-eight-tenths, .lap-eight-tenths {
    border-right: none;
  }

  .site-wrapper {
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  article {
    padding: 30px 0 50px 0;
    height: 100%;
    width: 100%;
    float: left;
  }
  article p {
    padding-right: 0;
    text-align: justify;
      font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.8em;
  }
  article img {
    padding-right: 0 !important;
  }

  .search_page {
    argin-right: 54px;
    padding: 50px 0 50px 25px;
  }

  div.author_bio {
  padding: 40px 0 0 0;
    height: auto;
    width: 100%;
    display: inline-block;
  }
  .author_bio_image-cropper {
    width: 75px;
    height: 75px;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
    border-radius: 50%;
    border: 1px solid rgb(151,151,151);
  }
  div.author_bio img {
    clear: both;
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
  }

  .desk-four-fifths, .desk-eight-tenths, .lap-eight-tenths {
    min-height: 2030px;
  }
}
@media only screen and (max-width: 1023px) {
  .hidden-below-desk {
    display: none;
  }

  #footer_main .platform {
    font-size: 2.875rem;
  }

  article {
    padding: 50px 10px 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-desk-and-up {
    display: none;
  }
}
.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.text-strong {
  font-weight: bold !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.inline {
  display: inline-block;
  padding-left: 10px;
}

.visible-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
  }

  @page {
    margin: .5cm;
  }
  thead {
    display: table-header-group;
  }

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

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

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

  a, a:visited {
    text-decoration: underline;
  }

  /*
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after { content: ""; }
  */
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}
/* CSS Styles for comment-list */
#comments .comment-list {
  margin-left: 0;
  list-style: none;
}
#comments .comment-list .comment-author {
  height: 32px;
  weight: 32px;
}
#comments .comment-list .comment-author img.avatar-32 {
  max-width: 100%;
}
/*CSS for navbar*/
div#nuNav {
    margin-top: 10px;
    height: 40px;
    float: right;
    text-align: left;
    display: inline-flex;
    width: 42vw;
    line-height: 40px;
    overflow: hidden;
}
#nuNav ul {
    display: -webkit-inline-box;
    text-align: left;
    float: right;
    margin: 0 0 0 0;
    height: 40px;
    overflow: hidden;
}
#nuNav ul li {
    display: inherit;
    margin-right: 5vw;
    font-size: initial;
}
#nuNav ul li a {
  color: rgb(51,51,51);
  text-decoration: none;
}
#nuNav ul li a:hover {
  color: rgb(51,51,51);
  text-decoration: none;
}
.signup-banner {
    background: url(../images/newsletter.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    margin-top: 60px;
    display: inline-block;
    padding: 100px 60px;
    border-bottom: 1px solid rgb(151,151,151);
}
.signup-banner h1 {
  margin: 0;
}
.signup-banner h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.signup-banner p {
  margin: 0;
  font-size: initial;
  padding: 15px 0px;
}
.signup-banner div#mc_embed_signup {
  padding: 5px 0px 0px 0px;
  display: inline-block;
  width: 47.5%;
}
#mc-embedded-subscribe-form {
  width: 100%;
}
#mc_embed_signup_scroll {
  width: 100%;
}
.signup-banner div#mc_embed_signup form div.mc-field-group {
  width: 70%;
}
.signup-banner div#mc_embed_signup form div.clear {
  width: 30%;
}
.signup-banner div#mc_embed_signup form div {
  float: left;
  display: block;
}
.signup-banner div#mc_embed_signup form div input {
  height: 50px;
  width: 100%;
}
.signup-banner div#mc_embed_signup form div input.button {
  background-color: rgb(118,115,119);
  color: white;
  font-family: ProximaNovaLight;
}
#content {
  margin: 0px 60px;
    position: relative;
}
#auth-bio {
  padding-left: 0 !important;
}
#main {
  height: auto;
  display: inline-block;
  float: left;
  padding: 0 3% 0 0;
}
#article-wrap-d {
  padding: 0;
}
.wpp-category {
  font-size: 0;
}
.wpp-category a.category {
  font-size: 12px;
}
.wpp-post-title {
  font-size: 14px;
  font-family: "ProximaNovaSemibold";
}

h2.widgettitle {
  font-family: 'ProximaNovaLight';
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
#wpp-3 > ul > li:nth-child(5) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar3 {
  width: 100%;
  height: 100px;
  display: inline-block;
  border: 1px solid rgb(151,151,151);
}
#media_image-2 {
  border-bottom: none !important;
}
h1.entry-title {
  margin-bottom: 0;
}
.entry-content {
  margin-top: 10px;
}
.post > div > p {
  display: none;
}
.post > div > h1 {
  display: none;
}
#post-4658 > div > div:nth-child(4) {
  display: none;
}
.post > div > p:nth-child(2) {
  display: block;
}
#main > div > div:nth-child(1) {
  width: 100%;
  margin-right: 0 !important;
  margin-bottom: 30px;
}
#main > div > div:nth-child(2) {
  margin-right: 5% !important;
}
#main > div > div:nth-child(4) {
  margin-right: 5% !important;
}
#main > div > div:nth-child(6) {
  margin-right: 5% !important;
}
#main > div > div:nth-child(8) {
  margin-right: 5% !important;
}





.home .one-post {
  width: 47.5%;
  display: inline-block;
  float: left;
}
.one-post .author_bio_image-cropper {
  display: none;
}
.one-post #auth-bio {
  width: 100%
}
.one-post div.author_bio {
  padding: 20px 0 0 0;
}
#auth-bio > div > h4 > span > span > a {
  color: rgb(115,118,117);
}
.one-post .author_bio h4 {
  clear: none;
  color: rgb(115,118,117);
}
#auth-bio > div > h4:nth-child(2) > span > span > a {
  color: rgb(115,118,117);
}
.one-post #auth-bio div h4:nth-child(2) {
  margin-right: 15px;
}
.one-post article {
  padding: 0;
}
.one-post .entry-title {
  font-size: 1.5rem;
}
.one-post #article-wrap-d {
  width: 100%;
}
.one-post .post div p {
  text-align: left;
}



/*single post page*/
#post-footer {
  display: none;
}
.single-post .signup-banner { display: none;}
.single-post .entry-footer .signup-banner {
  display: inline-block;
  width: 120%;
}
.single-post .site-wrapper {
margin-top: 120px;
}
.single-post-wrap {
    display: inline-block;
    margin: 0 60px 0 0;
}
.single-post-wrap .one-post {
  height: auto;
    display: inline-block;
    float: left;
    padding: 0 3% 0 60px;
}
.single-post .single-auth-wrap {
  padding: 0;
}
.single-post .one-post div.author_bio {
  padding: 40px 0 0 0;
  float: left;
}
.single-post .one-post div.author_bio h4 {
  clear: both;
  float: initial;
}
.single-post .one-post div.author_bio h4 a {
  color: rgb(115,118,117);
}
.single-post .one-post div.author_bio h4.cata-snip a {
    color: #000;
}
.single-post .one-post .author_bio_image-cropper {
  display: inline-block;
}
.single-post-wrap .one-post article {
  padding: 30px 0 0 0;
}
.single-post .post > div > p {
  display: inline-block;
}
.single-post #post-4658 > div > div:nth-child(4) {
  display: inline-block;
}
.single-related-post-wrap {
    border: 1px solid red;
    display: inline-block;
    padding: 0 60px;
}
.single-related-post-wrap .one-post {
    width: 45%;
    display: inline-block;
    border: 1px solid blue;
}
.single-related-post-wrap #auth-bio > div > h4:nth-child(1) {
  padding-right: 10px;
}
 .cata-snip {
   font-size: small;
   display: inline-block;
   margin: 0;
 }

.crp_related {
      margin: 30px 60px;
      display: inline-block;
}
.crp_related h3 {
  font-size: 2rem;
}
.crp_related ul {
  list-style: none;
  margin: 0;
  width: 83.3333%;
  float: left;
  display: inline-flex;
  padding: 0 0 10% 0;
}
.crp_related li {
      width: 45%;
      padding-right: 5%;
}
.crp_related > ul > li > a {
  display: block;
}

img.crp_thumb.crp_featured {
  width: 100%;
  height: auto;
  border: 1px solid gray;
  margin-bottom: 15px;
}
.single-post-wrap #post-footer {
  display: inline-flex;
  width: 130%;
  overflow: hidden;
}
.home #post-footer {
  display: inline-block;
  width: 100%;
}

span.crp_title {
    display: inline-block;
    font-size: larger;
}
span.crp_excerpt {
    width: 100%;
    display: inline-block;
    font-size: small;
}
.crp_author .author_bio {
  margin-bottom: 0;
}
span.crp_author {
    display: inline-block;
}
.crp_author .author_bio a {
  display: inline-block;
  font-family: 'ProximaNovaRegular';
  font-size: small;
  margin-left: 1.5vw;
  margin-bottom: 10px;
    color: gray;
}
.crp_date {
  color: gray;
  font-size: small;
  font-family: 'ProximaNovaRegular';
}
.crp_date::before {
  content: " - ";
}
.home #main > div > div:nth-child(1) #article-wrap-d {
  width: 75%;
  margin-top: 15px;
}
.home #main > div > div:nth-child(1) #auth-bio .cata-snip {
  width: 100%;
}
.home #main > div > div:nth-child(1) #auth-bio {
  width: 25%;
  display: inline-block;
}
.home #main > div > div:nth-child(1) #auth-bio > div > div {
      display: inline-block;
    float: left;
}

#sidebar2 li#custom_html-2 {
    display: block;
    border: 1px solid grey;
    text-align: center;
    margin-right: 0;
    background: lightgrey;
    margin-bottom: 25px;
}
.side-ad-wrap {
  height: 250px;
      background: url(../images/ad.jpg) no-repeat bottom right;
    background-size: cover;
}
#sidebar2 li#custom_html-2 h2 {
  font-size: large;
  margin: 0;
}
#sidebar2 li#custom_html-2 h1 {
  font-size: larger;
}
.side-ad-wrap p {
    font-size: x-small;
    margin: auto;
}
.side-ad-wrap button {
  margin-top: 30px;
}
li#wpp-3 {
    position: relative;
    display: inline-block;
}
#footer-login::after {
display: none;
}






.sendgrid_mc_label.sendgrid_mc_label_email {
    display: none;
}
#sendgrid_mc_email {
   max-width: 405px;
width: 100%;
height: 50px;
float: left;
display: block;
}
.sendgrid_mc_fields {
   width: 100%;
float: left;
max-width: 405px;
}
#sendgrid_mc_email_submit {
height: 50px;
width: 100%;
background: #86DA5D;
color: #fff;
border: none;
}
.sendgrid_mc_button_div {
    width: 100%;
    width: 170px;
    float: left;
}
#sendgrid_mc_email_form {
    display: inline-block;
    width: 100%;
}
/* ARCHIVE */
.archive header.page-header.nav-up {
  display: none;
}
