@import 'https://ss0.4sqi.net/fonts/ll_brown/stylesheet.css';@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700';@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700';/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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"], /* 1 */
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;
}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.saveButton.saveToListAction .buttonLeft,.doubleShareButton .buttonLeft,.saveButton.saveToListAction.active .buttonLeft,a.saveButton.saveToListAction .buttonLeft,a.saveButton.saveToListAction.active .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft{background:#efeff4;border-bottom:1px solid rgba(0,0,0,0.05);border-left:1px solid rgba(0,0,0,0.05);border-right:none;border-top:1px solid rgba(0,0,0,0.05);padding:0;position:relative;width:26px}.saveButton.saveToListAction .buttonLeft:after,.doubleShareButton .buttonLeft:after,.saveButton.saveToListAction.active .buttonLeft:after,a.saveButton.saveToListAction .buttonLeft:after,a.saveButton.saveToListAction.active .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:after{background-image:url('/img/actions/action-sprite-7da17202e6d061541f04fc297449fde2.png');background-position:-9px -8px;content:'';display:block;height:17px;left:10px;position:absolute;top:6px;width:18px}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.saveButton.saveToListAction .buttonLeft:after,.doubleShareButton .buttonLeft:after,.saveButton.saveToListAction.active .buttonLeft:after,a.saveButton.saveToListAction .buttonLeft:after,a.saveButton.saveToListAction.active .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:after{background-image:url("/img/actions/action-sprite@2x-485e20b4d3956f8751f1d2b11aa11ea6.png");background-size:256px 128px}}.saveButton.saveToListAction .buttonLeft img,.doubleShareButton .buttonLeft img,.saveButton.saveToListAction.active .buttonLeft img,a.saveButton.saveToListAction .buttonLeft img,a.saveButton.saveToListAction.active .buttonLeft img,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft img,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft img{display:none}.saveButton.saveToListAction .buttonRight,.doubleShareButton .buttonRight,.saveButton.saveToListAction.active .buttonRight,a.saveButton.saveToListAction .buttonRight,a.saveButton.saveToListAction.active .buttonRight,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonRight,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonRight,.saveButton.saveToListAction:hover .buttonRight,.doubleShareButton:hover .buttonRight,.saveButton.saveToListAction.active:hover .buttonRight,a.saveButton.saveToListAction:hover .buttonRight,a.saveButton.saveToListAction.active:hover .buttonRight,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonRight,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonRight,.saveButton.saveToListAction:active .buttonRight,.doubleShareButton:active .buttonRight,.saveButton.saveToListAction.active:active .buttonRight,a.saveButton.saveToListAction:active .buttonRight,a.saveButton.saveToListAction.active:active .buttonRight,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonRight,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonRight,.saveButton.saveToListAction .buttonRight:hover,.doubleShareButton .buttonRight:hover,.saveButton.saveToListAction.active .buttonRight:hover,a.saveButton.saveToListAction .buttonRight:hover,a.saveButton.saveToListAction.active .buttonRight:hover,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonRight:hover,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonRight:hover,.saveButton.saveToListAction .buttonRight:active,.doubleShareButton .buttonRight:active,.saveButton.saveToListAction.active .buttonRight:active,a.saveButton.saveToListAction .buttonRight:active,a.saveButton.saveToListAction.active .buttonRight:active,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonRight:active,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonRight:active{border-bottom:1px solid rgba(0,0,0,0.05);border-left:none;border-right:1px solid rgba(0,0,0,0.05);border-top:1px solid rgba(0,0,0,0.05);padding:0 10px 0 5px}.saveButton.saveToListAction .buttonLeft,.doubleShareButton .buttonLeft,.saveButton.saveToListAction.active .buttonLeft,a.saveButton.saveToListAction .buttonLeft,a.saveButton.saveToListAction.active .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft,.saveButton.saveToListAction:hover .buttonLeft,.doubleShareButton:hover .buttonLeft,.saveButton.saveToListAction.active:hover .buttonLeft,a.saveButton.saveToListAction:hover .buttonLeft,a.saveButton.saveToListAction.active:hover .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft,.saveButton.saveToListAction:active .buttonLeft,.doubleShareButton:active .buttonLeft,.saveButton.saveToListAction.active:active .buttonLeft,a.saveButton.saveToListAction:active .buttonLeft,a.saveButton.saveToListAction.active:active .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft,.saveButton.saveToListAction .buttonLeft:hover,.doubleShareButton .buttonLeft:hover,.saveButton.saveToListAction.active .buttonLeft:hover,a.saveButton.saveToListAction .buttonLeft:hover,a.saveButton.saveToListAction.active .buttonLeft:hover,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:hover,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:hover,.saveButton.saveToListAction .buttonLeft:active,.doubleShareButton .buttonLeft:active,.saveButton.saveToListAction.active .buttonLeft:active,a.saveButton.saveToListAction .buttonLeft:active,a.saveButton.saveToListAction.active .buttonLeft:active,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:active,#container .listDetail .contents .inner .main .listing .actions .saveButton .buttonLeft:active{padding-right:0}.saveButton.saveToListAction:hover .buttonLeft,.doubleShareButton:hover .buttonLeft,.saveButton.saveToListAction.active:hover .buttonLeft,a.saveButton.saveToListAction:hover .buttonLeft,a.saveButton.saveToListAction.active:hover .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft,.saveButton.saveToListAction:active .buttonLeft,.doubleShareButton:active .buttonLeft,.saveButton.saveToListAction.active:active .buttonLeft,a.saveButton.saveToListAction:active .buttonLeft,a.saveButton.saveToListAction.active:active .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft{background:#e3e3e8;border:1px solid rgba(0,0,0,0);text-decoration:none}.saveButton.saveToListAction:hover .buttonLeft:after,.doubleShareButton:hover .buttonLeft:after,.saveButton.saveToListAction.active:hover .buttonLeft:after,a.saveButton.saveToListAction:hover .buttonLeft:after,a.saveButton.saveToListAction.active:hover .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:after,.saveButton.saveToListAction:active .buttonLeft:after,.doubleShareButton:active .buttonLeft:after,.saveButton.saveToListAction.active:active .buttonLeft:after,a.saveButton.saveToListAction:active .buttonLeft:after,a.saveButton.saveToListAction.active:active .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:after{background-position:-9px -40px}.saveButton.saveToListAction:hover .buttonLeft:hover,.doubleShareButton:hover .buttonLeft:hover,.saveButton.saveToListAction.active:hover .buttonLeft:hover,a.saveButton.saveToListAction:hover .buttonLeft:hover,a.saveButton.saveToListAction.active:hover .buttonLeft:hover,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:hover,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:hover,.saveButton.saveToListAction:active .buttonLeft:hover,.doubleShareButton:active .buttonLeft:hover,.saveButton.saveToListAction.active:active .buttonLeft:hover,a.saveButton.saveToListAction:active .buttonLeft:hover,a.saveButton.saveToListAction.active:active .buttonLeft:hover,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:hover,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:hover,.saveButton.saveToListAction:hover .buttonLeft:active,.doubleShareButton:hover .buttonLeft:active,.saveButton.saveToListAction.active:hover .buttonLeft:active,a.saveButton.saveToListAction:hover .buttonLeft:active,a.saveButton.saveToListAction.active:hover .buttonLeft:active,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:active,#container .listDetail .contents .inner .main .listing .actions .saveButton:hover .buttonLeft:active,.saveButton.saveToListAction:active .buttonLeft:active,.doubleShareButton:active .buttonLeft:active,.saveButton.saveToListAction.active:active .buttonLeft:active,a.saveButton.saveToListAction:active .buttonLeft:active,a.saveButton.saveToListAction.active:active .buttonLeft:active,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:active,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft:active{background:#e3e3e8;border:1px solid rgba(0,0,0,0);text-decoration:none}.saveButton.saveToListAction:active .buttonLeft,.doubleShareButton:active .buttonLeft,.saveButton.saveToListAction.active:active .buttonLeft,a.saveButton.saveToListAction:active .buttonLeft,a.saveButton.saveToListAction.active:active .buttonLeft,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonLeft,.saveButton.saveToListAction:active .buttonRight,.doubleShareButton:active .buttonRight,.saveButton.saveToListAction.active:active .buttonRight,a.saveButton.saveToListAction:active .buttonRight,a.saveButton.saveToListAction.active:active .buttonRight,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton:active .buttonRight,#container .listDetail .contents .inner .main .listing .actions .saveButton:active .buttonRight{background:#d7d7dc}.saveButton.saveToListAction.active .buttonLeft:after,.doubleShareButton.active .buttonLeft:after,.saveButton.saveToListAction.active.active .buttonLeft:after,a.saveButton.saveToListAction.active .buttonLeft:after,a.saveButton.saveToListAction.active.active .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton.active .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton.active .buttonLeft:after{background-position:-9px -72px}.saveButton.saveToListAction.doubleShareButton .buttonLeft:after,.doubleShareButton.doubleShareButton .buttonLeft:after,.saveButton.saveToListAction.active.doubleShareButton .buttonLeft:after,a.saveButton.saveToListAction.doubleShareButton .buttonLeft:after,a.saveButton.saveToListAction.active.doubleShareButton .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton.doubleShareButton .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton.doubleShareButton .buttonLeft:after{background-position:-105px -8px}.saveButton.saveToListAction.doubleShareButton:hover .buttonLeft:after,.doubleShareButton.doubleShareButton:hover .buttonLeft:after,.saveButton.saveToListAction.active.doubleShareButton:hover .buttonLeft:after,a.saveButton.saveToListAction.doubleShareButton:hover .buttonLeft:after,a.saveButton.saveToListAction.active.doubleShareButton:hover .buttonLeft:after,#container .localQueryDetail .contents .inner .main .listing .actions .saveButton.doubleShareButton:hover .buttonLeft:after,#container .listDetail .contents .inner .main .listing .actions .saveButton.doubleShareButton:hover .buttonLeft:after{background-position:-105px -40px}.simpleIconButton{font:normal 13px/140% "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;letter-spacing:0;-webkit-font-smoothing:antialiased;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none;text-shadow:none;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background:#efeff4;border:1px solid rgba(0,0,0,0.05);color:#4e595d;cursor:pointer;display:block;font-size:14px;font-weight:normal;height:30px;line-height:28px;text-align:center;text-transform:none;-webkit-appearance:none;padding:0 10px}.simpleIconButton:hover,.simpleIconButton:active{background:#e3e3e8;border:1px solid rgba(0,0,0,0);text-decoration:none;color:#4e595d}.simpleIconButton:active,.simpleIconButton.active{background:#d7d7dc}.simpleIconButton:disabled{background:#fcfcfd;cursor:default}.simpleIconButton .simpleIcon{display:inline-block;margin-right:5px;vertical-align:middle}.simpleIconButton .simpleButtonText{display:inline-block}.borderPulse{-webkit-animation-name:borderPulseFrames;-moz-animation-name:borderPulseFrames;-o-animation-name:borderPulseFrames;animation-name:borderPulseFrames;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;-moz-animation-duration:.3s;-ms-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-ms-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease;-moz-animation-timing-function:ease;-ms-animation-timing-function:ease;-o-animation-timing-function:ease;animation-timing-function:ease}.ctaButton{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;display:inline-block;color:#fff;cursor:pointer;font-weight:lighter;padding:15px 60px 15px 30px;transition:opacity .2s ease;width:150px}.ctaButton:before{background-color:#00113d;border-radius:6px;content:'';height:100%;left:0;position:absolute;top:0;transform:skew(-10deg);width:100%;z-index:-1}.ctaButton:after{content:'';background-image:linear-gradient(to left, #00e2dc, #2d5be3);border-radius:6px;height:100%;left:0;opacity:0;position:absolute;top:0;transform:skew(-10deg);transition:all .2s ease-in-out;width:100%;z-index:-1}.ctaButton:hover:after{background-position:99% 50%;opacity:1}.ctaButton:hover .ctaBtnIcon{background-position:-320px -352px;transform:translateX(9px)}.ctaBtnIcon{margin-top:-8px;position:absolute;right:22px;top:50%;transform:translateX(0);transition:transform .25s ease-in-out}@keyframes slide-up-fade-in{0%{opacity:0;transform:translate(0, 40px)}100%{opacity:1;transform:translate(0, 0)}}@keyframes slide-down-fade-in{0%{opacity:0;transform:translate(0, -40px)}100%{opacity:1;transform:translate(0, 0)}}@keyframes slide-down-fade-out{0%{opacity:1;transform:translate(0, 0)}100%{opacity:0;transform:translate(0, 40px)}}@keyframes slide-up-fade-out{0%{opacity:1;transform:translate(0, 0)}100%{opacity:0;transform:translate(0, -40px)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes curtainLeftImg{0%{transform:translate(100%, 0) translate3d(0, 0, 0)}100%{transform:translate3d(0)}}@keyframes curtainRightImg{0%{transform:translate(-100%, 0) translate3d(0, 0, 0)}100%{transform:translate3d(0)}}@keyframes curtainLeftText{0%{opacity:0;transform:skew(-20deg) translate(5%, 0)}100%{opacity:1;transform:translate(0) skew(0)}}@keyframes curtainRightText{0%{opacity:0;transform:skew(20deg) translate(-5%, 0)}100%{opacity:1;transform:translate(0) skew(0)}}@keyframes display-effect{0%{opacity:0;transform:matrix(1.15, 0, 0, 1.15, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.fixedContainer{font-family:'Brown-Pro-Regular','Montserrat','Helvetica Neue',Helvetica,Verdana,Arial,sans-serif;position:fixed;top:0;width:100%;z-index:1000000}.fs-DropdownHeader{background:#2d5be3;color:#fff;height:60px}@-webkit-keyframes fs-DropdownHeader__MenuDropUpAnimation{0%{margin-top:8px;opacity:.8}100%{margin-top:0;opacity:1}}@-moz-keyframes fs-DropdownHeader__MenuDropUpAnimation{0%{margin-top:8px;opacity:.8}100%{margin-top:0;opacity:1}}@keyframes fs-DropdownHeader__MenuDropUpAnimation{0%{margin-top:8px;opacity:.8}100%{margin-top:0;opacity:1}}.fs-DropdownHeader__wrapper{align-items:center;display:flex;height:100%;justify-content:left;margin:0 auto;padding:0 30px;max-width:800px}.fs-DropdownHeader__expander{flex-grow:1}.fs-DropdownHeader__menu{font-size:16px;position:relative}.fs-DropdownHeader__menu:focus{outline:0 none transparent}.fs-DropdownHeader__menu:hover>.fs-DropdownHeader__menuDropdown{display:block}.fs-DropdownHeader__menu:focus-within>.fs-DropdownHeader__menuDropdown{display:block}.fs-DropdownHeader__menu:hover>.fs-DropdownHeader__menuTrigger{background-color:rgba(0,0,0,0.1)}.fs-DropdownHeader__menu:focus-within>.fs-DropdownHeader__menuTrigger{background-color:rgba(0,0,0,0.1)}.fs-DropdownHeader__menu:last-child{margin-right:-20px}.fs-DropdownHeader__menuSection>*{padding-left:24px}.fs-DropdownHeader__a11yFocus:focus,.fs-DropdownHeader__a11yFocus:active{height:1px;outline:0 none transparent;width:1px}.fs-DropdownHeader__menuTrigger{background-color:rgba(0,0,0,0);cursor:default;height:60px;line-height:60px;padding:0 20px;transition:background-color .3s}.fs-DropdownHeader__menuTrigger>*{vertical-align:middle}.fs-DropdownHeader__menuTrigger .caret{fill:#fff;margin-left:8px;opacity:.5;position:relative;top:-1px;width:13px}.fs-DropdownHeader__menuDropdown{animation:fs-DropdownHeader__MenuDropUpAnimation ease-in-out .3s;display:none;left:-125px;margin-left:50%;position:absolute}.fs-DropdownHeader__menuDropdownContents{background:#fff;border-radius:3px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);margin-top:8px;padding:8px 0;width:250px}.fs-DropdownHeader__menuDropdownContents>*{color:#2d5be3;display:block;padding:14px 24px;text-decoration:none}.fs-DropdownHeader__menuDropdownContents>*:link,.fs-DropdownHeader__menuDropdownContents>*:visited,.fs-DropdownHeader__menuDropdownContents>*:active{color:#00113d}.fs-DropdownHeader__menuDropdownContents>*:hover,.fs-DropdownHeader__menuDropdownContents>*:active,.fs-DropdownHeader__menuDropdownContents>*:focus,.fs-DropdownHeader__menuDropdownContents>*:link:hover,.fs-DropdownHeader__menuDropdownContents>*:visited:hover,.fs-DropdownHeader__menuDropdownContents>*:active:hover{background-color:#00113d;color:#fff;outline:0 none transparent;text-decoration:none}.fs-DropdownHeader__menuDropdownContents>*.indent{padding-left:48px}.fs-DropdownHeader__menuDropdownContents:before{border:solid transparent 8px;border-bottom-color:#fff;content:'';left:121px;position:absolute;height:0;top:-8px}.fs-DropdownHeader__productlogo{margin-right:20px;vertical-align:middle;width:24px}.fs-DropdownHeader__cta{border:2px solid rgba(255,255,255,0.3);font-size:14px;margin-left:16px;padding:8px 15px;position:relative;top:2px;text-decoration:none}.fs-DropdownHeader__cta:hover,.fs-DropdownHeader__cta:focus{border:2px solid rgba(255,255,255,0.6);outline:0 none transparent;text-decoration:none}.fs-DropdownHeader__cta,.fs-DropdownHeader__cta:link,.fs-DropdownHeader__cta:visited,.fs-DropdownHeader__cta:active,.fs-DropdownHeader__cta:hover,.fs-DropdownHeader__cta:link:hover,.fs-DropdownHeader__cta:visited:hover,.fs-DropdownHeader__cta:active:hover{color:#fff;text-decoration:none}.fs-DropdownHeader__avatar{display:inline-flex}.fs-DropdownHeader__avatar>.avatar{border-radius:4px;height:32px;width:32px}.fs-DropdownHeader__logo{background:url('/img/chrome/logo_foursquare8-50f95c75a6ba64c854bb3c2acf24c96c.png') left center no-repeat;display:inline-block;height:40px;position:relative;text-indent:-9999px;top:2px;width:145px}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.fs-DropdownHeader__logo{background-image:url("/img/chrome/logo_foursquare8@2x-9c9af2d9e9c9ca88691ce0fa95b7bafa.png");background-size:145px auto}}.fs-DropdownHeader.fs-DropdownHeader__fullWidth .fs-DropdownHeader__wrapper{max-width:inherit}.fs-DropdownHeader.fs-DropdownHeader__invert{background-color:transparent;color:#00113d}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__wrapper .caret{fill:#00113d;opacity:1}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menu:hover>.fs-DropdownHeader__menuTrigger{background-color:#00113d;color:#fff}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menu:hover>.fs-DropdownHeader__menuTrigger .caret{fill:#fff}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents{border:solid 1px rgba(0,0,0,0.2);box-shadow:0 1px 2px 0 rgba(0,0,0,0.2)}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*{color:#00113d}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:link,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:visited,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:active{color:#00113d}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:active,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:focus,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:link:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:visited:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__menuDropdownContents>*:active:hover{background-color:#00113d;color:#fff}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta{border-color:#00113d}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:focus{font-weight:bold}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:link,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:visited,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:active,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:link:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:visited:hover,.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__cta:active:hover{color:#00113d}.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__logo{background:url('/img/chrome/logo_blue-42bc230e550d690e0273196486581675.png') left center no-repeat;background-size:145px;filter:brightness(.6)}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.fs-DropdownHeader.fs-DropdownHeader__invert .fs-DropdownHeader__logo{background-image:url("/img/chrome/logo_blue-42bc230e550d690e0273196486581675.png");background-size:145px auto}}.fs-DropdownHeader.fs-DropdownHeader__invert .foursquare-nav-button .hammy-divider,.fs-DropdownHeader.fs-DropdownHeader__invert .foursquare-nav-button .hammy>*{background-color:#00113d}@media (max-width:767px){.fs-DropdownHeader{height:80px}.fs-DropdownHeader__menu,.fs-DropdownHeader__cta{display:none}}.foursquare-nav-button *,.foursquare-nav-modal *{font-family:'Brown-Pro-Regular','Montserrat','Helvetica Neue',Helvetica,Verdana,Arial,sans-serif}.fs-SecondaryNav{font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.4;letter-spacing:.4px;background-color:#eff4fa;height:40px;position:fixed;width:100%;z-index:-1}.fs-SecondaryNav__breadcrumbs{margin-left:30px;position:relative;top:50%;transform:perspective(1px) translateY(-50%)}@media (max-width:767px){.fs-SecondaryNav__breadcrumbs{margin-left:20px}}.fs-SecondaryNav__crumb{text-transform:capitalize}.fs-SecondaryNav__crumb:link,.fs-SecondaryNav__crumb:visited,.fs-SecondaryNav__crumb:hover,.fs-SecondaryNav__crumb:active{text-decoration:none}.fs-SecondaryNav__crumb--home{margin-right:6px;color:#b7bbc7}.fs-SecondaryNav__crumb--home:hover{color:#5f6472;text-decoration:underline}.fs-SecondaryNav__crumb--page{margin-left:6px;color:#5f6472}.footer{background-color:#00113d;box-sizing:border-box;max-width:1600px;margin:80px;width:100%}@media (max-width:910px){.footer{padding:40px;width:100%}}.footer__image-container{margin:auto;padding-bottom:24px;width:100%}.footer__image-container img{width:164px}.footer__container{color:#fff;display:flex;flex-flow:row wrap;justify-content:space-between;margin:auto;width:100%}.footer__newsletter{flex:0 1 25%}@media (max-width:1115px){.footer__newsletter{flex:0 1 100%;margin-bottom:2vh}}.footer__newsletter-msg{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;margin-bottom:20px}.footer__newsletter-form{width:100%;display:inline-block;margin-bottom:20px}.footer__newsletter-label{display:block;font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px}.footer__newsletter-input{outline:none;background:none;caret-color:#f9ca48;width:100%;color:#fff;padding-bottom:4px;margin:10px 0;border:none;font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;border-bottom:1px solid #f0f3fa}.footer__newsletter-input:hover,.footer__newsletter-input:active,.footer__newsletter-input:focus{border-bottom:1px solid #f9ca48}.footer__newsletter-submit{border:1px solid rgba(255,255,255,0.4);border-radius:3px;cursor:pointer;height:36px;text-align:center;width:-moz-max-content;width:max-content;margin-top:24px}.footer__newsletter-submit:hover{border-color:#fff}.footer__newsletter-submit *{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#fff;line-height:36px;padding:0 32px;text-decoration:none;text-transform:uppercase}.footer__column-title{text-transform:uppercase;color:#f9ca48;margin-bottom:20px}@media (max-width:910px){.footer__column-title{width:100%;cursor:pointer}}.footer__copyright{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;flex:0 1 100%;margin-top:2.5em;max-width:1180px;width:100%}.footer__table{flex:0 1 65%;display:flex;flex-flow:row wrap;justify-content:space-between;width:100%}@media (max-width:1115px){.footer__table{flex:0 1 100%}}.footer__column{flex:0 1 25%;position:relative}@media (max-width:975px){.footer__column{flex:0 1 50%;margin-bottom:60px}}@media (max-width:910px){.footer__column{flex:0 1 100%;margin-bottom:4vh}}.footer__column hr{display:none}@media (max-width:910px){.footer__column hr{display:block;border:none;border-top:1px solid #f9ca48}}.footer__list-toggle{display:none}@media (max-width:910px){.footer__list-toggle{display:block;cursor:pointer;width:100%;position:absolute;opacity:0;z-index:1}}.footer__list-toggle:checked~.footer__list{max-height:500px}.footer__list-toggle:checked~.footer__column-title .footer__column-icon{transform:rotate(-180deg)}.footer__column-icon{display:none}@media (max-width:910px){.footer__column-icon{display:block;float:right;display:inline-block;-webkit-transition:all .7s;-o-transition:all .7s;transition:all .7s}}.footer__list{padding:0;margin:0}@media (max-width:910px){.footer__list{overflow:hidden;max-height:0;transition:max-height .7s;margin-top:20px;margin-bottom:20px;padding-left:30px}}.footer__item{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;list-style:none;text-transform:capitalize;margin-top:20px}@media (max-width:910px){.footer__item{margin-bottom:20px}}.footer__item-link{color:#fff;text-decoration:none;transition:color .3s ease-out;cursor:pointer}.footer__item-link:hover{color:#f9ca48}.footer button{background:none;border:none;cursor:pointer;outline:none}.caret.white path{fill:#fff}.caret.fsCorporateBlue{margin-left:15px}@media screen and (max-width:910px){.caret.fsCorporateBlue{margin-left:8px}}.caret.fsCorporateBlue path{fill:#0732a2}.caret.fsCorporateBlue svg{transform:translateY(12%)}@media screen and (max-width:910px){.caret.fsCorporateBlue svg{height:12px;width:12px}}.caret.yellow path{fill:#f9ca48}.caret.battlecardCaret{display:inline-block;margin-left:5px;transition:transform .4s}.caret.battlecardCaret path{fill:#0732a2}.caret.battlecardCaret svg{height:10px;width:10px;transform:rotate(-90deg)}body.contact-modal-opened{overflow:hidden}.letsTalkForm__modal{animation:slide-down-fade-in ease 1s;background-color:#00113d;height:100%;left:0;overflow:auto;position:fixed;right:0;top:40px;width:100%;z-index:20;-webkit-overflow-scrolling:touch}.letsTalkForm__close{color:#efeff4;cursor:pointer;float:right;font-size:28px;font-weight:bold;margin:60px}@media screen and (max-width:910px){.letsTalkForm__close{margin:80px 40px 0 0}}.letsTalkForm__close:hover,.letsTalkForm__close:focus{color:#fff;cursor:pointer;text-decoration:none}.hideForm{display:none}.showForm{display:block}.slide-up-fade-out{animation:slide-up-fade-out ease 1s}.slide-down-fade-in{animation:slide-down-fade-in ease 1.5s}.i-arrow-down-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 0}.i-arrow-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px 0}.i-arrow-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px 0}.i-arrow-down2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px 0}.i-arrow-down2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px 0}.i-arrow-left-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px 0}.i-arrow-left-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px 0}.i-arrow-left-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px 0}.i-arrow-left2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px 0}.i-arrow-left2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px 0}.i-arrow-right-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px 0}.i-arrow-right-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px 0}.i-arrow-right-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px 0}.i-arrow-right2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px 0}.i-arrow-right2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px 0}.i-arrow-up-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px 0}.i-arrow-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -32px}.i-arrow-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -32px}.i-arrow-up2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -32px}.i-arrow-up2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -32px}.i-audience-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -32px}.i-audience-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -32px}.i-audience-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -32px}.i-background-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -32px}.i-background-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -32px}.i-background-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -32px}.i-backward-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -32px}.i-button-pause-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -32px}.i-button-pause-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -32px}.i-button-pause-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -32px}.i-button-play-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -32px}.i-button-play-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -32px}.i-button-play-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -64px}.i-caret-down-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -64px}.i-caret-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -64px}.i-caret-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -64px}.i-caret-left-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -64px}.i-caret-left-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -64px}.i-caret-left-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -64px}.i-caret-right-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -64px}.i-caret-right-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -64px}.i-caret-right-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -64px}.i-caret-up-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -64px}.i-caret-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -64px}.i-caret-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -64px}.i-chart-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -64px}.i-chart-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -64px}.i-chart-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -64px}.i-chart2-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -96px}.i-chart2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -96px}.i-chart2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -96px}.i-close-x-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -96px}.i-close-x-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -96px}.i-compare-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -96px}.i-compare-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -96px}.i-compare-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -96px}.i-document-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -96px}.i-document-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -96px}.i-document-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -96px}.i-download-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -96px}.i-download-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -96px}.i-download-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -96px}.i-edit-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -96px}.i-edit-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -96px}.i-edit-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -128px}.i-error-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -128px}.i-error-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -128px}.i-error-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -128px}.i-expand-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -128px}.i-expand-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -128px}.i-expand-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -128px}.i-experiment-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -128px}.i-experiment-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -128px}.i-experiment-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -128px}.i-fast-b-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -128px}.i-fast-b-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -128px}.i-fast-b-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -128px}.i-fast-f-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -128px}.i-fast-f-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -128px}.i-fast-f-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -128px}.i-feedback-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -160px}.i-feedback-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -160px}.i-feedback-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -160px}.i-forward-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -160px}.i-hyperlink-external-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -160px}.i-hyperlink-external-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -160px}.i-hyperlink-external-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -160px}.i-info-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -160px}.i-info-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -160px}.i-info-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -160px}.i-kebab-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -160px}.i-kebab-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -160px}.i-list-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -160px}.i-list-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -160px}.i-list-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -160px}.i-map-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -160px}.i-map-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -192px}.i-map-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -192px}.i-meatball-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -192px}.i-meatball-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -192px}.i-minus-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -192px}.i-minus-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -192px}.i-overview-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -192px}.i-overview-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -192px}.i-overview-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -192px}.i-overview2-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -192px}.i-overview2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -192px}.i-overview2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -192px}.i-overview3-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -192px}.i-overview3-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -192px}.i-overview3-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -192px}.i-plus-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -192px}.i-plus-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -224px}.i-profile-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -224px}.i-profile-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -224px}.i-search-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -224px}.i-search-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -224px}.i-search-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -224px}.i-settings-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -224px}.i-settings-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -224px}.i-settings-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -224px}.i-snap-to-me-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -224px}.i-snap-to-me-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -224px}.i-snap-to-me-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -224px}.i-sort-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -224px}.i-sort-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -224px}.i-sort-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -224px}.i-sort-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -224px}.i-sort-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -256px}.i-sort-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -256px}.i-sort-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -256px}.i-uptick-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -256px}.i-view-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -256px}.i-view-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -256px}.i-view-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -256px}.i-lookalike-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -256px}.i-lookalike-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -256px}.i-lookalike-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -256px}.i-minus2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -256px}.i-minus2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -256px}.i-plus2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -256px}.i-plus2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -256px}.i-expand2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -256px}.i-expand2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -256px}.i-expand2-shrink-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -288px}.i-expand2-shrink-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -288px}.i-light-arrow-down-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -288px}.i-light-arrow-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -288px}.i-light-arrow-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -288px}.i-light-arrow-down2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -288px}.i-light-arrow-down2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -288px}.i-light-arrow-left-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -288px}.i-light-arrow-left-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -288px}.i-light-arrow-left-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -288px}.i-light-arrow-left2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -288px}.i-light-arrow-left2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -288px}.i-light-arrow-right-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -288px}.i-light-arrow-right-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -288px}.i-light-arrow-right-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -288px}.i-light-arrow-right2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -288px}.i-light-arrow-right2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -320px}.i-light-arrow-up-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -320px}.i-light-arrow-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -320px}.i-light-arrow-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -320px}.i-light-arrow-up2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -320px}.i-light-arrow-up2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -320px}.i-light-audience-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -320px}.i-light-audience-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -320px}.i-light-audience-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -320px}.i-light-background-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -320px}.i-light-background-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -320px}.i-light-background-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -320px}.i-light-backward-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -320px}.i-light-button-pause-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -320px}.i-light-button-pause-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -320px}.i-light-button-pause-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -320px}.i-light-button-play-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -352px}.i-light-button-play-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -352px}.i-light-button-play-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -352px}.i-light-caret-down-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -352px}.i-light-caret-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -352px}.i-light-caret-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -352px}.i-light-caret-left-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -352px}.i-light-caret-left-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -352px}.i-light-caret-left-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -352px}.i-light-caret-right-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -352px}.i-light-caret-right-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -352px}.i-light-caret-right-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -352px}.i-light-caret-up-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -352px}.i-light-caret-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -352px}.i-light-caret-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -352px}.i-light-chart-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -352px}.i-light-chart-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -384px}.i-light-chart-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -384px}.i-light-chart2-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -384px}.i-light-chart2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -384px}.i-light-chart2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -384px}.i-light-close-x-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -384px}.i-light-close-x-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -384px}.i-light-compare-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -384px}.i-light-compare-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -384px}.i-light-compare-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -384px}.i-light-document-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -384px}.i-light-document-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -384px}.i-light-document-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -384px}.i-light-download-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -384px}.i-light-download-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -384px}.i-light-download-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -384px}.i-light-edit-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -416px}.i-light-edit-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -416px}.i-light-edit-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -416px}.i-light-error-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -416px}.i-light-error-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -416px}.i-light-error-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -416px}.i-light-expand-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -416px}.i-light-expand-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -416px}.i-light-expand-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -416px}.i-light-experiment-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -416px}.i-light-experiment-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -416px}.i-light-experiment-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -416px}.i-light-fast-b-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -416px}.i-light-fast-b-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -416px}.i-light-fast-b-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -416px}.i-light-fast-f-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -416px}.i-light-fast-f-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -448px}.i-light-fast-fi-sort-regular-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -448px}.i-light-feedback-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -448px}.i-light-feedback-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -448px}.i-light-feedback-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -448px}.i-light-forward-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -448px}.i-light-hyperlink-external-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -448px}.i-light-hyperlink-external-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -448px}.i-light-hyperlink-external-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -448px}.i-light-info-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -448px}.i-light-info-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -448px}.i-light-info-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -448px}.i-light-kebab-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -448px}.i-light-kebab-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -448px}.i-light-list-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -448px}.i-light-list-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -448px}.i-light-list-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -480px}.i-light-map-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -480px}.i-light-map-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -480px}.i-light-map-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -480px}.i-light-meatball-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -480px}.i-light-meatball-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -480px}.i-light-minus-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -480px}.i-light-minus-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -480px}.i-light-overview-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -480px}.i-light-overview-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -480px}.i-light-overview-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -480px}.i-light-overview2-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -480px}.i-light-overview2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -480px}.i-light-overview2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -480px}.i-light-overview3-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -480px}.i-light-overview3-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -480px}.i-light-overview3-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -512px}.i-light-plus-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -512px}.i-light-plus-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -512px}.i-light-profile-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -512px}.i-light-profile-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -512px}.i-light-search-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -512px}.i-light-search-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -512px}.i-light-search-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -512px}.i-light-settings-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -512px}.i-light-settings-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -512px}.i-light-settings-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -512px}.i-light-snap-to-me-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -512px}.i-light-snap-to-me-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -512px}.i-light-snap-to-me-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -512px}.i-light-sort-down-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -512px}.i-light-sort-down-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -512px}.i-light-sort-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -544px}.i-light-sort-up-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -544px}.i-light-sort-up-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -544px}.i-light-sorti-sort-regular-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -544px}.i-light-sorti-sort-regular-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-128px -544px}.i-light-uptick{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-160px -544px}.i-light-view-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-192px -544px}.i-light-view-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-224px -544px}.i-light-view-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-256px -544px}.i-light-lookalike-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-288px -544px}.i-light-lookalike-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-320px -544px}.i-light-lookalike-click{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-352px -544px}.i-light-minus2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-384px -544px}.i-light-minus2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-416px -544px}.i-light-plus2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-448px -544px}.i-light-plus2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-480px -544px}.i-light-expand2-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:0 -576px}.i-light-expand2-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-32px -576px}.i-light-expand2-shrink-hover{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-64px -576px}.i-light-expand2-shrink-regular{display:inline-block;background-repeat:no-repeat;background-image:url(https://ss0.4sqi.net/fonts/foursquare_icons/20180712/sprite.svg);width:16px;height:16px;background-position:-96px -576px}.teamContainer{font-family:'Brown-Pro-Regular','Montserrat','Helvetica Neue',Helvetica,Verdana,Arial,sans-serif;color:#00113d;height:100%;margin:0 auto;max-width:1800px;padding:0;width:100%}.ourTeam{background-color:#fff;height:300px;position:relative;width:100%}@media screen and (min-width:768px){.ourTeam{height:300px}}.ourTeam__title{font-size:50px;left:30px;line-height:60px;position:absolute;top:130px;z-index:1}@media screen and (min-width:768px){.ourTeam__title{font-size:70px;top:145px}}@media screen and (min-width:992px){.ourTeam__title{left:60px}}.executive{background-image:linear-gradient(to right, transparent 50%, #00113d 50%);background-size:200% 100%;display:flex;height:500px;position:relative;transition:background-position 1s;-moz-transition:background-position 1s;-webkit-transition:background-position 1s;width:100%}@media screen and (min-width:768px){.executive{height:800px}}.executive__profile{height:100%;position:relative;width:100%}@media screen and (min-width:1200px){.executive__profile{width:40%}}.executive__image{display:block;height:400px;margin:100px auto 0 auto}@media screen and (min-width:768px){.executive__image{height:750px;margin:50px auto 0 auto}}.executive__info{bottom:0;color:#fff;position:absolute;text-align:center;width:100%;z-index:2}@media screen and (min-width:1200px){.executive__info{color:#000;display:block;padding-top:330px;position:inherit;width:60%}}.executive__name{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px;margin-bottom:15px}.executive__companyTitle{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;font-weight:lighter;margin-bottom:15px}@media screen and (min-width:768px){.executive__companyTitle{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px}}.executive__more{margin-bottom:15px;position:relative}.executive__buttonIcon{cursor:pointer;margin-right:10px;padding:5px 15px;position:relative;width:30px}.executive__buttonIcon:before{background-color:#00113d;border-radius:6px;content:'';height:100%;left:0;position:absolute;top:0;transform:skew(-10deg);width:100%;z-index:-1}.executive__readBio{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;cursor:pointer;text-transform:uppercase}.executive__bio{align-items:center;box-sizing:border-box;color:#fff;display:none;flex-direction:column;justify-content:center;overflow:auto;padding:0 15px;width:100%}@media screen and (min-width:768px){.executive__bio{padding:0 30px}}@media screen and (min-width:1200px){.executive__bio{padding:0 60px;width:60%}}.executive__bioText{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;font-weight:lighter;margin-bottom:15px}@media screen and (min-width:768px){.executive__bioText{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.board{display:block}@media screen and (min-width:992px){.board{display:flex;flex-wrap:wrap;width:100%}}.board__card{background-image:linear-gradient(to bottom, #778087, #9aa1a8);cursor:pointer;height:550px;position:relative;width:100%}@media screen and (min-width:768px){.board__card{height:800px;width:100%}}@media screen and (min-width:992px){.board__card{height:800px;width:50%}}@media screen and (min-width:1200px){.board__card{height:800px;width:33.33%}}.board__image{height:100%;object-fit:cover;object-position:50% 0;width:100%}@media screen and (min-width:768px){.board__image{object-position:0 0}}.board__overlay{background-color:rgba(0,17,61,0.839);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}@media screen and (min-width:768px){.board__overlay{height:800px}}.board__info{bottom:30px;left:15px;position:absolute;z-index:11}@media screen and (min-width:768px){.board__info{bottom:96px;left:30px}}.board__name{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#fff;margin-bottom:15px}@media screen and (min-width:768px){.board__name{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.board__title{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;color:#fff;font-weight:lighter;margin-bottom:15px}@media screen and (min-width:768px){.board__title{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.board__bio{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#fff;font-weight:lighter;padding:0 15px;position:absolute;top:120px;z-index:11}@media screen and (min-width:768px){.board__bio{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;padding:0 30px;top:250px}}@media screen and (min-width:992px){.board__bio{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;padding:0 30px;top:168px}}@media screen and (min-width:1200px){.board__bio{font-size:14px}}@media screen and (min-width:1500px){.board__bio{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.board__more{bottom:10px;left:calc(50% - 65px);position:absolute}@media screen and (min-width:1200px){.board__more{display:none}}.board__buttonIcon{cursor:pointer;margin-right:10px;padding:5px 15px;position:relative;width:30px}.board__buttonIcon:before{background-color:#0732a2;border-radius:6px;content:'';height:100%;left:0;position:absolute;top:0;transform:skew(-10deg);width:100%}@media screen and (min-width:1200px){.board__buttonIcon{display:none}}.board__back{bottom:-10px;left:calc(50% - 15px);position:absolute}@media screen and (min-width:1200px){.board__back{display:none}}.board__readBio{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;cursor:pointer;color:#fff;text-transform:uppercase}.joinTheTeam{height:240px;position:relative}.joinTheTeam__title{font-size:50px;left:30px;line-height:60px;position:absolute;top:15px;z-index:1}@media screen and (min-width:375px){.joinTheTeam__title{top:65px}}@media screen and (min-width:768px){.joinTheTeam__title{font-size:70px;top:65px}}@media screen and (min-width:992px){.joinTheTeam__title{left:60px}}.joinTheTeam__btnWrap{left:30px;position:absolute;top:140px;z-index:10}@media screen and (min-width:992px){.joinTheTeam__btnWrap{left:60px}}body{height:100%;margin:0}button{background:none;border:none;cursor:pointer;outline-color:transparent;outline-style:none}.slide-up-fade-in{animation:slide-up-fade-in 1s 0s both}.slide-up-fade-in-delay{animation:slide-up-fade-in 1s .3s both}.slide-up-fade-in-2{animation:slide-up-fade-in 1s .2s both;display:flex}.active-info{animation:active-info-xs .5s 0s both}@media screen and (min-width:768px){.active-info{animation:active-info-sm .5s 0s both}}@media screen and (min-width:992px){.active-info{animation:active-info-md .5s 0s both}}.fade-in{animation:fade-in 1s .5s both}.fade-in-bio{animation:fade-in .3s 0s both;display:inherit}.hidden{display:none}.icon{left:7px;position:absolute;top:5px}.activeBackground{background-position:100% 0}.desktopGradient{background-image:linear-gradient(to bottom, #778087, #9aa1a8);height:inherit;left:0;position:absolute;right:0;top:0;width:100%;z-index:-1}.mobileGradient{background-image:linear-gradient(to bottom, rgba(0,0,0,0), #000);bottom:0;height:60%;left:0;position:absolute;right:0;z-index:1}@media screen and (min-width:1200px){.mobileGradient{display:none}}.teamFooter{font-family:'Brown-Pro-Regular','Montserrat','Helvetica Neue',Helvetica,Verdana,Arial,sans-serif;align-items:center;background:#00113d;box-sizing:border-box;color:#4e595d;display:flex;flex-direction:column;justify-content:center}.teamFooter footer{padding:80px 30px;width:100%}@media screen and (min-width:992px){.teamFooter footer{padding:80px 60px}}@keyframes active-info-xs{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(0, -400px, 0)}}@keyframes active-info-sm{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(0, -500px, 0)}}@keyframes active-info-md{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(0, -550px, 0)}}
