@import 'https://ss0.4sqi.net/fonts/ll_brown/stylesheet.css';@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;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}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:#2d5be3;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:#2d5be3}.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:#2d5be3;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}.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)}.footer{background-color:#00113d;box-sizing:border-box;max-width:1600px;padding:80px 0;width:85%}@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-color:transparent;outline-style:none}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:0;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}.fs-Homepage{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}.fs-Homepage button{background:none;border:none;cursor:pointer;outline-color:transparent;outline-style:none}.heroModuleWrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.heroModule{color:#fff;display:flex;justify-content:space-between;max-width:1600px;padding:230px 0 150px 0;width:85%}@media screen and (max-width:910px){.heroModule{display:block;padding:80px 0 50px 0}}.heroModule__image{align-items:center;display:flex;height:250px;justify-content:center;margin-right:40px;width:20%}@media screen and (max-width:910px){.heroModule__image{width:100%;margin-bottom:24px}}.heroModule__image img{height:100%;object-fit:contain;width:100%}.heroModule__content{line-height:1.5;max-width:1100px;width:70%}@media screen and (max-width:1400px){.heroModule__content{width:90%}}@media screen and (max-width:320px){.heroModule__content{width:100%}}.heroModule__missionStatement{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px;max-width:650px}@media screen and (max-width:910px){.heroModule__missionStatement{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.heroModule__subHeading{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;max-width:750px;padding:40px 0}@media screen and (max-width:910px){.heroModule__subHeading{font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;font-size:16px;padding:20px 0}}.heroModule__border{border-bottom:2px solid #f9ca48;max-width:850px}@media screen and (max-width:910px){.heroModule__border{display:none}}.heroModule .fastlane{display:flex;justify-content:flex-start;line-height:1.5;margin:50px 0}@media screen and (max-width:910px){.heroModule .fastlane{display:none}}.heroModule .fastlane__object{align-items:center;color:#fff;display:flex;justify-content:space-evenly;max-width:260px;min-width:260px;padding:10px;text-align:left;transition:all .5s;width:30%}.heroModule .fastlane__object:hover{background-color:#0732a2}.heroModule .fastlane__object:hover .fastlane__caret{visibility:visible}.heroModule .fastlane__object:last-child{max-width:280px;min-width:280px}.heroModule .fastlane__object:last-child .fastlane__body{margin-right:10px}.heroModule .fastlane .fastlane__image{height:64px;margin-right:12px;min-width:64px;width:64px}.heroModule .fastlane .fastlane__image img{border-radius:50%;height:100%;width:100%}.heroModule .fastlane .fastlane__image button{height:100%;padding:0;width:100%}.heroModule .fastlane__title{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}.heroModule .fastlane__desc{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px}.heroModule .fastlane__caret{fill:#fff;visibility:hidden}.cityGuide{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;align-items:center;background:#fff;border-radius:2px;-webkit-box-shadow:0 0 13px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 13px 0 rgba(0,0,0,0.5);box-shadow:0 0 13px 0 rgba(0,0,0,0.5);color:#00113d;display:none;justify-content:flex-start;position:fixed;text-align:left;z-index:10}@media screen and (max-width:575px){.cityGuide{display:flex;bottom:0;height:110px;right:0;width:100%}}.cityGuide__close{cursor:pointer;display:block;font-size:20px;position:absolute;right:12px;top:12px}.cityGuide__image{margin-left:24px;margin-right:24px;width:35px}.cityGuide__image img{width:100%}.cityGuide__link{margin-right:24px}.cityGuide__checkItOut{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;cursor:pointer;text-transform:uppercase}.cityGuide__checkItOut a{color:#0732a2;text-decoration-color:rgba(7,50,162,0.4)}.cityGuide__checkItOut:hover a{text-decoration-color:#0732a2}.cityGuide__checkItOut:hover .caret{transform:translateX(4px)}.cityGuideTriangle{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;background:linear-gradient(to bottom right, rgba(0,17,61,0) 0, rgba(0,17,61,0) 50%, #fff 50%, #fff 100%);bottom:0;display:flex;flex-direction:column;justify-content:flex-end;height:200px;position:absolute;right:0;text-align:right;width:200px}@media screen and (max-width:1200px){.cityGuideTriangle{height:210px;width:210px}}@media screen and (max-width:910px){.cityGuideTriangle{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;height:140px;width:140px}}@media screen and (max-width:575px){.cityGuideTriangle{display:none}}.cityGuideTriangle__image{background:linear-gradient(to bottom right, rgba(0,17,61,0) 0, rgba(0,17,61,0) 50%, #e65778 50%, #e65778 100%);display:block;position:absolute;top:0;right:0;height:120px;width:120px}@media screen and (max-width:910px){.cityGuideTriangle__image{height:90px;width:90px}}.cityGuideTriangle__image img{width:20%;margin-right:12%;margin-top:50%}.cityGuideTriangle__link{color:#00113d;margin-bottom:6%;margin-left:auto;margin-right:12px;width:65%}.cityGuideTriangle__link a{border-bottom:solid 1px rgba(0,17,61,0.4);color:#00113d;text-decoration:none}.cityGuideTriangle__link a:hover{border-bottom:solid 2px #00113d}.credibilityModule{background-color:#0732a2;color:#fff;width:100%}.credibilityModule__body{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1600px;width:85%}@media screen and (max-width:910px){.credibilityModule__body{display:block}}.credibilityModule__headings{margin-right:36px;max-width:600px;line-height:1.25}.credibilityModule__heading{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px}@media screen and (max-width:910px){.credibilityModule__heading{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}@media screen and (max-width:910px){.credibilityModule__heading{margin:48px 0 24px 0;width:auto}}.credibilityModule__subheading{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;margin-top:30px}@media screen and (max-width:910px){.credibilityModule__subheading{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;margin-top:0}}.credibilityModule__customerContainer{display:flex;flex-wrap:wrap;max-width:600px;margin:80px 0}@media (max-width:910px){.credibilityModule__customerContainer{margin-left:auto;margin-right:auto;margin-top:48px}}.credibilityModule .customers-item{color:#00113d;display:block;font-size:0;outline:.5px solid #0732a2;position:relative;width:33%}.credibilityModule .customers-item__img-wrapper{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;width:100%}.credibilityModule .customers-item__img-wrapper:hover{background-color:transparent}.credibilityModule .customers-item__img-wrapper:hover .customers-item__logo{filter:contrast(100%)}.credibilityModule .customers-item__img-wrapper:hover .tooltipup{transform:translateY(-80%);transition:all .1s ease-in-out;visibility:visible}.credibilityModule .customers-item__img-wrapper:hover .tooltipdown{transform:translateY(120%);transition:all .1s ease-out;visibility:visible}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.credibilityModule .customers-item__img-wrapper{background-color:#959b9e}}.credibilityModule .customers-item__logo{box-sizing:border-box;filter:contrast(0);padding:28px 0;user-select:none;width:50%}.credibilityModule .customers-item__tooltip{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;background-color:#fff;border-radius:3px;bottom:0;box-shadow:0 15px 30px 0 rgba(0,17,61,0.3);min-height:152px;min-width:250px;overflow:hidden;position:absolute;text-align:center;text-decoration:none;visibility:hidden;z-index:999}.credibilityModule .customers-item__name{background-color:#00113d;color:#fff;line-height:2;text-align:center;text-transform:uppercase}.credibilityModule .customers-item__body{padding:12px}@media (max-width:910px){.credibilityModule .customers-item__logo{padding:20px 0;width:calc(100% - 10vw)}.credibilityModule .customers-item__img-wrapper{pointer-events:none}.credibilityModule .customers-item__tooltip{display:none}}@media (max-width:910px){.credibilityModule .hideInMobile{display:none}}.exploreModule{background:#fff;color:#00113d;width:100%}@media screen and (max-width:910px){.exploreModule{height:100vh}}.exploreModule .showAllButton{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#0732a2;margin-top:30px;visibility:hidden;width:100%}@media screen and (max-width:910px){.exploreModule .showAllButton{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;visibility:visible}}.exploreModule .productsPanel{box-sizing:border-box;margin:auto;max-width:1600px;overflow:hidden;padding:80px 0;position:relative;text-align:left;width:85%}@media screen and (max-width:910px){.exploreModule .productsPanel{height:80%;padding:24px 0;width:90%}}.exploreModule .productsPanel__customSelect{width:60%}@media screen and (max-width:910px){.exploreModule .productsPanel__customSelect{margin-bottom:12px;width:90%}}.exploreModule .productsPanel .selectbox{width:100%}.exploreModule .productsPanel__label{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;margin-bottom:20px}@media screen and (max-width:910px){.exploreModule .productsPanel__label{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.exploreModule .productsPanel__battlecards{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;padding-top:40px}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards{padding:0}}.exploreModule .productsPanel__battlecards .battlecard{align-items:center;display:flex;height:500px;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards .battlecard{flex-direction:column;height:auto;margin-bottom:0;width:100%}}.exploreModule .productsPanel__battlecards .battlecard__supportText{height:80%;min-width:250px;width:35%}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards .battlecard__supportText{height:auto;padding:24px 0;width:auto}}.exploreModule .productsPanel__battlecards .battlecard__highlight{display:flex;flex-flow:column;height:100%;justify-content:center;margin-right:24px;max-width:400px;font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards .battlecard__highlight{max-width:unset}}.exploreModule .productsPanel__battlecards .battlecard__header{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;margin-bottom:24px}.exploreModule .productsPanel__battlecards .battlecard__product{background:#f6f6f6;box-sizing:border-box;height:100%;margin-right:24px;max-height:496px;max-width:384px;width:35%}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards .battlecard__product{height:496px;margin:12px 0;width:100%}}.exploreModule .productsPanel__battlecards .battlecard__productImage{display:block;font-size:0;height:calc(40% - 32px);margin:32px auto 0 auto;text-align:center;width:100%}.exploreModule .productsPanel__battlecards .battlecard__productImage img{height:100%;object-fit:initial}@media screen and (max-width:1200px){.exploreModule .productsPanel__battlecards .battlecard__productImage{height:calc(35% - 32px)}}.exploreModule .productsPanel__battlecards .battlecard .expand{height:40%;margin:0}.exploreModule .productsPanel__battlecards .battlecard .expand img{object-fit:cover;width:100%}@media screen and (max-width:1200px){.exploreModule .productsPanel__battlecards .battlecard .expand{height:35%}}.exploreModule .productsPanel__battlecards .battlecard__content{box-sizing:border-box;display:flex;flex-flow:column;height:55%;justify-content:flex-start;padding:0 32px}@media screen and (max-width:1200px){.exploreModule .productsPanel__battlecards .battlecard__content{height:61%}}.exploreModule .productsPanel__battlecards .battlecard__productName{margin:24px 0 10px 0;text-transform:capitalize;font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px}.exploreModule .productsPanel__battlecards .battlecard__productDescription{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;text-overflow:ellipsis}.exploreModule .productsPanel__battlecards .battlecard__links{margin:auto 0 0 auto}.exploreModule .productsPanel__battlecards .battlecard__learnMore{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;cursor:pointer;text-transform:uppercase;margin:18px 0 0 auto;text-align:right}.exploreModule .productsPanel__battlecards .battlecard__learnMore a{color:#0732a2;text-decoration-color:rgba(7,50,162,0.4)}.exploreModule .productsPanel__battlecards .battlecard__learnMore:hover a{text-decoration-color:#0732a2}.exploreModule .productsPanel__battlecards .battlecard__learnMore:hover .caret{transform:translateX(4px)}@media screen and (max-width:1200px){.exploreModule .productsPanel__battlecards .battlecard__learnMore>a{display:inline-block;max-width:158px;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}}@media screen and (max-width:910px){.exploreModule .productsPanel__battlecards .battlecard__learnMore{margin:12px 0 0 auto}}.exploreModule .productsPanel__solution{height:100%}.exploreModule .productsPanel .showAllBackground{background-image:linear-gradient(to top, #fff, rgba(255,255,255,0));bottom:-5px;height:20%;position:absolute;visibility:hidden;width:100%}@media screen and (max-width:910px){.exploreModule .productsPanel .showAllBackground{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;visibility:visible}}.exploreModule .productsPanel .seeAllButtonLeft{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#0732a2}@media screen and (max-width:910px){.exploreModule .productsPanel .seeAllButtonLeft{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.exploreModule .productsPanel .select2-container--default .select2-selection--single{border:none;border-bottom:3px solid #0732a2;border-radius:0;height:60px;outline-color:transparent;outline-style:none}@media screen and (max-width:910px){.exploreModule .productsPanel .select2-container--default .select2-selection--single{height:50px}}.exploreModule .productsPanel .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px;height:100%;padding:0}@media screen and (max-width:910px){.exploreModule .productsPanel .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.exploreModule .productsPanel .select2-container--default .select2-selection--single .select2-selection__arrow b{background:url('/img/homepage2019/hpCaret-8153916d306b8dbfceaeda31fc9b7c77.svg') left center no-repeat;background-size:contain;border:none;height:20px;margin-left:-12px;margin-top:5px;transition:all .7s;width:20px}@media screen and (max-width:910px){.exploreModule .productsPanel .select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:-2px}}.exploreModule .productsPanel .select2-container--open b{transform:rotate(-180deg);transition:all .7s}.newsAndMediaPanel{color:#fff;margin-bottom:24px;max-width:1600px;width:85%}@media screen and (max-width:910px){.newsAndMediaPanel{padding:0}}.newsAndMediaPanel__header{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px;margin:60px 0}@media screen and (max-width:910px){.newsAndMediaPanel__header{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.newsAndMediaPanel__body{display:flex;flex-flow:row wrap;justify-content:space-between}.newsAndMediaPanel__body div:last-child{margin:0}@media screen and (max-width:1200px){.newsAndMediaPanel__body{justify-content:flex-start}}@media screen and (max-width:910px){.newsAndMediaPanel__body{width:100%;flex-direction:column;align-items:center}}.newsAndMediaPanel__box{width:360px;display:flex;flex-direction:column;height:520px;justify-content:flex-start;margin-bottom:24px;margin-right:10px}@media screen and (max-width:1400px){.newsAndMediaPanel__box{width:328px}}@media screen and (max-width:910px){.newsAndMediaPanel__box{height:auto;margin-bottom:40px;margin-right:0;max-width:384px;width:auto}}.newsAndMediaPanel__image{background:#c7cdcf;font-size:0;height:200px}@media screen and (max-width:910px){.newsAndMediaPanel__image{height:auto}}.newsAndMediaPanel__image img{height:100%;object-fit:cover;object-position:bottom;width:100%}.newsAndMediaPanel__label{background:#f9ca48;color:#000;margin:20px 0 10px 0;padding:4px 10px;width:max-content;width:-moz-max-content}.newsAndMediaPanel__title{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;margin-bottom:10px;padding-right:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:910px){.newsAndMediaPanel__title{display:initial;-webkit-box-orient:unset;-webkit-line-clamp:unset;overflow:inherit;text-overflow:unset}}.newsAndMediaPanel__description{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px;margin-bottom:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:910px){.newsAndMediaPanel__description{display:initial;-webkit-box-orient:unset;-webkit-line-clamp:unset;overflow:inherit;text-overflow:unset}}.newsAndMediaPanel__link{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:20px;text-transform:capitalize}.newsAndMediaPanel__link:hover{border-color:#fff}.newsAndMediaPanel__link *{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}.nextStepModule{height:450px;position:relative;width:100%}@media screen and (max-width:910px){.nextStepModule{height:100vh}}.nextStepModule__background{position:absolute;height:100%;width:50%}@media screen and (max-width:910px){.nextStepModule__background{height:50%;width:100%}}.nextStepModule__blueBG{background:#0732a2;left:0}@media screen and (max-width:910px){.nextStepModule__blueBG{top:0}}.nextStepModule__greyBG{background:#f0f3fa;right:0}@media screen and (max-width:910px){.nextStepModule__greyBG{bottom:0}}.nextStepModule__centerContent{align-items:center;display:flex;height:100%;justify-content:center;margin:auto;max-width:1600px;width:85%;z-index:1}@media screen and (max-width:910px){.nextStepModule__centerContent{flex-direction:column}}.nextStepModule__content{max-width:700px;position:relative;z-index:1}@media screen and (max-width:910px){.nextStepModule__content{display:flex;flex-direction:column;height:50%;justify-content:center;max-width:unset;width:100%}}.nextStepModule__left{color:#fff}.nextStepModule__right{color:#00113d;margin-left:20%}@media screen and (max-width:910px){.nextStepModule__right{margin-left:0}}.nextStepModule__message{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px;margin-bottom:20px}@media screen and (max-width:910px){.nextStepModule__message{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.nextStepModule__submessage{font-size:24px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;margin-bottom:40px}@media screen and (max-width:910px){.nextStepModule__submessage{font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:.6px}}.select2-container--default{font-family:'Brown-Pro-Regular','Montserrat','Helvetica Neue',Helvetica,Verdana,Arial,sans-serif}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0732a2}.select2-container--default .select2-results__option{font-size:40px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:.3px;padding:12px}@media screen and (max-width:910px){.select2-container--default .select2-results__option{font-size:32px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.25;letter-spacing:.2px}}.select2-container--default .select2-results .select2-results__options{max-height:500px}.select2-container--default .select2-results__option[aria-selected='true']{display:none}.select2-container--default .select2-dropdown{border:none;border-radius:0;box-shadow:0 1px 20px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 1px 20px 0 rgba(0,0,0,0.2)}.hide{display:none}.show{display:block}.slide-down-fade-out{animation:slide-down-fade-out ease 1s}.slide-up-fade-in{animation:slide-up-fade-in ease 1.5s}.fs-DropdownHeader__menuDropdownContents>*:link,.fs-DropdownHeader__menuDropdownContents>*:visited{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}.whiteButton{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}.whiteButton:hover{border-color:#fff}.whiteButton *{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}.blueButton{border:1px solid rgba(0,17,61,0.4);border-radius:3px;cursor:pointer;height:36px;text-align:center;width:-moz-max-content;width:max-content}.blueButton:hover{border-color:#00113d}.blueButton *{font-size:12px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:.3px;color:#00113d;line-height:36px;padding:0 32px;text-decoration:none;text-transform:uppercase}.scroll-with-offset-top{padding-top:70px}@media screen and (max-width:910px){.scroll-with-offset-top{padding-top:0}}.scroll-with-offset-bottom{margin-bottom:-70px}@media screen and (max-width:910px){.scroll-with-offset-bottom{margin-bottom:0}}.caret.battlecardCaret{margin-left:5px}.caret.battlecardCaret path{fill:#0732a2}.caret.battlecardCaret svg{height:10px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:10px}.caret.cityGuideCaret{display:inline-block;margin-left:5px;transition:transform .4s}.caret.cityGuideCaret path{fill:#0732a2}.caret.cityGuideCaret svg{height:10px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:12px}
