@charset "UTF-8";
/*
frontend by paulcollett.com
*/
/* Support the future specification of the viewport meta tag
 * note: 'kind of borked in IE10, for Surface/desktop in split view and for Windows Phone 8'
 * 		see: https://github.com/twbs/bootstrap/blob/master/less/responsive-utilities.less
*/
@viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

/* IE10 disable tap to zoom*/
body {
  -ms-touch-action: none;
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */
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;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Global Functions */
/**
 * Breakpoint
 */
/**
 * Create vendor-prefixed CSS
 *
 */
/**
 * Disable selection of certain elements
 */
/* font face */
.weather-symbol .weather-icon:before, .share .facebook:before, .share .twitter:before, .share .instagram:before, .share .mail:before, .button-caret:before, .footer-content .icon:before, .heading-section span:after, .heading-section a:after, .info-footer a:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Force overly long spans of text to truncate, e.g.:
 *
     `@include truncate();`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/* -webkit-animation: animation-name .5s ease; */
/*
@mixin vertical-middle{
    display: table-cell;
    vertical-align: middle;
    margin-top: inherit;
    *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),     style.clear = "none", 0     );
}
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-rendering: optimizelegibility;
}

ul, ol, dd, blockquote {
  padding: 0;
}

/* text selection colors - separate selectors */
/**
 * Base sizes + element spacing
 */
.icon-icon-hyperlink:before {
  content: "\e800";
}

.icon-icon-load-more:before {
  content: "\e801";
}

/* Global Styles */
/*
 * Apply border-box box sizing to everything
 * http://paulirish.com/2012/box-sizing-border-box-ftw/
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*
 * - Scale images
 * - Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
  /* IE fix */
  -ms-interpolation-mode: bicubic;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  *width: 100%;
}

/*
 *  horizontal rule base styling
 */
hr {
  border-top: 1px solid #ccc;
}

/*
 *	Helpers
*/
.flush {
  margin: 0 !important;
}

.flush-bottom {
  margin-bottom: 0 !important;
}

.flush-top {
  margin-top: 0 !important;
}

.flush-left {
  margin-left: 0 !important;
}

.flush-right {
  margin-right: 0 !important;
}

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

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

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

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

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

/* Grid.scss */
.grid, .content-container, .header, .navigation, .article-header {
  *zoom: 1;
}

.grid:before, .content-container:before, .header:before, .navigation:before, .article-header:before, .grid:after, .content-container:after, .header:after, .navigation:after, .article-header:after {
  content: "";
  display: table;
}

.grid:after, .content-container:after, .header:after, .navigation:after, .article-header:after {
  clear: both;
}

.grid {
  /* Margin will be the gutter offset */
  display: block;
  margin-left: 0px;
}

.grid > div, .grid > * {
  float: left;
  /* Clip any background style applied to this column */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  /* Border will be the gutter offset */
  border-left: 0px solid transparent;
}

.flex-items {
  display: table;
}

.flex-items > div, .flex-items > * {
  display: table-cell;
  vertical-align: middle;
}

.grid {
  margin-left: -15px;
}

.grid > div, .grid > * {
  border-left-width: 15px;
}

.grid.bottom > div, .grid.bottom > * {
  margin-bottom: 15px;
}

.grid.gutter-small {
  margin-left: -30px;
}

.grid.gutter-small > div, .grid.gutter-small > * {
  border-left-width: 30px;
}

.grid.bottom-small > div, .grid.bottom-small > * {
  margin-bottom: 30px;
}

.grid.gutter-main {
  margin-left: -35px;
}

.grid.gutter-main > div, .grid.gutter-main > * {
  border-left-width: 35px;
}

.grid.bottom-main > div, .grid.bottom-main > * {
  margin-bottom: 35px;
}

.c1of1, .columns1 > * {
  width: 100%;
}

.c1of2, .columns2 > * {
  width: 50%;
}

.c1of3, .columns3 > * {
  width: 33.333%;
}

.c1of4, .columns4 > * {
  width: 25%;
}

.c1of5, .columns5 > * {
  width: 20%;
}

.c2of3 {
  width: 66.666%;
}

.c3of4 {
  width: 75%;
}

.c2of5 {
  width: 40%;
}

.c3of5 {
  width: 60%;
}

.c4of5 {
  width: 80%;
}

.columns5 > *:nth-child(5n+1), .columns4 > *:nth-child(4n+1), .columns3 > *:nth-child(3n+1), .columns2 > *:nth-child(2n+1), .columns1 > * {
  clear: left;
}

@media only screen and (max-width: 1100px) {
  .at1100c1of1 {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .at1000columns4 > * {
    width: 25%;
    clear: none !important;
  }
  .at1000columns4 > *:nth-child(4n+1) {
    clear: left;
  }
  .at1000columns2 > * {
    width: 50%;
    clear: none !important;
  }
  .at1000columns2 > *:nth-child(2n+1) {
    clear: left;
  }
  .at1000c1of3 {
    width: 33.33%;
  }
  .at1000c2of3 {
    width: 66.66%;
  }
}

@media only screen and (max-width: 800px) {
  .at800c1of1 {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .at500c1of1 {
    width: 100%;
  }
  .at500columns1 > * {
    width: 100%;
    clear: left;
  }
  .at500columns2 > * {
    width: 50%;
    clear: none !important;
  }
  .at500columns2 > *:nth-child(2n+1) {
    clear: left;
  }
}

/* Site Specific */
::-moz-selection {
  color: #333;
  background: #ccc;
}
::selection {
  color: #333;
  background: #ccc;
}

::-moz-selection {
  color: #333;
  background: #ccc;
}

body {
  font-size: 14px;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl, blockquote, p, address, pre, hr,
hgroup, table, fieldset, figure,
label, .base {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 14px;
}

@font-face {
  font-family: "caslonlt-black";
  src: url("../fonts/caslonlt-black.eot");
  src: url("../fonts/caslonlt-black.eot?#iefix") format("embedded-opentype"), url("../fonts/caslonlt-black.woff") format("woff"), url("../fonts/caslonlt-black.ttf") format("truetype"), url("../fonts/caslonlt-black.svg#caslonlt-black") format("svg");
  font-weight: "normal";
}

@font-face {
  font-family: "chaparralpro-lightit";
  src: url("../fonts/chaparralpro-lightit.eot");
  src: url("../fonts/chaparralpro-lightit.eot?#iefix") format("embedded-opentype"), url("../fonts/chaparralpro-lightit.woff") format("woff"), url("../fonts/chaparralpro-lightit.ttf") format("truetype"), url("../fonts/chaparralpro-lightit.svg#chaparralpro-lightit") format("svg");
  font-weight: "normal";
}

@font-face {
  font-family: "gothamhtf-bold";
  src: url("../fonts/gothamhtf-bold.eot");
  src: url("../fonts/gothamhtf-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamhtf-bold.woff") format("woff"), url("../fonts/gothamhtf-bold.ttf") format("truetype"), url("../fonts/gothamhtf-bold.svg#gothamhtf-bold") format("svg");
  font-weight: "normal";
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-medium.eot");
  src: url("../fonts/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium.woff") format("woff"), url("../fonts/gotham-medium.ttf") format("truetype"), url("../fonts/gotham-medium.svg#gotham-medium") format("svg");
  font-weight: "600";
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-light.eot");
  src: url("../fonts/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light.woff") format("woff"), url("../fonts/gotham-light.ttf") format("truetype"), url("../fonts/gotham-light.svg#gotham-light") format("svg");
  font-weight: "400";
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("embedded-opentype"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: "normal";
}

body {
  overflow: auto;
  overflow-x: hidden;
  font-family: Georgia, Times New Roman, Times, serif;
}

.citymag-mask {
  overflow: hidden;
}

.citymag {
  position: relative;
}

.contain {
  max-width: 1180px;
  *width: 1180px;
  margin: 110px auto;
  padding: 0 15px;
}

.home .contain {
  margin: 0 auto;
}

/* Navigation breakpoints */
.mobile-toggle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .mobile-toggle {
    display: block;
  }
  .citymag {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease;
  }
  .navigation-reveal .citymag {
    -webkit-transform: translateX(-240px);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
  }
  .navigation {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #ccc;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    -o-transform: translateX(240px);
    transform: translateX(240px);
  }
  .ie8 .navigation {
    right: -240px;
  }
  .ie8 .navigation-reveal .citymag {
    left: -240px;
  }
}

/* typography.scss */
.heading1, .heading2, .heading3, .heading4, .heading4, .heading-font {
  font-family: "caslonlt-black", Georgia, Times New Roman, Times, serif;
  letter-spacing: -0.05em;
  line-height: 1em;
}

.heading1 {
  font-size: 55px;
}

.heading2 {
  font-size: 34px;
}

.heading3 {
  font-size: 26px;
}

.size-xl {
  font-size: 80px;
}

@media only screen and (max-width: 600px) {
  .size-xl {
    font-size: 55px;
  }
}

/* sidebar.scss */
.content-container > .sidebar {
  float: right;
  width: 33.333%;
  -webkit-width: calc(312px);
  -moz-width: calc(312px);
  -ms-width: calc(312px);
  -o-width: calc(312px);
  width: calc(312px);
  padding-left: 12px;
  overflow: hidden;
}

.content-container > .sidebar.bordered {
  border-left: 1px solid #ccc;
}

.content-container > .main {
  float: left;
  width: 65.666%;
  -webkit-width: calc(100% - 324px);
  -moz-width: calc(100% - 324px);
  -ms-width: calc(100% - 324px);
  -o-width: calc(100% - 324px);
  width: calc(100% - 324px);
  min-height: 915px;
}

.ie8 .content-container {
  margin-left: -40px;
}

.ie8 .content-container > .sidebar {
  width: 33.333%;
  padding-left: 40px;
  border: none !important;
}

.ie8 .content-container > .main {
  width: 66.666%;
  padding-left: 40px;
}

@media only screen and (max-width: 1000px) {
  .content-container > .sidebar {
    width: 100% !important;
    padding-left: 0;
  }
  .content-container > .sidebar.bordered {
    border: none;
  }
  .content-container > .main {
    width: 100% !important;
  }
  .content-container .sidebar-breakdown-column {
    float: left;
    width: 50%;
    padding-left: 40px;
  }
  .content-container .sidebar-breakdown-column:nth-child(2n+1) {
    padding-left: 0;
    clear: left;
  }
}

@media only screen and (max-width: 630px) {
  .content-container .sidebar-breakdown-column {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}

/* Article Body */
a {
  color: #030707;
}

.article-body {
  position: relative;
  padding-right: 36%;
  -webkit-padding-right: calc(33% + 30px);
  -moz-padding-right: calc(33% + 30px);
  -ms-padding-right: calc(33% + 30px);
  -o-padding-right: calc(33% + 30px);
  padding-right: calc(33% + 30px);
  margin-left: -15px;
  padding-left: 15px;
  overflow: hidden;
}

.article-body .pullout {
  width: 33%;
  position: absolute;
  right: 0;
  padding-left: 15px;
}

@media only screen and (max-width: 650px) {
  .article-body {
    padding-right: 0;
  }
  .article-body .pullout {
    position: static;
    width: 200px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .article-body .pullout .meta {
    text-align: center;
  }
}

.article-body a {
  border-bottom: 1px solid #888;
}

.article-body a:hover {
  color: #888;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6,
.article-body ul, .article-body ol, .article-body dl, .article-body blockquote, .article-body p, .article-body address, .article-body pre, .article-body hr,
.article-body hgroup, .article-body table, .article-body fieldset, .article-body figure,
.article-body label, .article-body .base {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 25px;
}

.article-body ul, .article-body ol {
  margin-left: 20px;
}

.article-body li {
  padding-left: 5px;
}

.article-body blockquote {
  margin-left: 30px;
  font-style: italic;
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
}

.article-body iframe, .article-body object {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

.article-body img, .article-body form {
  margin-bottom: 25px;
}

.article-body iframe + cite, .article-body object + cite, .article-body img + cite {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}

.article-body h1, .article-body h2, .article-body h3, .article-body h4 {
  font-weight: bold;
  font-family: "chaparralpro-boldit", Georgia, Times New Roman, Times, serif;
  text-transform: uppercase;
}

.article-body h1 {
  font-size: 1.8em;
}

.article-body h2 {
  font-size: 1.3em;
  line-height: 1.275;
}

.article-body h3 {
  font-size: 1.3em;
}

.article-body .wp-caption {
  width: auto !important;
}

.article-body .wp-caption .wp-caption-text {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: italic;
}

.article-body .credits {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  list-style: none;
}

.article-body .credits li {
  padding: 0;
}

hr {
  border: none;
  background: none;
  border-top: 1px solid #ccc;
  height: 0;
}

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

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

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

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

.topbar {
  height: 110px;
  position: relative;
}

.topbar .date {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.topbar .share {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.weather-symbol {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  z-index: 1;
}

.weather-symbol .weather-icon, .weather-symbol .diamond {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.weather-symbol .diamond {
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(../images/weather-symbol-diamond.png) no-repeat center center;
  background-size: 100%;
}

.weather-symbol .weather-icon {
  z-index: 2;
}

.weather-symbol .weather-icon:before {
  content: "\e605";
  font-size: 19px;
  line-height: 38px;
  color: #888;
}

.weather-symbol .weather-icon.icon-sunny:before {
  content: "\e600";
}

.weather-symbol .weather-icon.icon-rain:before {
  content: "\e601";
}

.weather-symbol .weather-icon.icon-overcast:before {
  content: "\e602";
}

.weather-symbol .weather-icon.icon-nightrain:before {
  content: "\e603";
}

.weather-symbol .weather-icon.icon-night:before {
  content: "\e604";
}

.weather-symbol .weather-icon.icon-cloud:before {
  content: "\e605";
}

.weather-symbol .points {
  height: 100%;
  z-index: 1;
  background: url(../images/weather-symbol-words.png) no-repeat center center;
  background-size: 100%;
}

.weather-symbol:hover .points {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  -ms-animation: spin 4s linear infinite;
  -o-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.weather-symbol:hover .diamond {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.ie8 .weather-symbol .diamond {
  background-image: url(../images/weather-symbol-diamond-1x.png);
}

.ie8 .weather-symbol .points {
  background-image: url(../images/weather-symbol-words-1x.png);
}

/* Mobile Navigation Toggle */
.mobile-toggle {
  width: 50px;
  position: absolute;
  bottom: 40px;
  right: 15px;
  border: 0 solid #888;
  border-width: 1px 0;
  padding: 8px 0;
}

.mobile-toggle:before {
  content: ' ';
  display: block;
  height: 1px;
  background: #888;
}

.header {
  border-top: 1px solid #818383;
  position: relative;
  margin-bottom: 70px;
}

.header .logo {
  position: relative;
  margin: 0 auto;
  max-width: 460px;
}

.header .logo .logo-inner {
  overflow: hidden;
  background: url(../images/logo-black.png);
  background-size: 460px 115px;
  text-indent: -999px;
  line-height: 0;
  padding-bottom: 25%;
}

.header.logo-overlay {
  border-top: none;
  border-bottom: 1px solid #818383;
  min-height: 145px;
}

.header.logo-overlay .logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.header.logo-overlay .logo .logo-inner {
  background-image: url(../images/logo-white.png);
}

/*
    @media only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi) {
        @content
    }*/
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .header .logo .logo-inner {
    background-image: url(../images/logo-black.png);
  }
  .header.logo-overlay .logo .logo-inner {
    background-image: url(../images/logo-white-2x.png);
  }
}

.banner {
  position: relative;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
}

.slides {
  position: relative;
  overflow: hidden;
  max-height: 496px;
}

.slides > a, .slides > * {
  float: left;
  width: 100%;
  position: relative;
}

.slides .headline {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: auto;
  top: 0;
}

.slides .headline div {
  display: table;
  height: 100%;
  width: 100%;
}

.slides .headline div div {
  display: table-cell;
  vertical-align: middle;
}

.slides .headline p {
  background: #fff;
  display: inline;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 4px 6px;
  letter-spacing: 3px;
  position: relative;
  top: 40px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.pagination {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -15px;
  margin: 0;
  z-index: 2;
  cursor: default;
  list-style: none;
  height: 28px;
}

.pagination li {
  display: inline-block;
  width: 29px;
  height: 28px;
  line-height: 28px;
  text-transform: uppercase;
  background: url(../images/arrow-caps.png) no-repeat;
  cursor: pointer;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.pagination li:hover, .pagination li.selected {
  background-position: 0 -28px;
  color: #fff;
}

article .pagination {
  bottom: -14px;
}

.content-banner {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-banner {
  position: relative;
  margin-bottom: 10px;
  max-width: 100%;
}

.sidebar-banner .banner {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .sidebar > *:last-child {
    margin-bottom: 0;
  }
}

.related-pad {
  height: 0;
  padding-top: 45%;
}

@media only screen and (max-width: 1100px) {
  .related-pad {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 50px 10px 50px;
    height: auto;
  }
}

.navigation {
  height: 60px;
  border-bottom: 1px solid #030707;
  position: relative;
  margin-bottom: 50px;
}

.navigation ul {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 750px;
}

.navigation li {
  float: left;
  width: 16.666%;
}

.navigation li a {
  display: block;
  padding: 0 5px;
  line-height: 23px;
  border: 1px solid #030707;
  border-width: 1px 0 0 1px;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
}

.navigation li.menu-item-object-category a {
  background: #e2e3e5;
}

.navigation li.current-menu-item a, .navigation li a:hover {
  color: #fff;
  background: #030707;
}

.navigation li.current-post-ancestor a {
  color: #fff;
  background: #030707;
}

.navigation li:first-child a {
  position: relative;
  border-left: none;
}

.navigation li:first-child a:before {
  content: ' ';
  display: block;
  width: 17px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -81px no-repeat;
  top: 0;
  left: 0px;
  position: absolute;
}

.navigation li:last-child a {
  position: relative;
}

.navigation li:last-child a:after {
  content: ' ';
  display: block;
  width: 17px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -58px no-repeat;
  top: 0;
  right: -15px;
  position: absolute;
}

.navigation li:last-child a:hover:after {
  background-position: 0 -105px;
}

.navigation li.current-menu-item:last-child a:after {
  background-position: 0 -105px;
}

.navigation li.current-post-ancestor:last-child a:after {
  background-position: 0 -105px;
}

.navigation .subscribe {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 23px;
  width: 300px;
}

.navigation .subscribe input[type=email] {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  line-height: 21px;
  padding: 2px;
  background: #fff;
  width: 170px;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  font-style: italic;
  height: 24px;
}

.navigation .subscribe input[type=email]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.navigation .subscribe .submit {
  display: none;
}

.navigation .subscribe .faux-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0 0 0 20px;
  border: 0px solid #030707;
  border-top-width: 1px;
  line-height: 23px;
  margin-right: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
  width: 115px;
  float: right;
}

.navigation .subscribe .faux-submit:after, .navigation .subscribe .faux-submit:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -81px no-repeat;
}

.navigation .subscribe .faux-submit:after {
  left: auto;
  right: -16px;
  background-position: 0 -81px;
}

.navigation .subscribe .faux-submit:hover {
  color: #fff;
  background: #030707;
}

.navigation .subscribe .faux-submit:hover:after {
  background-position: 0 -104px;
}

.navigation .subscribe:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 0;
  height: 15px;
  width: 1px;
  background: #030707;
}

.navigation .subscribe:after {
  content: ' ';
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 16px;
  background: #fff;
}

@media only screen and (max-width: 1110px) {
  .navigation .subscribe {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .topbar .share {
    display: none;
  }
  .navigation {
    max-width: auto;
    width: 240px;
    position: absolute;
    height: 100%;
    background: #f5f5f5;
    border-left: 1px solid #818383;
    z-index: 10;
  }
  .navigation ul {
    position: static;
  }
  .navigation li {
    width: 100%;
    float: none;
  }
  .navigation li a {
    border-left: none;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #818383;
  }
  .navigation li a:before, .navigation li a:after {
    display: none !important;
  }
  .navigation .subscribe {
    display: none;
    position: static;
  }
  .header {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 850px) {
  .header .headline {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .topbar .date, .topbar .share {
    display: none;
  }
  .header .logo {
    padding: 0 40px;
  }
  .header .logo .logo-inner {
    background-size: cover;
  }
  .header .contain {
    padding: 0;
  }
}

@media only screen and (max-width: 780px) {
  .topbar {
    height: 90px;
  }
  .weather-symbol {
    width: 60px;
    height: 60px;
    bottom: 15px;
  }
  .mobile-toggle {
    bottom: 35px;
  }
  .banner-main-container {
    position: relative;
  }
  .banner-main-container .banner {
    width: 150%;
    margin-left: -25%;
    background: #eee;
  }
  .pagination {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .banner-main-container {
    position: relative;
  }
  .banner-main-container .banner {
    width: 200%;
    margin-left: -50%;
  }
  .pagination {
    display: none;
  }
}

.article-header {
  border-bottom: 1px solid #818383;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
  color: #818383;
  letter-spacing: 1px;
  width: 100%;
  font-size: 10px;
}

.article-header .date {
  float: left;
}

.article-header .category {
  float: right;
}

.banner-feature {
  display: block;
  position: relative;
}

.banner-feature .headline {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.banner-feature .headline > div {
  display: table;
  width: 100%;
  height: 100%;
}

.banner-feature .headline > div > div {
  display: table-cell;
  vertical-align: middle;
}

.banner-feature .headline > div > div p {
  background: #e9a888;
  display: inline;
  color: #fff;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 4px 6px;
  letter-spacing: 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (max-width: 500px) {
  .banner-feature .headline {
    background: #000;
    position: static;
    padding: 20px;
  }
  .banner-feature br {
    display: none;
  }
}

.heading-box {
  position: relative;
  padding-bottom: 100%;
  background: #030707;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}

.heading-box > .heading-box-inner {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.heading-box > .heading-box-inner > div {
  display: table;
  width: 100%;
  height: 100%;
}

.heading-box > .heading-box-inner > div > div {
  display: table-cell;
  vertical-align: middle;
}

.heading-box > .heading-box-inner > div > div:before, .heading-box > .heading-box-inner > div > div:after {
  content: ' ';
  border-top: 3px double #818383;
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.heading-box > .heading-box-inner > div > div:before {
  margin-bottom: 15px;
}

.heading-box > .heading-box-inner > div > div:after {
  margin-top: 15px;
}

p.lead {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: "chaparralpro-boldit", Georgia, Times New Roman, Times, serif;
}

.breadcrumb {
  list-style: none;
}

.breadcrumb li {
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 12px;
  letter-spacing: 3px;
  font-style: italic;
}

.breadcrumb li:before {
  content: '_';
  margin-right: 4px;
  position: relative;
  top: -5px;
}

.heading-section-separator {
  text-align: center;
  height: 11px;
  border-bottom: 1px solid #030707;
  margin-bottom: 20px;
}

.heading-section-separator span, .heading-section-separator a {
  border: 1px solid #030707;
  border-width: 1px 0;
  padding: 0 15px;
  line-height: 13px;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}

.heading-section-separator span:after, .heading-section-separator span:before, .heading-section-separator a:after, .heading-section-separator a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -8px;
  width: 10px;
  height: 13px;
  background: url(../images/arrow-caps.png) 0 -145px no-repeat;
}

.heading-section-separator span:after, .heading-section-separator a:after {
  left: auto;
  right: -9px;
  background-position: 0 -130px;
}

.heading-section-separator.orange span {
  color: #fff;
  background: #bf4e22;
}

.heading-section-separator.orange span:before {
  background-position: 0 -177px;
}

.heading-section-separator.orange span:after {
  background-position: 0 -160px;
}

.remark p, .remark blockquote {
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  padding: 0 10px;
}

.share a {
  display: inline-block;
  margin-left: 4px;
}

.share .facebook:before, .share .twitter:before, .share .instagram:before, .share .mail:before {
  font-size: 22px;
  color: #444;
}

.share .facebook:before {
  content: "\e609";
}

.share .twitter:before {
  content: "\e606";
}

.share .instagram:before {
  content: "\e60a";
}

.share .mail:before {
  content: "\e607";
}

article .share a {
  margin-left: 0;
  margin-right: 4px;
  margin-top: 3px;
}

.serif {
  color: #818383;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.pullout .meta {
  color: #818383;
  font-style: italic;
}

.quote-graphic {
  max-width: 200px;
  position: relative;
}

.quote-graphic-inner {
  padding-bottom: 48%;
  background: url(../images/quote-tail.png) bottom right no-repeat;
  background-size: 100%;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  /*
    @media only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi) {
        @content
    }*/
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  .quote-graphic-inner {
    background-image: url(../images/quote-tail-2x.png);
  }
}

.quote-graphic-content {
  background: #030707;
  min-height: 150px;
  color: #fff;
  padding: 20px;
}

.nopad {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .sidebar {
    padding-bottom: 30px;
  }
}

.button-caret {
  display: inline-block;
  line-height: 27px;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
  text-transform: uppercase;
}

.button-caret:before {
  content: "\e608";
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 26px;
  text-align: center;
}

.button-caret:after {
  content: ' _';
  position: relative;
  top: -5px;
  left: 2px;
}

.footer {
  background: #030707;
  overflow: hidden;
  margin-top: 50px;
}

.footer-content {
  color: #fff;
  float: left;
  width: 100%;
  max-width: 500px;
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  padding: 25px 0 40px 0;
}

.footer-content h5 {
  text-transform: uppercase;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  font-style: normal;
}

.footer-content p, .footer-content ul, .footer-content a {
  font-size: 11px;
  text-transform: uppercase;
  font-style: italic;
}

.footer-content .pad {
  padding-top: 20px;
}

.footer-content a {
  font-size: 12px;
  color: #fff;
}

.footer-content a:hover {
  text-decoration: underline;
}

.footer-content ul {
  list-style: none;
}

.footer-content .icon {
  margin-bottom: 10px;
  color: #fff;
}

.footer-content .icon:before {
  content: "\e608";
  font-size: 20px;
}

.footer-content .share a {
  display: inline-block;
  margin-right: 4px;
  margin-left: 0;
}

.footer-content .share a:hover {
  text-decoration: none;
}

.footer-content .share a:before {
  color: #fff;
}

.footer .search {
  float: right;
  padding-top: 85px;
}

.heading-section {
  border-bottom: 1px solid #030707;
  vertical-align: top;
  overflow: hidden;
  padding-top: 20px;
}

.heading-section span, .heading-section a {
  position: relative;
}

.heading-section span:after, .heading-section a:after {
  content: "\e608";
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 10px;
  right: -60px;
  bottom: 0;
}

@media only screen and (max-width: 500px) {
  .heading-section span:after, .heading-section a:after {
    right: -40px;
  }
}

.footer .search {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 280px;
}

.footer .search input[type=search] {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  color: #fff;
  text-align: right;
  background: #030707;
  line-height: 1.3;
  width: 165px;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  font-size: 11px;
  font-style: italic;
  color: #fff;
  border-radius: none;
  direction: rtl;
  height: 24px;
  -webkit-appearance: none;
}

.footer .search input[type=search]:focus {
  outline: none;
}

.footer .search .submit {
  display: none;
}

.footer .search .faux-submit {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0 0 0 20px;
  border: 0px solid #fff;
  border-top-width: 1px;
  line-height: 23px;
  margin-right: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
  width: 115px;
  color: #fff;
}

.footer .search .faux-submit:after, .footer .search .faux-submit:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -192px no-repeat;
}

.footer .search .faux-submit:after {
  left: auto;
  right: -16px;
  background-position: 0 -192px;
}

@media only screen and (max-width: 900px) {
  .footer-content {
    float: none;
  }
  .footer .search {
    float: none;
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

.section-underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #030707;
  margin-bottom: 20px;
}

.section-overline {
  border-top: 1px solid #030707;
  padding-top: 15px;
}

.section-underline-group {
  font-size: 12px;
}

.section-underline-group .section-underline:last-child {
  border-bottom: none;
}

.button-section-separator {
  height: 13px;
  border-bottom: 1px solid #030707;
  margin-bottom: 40px;
  position: relative;
}

.button-section-separator .arrow-button-right {
  float: right;
  margin-right: 50px;
  padding: 0 15px 0 30px;
}

@media only screen and (max-width: 500px) {
  .button-section-separator .arrow-button-right {
    margin-right: 20px;
  }
}

.button-section-separator .arrow-button-right:after {
  left: auto;
  right: -13px;
  background-position: 0 -81px;
}

.button-section-separator .arrow-button-right .lined:before {
  content: ' ';
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 1px;
  background: #000;
}

.button-section-separator .arrow-button-left {
  float: left;
  margin-left: 50px;
  padding: 0 30px 0 15px;
}

@media only screen and (max-width: 500px) {
  .button-section-separator .arrow-button-left {
    margin-left: 20px;
  }
}

.button-section-separator .arrow-button-left:before {
  left: -13px;
  background-position: -15px -239px;
}

.button-section-separator .arrow-button-left:after {
  right: 0;
  background-position: -15px -239px;
}

.button-section-separator .arrow-button-left .lined:after {
  content: ' ';
  position: absolute;
  top: 11px;
  right: 0;
  width: 13px;
  height: 1px;
  background: #000;
  z-index: 1;
}

.arrow-button {
  background: #fff;
  position: relative;
  display: block;
  border: 0px solid #030707;
  border-width: 1px 0;
  line-height: 23px;
  margin-right: 13px;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia, Times New Roman, Times, serif;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
}

.arrow-button:after, .arrow-button:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -81px no-repeat;
}

.arrow-button:after {
  left: auto;
  right: -13px;
  background-position: 0 -81px;
}

a.arrow-button:hover {
  color: #fff;
  background: #030707;
}

a.arrow-button-right:hover:after {
  background-position: 0 -104px;
}

a.arrow-button-left:hover:before {
  background-position: -15px -215px;
}

.citymag_ads-slot {
  margin-bottom: 20px;
  text-align: center;
}

.citymag_ads-slot iframe {
  background: #ccc;
}

.citymag_ads-slot.archive-leaderboard {
  margin-top: 20px;
}

@media only screen and (max-width: 1082px) {
  .citymag_ads-slot.archive-leaderboard {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .citymag_ads-slot.archive-leaderboard {
    display: block;
  }
}

@media only screen and (max-width: 758px) {
  .citymag_ads-slot.archive-leaderboard {
    display: none;
  }
}

.citymag_ads-slot.leaderboard {
  background: #eee;
  display: block;
  margin-top: 20px;
  padding: 2.8em 0;
}

.citymag > .citymag_ads-slot.leaderboard:first-child {
  margin-top: 0;
}

.citymag > .citymag_ads-slot.leaderboard:first-child + .contain {
  margin-top: 40px;
}

@media only screen and (max-width: 750px) {
  .citymag > .citymag_ads-slot.leaderboard:first-child {
    margin-top: 81px;
  }
}

.main .citymag_ads-slot.leaderboard {
  margin: 50px 0;
}

@media only screen and (max-width: 1080px) {
  .main .citymag_ads-slot.leaderboard {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .main .citymag_ads-slot.leaderboard {
    display: block;
    margin: 50px -15px;
  }
  .main .citymag_ads-slot.leaderboard:before {
    content: none;
  }
}

@media only screen and (max-width: 960px) {
  .citymag_ads-slot.halfpage {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .citymag_ads-slot.halfpage {
    display: block;
  }
}

/* Form - basic form styling */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #aaa;
  padding: 8px;
  font-size: inherit;
  font-family: inherit;
  resize: none;
  background: #fff;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #888;
  -webkit-box-shadow: inset 0 1px 0 0 #ccc;
  -moz-box-shadow: inset 0 1px 0 0 #ccc;
  -ms-box-shadow: inset 0 1px 0 0 #ccc;
  -o-box-shadow: inset 0 1px 0 0 #ccc;
  box-shadow: inset 0 1px 0 0 #ccc;
}

textarea {
  min-height: 140px;
}

button, input[type=submit] {
  position: relative;
  padding: 8px 30px;
  border: 1px solid #888;
  background: #ddd;
}

button:focus, input[type=submit]:focus {
  top: 1px;
  outline: none;
}

label {
  display: block;
  margin-bottom: 5px !important;
}

.mobile-top {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .footer {
    margin-top: 0;
  }
  .mobile-top {
    border-top: 1px solid #ccc;
    display: block;
    font-style: italic;
    color: #818383;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: Georgia, Times New Roman, Times, serif;
  }
  .mobile-top:before {
    content: 'Back to Top';
  }
}

/* Vertical Spacing */
.article-image {
  display: block;
  margin-bottom: 10px;
}

.banner-feature {
  margin-bottom: 20px;
}

/* Popup Form */
.modal-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-align: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  min-height: 400px;
  min-width: 400px;
}

.modal-wrapper:before {
  /*content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
    margin-right: -4px;*/
}

.modal.pop-subscribe {
  width: 400px;
  height: 400px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border: 2px solid black;
  overflow: hidden;
  text-align: center;
  top: 30%;
  z-index: 501;
}

.modal {
  width: 100%;
  background: none repeat scroll 0% 0% #FFF;
}

.modal {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  overflow: auto;
  max-height: 90%;
}

.modal-container, #modal-subscribe-message {
  margin: 0 auto;
  position: absolute;
  top: 82px;
  width: 400px;
}

.modal-container {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.modal-container p {
  font-size: 16px;
  line-height: 22px;
}

.modal-container .subscribe {
  position: relative;
  margin: 0 auto;
  width: auto;
}

.modal-container .subscribe input[type=email] {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 14px;
  width: 350px;
  padding-left: 87px;
  padding-right: 55px;
  border-bottom: 1px solid #030707;
  margin-top: 20px;
  padding-bottom: 7px;
  color: #5c5c5c;
}

.modal-container .subscribe:before {
  content: '';
  position: relative;
}

.modal-container .faux-submit {
  position: relative;
  right: 100px;
  border-bottom: 1px solid #030707;
  width: 162px;
  font-size: 12px;
  letter-spacing: 3px;
}

/*@include breakpoint(400px) {
    .modal-container h1.heading1 {
        font-size:46px;
    }

    .modal-container p {
        font-size:14px;
    }
}*/
.modal .close-modal {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 355px;
  left: 21px;
  cursor: pointer;
}

#modal-subscribe-message {
  opacity: 0;
  text-align: center;
  top: 42%;
  left: 0;
  position: absolute;
  width: 100%;
  /*h1 {
        position:relative;
        left:-15px;
    }*/
}

@media screen and (max-height: 600px) {
  .modal-wrapper {
    position: absolute;
  }
  .modal.pop-subscribe {
    top: 0;
  }
}

@media screen and (max-width: 400px) {
  .modal.pop-subscribe {
    top: 13%;
    left: -10px;
    position: absolute;
  }
  .modal-container p {
    font-size: 14px;
    width: 67%;
    margin: 0 auto;
  }
  .modal-container .heading1 {
    font-size: 47px;
  }
}

@media screen and (max-width: 320px) {
  .modal.pop-subscribe {
    top: 0;
    left: -40px;
  }
  .modal-wrapper {
    position: fixed;
  }
}

@media screen and (max-width: 780px) {
  .modal-wrapper {
    display: none !important;
  }
}

a#reset-modal {
  text-decoration: underline;
  cursor: pointer;
}

/* Subscribe form */
.subscribe-container {
  position: relative;
  padding-right: 18%;
  overflow: hidden;
  margin-top: 90px;
}

@media only screen and (max-width: 780px) {
  .subscribe-container {
    padding-right: 1%;
  }
}

.subscribe-container p {
  font-family: chaparralpro-lightit;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  color: black;
}

.subscribe-form {
  margin-bottom: 90px;
}

.subscribe-form #fav-section {
  padding-bottom: 30px;
  margin-top: 56px;
  min-width: 677px;
}

@media only screen and (max-width: 680px) {
  .subscribe-form #fav-section {
    min-width: 0;
    width: 100%;
  }
}

.subscribe-form #fav-section h2 {
  margin-bottom: 92px;
  padding-left: 10px;
}

.subscribe-form #fav-section div {
  width: 224px;
}

@media only screen and (max-width: 710px) {
  .subscribe-form #fav-section div {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 40px;
  }
}

.subscribe-form #fav-section label span {
  content: '';
  position: relative;
  top: 39px;
  width: 18px;
  height: 18px;
  display: block;
  border-bottom: 3px solid black;
  color: black;
  font-size: 21px;
  padding-top: 1px;
  box-sizing: border-box;
  margin: 0 auto;
}

.subscribe-form #fav-section div:first-of-type label span,
.subscribe-form #fav-section div:last-of-type label span {
  top: 57px;
}

.subscribe-form #fav-section input[type=radio]:checked + span {
  content: '';
  font-size: 20px;
  text-align: center;
  background: url(../images/check-box-tick.png) no-repeat;
  background-size: contain;
}

.subscribe-form .mc-field-group {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding-bottom: 20px;
  overflow: hidden;
}

.subscribe-form .mc-field-group div {
  display: table-cell;
  text-align: center;
  width: 33%;
  height: 150px;
  float: left;
}

.subscribe-form .mc-field-group div label {
  text-align: center;
  font-size: 16px;
  color: #030707;
  margin-bottom: 20px !important;
  width: 224px;
  margin: 0 auto;
}

.subscribe-form .mc-field-group input[type=radio] {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.subscribe-form .mc-field-group input[type=checkbox] {
  visibility: hidden;
  width: 1px;
}

.subscribe-form .mc-field-group input[type=checkbox] + label:before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-bottom: 3px solid black;
  color: black;
  font-size: 21px;
  margin-right: 20px;
  padding-top: 1px;
  box-sizing: border-box;
}

.subscribe-form .mc-field-group input[type=checkbox]:checked + label:before {
  content: '';
  font-size: 20px;
  text-align: center;
  background: url(../images/check-box-tick.png) no-repeat;
  background-size: contain;
}

.subscribe-form .mc-field-group label {
  font-size: 17px;
}

.subscribe-form .mc-field-group .check-text {
  display: inline-block;
}

@media only screen and (max-width: 1128px) {
  .subscribe-form .mc-field-group .check-text {
    max-width: 400px;
  }
}

@media only screen and (max-width: 517px) {
  .subscribe-form .mc-field-group .check-text {
    max-width: 65vw;
  }
}

.subscribe-form .mc-field-group ul li {
  padding-bottom: 16px;
}

.subscribe-form .mc-field-group ul li label {
  width: auto;
  display: inline-block;
  padding-left: 13px;
}

.subscribe-form .section-text {
  border-bottom: 1px solid black;
  padding-bottom: 12px;
}

.subscribe-form .section-text p {
  max-width: 450px;
}

.subscribe-form .sign-up-text-boxes {
  margin-bottom: 60px;
  border-top: 1px solid black;
  padding-top: 10px;
}

.subscribe-form .sign-up-text-boxes .mc-field-group {
  display: inline-block;
  width: 48%;
}

.subscribe-form .sign-up-text-boxes .mc-field-group input {
  width: 90%;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 700px) {
  .subscribe-form .sign-up-text-boxes .mc-field-group {
    width: 100%;
  }
}

.subscribe-form .heading1 {
  font-size: 41px;
}

.subscribe-form input[type="submit"] {
  display: none;
}

.subscribe-form h2 {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  font-size: 16px;
}

.subscribe-form .faux-submit {
  border-top: 1px solid #030707;
  border-bottom: 1px solid #030707;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 115px;
  padding-left: 17px;
  letter-spacing: 1px;
  white-space: nowrap;
  font-size: 11px;
  font-style: italic;
  left: 60px;
  position: relative;
}

.subscribe-form .faux-submit:after,
.subscribe-form .faux-submit:before {
  content: ' ';
  position: absolute;
  width: 17px;
  height: 23px;
  background: url(../images/arrow-caps.png) 0 -81px no-repeat;
}

.subscribe-form .faux-submit:before {
  margin-right: 20px;
  left: 0;
}

.subscribe-form .faux-submit:after {
  left: auto;
  background-position: 0 -81px;
  margin-left: 6px;
}

.subscribe-form .faux-submit:hover {
  color: #fff;
  background: #030707;
}

.subscribe-form .faux-submit:hover:after {
  background-position: 0 -105px;
}

#find-city-mag .main {
  width: 100%;
  min-height: 400px;
}

#find-cm-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #818383;
  margin-bottom: 40px;
}

#find-cm-header h1 {
  margin-bottom: 0;
  width: 59%;
  display: inline-block;
}

#find-cm-header div {
  width: 40%;
  display: inline-block;
  text-align: right;
}

@media only screen and (max-width: 500px) {
  #find-cm-header div {
    display: none;
  }
}

#find-cm-header div a {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  min-width: 112px;
}

#find-cm-header a {
  cursor: pointer;
  font-weight: normal;
}

#find-cm-header a.active {
  font-weight: bold;
}

#find-cm-header #list-view:before {
  content: '';
  background: url(../images/list-view.png) center center no-repeat;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 31px;
  margin-right: 10px;
  top: 8px;
}

#find-cm-header .active#list-view:before {
  background: url(../images/list-view-active.png) center center no-repeat;
}

#find-cm-header #map-view:before {
  content: '';
  background: url(../images/map-view.png) center center no-repeat;
  position: relative;
  display: inline-block;
  width: 21px;
  height: 31px;
  margin-right: 10px;
  top: 8px;
}

#find-cm-header .active#map-view:before {
  background: url(../images/map-marker-selected.png) center center no-repeat;
}

#find-city-mag h2 {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #818383;
}

.locations-container {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 500px) {
  .locations-container {
    display: block !important;
  }
}

.locations-container:after {
  content: '';
  display: block;
  clear: both;
}

.locations-container div .grid {
  margin-left: 0;
}

.location {
  padding: 14px 8px 0 8px;
  float: left;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: border-color 100ms ease-out;
}

@media only screen and (max-width: 500px) {
  .location {
    padding: 14px 0 0 0;
  }
}

.location h3 {
  width: 90%;
  cursor: pointer;
}

.location .expand-icon {
  position: absolute;
  right: 15px;
  top: 26px;
  background: url(../images/expand.png) center center no-repeat;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.expanded {
  border-color: #f1f1f1;
  -webkit-transition: border-color 100ms ease-in;
}

.expanded .expand-icon {
  background: url(../images/close-location.png) center center no-repeat !important;
}

.location-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
}

.expanded .location-body {
  opacity: 1;
  -webkit-transition: opacity 200ms linear;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.contact {
  border-top: 1px solid #030707;
  color: #8c8e8e;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 10px;
  overflow: hidden;
}

.contact p.address, .contact p.phone {
  font-size: 13px;
  float: left;
}

.contact p.address {
  width: 60%;
}

.contact p.phone {
  width: 40%;
}

.suburb-list {
  display: none;
}

.suburb-list li {
  list-style: none;
  line-height: 24px;
}

.suburb-list li:hover {
  background-color: #ececec;
}

.suburb-list li a {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.map {
  display: block;
  width: 100%;
  height: 735px;
}

@media only screen and (max-width: 500px) {
  .map {
    display: none !important;
  }
}

.map #map-canvas {
  height: 100%;
}

.gm-style img {
  max-width: 100%;
}

#map-canvas div div div div div div {
  margin: 0 auto;
}

.info-window {
  max-width: 290px;
  background: white;
}

.info-window .content {
  padding: 10px;
}

p.location-description {
  font-family: Georgia, Times New Roman, Times, serif;
  margin-top: 14px;
}

.info-footer {
  width: 100%;
  background-color: #1c1c1c;
  margin-bottom: 10px;
  min-height: 60px;
}

.info-footer a {
  color: white;
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-transform: none;
  padding: 12px;
  display: block;
}

.info-footer a:before {
  content: "\e608";
  display: inline-block;
  float: left;
  top: 3px;
  width: 26px;
  text-align: center;
  color: white;
  font-size: 19px;
  background-color: #1c1c1c;
  line-height: 26px;
  padding: 4px;
  padding-right: 13px;
}

.location .info-footer {
  width: 106.1%;
  margin-left: -8px;
}

.infobox-wrapper {
  display: none;
  background: white;
}

#infobox {
  border: 2px solid black;
  margin-top: 8px;
  background: #333;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: .5em 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 -1px #000000;
  -webkit-box-shadow: 0 0  8px #000;
  box-shadow: 0 0 8px #000;
}

div.gm-style-iw div div {
  overflow: hidden;
}

#subscribe-message {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
  width: 401px;
  margin-top: 0em;
  font-family: Georgia, Times New Roman, Times, serif;
  display: none;
  box-sizing: border-box;
  border-top: 1px solid black;
  text-align: center;
  text-transform: uppercase;
  z-index: -1;
}

#subscribe-message:before, #subscribe-message:after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 17px;
  height: 23px;
}

#subscribe-message:after {
  background: url(../images/arrow-caps.png) 0 -81px no-repeat;
}

#subscribe-message:before {
  background: url(../images/arrow-caps.png) 0 -58px no-repeat;
}

#subscribe-message:before {
  left: 0;
}

#subscribe-message:after {
  display: block;
  right: -16px;
}

#subscribe-message p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 11px;
}

body > header {
  background: black;
  padding-bottom: 69px;
  position: relative;
  z-index: 10;
  width: 100%;
  *zoom: 1;
  clear: both;
}

body > header:before, body > header:after {
  content: " ";
  display: table;
}

body > header:after {
  clear: both;
}

@media only screen and (max-width: 750px) {
  body > header {
    box-shadow: 0 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    top: 0;
  }
  .stick-header body > header {
    position: fixed;
  }
}

body > header > h1 {
  float: left;
  padding: 26px 42px 24px;
  background-color: black;
  margin-bottom: 0;
}

body > header > h1.indaily {
  background-color: white;
  padding: 24px 42px 25px;
}

@media only screen and (max-width: 415px) {
  body > header > h1.indaily {
    padding: 24px 30px 25px;
  }
}

@media only screen and (max-width: 370px) {
  body > header > h1.indaily {
    padding: 24px 15px 25px;
  }
}

body > header > h1.indaily img {
  width: 113px;
}

@media only screen and (max-width: 750px) {
  body > header > h1 {
    padding: 28px 25px 20px 25px;
  }
}

@media only screen and (max-width: 500px) {
  body > header > h1 {
    padding: 28px 15px 20px 15px;
  }
}

body > header > h1 img {
  width: 111px;
}

@media only screen and (max-width: 750px) {
  body > header > h1 img {
    width: 93px;
  }
}

body > header h2 {
  float: left;
  margin: 36px 0 37px 20px;
  color: #313131;
  display: inline-block;
  height: 55px;
  font-size: 2.125em;
  position: relative;
}

@media only screen and (max-width: 1250px) {
  body > header h2 {
    font-size: 1.375em;
    height: 36px;
  }
}

@media only screen and (max-width: 750px) {
  body > header h2 {
    font-size: 0.9em;
    height: 26px;
    margin: 20px 0 18px 15px;
  }
}

@media only screen and (max-width: 500px) {
  body > header h2 {
    display: none;
  }
}

body > header h2:before {
  border-left: 1px solid #313131;
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  body > header h2:before {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 500px) {
  body > header h2:before {
    margin-right: 10px;
  }
}

body > header h2 > span {
  vertical-align: middle;
}

body > header h2 > span span {
  color: black;
}

body > header a {
  text-decoration: none;
  color: white;
}

body > header a.subscribe {
  float: right;
  margin: 25px 33px;
  font-size: 1.125em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1250px) {
  body > header a.subscribe {
    font-size: 0.938em;
    margin: 25px 33px 20px 0;
  }
}

@media only screen and (max-width: 750px) {
  body > header a.subscribe {
    display: none;
  }
}

body > header a.subscribe:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  content: "";
  vertical-align: middle;
  font-size: 1.7em;
}

body > header a.subscribe span {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 0.4em 0 0.4em  1em;
  margin-left: 1.2em;
}

body > header a.subscribe span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: white;
  opacity: 0.5;
}

body > header a.subscribe span.mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body > header a.subscribe span.mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 1000px) {
  body > header a.subscribe span.desktop {
    display: none;
  }
}

body > header > .menu-toggle {
  display: none;
  color: white;
  cursor: pointer;
  font-size: 1.9em;
  line-height: 0;
  padding: 30px 31px;
  float: right;
}

@media only screen and (max-width: 750px) {
  body > header > .menu-toggle {
    padding: 29px 29px 29px 5px;
    font-size: 1.4em;
    display: inline-block;
  }
}

body > header > nav.main {
  background-color: #313131;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  bottom: 0;
  clear: both;
  color: white;
  height: 69px;
  padding: 0 18px;
  position: absolute;
  width: 100%;
  -webkit-transition: padding-left 0.2s;
  -moz-transition: padding-left 0.2s;
  -ms-transition: padding-left 0.2s;
  -o-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
  *zoom: 1;
  clear: both;
}

body > header > nav.main:before, body > header > nav.main:after {
  content: " ";
  display: table;
}

body > header > nav.main:after {
  clear: both;
}

@media only screen and (max-width: 750px) {
  body > header > nav.main {
    visibility: hidden;
    opacity: 0;
  }
}

.stick-nav body > header > nav.main {
  bottom: auto;
  position: fixed;
  top: 0;
  padding-left: 170px;
}

.single-post body > header > nav.main {
  padding: 0;
}

body > header > nav.main a {
  color: inherit;
}

body > header > nav.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header > nav.main .logo {
  left: -160px;
  margin: 20px 0;
  padding: 0 24px;
  position: absolute;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}

body > header > nav.main .logo img {
  width: 107px;
}

body > header > nav.main .logo:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  border-left: 1px solid white;
  height: 100%;
}

.single-post body > header > nav.main .logo:after {
  content: none;
}

.stick-nav body > header > nav.main .logo {
  left: 0;
}

body > header > nav.main > ul {
  *zoom: 1;
  clear: both;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  height: 69px;
}

body > header > nav.main > ul:before, body > header > nav.main > ul:after {
  content: " ";
  display: table;
}

body > header > nav.main > ul:after {
  clear: both;
}

body > header > nav.main > ul li {
  float: left;
}

body > header > nav.main > ul li a {
  display: inline-block;
  font-size: .875em;
  font-weight: bold;
  letter-spacing: .125em;
  padding: 26px 17px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

body > header > nav.main > ul li a:hover {
  color: black;
}

body > header > nav.main .icons {
  box-shadow: -20px 0 10px -10px #313131;
  position: absolute;
  right: 0;
  top: 0;
}

body > header > nav.main .icons > span {
  float: left;
  cursor: pointer;
  width: 88px;
  height: 69px;
  text-align: center;
  line-height: 80px;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

body > header > nav.main .icons > span:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}

body > header > nav.main .icons .search-toggle {
  background-color: #222;
}

body > header > nav.main .icons .search-toggle:before {
  content: "";
}

.search-reveal body > header > nav.main .icons .search-toggle {
  background-color: black;
}

body > header > nav.main .icons .menu-toggle {
  background-color: #222;
}

.menu-reveal body > header > nav.main .icons .menu-toggle {
  background-color: white;
}

body > header > nav.main .meta {
  margin: 16px 0 17px 0;
}

body > header > nav.main .meta > * {
  display: inline-block;
  vertical-align: middle;
}

body > header > nav.main .social {
  height: 36px;
  position: relative;
  padding: 2px 20px;
  margin: 0 20px;
}

body > header > nav.main .social:before, body > header > nav.main .social:after {
  content: '';
  background-color: #81a1c5;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

body > header > nav.main .social:before {
  left: 0;
}

body > header > nav.main .social:after {
  right: 0;
}

body > header > nav.main .social a {
  background-color: transparent !important;
  border: 1px solid white;
  margin-left: 0.5em;
}

body > header > nav.main .comments {
  font-weight: bold;
}

body > header > nav.main .comments:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  font-size: 1.3em;
  top: 0.1em;
  position: relative;
}

body > header > nav.main .comments span {
  vertical-align: middle;
}

.single-post body > header > nav.main > div {
  margin: 0 176px 0 25px;
  text-align: center;
}

.single-post body > header > nav.main > div > * {
  display: inline-block;
  vertical-align: middle;
}

.single-post body > header > nav.main > div .icons {
  float: none;
}

.single-post body > header > nav.main > div .title {
  max-width: 350px;
  text-align: left;
}

@media only screen and (max-width: 1250px) {
  body > header > nav.main .social {
    padding: 2px 0 2px 20px;
    margin: 0 0 0 20px;
  }
  body > header > nav.main .social:after {
    content: none;
  }
  body > header > nav.main .comments {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  body > header > nav.main .title {
    display: none;
  }
  body > header > nav.main .social {
    padding: 2px 0;
    margin: 0;
  }
  body > header > nav.main .social:before {
    content: none;
  }
}

body > header .menu-toggle:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

body > header nav.menu {
  box-shadow: -1px 1px rgba(255, 255, 255, 0.04);
  color: white;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 970px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.menu-reveal body > header nav.menu {
  visibility: visible;
  opacity: 1;
}

.stick-nav body > header nav.menu {
  position: fixed;
  top: 69px;
}

@media only screen and (max-width: 750px) {
  .stick-header body > header nav.menu {
    position: absolute;
    top: 100%;
    height: calc(100vh - 95px);
    overflow: auto;
  }
}

@media only screen and (max-width: 500px) {
  .stick-header body > header nav.menu {
    height: calc(100vh - 68px);
  }
}

body > header nav.menu h1 {
  font-size: 1.625em;
  margin: 0;
  padding: 24px 22px;
  background-color: black;
}

body > header nav.menu h1 span {
  display: none;
}

body > header nav.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header nav.menu a {
  color: inherit;
}

body > header nav.menu form {
  background-color: #222;
  padding: 0 55px 0 25px;
  display: none;
  *zoom: 1;
  clear: both;
}

body > header nav.menu form:before, body > header nav.menu form:after {
  content: " ";
  display: table;
}

body > header nav.menu form:after {
  clear: both;
}

body > header nav.menu form input {
  background: none;
  border: none;
  float: left;
  width: 100%;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  height: 22px;
  margin: 15px 0;
}

body > header nav.menu form input:focus {
  outline: none;
}

body > header nav.menu form button {
  background: none;
  border: none;
  float: right;
  width: 55px;
  padding: 0;
  margin-right: -55px;
  height: 52px;
}

body > header nav.menu form button:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.4em;
}

body > header nav.menu form ::-webkit-input-placeholder {
  color: white;
}

body > header nav.menu form :-moz-placeholder {
  color: white;
}

body > header nav.menu form ::-moz-placeholder {
  color: white;
}

body > header nav.menu form :-ms-input-placeholder {
  color: white;
}

body > header nav.menu > ul {
  background-color: #313131;
  margin: 0;
  padding: 4px 40px 4px 22px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .875em;
  width: 100%;
}

body > header nav.menu > ul > li {
  display: block;
  width: 100%;
  border-top: 2px solid rgba(95, 158, 160, 0.08);
  line-height: 1em;
  padding: 0 19px 0 194px;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  clear: both;
}

body > header nav.menu > ul > li:before, body > header nav.menu > ul > li:after {
  content: " ";
  display: table;
}

body > header nav.menu > ul > li:after {
  clear: both;
}

body > header nav.menu > ul > li:first-child {
  border-top: none;
}

body > header nav.menu > ul > li > a {
  float: left;
  padding-left: 0;
  text-transform: uppercase;
  letter-spacing: .0825em;
  width: 194px;
  font-weight: bold;
  margin-left: -194px;
}

body > header nav.menu > ul ul {
  float: left;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

body > header nav.menu > ul ul li {
  float: left;
}

body > header nav.menu > ul a {
  display: block;
  padding: 17px;
}

body > header nav.menu > ul a:hover {
  color: black;
}

@media only screen and (max-width: 1100px) {
  body > header nav.menu {
    left: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  body > header nav.menu h1 {
    font-size: 1.225em;
    padding: 15px 25px;
    position: relative;
  }
  body > header nav.menu h1 span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 55px;
    height: 53px;
    line-height: 53px;
  }
  body > header nav.menu h1 span:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5em;
    line-height: 53px;
  }
  body > header nav.menu form {
    display: block;
  }
  body > header nav.menu > ul {
    padding: 4px 0px 38px;
  }
  body > header nav.menu > ul > li {
    padding: 0;
  }
  body > header nav.menu > ul > li:before {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body > header nav.menu > ul > li.menu-item-has-children:before {
    color: white;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 56px;
    height: 48px;
    line-height: 48px;
  }
  body > header nav.menu > ul > li.menu-item-has-children.expanded:before {
    content: "";
  }
  body > header nav.menu > ul > li > a {
    float: none;
    padding-left: 25px;
    margin-left: 0;
    width: 100%;
  }
  body > header nav.menu > ul ul {
    float: none;
    height: 0;
  }
  body > header nav.menu > ul ul li {
    float: none;
  }
  body > header nav.menu > ul ul li a {
    background-color: #263d56;
    padding: 15px 50px;
  }
  body > header nav.menu > ul a {
    padding: 17px 25px;
  }
}

@media only screen and (max-width: 500px) {
  body > header nav.menu h1 {
    padding: 15px;
  }
  body > header nav.menu form {
    padding: 0 55px 0 15px;
  }
  body > header nav.menu > ul > li > a {
    padding-left: 15px;
  }
  body > header nav.menu > ul a {
    padding: 17px 15px;
  }
  body > header nav.menu > ul ul li a {
    padding: 15px 30px;
  }
}

body > header .search {
  padding: 24px 22px;
  color: white;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.search-reveal body > header .search {
  visibility: visible;
  opacity: 1;
}

.stick-nav body > header .search {
  position: fixed;
  top: 69px;
}

@media only screen and (max-width: 750px) {
  .stick-header body > header .search {
    position: absolute;
    top: 100%;
  }
}

body > header .search form {
  border-bottom: 1px solid whitesmoke;
  border-bottom: 1px solid rgba(245, 245, 245, 0.32);
  padding: 0 100px 4px 0;
  *zoom: 1;
  clear: both;
}

body > header .search form:before, body > header .search form:after {
  content: " ";
  display: table;
}

body > header .search form:after {
  clear: both;
}

body > header .search form input {
  color: white;
  background: transparent;
  border: none;
  width: 100%;
  float: left;
  height: 24px;
  line-height: 24px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body > header .search form input:focus {
  outline: none;
}

body > header .search form button {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  float: right;
  margin: 0 -100px 0 0;
  background: transparent;
  border: none;
  padding: 5px 0 5px 5px;
  color: white;
}

body > header ::-webkit-input-placeholder {
  color: white;
}

body > header :-moz-placeholder {
  color: white;
}

body > header ::-moz-placeholder {
  color: white;
}

body > header :-ms-input-placeholder {
  color: white;
}

footer {
  background-color: black;
  color: white;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 74px;
  font-size: 16px;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer .top {
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: 700;
  padding: 21px 24px 21px 0;
}

footer .top:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  font-size: 1.8em;
  margin-right: 15px;
}

footer .top span {
  vertical-align: middle;
}

footer .nav {
  background-color: #313131;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-style: normal;
  *zoom: 1;
  clear: both;
}

footer .nav:before, footer .nav:after {
  content: " ";
  display: table;
}

footer .nav:after {
  clear: both;
}

footer .nav > div {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
}

@media only screen and (max-width: 750px) {
  footer .nav > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 500px) {
  footer .nav > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer .nav > div:before, footer .nav > div:after {
  content: " ";
  display: table;
}

footer .nav > div:after {
  clear: both;
}

footer .nav nav {
  float: left;
}

footer .nav nav > * {
  display: inline-block;
  vertical-align: middle;
}

footer .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  clear: both;
  font-weight: 500;
}

footer .nav ul:before, footer .nav ul:after {
  content: " ";
  display: table;
}

footer .nav ul:after {
  clear: both;
}

@media only screen and (max-width: 1100px) {
  footer .nav ul {
    display: none;
  }
}

footer .nav li {
  float: left;
}

footer .nav li a {
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  line-height: 16px;
  padding: 28px 17px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
  footer .nav li a {
    padding: 24px 16px;
    font-size: 0.8em;
  }
}

footer .nav li a:hover {
  color: black;
}

footer .nav .search-toggle,
footer .nav .menu-toggle {
  font-size: 1.5em;
  cursor: pointer;
}

footer .nav .search-toggle:before,
footer .nav .menu-toggle:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer .nav .search-toggle {
  background-color: #222;
  float: right;
  padding: 24px;
}

footer .nav .search-toggle:before {
  content: "";
}

footer .nav .menu-toggle {
  padding: 22px 9px 19px 9px;
}

footer .nav .menu-toggle:before {
  content: "";
}

footer .main {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  clear: both;
  padding-top: 40px;
  padding-bottom: 55px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  footer .main {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 500px) {
  footer .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

footer .main:before, footer .main:after {
  content: " ";
  display: table;
}

footer .main:after {
  clear: both;
}

footer .main > div {
  margin-bottom: 40px;
}

footer .main > div h4 {
  font-size: 0.875em;
  margin-bottom: 1.8em;
}

@media only screen and (max-width: 600px) {
  footer .main {
    padding-bottom: 25px;
  }
  footer .main > * {
    padding: 0 10px;
  }
}

footer .partners,
footer .social {
  float: left;
}

footer .logos {
  float: left;
}

footer .logos a {
  background-color: #322f31;
  display: block;
  float: left;
  height: 56px;
  padding: 17px 0;
  width: 116px;
}

footer .logos a:first-of-type {
  background-color: white;
  padding: 15px 0;
}

footer .logos a:first-of-type img {
  width: 87px;
}

footer .logos a img {
  width: 85px;
  margin: 0 auto;
}

footer .partners {
  padding-right: 100px;
  max-width: 850px;
}

@media only screen and (max-width: 1050px) {
  footer .partners {
    width: 70%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  footer .partners {
    width: 100%;
  }
}

footer .partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .partners li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 15px 0;
}

@media only screen and (max-width: 600px) {
  footer .partners li {
    width: 50%;
    margin: 0 0 22px 0;
  }
  footer .partners li a {
    max-width: 65%;
  }
}

footer .partners li:last-of-type {
  margin-left: 0;
}

footer .partners a {
  display: block;
}

footer .partners img {
  display: inline-block;
  max-height: 38px;
  max-width: 110px;
}

footer .social {
  float: right;
  margin-right: 40px;
}

@media only screen and (max-width: 1400px) {
  footer .social {
    float: right;
  }
}

@media only screen and (max-width: 900px) {
  footer .social {
    position: absolute;
    top: 40px;
    right: 25px;
    margin: 0;
    float: none;
    clear: both;
  }
}

@media only screen and (max-width: 560px) {
  footer .social {
    position: relative;
    top: 0;
    right: 0;
  }
}

footer .social a {
  display: inline-block;
  background-color: white;
  width: 2em;
  height: 2em;
  margin-left: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

footer .social a:first-of-type {
  margin-left: 0;
}

footer .social a:before {
  color: black;
  display: inline-block;
  position: absolute;
  line-height: 2em;
  width: 2em;
  text-align: center;
  left: 0;
}

footer .social a.facebook:before {
  content: "";
}

footer .social a.twitter:before {
  content: "";
}

footer .social a.googleplus:before {
  content: "";
}

footer .social a.instagram:before {
  content: "";
}

footer .social a.email:before {
  content: "";
}

footer .subscribe {
  float: right;
  width: 40%;
  max-width: 350px;
}

footer .subscribe h1:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  vertical-align: middle;
  color: black;
  font-size: 1.5em;
  margin-right: 10px;
}

footer .subscribe h1 span {
  vertical-align: middle;
}

footer .subscribe.loading button {
  background: url("../images/loading-white.gif") no-repeat center;
}

footer .subscribe.loading button span {
  visibility: hidden;
}

footer .subscribe.loaded button:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

footer .subscribe.loaded button span {
  visibility: hidden;
}

@media only screen and (max-width: 900px) {
  footer .subscribe {
    width: 100%;
    max-width: 350px;
    display: block;
    float: none;
    clear: left;
  }
}

footer form {
  border-bottom: 1px solid whitesmoke;
  border-bottom: 1px solid rgba(245, 245, 245, 0.32);
  padding: 0 100px 3px 0;
  *zoom: 1;
  clear: both;
}

footer form:before, footer form:after {
  content: " ";
  display: table;
}

footer form:after {
  clear: both;
}

footer input {
  color: white;
  border: none;
  width: 100%;
  float: left;
  height: 24px;
  line-height: 24px;
}

footer input[type=email] {
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
}

footer input[type=email]:focus {
  box-shadow: none;
}

footer button {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  float: right;
  margin: 0 -100px 0 0;
  background: transparent;
  border: none;
  padding: 5px 0 5px 5px;
  color: white;
}

footer .secondary,
footer .copyright {
  font-size: 0.875em;
  opacity: 0.73;
}

footer .secondary {
  clear: both;
  float: left;
}

footer .secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .secondary li {
  float: left;
  margin-left: 35px;
}

footer .secondary li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 650px) {
  footer .secondary li {
    margin: 0 0 15px 0;
    width: 50%;
  }
}

footer .copyright {
  clear: right;
  float: right;
}

@media only screen and (max-width: 950px) {
  footer .copyright {
    clear: left;
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 600px) {
  footer .copyright {
    font-size: 0.7em;
  }
}

footer ::-webkit-input-placeholder {
  color: white;
}

footer :-moz-placeholder {
  color: white;
}

footer ::-moz-placeholder {
  color: white;
}

footer :-ms-input-placeholder {
  color: white;
}

.subscribe-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.subscribe-reveal .subscribe-popup {
  opacity: 1;
  visibility: visible;
}

.subscribe-reveal .subscribe-popup .subscribe {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.subscribe-popup .subscribe {
  padding: 0 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 986px;
  color: white;
  *zoom: 1;
  clear: both;
}

.subscribe-popup .subscribe:before, .subscribe-popup .subscribe:after {
  content: " ";
  display: table;
}

.subscribe-popup .subscribe:after {
  clear: both;
}

.subscribe-popup .subscribe header {
  background-color: #1e1e1e;
  padding: 40px 0;
  *zoom: 1;
  clear: both;
}

.subscribe-popup .subscribe header:before, .subscribe-popup .subscribe header:after {
  content: " ";
  display: table;
}

.subscribe-popup .subscribe header:after {
  clear: both;
}

.subscribe-popup .subscribe header > * {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-popup .subscribe .logo {
  width: 30%;
  padding: 14px 5% 10px 40px;
}

.subscribe-popup .subscribe p {
  font-size: 1.3em;
  line-height: 1.4;
  width: 43%;
  margin: 0 5% 0 22%;
  padding-left: 17px;
  position: relative;
}

.subscribe-popup .subscribe p:before {
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -110px;
  text-align: center;
  font-size: 1.8em;
}

.subscribe-popup .subscribe p:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: white;
  opacity: 0.5;
}

.subscribe-popup .subscribe p span {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-popup .subscribe p.thanks {
  display: none;
}

.subscribe-popup .subscribe p.thanks:before {
  content: "";
}

.subscribe-popup .subscribe div {
  float: right;
  background-color: #333;
  padding: 23px;
  width: 48%;
}

.subscribe-popup .subscribe form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 100px 3px 0;
  *zoom: 1;
  clear: both;
}

.subscribe-popup .subscribe form:before, .subscribe-popup .subscribe form:after {
  content: " ";
  display: table;
}

.subscribe-popup .subscribe form:after {
  clear: both;
}

.subscribe-popup .subscribe input {
  color: white;
  background: transparent;
  border: none;
  width: 100%;
  float: left;
  height: 28px;
  line-height: 31px;
  font-size: 1.1em;
  box-shadow: none;
}

.subscribe-popup .subscribe button {
  float: right;
  margin: 0 -100px 0 0;
  background: transparent;
  border: none;
  padding: 5px 0 5px 5px;
  color: white;
}

.subscribe-popup .subscribe.loading button {
  background: url("../images/loading-white.gif") no-repeat center;
}

.subscribe-popup .subscribe.loading button span {
  visibility: hidden;
}

.subscribe-popup .subscribe.loaded .blurb {
  display: none;
}

.subscribe-popup .subscribe.loaded .thanks {
  display: inline-block;
}

@media only screen and (max-width: 850px) {
  .subscribe-popup .subscribe div {
    width: 75%;
  }
}

@media only screen and (max-width: 600px) {
  .subscribe-popup .subscribe {
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .subscribe-popup .subscribe header {
    padding: 35px 25px;
  }
  .subscribe-popup .subscribe .logo {
    width: 209px;
    padding: 0;
  }
  .subscribe-popup .subscribe p {
    margin: 1em 0 0 0;
    padding: 0;
    width: 100%;
  }
  .subscribe-popup .subscribe p:before, .subscribe-popup .subscribe p:after {
    content: none;
  }
  .subscribe-popup .subscribe form {
    border-bottom: none;
    padding: 0;
  }
  .subscribe-popup .subscribe form span {
    padding: 27px 25px;
    display: block;
  }
  .subscribe-popup .subscribe div {
    width: 100%;
    padding: 0;
  }
  .subscribe-popup .subscribe input {
    float: none;
    font-size: 1em;
    padding: 10px 0;
    border-bottom: 1px solid #666;
    height: 35px;
  }
  .subscribe-popup .subscribe button {
    width: 100%;
    background-color: black;
    margin: 0;
  }
}

.subscribe-popup .subscribe ::-webkit-input-placeholder {
  color: white;
}

.subscribe-popup .subscribe :-moz-placeholder {
  color: white;
}

.subscribe-popup .subscribe ::-moz-placeholder {
  color: white;
}

.subscribe-popup .subscribe :-ms-input-placeholder {
  color: white;
}

.subscribe-popup .subscribe {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -118px;
  margin-left: -492px;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  -ms-transition: -ms-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.subscribe-popup .subscribe:before {
  background: rgba(0, 0, 0, 0.2);
  content: '\2715';
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #eee;
  text-align: center;
  line-height: 50px;
  right: 50px;
  top: -80px;
  position: absolute;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .subscribe-popup .subscribe {
    left: auto;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

.long-form h1, .long-form p, .long-form ul, .long-form .article-header, .long-form .breadcrumb, .long-form .base, .long-form .standfirst, .long-form article > figure figcaption, .long-form article .wp-caption, .long-form article .body-text-with-image, .long-form article .pullout, .long-form article .credits, .long-form article .author-profiles, .long-form article .slideshow, .long-form article .embedded-video, .long-form .natural-language-form form {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1178px;
  width: 100%;
}

.long-form header {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.long-form header h1 {
  color: white;
  font-size: 80px;
  padding-top: 38.6%;
}

@media only screen and (max-width: 500px) {
  .long-form header h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 400px) {
  .long-form header h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1178px) {
  .long-form header h1 {
    padding-top: 669px;
  }
}

.long-form header .article-header {
  max-width: 1148px;
  border-bottom: 0;
  border-top: 1px solid #ffffff;
  padding-top: 18px;
  padding-bottom: 24.3%;
}

@media only screen and (min-width: 1178px) {
  .long-form header .article-header {
    padding-bottom: 299px;
  }
}

@media only screen and (max-width: 480px) {
  .long-form header .article-header {
    padding-top: 9px;
  }
}

.long-form header .article-header .date, .long-form header .article-header .category {
  color: white;
  font-size: 18px;
}

@media only screen and (max-width: 940px) {
  .long-form header .article-header .date, .long-form header .article-header .category {
    font-size: 16px;
  }
}

@media only screen and (max-width: 660px) {
  .long-form header .article-header .date, .long-form header .article-header .category {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .long-form header .article-header .date, .long-form header .article-header .category {
    font-size: 10px;
    float: none;
  }
}

.long-form article h3 {
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1.25;
}

@media only screen and (max-width: 500px) {
  .long-form article h3 {
    font-size: 35px;
  }
}

.long-form article .standfirst {
  margin-bottom: 53px;
}

.long-form article .standfirst, .long-form article p {
  padding-right: 309px;
}

@media only screen and (max-width: 940px) {
  .long-form article .standfirst, .long-form article p {
    padding-right: 15px;
  }
}

.long-form article p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.long-form article p img {
  float: right;
  margin-left: 48px;
  margin-right: -309px;
  margin-bottom: 35px;
  margin-top: 35px;
}

@media only screen and (max-width: 940px) {
  .long-form article p img {
    float: none;
    margin: 35px 35px 35px 0;
  }
}

.long-form article > figure {
  margin: 0;
  position: relative;
  width: 100%;
  margin-bottom: 55px;
}

.long-form article > figure figcaption {
  margin: auto;
  position: absolute;
  color: white;
  font-size: 80px;
  line-height: 1;
  font-family: "caslonlt-black", Georgia, Times New Roman, Times, serif;
  left: 0;
  right: 0;
  top: auto;
  bottom: 15.3%;
  padding-right: 309px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 1500px) {
  .long-form article > figure figcaption {
    font-size: 60px;
  }
}

@media only screen and (max-width: 940px) {
  .long-form article > figure figcaption {
    padding-right: 15px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .long-form article > figure figcaption {
    font-size: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .long-form article > figure figcaption {
    font-size: 23px;
  }
}

.long-form article > figure figcaption:before {
  content: '\201C';
  margin-right: -0.2em;
}

.long-form article > figure figcaption:after {
  content: '\201D';
  margin-left: -0.2em;
}

.long-form article > figure img {
  width: 100%;
}

.long-form article .wp-caption {
  width: auto !important;
  position: relative;
  z-index: 1;
}

.long-form article .wp-caption div {
  padding: 0;
}

.long-form article .wp-caption img {
  float: right;
  margin-left: 48px;
  margin-bottom: 35px;
  margin-top: 35px;
  position: relative;
}

@media only screen and (max-width: 940px) {
  .long-form article .wp-caption img {
    float: none;
    margin: 35px auto;
  }
}

.long-form article .wp-caption .wp-caption-text {
  float: right;
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  width: 586px;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (max-width: 940px) {
  .long-form article .wp-caption .wp-caption-text {
    float: none;
    width: 100%;
  }
}

.long-form article .body-text-with-image p {
  margin-left: 0;
}

.long-form article .body-text-with-image img {
  float: right;
}

.long-form article .pullout {
  clear: both;
}

@media only screen and (max-width: 500px) {
  .long-form article .pullout {
    overflow: hidden;
  }
}

.long-form article .pullout .quote-graphic,
.long-form article .pullout .remark {
  float: right;
  margin-right: 3.84%;
  max-width: 200px;
}

@media only screen and (max-width: 940px) {
  .long-form article .pullout .quote-graphic,
  .long-form article .pullout .remark {
    margin: 3.84%;
  }
}

@media only screen and (max-width: 940px) {
  .long-form article .pullout .quote-graphic,
  .long-form article .pullout .remark {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1750px) {
  .long-form article .pullout .quote-graphic,
  .long-form article .pullout .remark {
    margin-right: 44px;
  }
}

.long-form article .pullout p {
  padding: 0;
}

.long-form article .credits > div {
  float: right;
  margin-bottom: 100px;
  max-width: 259px;
  width: 100%;
}

@media only screen and (max-width: 780px) {
  .long-form article .credits > div {
    float: none;
    margin-bottom: 45px;
    width: 100%;
  }
}

.long-form article .credits p {
  margin-bottom: 0;
  padding-right: 15px;
  color: black;
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
}

@media only screen and (max-width: 780px) {
  .long-form article .credits p {
    padding: 0;
  }
}

@media only screen and (max-width: 780px) {
  .long-form article .author-profiles {
    display: none;
  }
}

.long-form article .author-profiles figure {
  float: right;
  max-width: 203px;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
}

.long-form article .author-profiles figure img {
  margin-bottom: 20px;
}

.long-form article .author-profiles figure figcaption {
  color: #818383;
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  position: relative;
  top: auto;
  bottom: auto;
}

.long-form article .slideshow {
  position: relative;
  padding-right: 309px;
}

@media only screen and (max-width: 940px) {
  .long-form article .slideshow {
    padding-right: 15px;
    margin-bottom: 90px;
  }
}

.long-form article .slideshow .pagination {
  padding-left: 15px;
  padding-right: 309px;
}

@media only screen and (max-width: 940px) {
  .long-form article .slideshow .pagination {
    padding-right: 15px;
  }
}

.long-form article .slideshow .slide-captions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  max-width: 259px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 940px) {
  .long-form article .slideshow .slide-captions {
    bottom: auto;
    left: 0;
    right: 0;
    top: 107%;
    max-width: 100%;
  }
}

.long-form article .slideshow .slide-captions li {
  display: none;
  list-style: none;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  min-width: 259px;
}

.long-form article .slideshow .slide-captions li span {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.long-form article .slideshow .slide-captions li.selected {
  display: list-item;
}

.long-form article .embedded-video {
  padding-right: 309px;
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (max-width: 940px) {
  .long-form article .embedded-video {
    padding-right: 15px;
  }
}

.long-form article .embedded-video .overlay {
  position: absolute;
  background-clip: content-box;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 309px;
  padding-left: 15px;
}

@media only screen and (max-width: 940px) {
  .long-form article .embedded-video .overlay {
    padding-right: 15px;
  }
}

.long-form article .embedded-video .overlay:before {
  content: '';
  position: absolute;
  width: calc(100% - 294px);
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/play-button.png) center center no-repeat;
  background-size: 22.5%;
}

@media only screen and (max-width: 940px) {
  .long-form article .embedded-video .overlay:before {
    width: 100%;
  }
}

.long-form article .embedded-video iframe {
  visibility: hidden;
  transition: visibility 0.3s ease;
}

.long-form article .embedded-video.show-video iframe {
  visibility: visible;
}

.long-form .natural-language-form {
  background: #d7eaf7;
  text-align: center;
  margin: 65px 0;
  padding: 40px 0;
}

.long-form .natural-language-form > p {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-right: 15px;
}

.long-form .natural-language-form form {
  font-family: "chaparralpro-lightit", Georgia, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 40px;
  line-height: 1.25;
  /* icons for some elements */
}

@media only screen and (max-width: 500px) {
  .long-form .natural-language-form form {
    font-size: 35px;
  }
}

.long-form .natural-language-form form input,
.long-form .natural-language-form form select,
.long-form .natural-language-form form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.long-form .natural-language-form form button {
  font-weight: bold;
  margin: 40px 0 20px;
}

.long-form .natural-language-form form input:focus {
  outline: none;
}

.long-form .natural-language-form form .nl-field {
  display: inline-block;
  position: relative;
}

.long-form .natural-language-form form .nl-field.nl-field-open {
  z-index: 10000;
}

.long-form .natural-language-form form .nl-field-toggle,
.long-form .natural-language-form form input,
.long-form .natural-language-form form select {
  line-height: inherit;
  display: inline-block;
  color: black;
  cursor: pointer;
  font-weight: bold;
}

.long-form .natural-language-form form .nl-field-toggle {
  border-bottom: 2px solid black;
  line-height: 1;
}

.long-form .natural-language-form form .nl-field ul {
  position: absolute;
  visibility: hidden;
  background: white;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -ms-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  list-style: none;
  line-height: 1;
  width: auto;
}

.long-form .natural-language-form form .nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  padding: 0;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: auto;
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .long-form .natural-language-form form .nl-field.nl-field-open ul {
    left: 50% !important;
    top: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 300px;
    position: fixed;
    white-space: normal;
    padding: 10px 0;
  }
}

.long-form .natural-language-form form .nl-field.nl-field-open.nl-dd ul li {
  background-color: white;
  color: black;
  cursor: pointer;
  line-height: 1.5;
  padding: 0 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media only screen and (max-width: 900px) {
  .long-form .natural-language-form form .nl-field.nl-field-open.nl-dd ul li {
    padding: 5px 15px;
    line-height: 1;
  }
}

.long-form .natural-language-form form .nl-field.nl-field-open.nl-dd ul li:hover {
  color: white;
  background-color: black;
}

.long-form .natural-language-form form .nl-dd ul li.nl-dd-checked:before,
.long-form .natural-language-form form .nl-submit:before,
.long-form .natural-language-form form .nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.long-form .natural-language-form form .nl-ti-text ul {
  min-width: 9em;
}

.long-form .natural-language-form form .nl-ti-text ul li {
  padding-right: 2.2em;
}

.long-form .natural-language-form form .nl-ti-text ul button {
  width: 2.2em;
  float: right;
  margin-right: -2.2em;
}

.long-form .natural-language-form form .nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 1em 0.2em 0.5em;
  border-bottom: none;
  color: black;
  float: left;
}

.long-form .natural-language-form form .nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent;
}

.long-form .natural-language-form form .nl-field-go {
  color: white;
  background: black;
  margin: 0;
  padding: 0.3em 0.5em;
}

.long-form .natural-language-form form .nl-field.nl-ti-text.nl-field-open ul {
  padding: 0;
}

.long-form .natural-language-form form .nl-field.nl-ti-text.nl-field-open .nl-ti-example {
  padding: 0;
}

.long-form .natural-language-form form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.long-form .natural-language-form form input:active::-webkit-input-placeholder,
.long-form .natural-language-form form input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.long-form .natural-language-form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.long-form .natural-language-form form input:active::-moz-placeholder,
.long-form .natural-language-form form input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.long-form .natural-language-form form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.long-form .natural-language-form form input:active::-ms-input-placeholder,
.long-form .natural-language-form form input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.long-form .natural-language-form form .nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

.long-form .natural-language-form form .nl-ti-text ul li.nl-ti-example em {
  color: #fff;
}

.long-form .natural-language-form form .nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

.long-form .natural-language-form form .nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.long-form .natural-language-form form .success {
  font-family: "gothamhtf-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  padding-right: 15px;
  display: none;
}

.long-form .natural-language-form form .success.visible {
  display: block;
}
