@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Open+Sans+Condensed:300,500,700|Merriweather:400,700);/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\E600";
}
.w-icon-slider-left:before {
  content: "\E601";
}
.w-icon-nav-menu:before {
  content: "\E602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\E603";
}
.w-icon-file-upload-remove:before {
  content: "\E900";
}
.w-icon-file-upload-icon:before {
  content: "\E903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  /* font-size: 14px; */
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (https://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../vendor/ui-icons_444444_256x240_a4c733ec.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../vendor/ui-icons_444444_256x240_a4c733ec.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(../vendor/ui-icons_555555_256x240_97136473.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(../vendor/ui-icons_ffffff_256x240_bf27228a.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(../vendor/ui-icons_777620_256x240_208a2901.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../vendor/ui-icons_cc0000_256x240_0de3b517.png);
}
.ui-button .ui-icon {
	background-image: url(../vendor/ui-icons_777777_256x240_73a1fd05.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(../vendor/fontawesome-webfont_674f50d2.eot);
  src: url(../vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(../vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(../vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(../vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

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

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .broker-embed .reveal.button,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&large-header=81.5625em&large-menu=70.4375em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

::-webkit-input-placeholder {
  color: #777;
}

:-ms-input-placeholder {
  color: #777;
}

::placeholder {
  color: #777;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

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

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

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

a {
  line-height: inherit;
  color: #2ca2d1;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #268bb4;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 2px solid #002d45;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #2d2d2d;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

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

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

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ff7b00;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #d96900;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small,
.broker-embed .button {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #2ca2d1;
  color: #0a0a0a;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #2382a7;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #fb8a2a;
  color: #0a0a0a;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #e66c04;
  color: #0a0a0a;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #ff7b00;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #2ca2d1;
  color: #0a0a0a;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #fb8a2a;
  color: #0a0a0a;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #803e00;
  color: #803e00;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}

.button.hollow.primary {
  border: 1px solid #2ca2d1;
  color: #2ca2d1;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #165169;
  color: #165169;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #2ca2d1;
  color: #2ca2d1;
}

.button.hollow.secondary {
  border: 1px solid #fb8a2a;
  color: #fb8a2a;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #904403;
  color: #904403;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #fb8a2a;
  color: #fb8a2a;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #803e00;
  color: #803e00;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #2ca2d1;
  color: #2ca2d1;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #165169;
  color: #165169;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #2ca2d1;
  color: #2ca2d1;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #fb8a2a;
  color: #fb8a2a;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #904403;
  color: #904403;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #fb8a2a;
  color: #fb8a2a;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #ff7b00;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #2ca2d1;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #fb8a2a;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button,
.broker-embed .button-group.button .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #2ca2d1;
  color: #0a0a0a;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #2382a7;
  color: #0a0a0a;
}

.button-group.secondary .button {
  background-color: #fb8a2a;
  color: #0a0a0a;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #e66c04;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small,
.broker-embed .close-button.button {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ca2d1;
  color: #fefefe;
}

.label.primary {
  background: #2ca2d1;
  color: #0a0a0a;
}

.label.secondary {
  background: #fb8a2a;
  color: #0a0a0a;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #2ca2d1;
}

.progress.secondary .progress-meter {
  background-color: #fb8a2a;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ca2d1;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2ca2d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #258ab2;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #2ca2d1;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small,
.broker-embed .switch.button {
  height: 1.75rem;
}

.switch.small .switch-paddle,
.broker-embed .switch.button .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after,
.broker-embed .switch.button .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after,
.broker-embed .switch.button input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #2d2d2d;
}

tfoot {
  background: #f1f1f1;
  color: #2d2d2d;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ca2d1;
  color: #fefefe;
}

.badge.primary {
  background: #2ca2d1;
  color: #0a0a0a;
}

.badge.secondary {
  background: #fb8a2a;
  color: #0a0a0a;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #2ca2d1;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #2d2d2d;
}

.callout > :first-child {
  margin-top: 0;
}

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

.callout.primary {
  background-color: #dff1f8;
  color: #2d2d2d;
}

.callout.secondary {
  background-color: #feeddf;
  color: #2d2d2d;
}

.callout.success {
  background-color: #e1faea;
  color: #2d2d2d;
}

.callout.warning {
  background-color: #fff3d9;
  color: #2d2d2d;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #2d2d2d;
}

.callout.small,
.broker-embed .callout.button {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #2d2d2d;
}

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

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small,
.broker-embed .dropdown-pane.button {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ca2d1;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB';
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ca2d1;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2d2d2d;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2ca2d1;
}

.tabs.primary > li > a {
  color: #0a0a0a;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #2a9ac7;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ca2d1;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #268bb4;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #2ca2d1;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #2d2d2d;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(44, 162, 209, 0.5);
          box-shadow: 0 0 6px 1px rgba(44, 162, 209, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }

  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #2ca2d1;
  color: #fefefe;
}

.menu .active > a {
  background: #2ca2d1;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ca2d1 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ca2d1 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -o-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ca2d1;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ca2d1;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ca2d1 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ca2d1 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ca2d1 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2ca2d1;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ca2d1 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ca2d1;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ca2d1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ca2d1 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ca2d1;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ca2d1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ca2d1 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ca2d1;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ca2d1 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ca2d1;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
       -o-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
       -o-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
       -o-transform: translateY(250px);
          transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
       -o-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small,
  .broker-embed .reveal.button {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 81.56125em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.company-profile .inner .info::before,
.bz3-product-display::before,
.clearfix::after,
.company-profile .inner .info::after,
.bz3-product-display::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after,
.company-profile .inner .info::after,
.bz3-product-display::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 81.56125em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 81.5625em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

body {
  overflow-x: hidden;
}

.slick-slide {
  height: auto !important;
}

.bz3-card {
  border: 1px solid #d6d6d6;
  padding: 16px;
}

.bz3-page-content-section ol li,
.bz3-page-content-section ul li {
  margin-bottom: 0.5rem;
}

.bz3-page-content-section ol li:last-child,
.bz3-page-content-section ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-sidebar-inner {
    float: none;
  }
}

.broker-embed .rating {
  color: #FFD700;
  width: 200px;
}

.broker-embed .accent {
  display: none;
}

.broker-embed td {
  vertical-align: middle;
}

.broker-embed td img {
  margin-bottom: 0;
}

.broker-embed .button {
  margin-bottom: 0;
}

blockquote strong {
  font-style: italic;
  font-weight: 100;
}

table {
  border-collapse: collapse;
}

table thead {
  border: none;
}

table tbody {
  border: none;
}

table tbody tr:nth-child(even) {
  background: #fefefe;
}

table tbody tr:nth-child(odd) {
  background: #f1f1f1;
}

table th {
  background: #002d45;
  color: #fefefe;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Open Sans Condensed", sans-serif;
  border-right: 1px solid #001c2b;
  border-top: #002d45 1px solid;
  border-bottom: #002d45 1px solid;
}

table th:first-child {
  border-left: 1px solid #001c2b;
}

table thead td {
  background: #002d45;
  color: #fefefe;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Open Sans Condensed", sans-serif;
  border-right: 1px solid #001c2b;
  border-top: #002d45 1px solid;
  border-bottom: #002d45 1px solid;
}

table thead td:first-child {
  border-left: 1px solid #001c2b;
}

table td {
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 4px 8px;
}

table td:first-child {
  border-left: 1px solid #d6d6d6;
}

table.no-border {
  border: none;
}

table.no-border td,
table.no-border tr {
  border: none;
  background-color: transparent;
}

figcaption {
  background: #e6e6e6;
  border: 1px solid #d6d6d6;
  padding: 0.90909rem;
  margin-bottom: 1rem;
  max-width: 100%;
}

figure {
  max-width: 100%;
}

.entry-content img {
  margin: 0 0 1.5em;
}

.fa,
.fas,
.far {
  font-family: FontAwesome !important;
  font-style: normal !important;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.shadow-border {
  -webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
}

.bz3-compare-filter {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
}

.bz3-compare-filter label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bz3-compare-filter [type="checkbox"]:not(:checked),
.bz3-compare-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.bz3-compare-filter [type="checkbox"]:not(:checked) + label,
.bz3-compare-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.9375rem;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.bz3-compare-filter [type="checkbox"]:not(:checked) + label:before,
.bz3-compare-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bz3-compare-filter [type="checkbox"]:not(:checked) + label:after,
.bz3-compare-filter [type="checkbox"]:checked + label:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F00C";
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 16px;
  color: #fb8a2a;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bz3-compare-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.bz3-compare-filter [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.bz3-compare-filter [type="checkbox"]:disabled:not(:checked) + label:before,
.bz3-compare-filter [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.bz3-compare-filter [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.bz3-compare-filter [type="checkbox"]:disabled + label {
  color: #aaa;
}

.bz3-compare-filter [type="checkbox"]:checked:focus + label:before,
.bz3-compare-filter [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted black;
}

.bz3-compare-filter [type="radio"]:not(:checked),
.bz3-compare-filter [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.bz3-compare-filter [type="radio"]:not(:checked) + label,
.bz3-compare-filter [type="radio"]:checked + label {
  position: relative;
  padding-left: 1.5625rem;
  cursor: pointer;
  margin-left: 0;
  margin-bottom: 0.125rem;
  width: 100%;
}

.bz3-compare-filter [type="radio"]:not(:checked) + label:last-child,
.bz3-compare-filter [type="radio"]:checked + label:last-child {
  margin-bottom: 0;
}

.bz3-compare-filter [type="radio"]:not(:checked) + label:before,
.bz3-compare-filter [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bz3-compare-filter [type="radio"]:not(:checked) + label:after,
.bz3-compare-filter [type="radio"]:checked + label:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F111";
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 14px;
  color: #fb8a2a;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.bz3-compare-filter [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.bz3-compare-filter [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.bz3-compare-filter [type="radio"]:disabled:not(:checked) + label:before,
.bz3-compare-filter [type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.bz3-compare-filter [type="radio"]:disabled:checked + label:after {
  color: #999;
}

.bz3-compare-filter [type="radio"]:disabled + label {
  color: #aaa;
}

.bz3-compare-filter [type="radio"]:checked:focus + label:before,
.bz3-compare-filter [type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted black;
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url(../fonts/ProximaNova-Regular.eot);
  src: url(../fonts/ProximaNova-Regular.eot) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url(../fonts/ProximaNova-Light.eot);
  src: url(../fonts/ProximaNova-Light.eot) format("embedded-opentype"), url(../fonts/ProximaNova-Light.woff2) format("woff2"), url(../fonts/ProximaNova-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url(../fonts/ProximaNova-Bold.eot);
  src: url(../fonts/ProximaNova-Bold.eot) format("embedded-opentype"), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
}

.bz3-compare-container-new {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background: rgba(254, 254, 254, 0.2);
}

@media print, screen and (min-width: 40em) {
  .bz3-compare-container-new {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-compare-container-new,
.bz3-compare-container-new:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-container-new:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-container-new .container-form {
  border: 1px solid #d6d6d6;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bz3-compare-container-new .container-form,
.bz3-compare-container-new .container-form:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-container-new .container-form:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-container-new .bz-new {
  text-align: right;
  background: #eee;
}

.bz3-compare-container-new .bz-new input {
  width: auto;
  float: right;
}

.fad-map {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .fad-map {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.fad-map,
.fad-map:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.fad-map:last-child:not(:first-child) {
  float: right;
}

.pag-new {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .pag-new {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.pag-new,
.pag-new:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.pag-new:last-child:not(:first-child) {
  float: right;
}

.fad-map {
  margin-top: 1rem;
}

.fad-map iframe {
  border: 1px solid #d6d6d6;
}

.info-text {
  border-bottom: 1px solid #EFEFEF;
}

.btn-grey {
  background-color: #D8D8D8;
  color: #FFF;
}

.rating-block {
  border: 1px solid #EFEFEF;
  padding: 20px 15px 25px 15px;
  border-radius: 3px;
}

.rating-block i {
  color: gold;
}

.bold {
  font-weight: 700;
}

.padding-bottom-7 {
  padding-bottom: 7px;
}

.review-block {
  border: 1px solid #EFEFEF;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.review-block-name {
  font-size: 12px;
  margin: 10px 0;
}

.review-block-date {
  font-size: 12px;
}

.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}

.review-block-rate i {
  color: gold;
}

.review-block-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-block-description {
  font-size: 13px;
}

.company-profile {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-profile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-profile,
.company-profile:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-profile:last-child:not(:first-child) {
  float: right;
}

.company-profile .inner {
  border: 1px solid #EFEFEF;
  border-radius: 3px;
  margin-bottom: 15px;
}

.company-profile .inner .info {
  padding: 15px 25px;
  background: #fefefe;
}

.company-profile .inner .info:first-child {
  border-top: none;
}

.company-profile .inner .info address {
  font-size: 0.875rem;
}

.company-profile .inner .info h2 {
  border-bottom: 1px solid #EFEFEF;
}

.company-claim {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.company-claim,
.company-claim:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-claim:last-child:not(:first-child) {
  float: right;
}

.company-claim .inner {
  border: 1px solid #EFEFEF;
  padding: 15px 25px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #eee;
}

.claim {
  background-color: #fb8a2a;
  color: #fefefe;
}

.claim:hover,
.claim:focus {
  background-color: #fb8a2a;
  color: #fefefe;
}

#claim-profile {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 27px;
  padding: 7px;
  line-height: 1;
}

.leave-review {
  background-color: #fb8a2a;
  color: #fefefe;
}

.leave-review:hover,
.leave-review:focus {
  background-color: #fb8a2a;
  color: #fefefe;
}

hr {
  border-bottom: 1px solid #EFEFEF !important;
}

.box {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  font-size: 0.875rem;
  padding-right: 1rem;
}

.box,
.box:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.box:last-child:not(:first-child) {
  float: right;
}

.box table td {
  border: none !important;
  background: white;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.review-button {
  text-align: center;
}

.review-button .button {
  margin-bottom: 0;
}

.bz3-category-ctas {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: none !important;
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .bz3-category-ctas {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-category-ctas,
.bz3-category-ctas:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-category-ctas:last-child:not(:first-child) {
  float: right;
}

.bz3-category-ctas--single {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-category-ctas--single {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-category-ctas--single,
.bz3-category-ctas--single:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-category-ctas--single:last-child:not(:first-child) {
  float: right;
}

.bz3-category-ctas--single a {
  background: white;
  padding: 0.75rem;
  display: block;
  color: #2d2d2d;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0.05556rem 0.16667rem 0.55556rem 0 rgba(32, 32, 32, 0.25);
          box-shadow: 0.05556rem 0.16667rem 0.55556rem 0 rgba(32, 32, 32, 0.25);
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.bz3-category-ctas--single a i {
  display: block;
  color: #004c6a;
  margin-bottom: 0.3125rem;
  font-size: 2.1875rem;
}

.bz3-category-ctas--single a:hover {
  background: #002d45;
  color: white;
}

.bz3-category-ctas--single a:hover i {
  color: white;
}

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

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

.money-green {
  color: #4bc459;
}

.money-red {
  color: #d44950;
}

.btn-cta {
  line-height: 40px;
  border: 0;
  border-radius: 4px;
  color: #fefefe !important;
  font-family: "Open Sans Condensed", sans-serif;
  background-color: #ff7b00;
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  padding: 0 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  font-size: 16px;
  letter-spacing: 0.09em;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-cta:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.btn-cta:focus {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

blockquote {
  padding: 1em;
}

blockquote p {
  color: inherit;
}

cite {
  color: inherit;
}

cite img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.product-review .product-review-body {
  overflow: auto;
}

.sa-iframe {
  margin: auto;
}

.wdgt-ftr {
  margin: auto !important;
}

.stock-movers .column {
  padding: 4px;
}

@media screen and (max-width: 39.99875em) {
  .stock-movers .column {
    padding: 0;
  }
}

.stock-movers .mobile-partner-link {
  margin-top: -12px;
  margin-bottom: 12px;
}

.stock-movers .stock-movers-timeframe {
  font-size: 12px;
  font-style: italic;
  color: #555;
}

.stock-movers .stock-movers-no-results .stock-movers-no-results-message {
  font-size: 1.2em;
  color: #555;
  padding: 12px 24px;
}

.stock-movers .stock-movers-no-results .stock-movers-timeframe {
  font-size: 1.2em;
}

.bz3-page-content-section__side-bar .stock-movers .column {
  width: 100% !important;
}

.data-point {
  background-color: #fafafa;
  border: solid 1px #ddd;
  border-radius: 4px;
  text-align: center;
  padding: 12px;
  margin: 12px 0;
}

.data-point label {
  font-weight: bold;
}

.data-point .value {
  font-size: 2rem;
  font-weight: bold;
}

.bz3-link-group {
  margin: 16px auto !important;
}

.bz3-link-group .bz3-link-group-container .bz3-link-group-item a:hover {
  text-decoration: underline;
}

.transparently-result {
  margin-bottom: 12px !important;
  cursor: pointer;
}

.transparently-result .result-url {
  font-weight: bold;
  color: #555;
}

.transparently-result .bz3-cta-text {
  font-size: 14px;
}

.mortgage-calculator {
  width: 630px;
  max-width: 100%;
  padding: 24px 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: 1px solid #d6d6d6 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px rgba(163, 163, 163, 0.25);
          box-shadow: 0 0 4px rgba(163, 163, 163, 0.25);
  border-radius: 8px;
  margin: auto;
  background: #fafafa;
  margin-bottom: 16px;
}

.mortgage-calculator .cal-loader {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}

.mortgage-calculator .cal-loader .fa {
  font-size: 25px;
}

.mortgage-calculator .tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  width: 100%;
  margin-bottom: 16px;
  background: transparent;
  border: none;
}

.mortgage-calculator .tabs .tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 18px;
  margin-top: 0;
  border-bottom: 5px solid #c4c4c4;
  width: 50%;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 4px;
}

.mortgage-calculator .tabs .tab:last-of-type {
  margin-right: 0;
}

.mortgage-calculator .tabs .tab:focus {
  outline: none;
}

.mortgage-calculator .tabs .tab.active {
  border-bottom: 5px solid #ff7b00;
}

.mortgage-calculator .no-providers p {
  color: #f00;
  font-size: 16px;
  font-weight: normal;
}

.mortgage-calculator .no-providers b {
  font-size: 36px;
}

.mortgage-calculator label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin-bottom: 8px;
  height: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mortgage-calculator button.button {
  width: 265px;
  height: 40px;
  font-size: 15px;
}

.mortgage-calculator .refinance-left {
  width: 298px;
  padding-right: 22px;
}

.mortgage-calculator input {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem;
  margin-bottom: 8px;
}

.mortgage-calculator input:focus {
  outline: none;
}

.mortgage-calculator select {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 90%;
  line-height: 20px;
}

.mortgage-calculator p.esimated-label {
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}

.mortgage-calculator .loan-type {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #000;
  margin: 0;
}

.mortgage-calculator .toggle-advanced-calculator {
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.mortgage-calculator .advanced-calculator {
  margin-top: 12px;
}

.mortgage-calculator .fixed-term {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.mortgage-calculator .fixed-term p {
  width: 125px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.mortgage-calculator .estimated-monthly-payment {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  text-align: left;
  color: #000;
  width: 100%;
  margin-bottom: 18px;
}

.mortgage-calculator .result {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  position: relative;
  color: #000;
  display: inline-block;
  width: 100%;
}

.mortgage-calculator .btn-cta {
  width: 100%;
  margin-top: 8px;
  outline: none;
}

.mortgage-calculator .right-panel label {
  margin-bottom: 4px;
}

.mortgage-calculator .interset-rate {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -5px;
  width: 100%;
}

.mortgage-calculator .see-more-zillow {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-top: 2px;
}

.mortgage-calculator .see-more-zillow a {
  color: #4a93d6;
}

.page-template-mortgage-vendors-landing-page .bz3-form {
  margin-top: 32px;
  max-width: 680px;
}

.bz-mortgage-vendors .hero-header {
  padding-top: 20px;
  text-align: center;
  background-color: #f2f2f2;
}

.bz-mortgage-vendors .star-rating {
  padding: 6px;
}

.bz-mortgage-vendors .container-4 {
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.bz-mortgage-vendors .brand-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bz-mortgage-vendors .image-3 {
  max-width: 250px;
  margin-top: 0px;
}

.bz-mortgage-vendors .container-5 {
  background-color: #0c2140;
}

.bz-mortgage-vendors .image-4 {
  max-width: 250px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.bz-mortgage-vendors .hero-image {
  background-color: #f2f2f2;
}

.bz-mortgage-vendors .divider-line {
  width: 100%;
  height: 2px;
  background-color: #0c2140;
}

.bz-mortgage-vendors .body {
  padding-left: 0px;
  background-color: #f2f2f2;
}

.bz-mortgage-vendors .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #c2c2c2;
}

.bz-mortgage-vendors .card.card-body {
  border-width: 0px;
}

.bz-mortgage-vendors .company-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px 12px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #fff;
}

.bz-mortgage-vendors .column {
  margin-top: 40px;
}

.bz-mortgage-vendors .title-and-copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 120px;
  background-color: #fff;
}

.bz-mortgage-vendors .cta-wrapper {
  width: 25%;
  height: 120px;
  background-color: #fff;
}

.bz-mortgage-vendors .company-image {
  display: block;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -o-object-fit: contain;
  object-fit: contain;
}

.bz-mortgage-vendors .image-5 {
  display: block;
  width: 100px;
  padding: 15px 8px 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bz-mortgage-vendors .ratings-div {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.bz-mortgage-vendors .vendor-card {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  -webkit-transition: box-shadow 250ms ease;
  -webkit-transition: -webkit-box-shadow 250ms ease;
  transition: -webkit-box-shadow 250ms ease;
  -o-transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease;
  transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}

.bz-mortgage-vendors .vendor-card:hover {
  -webkit-box-shadow: 1px 1px 8px -1px #595959;
          box-shadow: 1px 1px 8px -1px #595959;
}

.bz-mortgage-vendors .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.bz-mortgage-vendors .ranking-image {
  margin-left: -6px;
  position: relative;
}

.bz-mortgage-vendors .vendor-rank {
  position: absolute;
  left: 12px;
  padding: 2px 12px;
  color: white;
  font-weight: bold;
}

.bz-mortgage-vendors .company-title {
  margin-left: 103px;
  font-family: 'Open Sans', sans-serif;
  color: #225aa9;
  font-size: 22px;
  font-weight: 700;
}

.bz-mortgage-vendors .text-block {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Open Sans', sans-serif;
  color: #0c2140;
  font-size: 9px;
  font-weight: 400;
}

.bz-mortgage-vendors .text-block-2 {
  width: 100%;
  padding-left: 12px;
  color: #0c2140;
  font-size: 13px;
  font-weight: 400;
}

.bz-mortgage-vendors .view-rates-button {
  margin-left: 16px;
  padding: 14px 18px;
  border-radius: 6px;
  background-color: #1b57a1;
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
}

.bz-mortgage-vendors .view-rates-button:hover {
  background-color: #2b6fc3;
  color: white;
}

.bz-mortgage-vendors .div-block {
  display: block;
  height: 500px;
  border-style: solid;
  border-width: 2px;
  border-color: #b0b0b0;
  background-color: #fff;
}

.bz-mortgage-vendors .column-2 {
  margin-top: 19px;
  margin-bottom: 0px;
}

.bz-mortgage-vendors .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.bz-mortgage-vendors .vendor-list {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .bz-mortgage-vendors .brand-2 {
    height: 60px;
  }

  .bz-mortgage-vendors .image-3 {
    margin-left: 20px;
    padding-left: 0px;
  }

  .bz-mortgage-vendors .menu-button {
    display: block;
    height: 60px;
    padding: 20px;
  }

  .bz-mortgage-vendors .menu-button.w--open {
    padding: 13px;
    background-color: #0b223f;
    font-size: 36px;
  }

  .bz-mortgage-vendors .icon-2 {
    color: #fff;
  }

  .bz-mortgage-vendors .image-4 {
    margin-left: 20px;
    padding-top: 18px;
  }

  .bz-mortgage-vendors .nav-link-6 {
    margin-bottom: 1px;
    margin-left: 36.8958px;
    border: 1px none #fff;
    background-color: #1bab4b;
    font-size: 18px;
    text-align: left;
  }

  .bz-mortgage-vendors .card.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bz-mortgage-vendors .company-div {
    width: 24%;
  }

  .bz-mortgage-vendors .column {
    display: none;
  }

  .bz-mortgage-vendors .company-image {
    padding-right: 8px;
    padding-left: 8px;
  }

  .bz-mortgage-vendors .image-5 {
    padding-top: 10px;
  }

  .bz-mortgage-vendors .vendor-card {
    margin-right: 20px;
    margin-left: 20px;
  }

  .bz-mortgage-vendors .company-title {
    margin-left: 116px;
  }

  .bz-mortgage-vendors .text-block-2 {
    width: 95%;
    padding-top: 2px;
    padding-left: 16px;
  }

  .bz-mortgage-vendors .view-rates-button {
    border-radius: 6px;
  }

  .bz-mortgage-vendors .div-block {
    display: none;
  }

  .bz-mortgage-vendors .menu-button-2 {
    margin-right: 15px;
    padding: 14px;
    color: #fff;
    font-size: 32px;
  }

  .bz-mortgage-vendors .menu-button-2.w--open {
    background-color: #0c2140;
  }

  .bz-mortgage-vendors .nav-menu-3 {
    background-color: #1bab4b;
  }

  .bz-mortgage-vendors .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

@media screen and (max-width: 767px) {
  .bz-mortgage-vendors .image-4 {
    margin-left: 30px;
    padding-top: 18px;
  }

  .bz-mortgage-vendors .card.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bz-mortgage-vendors .company-div {
    width: 100%;
    height: auto;
    padding: 0px 70px 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .bz-mortgage-vendors .title-and-copy-wrapper {
    display: none;
  }

  .bz-mortgage-vendors .cta-wrapper {
    width: 100%;
    height: auto;
  }

  .bz-mortgage-vendors .company-image {
    width: 275px;
  }

  .bz-mortgage-vendors .image-5 {
    width: 120px;
    padding: 24px 0px 6px;
  }

  .bz-mortgage-vendors .card-header {
    margin-top: 0px;
    padding-top: 11px;
  }

  .bz-mortgage-vendors .company-title {
    display: none;
  }

  .bz-mortgage-vendors .text-block {
    font-size: 11px;
  }

  .bz-mortgage-vendors .text-block-2 {
    display: none;
  }

  .bz-mortgage-vendors .view-rates-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 16px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bz-mortgage-vendors .menu-button-2 {
    margin-right: 30px;
  }

  .bz-mortgage-vendors .column-2 {
    margin-top: 16px;
    padding: 0px 20px;
  }

  .bz-mortgage-vendors .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bz-mortgage-vendors .image-6 {
    width: 69px;
  }
}

@media screen and (max-width: 479px) {
  .bz-mortgage-vendors .image-4 {
    width: 185px;
    margin-left: 9px;
    padding-top: 20px;
  }

  .bz-mortgage-vendors .nav-link-6 {
    padding-bottom: 26px;
  }

  .bz-mortgage-vendors .company-div {
    width: 100%;
    height: auto;
    padding: 0px 30px 12px;
  }

  .bz-mortgage-vendors .title-and-copy-wrapper {
    display: none;
  }

  .bz-mortgage-vendors .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bz-mortgage-vendors .image-5 {
    width: 120px;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 12px 4px;
  }

  .bz-mortgage-vendors .card-header {
    height: 60px;
  }

  .bz-mortgage-vendors .ranking-image {
    margin-left: -6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bz-mortgage-vendors .company-title {
    display: none;
    margin-left: 10px;
    padding-bottom: 8px;
  }

  .bz-mortgage-vendors .text-block {
    font-size: 10px;
  }

  .bz-mortgage-vendors .view-rates-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    padding: 16px 34px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bz-mortgage-vendors .menu-button-2 {
    margin-right: 10px;
    padding: 15px;
    font-size: 28px;
  }

  .bz-mortgage-vendors .column-2 {
    margin-top: 4px;
    padding: 0px 5px;
  }

  .bz-mortgage-vendors .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bz-mortgage-vendors .image-6 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -2px;
  }

  .bz-mortgage-vendors .image-7 {
    display: block;
    width: 482px;
    max-height: none;
    max-width: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bz-mortgage-vendors .brand-3 {
    padding-left: 10px;
  }
}

.article-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding-top: 0px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.money-hero {
  display: block;
  height: 680px;
  background-color: rgba(10, 160, 70, 0.05);
  background-image: url(../images/money-landing/hero.png);
  background-position: 50% 100%;
  background-size: auto 480px;
  background-repeat: no-repeat;
  opacity: 1;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: solid 1px #ddd;
}

.money-hero h1 {
  color: #4c5159;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.money-hero h3 {
  color: #4c5159;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 48px;
  font-size: 24px;
}

.money-hero .hero-headline-wrapper {
  padding: 0 24px;
  padding-top: 48px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .money-hero {
    background-size: auto 480px;
  }
}

@media screen and (max-width: 39.99875em) {
  .money-hero {
    background-size: auto 360px;
    height: 93vh;
  }

  .money-hero h1 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 12px;
  }

  .money-hero h3 {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .money-hero .hero-headline-wrapper {
    padding-top: 24px;
  }
}

.article-card {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
}

.article-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.article-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-card-meta {
  padding-right: 16px;
  padding-left: 16px;
  color: #555;
  font-size: 0.8em;
}

.article-card-date {
  color: #555;
}

.article-card-meta-divider {
  width: 1px;
  height: 1em;
  background-color: #ddd;
}

.article-card-image-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-object-fit: fill;
     object-fit: fill;
}

.article-card-image {
  position: static;
  width: 100%;
  padding-top: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card-header {
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 15px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  text-align: left;
}

.article-card-description {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .article-card-header {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .article-card-description {
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }
}

.article-guide-card {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  background-color: black;
  position: relative;
  overflow: hidden;
}

.article-guide-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.article-guide-card:hover .article-guide-card-image-mask {
  opacity: 0.6;
}

.article-guide-card:hover .article-guide-card-header {
  font-size: 1.55rem;
}

.article-guide-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding-top: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-guide-card-image-mask {
  width: 100%;
  height: 220px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 39.99875em) {
  .article-guide-card-image-mask {
    height: 160px;
  }
}

.article-guide-card-image {
  position: static;
  width: 100%;
  padding-top: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-guide-card-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.article-guide-card-header {
  color: white;
  font-size: 24px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  padding: 24px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.article-horizontal-card {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.article-horizontal-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.article-horizontal-card-image-mask {
  position: relative;
  display: block;
  overflow: hidden;
  width: 23.5%;
  height: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 200px 0px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0%;
}

.article-horizontal-card-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-bottom: 0px;
  border-radius: 10px 0px 0px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.article-horizontal-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-right: 0px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  font-size: 26px;
  text-decoration: none;
}

.article-horizontal-card-copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.article-horizontal-card-copy-wrapper p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}

.article-horizontal-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.article-horizontal-card-description {
  margin-top: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  font-size: 18px;
  line-height: 26px;
}

.article-horizontal-card .image-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.article-horizontal-card .right-columns-card {
  width: 70%;
}

.article-horizontal-card .author-name {
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  font-size: 11px;
  font-weight: 600;
}

.article-horizontal-card .author-image {
  width: 40px;
  max-width: 100%;
  border-radius: 30px;
}

.article-horizontal-card .publish-date {
  padding-left: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 600;
}

.article-horizontal-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

@media screen and (max-width: 39.99875em) {
  .article-horizontal-card-image {
    border-radius: 10px 10px 0px 0px;
  }
}

.article-group-card {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.article-group-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.article-group-card .group-title,
.article-group-card .title-arrow {
  line-height: 20px;
}

.article-group-card .group-title {
  width: 90%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
}

.article-group-card .title-arrow {
  width: 10%;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}

.article-group-card .title-spacer {
  display: block;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #05aa4b;
}

.article-group-card-divider {
  width: 100%;
  height: 1px;
  margin: 8px 0;
  background-color: #a3a3a3;
}

.article-group-card .article-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 325ms ease;
  -o-transition: color 325ms ease;
  transition: color 325ms ease;
  color: #4c5159;
  font-size: 18px;
  text-decoration: none;
}

.article-group-card .article-title-section:hover {
  color: #05aa4b;
}

.article-group-card-title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #4c5159;
}

.article-group-card-title-link:hover {
  color: #05aa4b;
}

.article-group-card-link {
  width: 100%;
  max-width: 100%;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  text-align: left;
}

.article-group-card-link h4 {
  font-size: 1em;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.article-group-card-link:hover {
  background-color: transparent;
  color: #05aa4b;
  text-decoration: none;
}

.article-group-card-header-link {
  opacity: 0.8;
}

.article-group-card-header-title {
  padding: 12px 0;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4c5159;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 0;
  font-size: 1.2em;
  margin: 0;
}

.article-group-card-header-title:hover {
  color: #05aa4b;
}

.article-group-card .article-group-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.article-group-card-image-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.article-group-card-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vertical-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  padding: 16px;
  margin-bottom: 24px;
  margin: 16px;
}

.vertical-card .vertical-card-wrapper {
  width: 100%;
}

.vertical-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.3);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.3);
}

.vertical-card .cta-link-block {
  width: 100%;
  background-color: transparent;
}

.vertical-card .vertical-card-icon {
  height: 88px;
  width: 88px;
  background-size: contain;
  margin: auto;
  margin-bottom: 12px;
  margin-top: 6px;
}

.vertical-card .vertical-card-icon.investing {
  background-image: url(../images/money-landing/investing.png);
}

.vertical-card .vertical-card-icon.insurance {
  background-image: url(../images/money-landing/insurance.png);
}

.vertical-card .vertical-card-icon.mortgages {
  background-image: url(../images/money-landing/mortgages.png);
}

.vertical-card .vertical-card-icon.education {
  background-image: url(../images/money-landing/education.png);
}

.vertical-card .vertical-card-icon.auto {
  background-image: url(../images/money-landing/auto.png);
}

.vertical-card .vertical-card-icon.dental {
  background-image: url(../images/money-landing/dental.png);
}

.vertical-card .vertical-card-icon.health {
  background-image: url(../images/money-landing/health.png);
}

.vertical-card .vertical-card-icon.home {
  background-image: url(../images/money-landing/home.png);
}

.vertical-card .vertical-card-icon.life {
  background-image: url(../images/money-landing/life.png);
}

.vertical-card .vertical-card-icon.motorcycle {
  background-image: url(../images/money-landing/motorcycle.png);
}

.vertical-card .vertical-card-icon.pet {
  background-image: url(../images/money-landing/pet.png);
}

.vertical-card .vertical-card-icon.vision {
  background-image: url(../images/money-landing/vision.png);
}

.vertical-card .vertical-name {
  color: #555a60;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .vertical-card .vertical-name {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 39.99875em) {
  .vertical-card .vertical-name {
    font-size: 1em;
  }
}

.vertical-card:hover .vertical-card-icon.investing {
  background-image: url(../images/money-landing/investing-solid.png);
}

.vertical-card:hover .vertical-card-icon.insurance {
  background-image: url(../images/money-landing/insurance-solid.png);
}

.vertical-card:hover .vertical-card-icon.mortgages {
  background-image: url(../images/money-landing/mortgages-solid.png);
}

.vertical-card:hover .vertical-card-icon.education {
  background-image: url(../images/money-landing/education-solid.png);
}

.vertical-card:hover .vertical-card-icon.auto {
  background-image: url(../images/money-landing/auto-solid.png);
}

.vertical-card:hover .vertical-card-icon.dental {
  background-image: url(../images/money-landing/dental-solid.png);
}

.vertical-card:hover .vertical-card-icon.health {
  background-image: url(../images/money-landing/health-solid.png);
}

.vertical-card:hover .vertical-card-icon.home {
  background-image: url(../images/money-landing/home-solid.png);
}

.vertical-card:hover .vertical-card-icon.life {
  background-image: url(../images/money-landing/life-solid.png);
}

.vertical-card:hover .vertical-card-icon.motorcycle {
  background-image: url(../images/money-landing/motorcycle-solid.png);
}

.vertical-card:hover .vertical-card-icon.pet {
  background-image: url(../images/money-landing/pet-solid.png);
}

.vertical-card:hover .vertical-card-icon.vision {
  background-image: url(../images/money-landing/vision-solid.png);
}

.vertical-card:hover .vertical-name {
  color: #08aa4a;
}

@media screen and (max-width: 39.99875em) {
  .vertical-card {
    margin: 8px;
  }

  .vertical-card .vertical-card-icon {
    height: 44px;
    width: 44px;
  }
}

.money-landing-page {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 32px;
}

.money-landing-page h1,
.money-landing-page h2,
.money-landing-page h3 {
  font-family: Arial;
}

.money-landing-page h2 {
  color: #4c5159;
  font-size: 34px;
  margin-bottom: 1.6rem;
}

body.page .bz3-page-header {
  text-align: center;
  padding: 24px;
}

body.page .bz3-page-header-meta {
  max-width: 60%;
}

@media screen and (max-width: 39.99875em) {
  body.page .bz3-page-header-meta {
    max-width: 100%;
  }
}

.form.lead-form {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  border: 1px solid #ccc;
  background: #f9f9f9;
  max-width: 320px;
  margin: auto;
  margin-bottom: 16px;
}

.form.lead-form:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.form.lead-form.expanded .button {
  margin-bottom: 0;
  margin-top: 12px;
  width: 100%;
}

.form.lead-form.expanded label {
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.form.lead-form #compensation-result p {
  background: #ffddc4;
  padding: 8px 15px;
  margin: 0;
}

.form.lead-form select {
  color: #333;
  line-height: 1.4em;
  margin: 0 0 1rem;
}

.form.lead-form select.highlight {
  color: black;
}

.form.lead-form ::-webkit-input-placeholder {
  color: #777 !important;
  opacity: 1;
}

.form.lead-form .success-box {
  padding: 8px;
  border: solid 1px #ddd;
  border-radius: 4px;
  background: white;
}

.form.lead-form .with-text [type='number'] {
  width: 86%;
  display: inline-block;
}

.form.lead-form .with-text .input-group-text {
  width: 14%;
  display: inline-block;
  background: #e9ecef;
  height: 39px;
  vertical-align: top;
  line-height: 37px;
  text-align: center;
  color: #495057;
  font-weight: 700;
  font-size: 22px;
  border: 1px solid #cacaca;
  border-radius: 0;
}

.form.lead-form .form-wrapper {
  padding: 16px;
  max-width: 100%;
}

.form.lead-form .form-wrapper [type=radio]:checked,
.form.lead-form .form-wrapper [type=radio]:not(:checked) {
  position: relative;
  z-index: 1;
}

.form.lead-form .form-wrapper [type=checkbox] + label[for],
.form.lead-form .form-wrapper [type=radio] + label[for] {
  cursor: pointer;
  color: #333;
}

.form.lead-form .form-wrapper h3,
.form.lead-form .form-wrapper h6 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 13px;
  text-transform: capitalize;
}

.form.lead-form .form-field-wrap .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #adadad;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  padding: 0 0.5rem;
  background-color: white;
  margin: 0 0 1rem;
}

.form.lead-form .form-field-wrap .input-wrapper span.currency {
  margin-right: 2px;
  font-weight: bold;
}

.form.lead-form .form-field-wrap .input-wrapper input[type="text"],
.form.lead-form .form-field-wrap .input-wrapper input[type="number"],
.form.lead-form .form-field-wrap .input-wrapper input[type="email"],
.form.lead-form .form-field-wrap .input-wrapper select {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.form.lead-form .form-field-wrap .error {
  margin: 0;
  margin-top: -16px;
  margin-bottom: 8px;
  color: red;
}

.form.lead-form .hs-error-msg {
  margin: 0;
  color: #ff4545;
}

.form.lead-form .hs-error-msgs {
  margin: 0;
  list-style-type: none;
  margin-top: -8px;
  margin-bottom: 8px;
}

.form.lead-form input[type="text"],
.form.lead-form input[type="number"],
.form.lead-form input[type="email"],
.form.lead-form select {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.form.lead-form .actions input {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  border: 0;
  border-radius: 4px;
  color: #fefefe !important;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  background-color: #ff7b00;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 0;
}

.form.lead-form .actions input:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.form.lead-form .actions input:focus {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form.lead-form .actions input.secondary {
  background-color: #e6e6e6 !important;
  color: #555 !important;
}

.form.lead-form .actions input.secondary:hover {
  color: #333 !important;
  background-color: #ccc !important;
}

.form.lead-form label {
  font-size: 0.7em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
  font-weight: bold;
}

.form.lead-form select {
  margin: 0;
}

.form.lead-form small {
  display: block;
  color: #f4821f;
}

.form.lead-form .widget-radio {
  display: inline-block;
}

.form.lead-form .widget-radio radio {
  margin-bottom: 0;
}

.form.lead-form .widget-radio .ui.checkbox label {
  display: inline;
}

.form.lead-form .form-field-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

.form.lead-form .form-field-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.form.lead-form .form-field-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

.form.lead-form .form-field-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.form.lead-form .widget-radio input:last-child {
  margin-left: 13px;
}

.form.lead-form .ui.input,
.form.lead-form .ui.selection.dropdown {
  width: 100%;
}

.form.lead-form .ui.button.primary.submit-btn {
  background-color: #f4811f;
  border: none;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  width: 100%;
  font-weight: 700;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.form.lead-form .ui.button.primary.submit-btn:hover {
  background-color: rgba(244, 131, 31, 0.88);
}

.form.lead-form .ui.button.primary.submit-btn:disabled {
  background: gray;
  cursor: not-allowed;
}

.search-container .no-results {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  text-align: center;
  padding: 12px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 16px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-container .no-results:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

table p {
  margin-bottom: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

table th,
table thead td {
  border-right: solid 1px #d6d6d6;
}

table .bz3-compare-data-cell ul li {
  font-weight: bold;
  margin-bottom: 0.15em !important;
}

@media screen and (max-width: 39.99875em) {
  table {
    display: block;
    overflow-x: auto;
    height: auto !important;
  }
}

.bz3-action-button .bz3-load-more-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.bz3-action-button .bz3-load-more-btn:focus {
  outline: none;
}

.bz3-action-button .bz3-load-more-btn.loading {
  background-color: #555;
  color: #ddd;
}

.action-button.center {
  text-align: center;
}

.square-action-button,
.browse-all {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #ea9844;
  color: #fff;
  padding: 12px 39px;
  border: 2px solid #ea9844;
  margin: 24px auto;
}

.square-action-button:hover,
.browse-all:hover {
  background: none;
  color: #ea9844;
}

.square-action-button.center,
.browse-all.center {
  display: block;
}

.square-action-button.right,
.browse-all.right {
  float: right;
}

.square-action-button.left,
.browse-all.left {
  float: left;
}

@media screen and (max-width: 39.99875em) {
  .square-action-button,
  .browse-all {
    display: block;
    margin: 12px auto;
  }
}

.go-block {
  margin: 1rem 0;
}

.go-block .go-image {
  width: 100%;
}

.center .google-ad-placement-wrapper {
  margin: auto;
}

.bz3-page-affiliate-disclosure {
  color: #777;
  margin-bottom: 12px;
  font-size: 12px;
  display: inline-block;
}

.bz3-page-affiliate-disclosure a {
  color: #777;
}

.bz3-page-affiliate-disclosure a:hover {
  color: #333;
}

.bz3-related-articles {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 44px;
}

.bz3-related-articles .bz3-related-articles-wrapper {
  margin: auto;
}

.bz3-related-articles .bze-related-articles-title {
  border-bottom: solid 1px #ddd;
}

.bz3-related-articles .bz3-post-card {
  border: none;
}

.bz3-related-articles .bz3-post-card .bz3-post-title {
  font-size: 1.3em;
}

.bz3-related-articles .bz3-post-card .bz3-post-overview {
  padding: 0.5em 0;
}

.cornerstone-parent {
  font-size: 12px;
  margin-bottom: 6px;
}

.cornerstone-parent a {
  color: #555;
}

.cornerstone-parent a:hover {
  color: #22cf66;
}

.breadcrumbs-nav__title {
  font-size: 1.3rem;
  text-decoration: none;
  color: #111;
  line-height: 1;
}

.breadcrumbs-nav__title {
  position: relative;
}

.breadcrumbs-nav__title.is-active:not(.no-children-tax-nodes):before {
  content: '';
  position: absolute;
  left: -13px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #08aa4a;
  border-bottom: 5px solid transparent;
}

.breadcrumbs-nav__title:after {
  content: '';
  display: block;
  width: 1.875rem;
  height: 0.3125rem;
  background: #d4d4d4;
  margin-bottom: 0.5rem;
}

.comp.content-well.mntl-block {
  float: left;
  width: 70%;
}

.comp.content-well.mntl-block.comp-full-width {
  width: 100%;
}

.breadcrumbs-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-nav__item {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  color: #666;
}

.breadcrumbs-nav__item:last-of-type {
  border: none;
}

.breadcrumbs-nav__link {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0.125rem;
  color: inherit;
  text-decoration: none;
}

.breadcrumbs-nav__item a:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-color 0.25s,left 0.25s;
  -o-transition: border-color 0.25s,left 0.25s;
  transition: border-color 0.25s,left 0.25s;
}

.breadcrumbs-nav__item:not(.breadcrumbs-nav__item--active):hover a:before {
  border-left: 8px solid #d4d4d4;
  left: -13px;
}

.breadcrumbs-nav__item--active a:before {
  border-left: 8px solid #08aa4a;
  left: -13px;
}

.comp.left-rail.mntl-block.bz3-page-content-sidebar {
  padding-left: 0;
  margin-top: 32px;
}

.breadcrumbs-nav__item a:focus,
.breadcrumbs-nav__item a:hover,
.breadcrumbs-nav__title:focus,
.breadcrumbs-nav__title:hover {
  text-decoration: none;
  color: #22cf66;
}

.breadcrumbs-nav__chop,
.breadcrumbs-nav__link-wrapper {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.breadcrumbs-nav__link-wrapper {
  font-size: 0.8rem;
  color: inherit;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.comp.breadcrumbs {
  font-size: 0.7em;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: font-size 0.15s;
  -o-transition: font-size 0.15s;
  transition: font-size 0.15s;
  font-weight: bold;
}

.comp.breadcrumbs .fa {
  font-size: 0.8em;
  margin-top: 2px;
  padding: 4px 8px;
  color: #999;
}

@media only screen and (max-width: 1024px) {
  .comp.content-well.mntl-block,
  .comp.left-rail.mntl-block.bz3-page-content-sidebar {
    width: 100%;
  }
}

.button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  border: 0;
  border-radius: 4px;
  color: #fefefe !important;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  background-color: #ff7b00;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.button:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.button:focus {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.button.secondary {
  background-color: #e6e6e6 !important;
  color: #555 !important;
}

.button.secondary:hover {
  color: #333 !important;
  background-color: #ccc !important;
}

.btn-card-group .btn-card {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  cursor: pointer;
  width: 220px;
  border: solid 1px #ddd;
  margin: 0.5rem;
}

.btn-card-group .btn-card:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.btn-card-group .btn-card .btn-icon {
  display: block;
  margin: 1.25rem auto 0;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.btn-card-group .btn-card .btn-label {
  display: block;
  height: 55px;
  margin: 5px;
  line-height: 1.375rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.js-feed-items {
  display: none;
}

.js-feed-items.active {
  display: block;
}

.single-company {
  background: #e6e9ec;
}

.single-company .bz3-page-header {
  padding: 0;
}

.company {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  margin-top: -8.75rem;
  position: relative;
  padding: 0px 48px;
}

.company::before,
.company::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company::after {
  clear: both;
}

.company-card a.signup {
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: #37a6d3;
  color: white;
}

.company-details {
  width: 37.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-details {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-details,
.company-details:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-details:last-child:not(:first-child) {
  float: right;
}

.company-details .company-card {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.99875em) {
  .company-details {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-details {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-details,
  .company-details:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-details:last-child:not(:first-child) {
    float: right;
  }
}

.company-feed {
  width: 62.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-feed {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-feed,
.company-feed:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-feed:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .company-feed {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-feed {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-feed {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-feed,
  .company-feed:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-feed:last-child:not(:first-child) {
    float: right;
  }
}

.company-highlights {
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.company-highlights,
.company-highlights:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-highlights:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.99875em) {
  .company-highlights {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-highlights {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-highlights,
  .company-highlights:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-highlights:last-child:not(:first-child) {
    float: right;
  }
}

.company-highlights .company-card {
  margin-bottom: 1rem;
}

.company-banner {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .company-banner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-banner,
.company-banner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-banner:last-child:not(:first-child) {
  float: right;
}

.company-card {
  background: #fefefe;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 1.125rem 1rem;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  word-break: break-word;
}

@media print, screen and (min-width: 40em) {
  .company-card {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-card,
.company-card:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-card:last-child:not(:first-child) {
  float: right;
}

.company-card h5 {
  border-bottom: 1px solid #d9d9d9;
}

.company-card-stock {
  background: #fefefe;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.company-card-stock,
.company-card-stock:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-card-stock:last-child:not(:first-child) {
  float: right;
}

.company-card-stock h5 {
  border-bottom: 1px solid #d9d9d9;
}

.company-mast {
  float: left;
  position: relative;
}

.company-mast h1 {
  font-size: 1.375rem;
  display: inline-block;
  padding-right: 0.5rem;
}

.company-mast .company-quote {
  padding-left: 0.75rem;
  display: inline-block;
  position: relative;
}

.company-mast .company-quote:before {
  content: " ";
  width: 1px;
  background: black;
  height: 10px;
  position: absolute;
  left: 0;
  top: 17px;
}

.company-mast .company-symbol {
  font-size: 14px;
}

.company-mast .company-symbol span {
  font-weight: bold;
}

.company-logo-image {
  height: 150px;
  width: 150px;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 1rem;
}

.company-logo-image.short {
  height: 75px;
  width: 150px;
}

.company-logo-inner {
  height: 150px;
  width: 125px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.company-logo-inner.short {
  height: 75px;
  width: 120px;
}

.company-logo-none {
  position: relative;
  height: 150px;
  width: 150px;
}

.company-logo-none:before {
  font-family: FontAwesome;
  position: absolute;
  color: #d9d9d9;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-weight: normal;
  font-size: 5rem;
  content: "\F0F7";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 15px auto 0 42px;
}

.company-meta {
  list-style-type: none;
  font-size: 0.875rem;
  margin: 0;
}

.company-meta span {
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
}

.company-meta.press-releases span {
  color: #2d2d2d;
}

.company-meta.press-releases hr {
  margin: 0.5rem 0 !important;
}

.company-meta__Public {
  margin-top: 14px;
}

.company-news-content-para {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.company-news-content-para,
.company-news-content-para:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-news-content-para:last-child:not(:first-child) {
  float: right;
}

.company-news-content-para p {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.company-news-content-para .para-color {
  color: #2d2d2d !important;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.company-cta {
  float: right;
  margin-top: 25px;
}

.company-overview {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.company-overview.active {
  height: auto;
}

.company-overview p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.company-overview:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.625rem;
  background: #fefefe;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1), white);
}

.company-overview .company-more {
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #fefefe;
  width: 100%;
  text-align: center;
}

.company-overview .company-more a {
  font-size: 0.875rem;
}

.company-overview.active {
  height: auto !important;
}

.company-overview.active:before {
  display: none;
}

.company-overview.active .company-more {
  display: none;
}

.company-stock-price {
  margin-top: 0.5rem;
}

.company-stock-price .company-price {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
}

.company-stock-price .company-change-percent {
  display: inline-block;
  position: relative;
  padding-left: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.company-stock-price.positive .company-change-percent:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D8";
  font-size: 1.375rem;
  margin: -5px 5px 0 -16px;
  color: #3adb76;
}

.company-stock-price.negative .company-change-percent:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D7";
  font-size: 1.375rem;
  margin: -3px 5px 0 -16px;
  color: #cc4b37;
}

.company-info {
  float: left;
}

.company-contact ul,
.company-key-people ul {
  margin: 0;
}

.company-menu {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

.company-menu,
.company-menu:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-menu:last-child:not(:first-child) {
  float: right;
}

.company-menu .menu {
  position: relative;
}

.company-menu .menu:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #ccc;
  z-index: 8;
}

.company-menu .menu li {
  position: relative;
  padding-left: 27px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  background: #e6e9ec;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: none;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-menu .menu li:before {
  font-family: FontAwesome;
  position: absolute;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-weight: normal;
}

.company-menu .menu li.news:before {
  content: "\F1EA";
  margin: 8px 5px 0 -10px;
}

.company-menu .menu li.press-release:before {
  content: "\F0A1";
  margin: 7px 5px 0 -8px;
}

.company-menu .menu li.videos:before {
  content: "\F03D";
  margin: 7px 5px 0 -8px;
}

.company-menu .menu li.stock:before {
  content: "\F201";
  margin: 7px 5px 0 -8px;
}

.company-menu .menu li a {
  color: #2d2d2d;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-menu .menu li.active {
  border: 1px solid #ccc;
  -webkit-box-shadow: 5px -6px 10px -7px rgba(51, 51, 51, 0.3), -7px -6px 15px -7px rgba(51, 51, 51, 0.3);
          box-shadow: 5px -6px 10px -7px rgba(51, 51, 51, 0.3), -7px -6px 15px -7px rgba(51, 51, 51, 0.3);
  border-top: 2px solid #2ca2d1;
  border-bottom: none;
  z-index: 9;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-menu .menu li.active:before {
  color: #2ca2d1;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-menu .menu li.active a {
  color: #2ca2d1;
  background: none;
  cursor: default;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-news {
  list-style-type: none;
  margin: 0;
}

.company-news-image {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .company-news-image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-news-image,
.company-news-image:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-news-image:last-child:not(:first-child) {
  float: right;
}

.company-news-image img {
  border: 1px solid #d9d9d9;
  max-width: 100%;
}

.company-card-post {
  background: #fefefe;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 1rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-card-post,
.company-card-post:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-card-post:last-child:not(:first-child) {
  float: right;
}

.company-card-post:hover {
  background: #f5f5f5;
}

.company-news-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-news-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-news-content,
.company-news-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-news-content:last-child:not(:first-child) {
  float: right;
}

.company-news-content__short {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-news-content__short {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-news-content__short,
.company-news-content__short:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-news-content__short:last-child:not(:first-child) {
  float: right;
}

.company-news-content h6 {
  border-bottom: #d9d9d9 1px solid;
  margin-bottom: 0.1em;
  padding-bottom: 0.3em;
}

.company-pr-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-pr-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-pr-content,
.company-pr-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-pr-content:last-child:not(:first-child) {
  float: right;
}

.company-pr-content h6 {
  border-bottom: #d9d9d9 1px solid;
}

.company-news-post {
  margin-bottom: 1rem;
}

.company-news-meta {
  color: #2d2d2d;
}

.company-news-date {
  display: block;
}

.company-news-author {
  display: block;
}

.company-news-meta-text {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

.company-video {
  cursor: pointer;
}

.company-video:hover .play-button {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-video-box {
  position: relative;
  margin: 0 auto;
  width: 41.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-right: 1px solid #d9d9d9;
}

@media print, screen and (min-width: 40em) {
  .company-video-box {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-video-box,
.company-video-box:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-video-box:last-child:not(:first-child) {
  float: right;
}

.company-video-box .video-box-inner {
  overflow: hidden;
  position: relative;
  border: none;
  background-position: center !important;
  background-size: cover !important;
  padding: 5px;
  width: 100%;
  padding-top: 56.25%;
}

.company-video-box .video-box-inner .play-button {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100px;
  border: 2px solid #fff;
  background: url(../images/video_play_button.png), rgba(10, 10, 10, 0.5);
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 12px;
  -webkit-transition: ease all 0.7s;
  -o-transition: ease all 0.7s;
  transition: ease all 0.7s;
}

.company-video-box .video-box-inner .play-button:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.video-title-inner {
  width: 58.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .video-title-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.video-title-inner,
.video-title-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.video-title-inner:last-child:not(:first-child) {
  float: right;
}

#video_modal:focus {
  outline: none;
}

#video_modal #my_video {
  position: relative;
  margin: 0 auto;
  width: 300px;
  margin-top: 6.25rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #video_modal #my_video {
    width: 620px;
    margin-top: 7%;
  }
}

@media screen and (min-width: 64em) {
  #video_modal #my_video {
    width: 700px;
    margin-top: 7%;
  }
}

#video_modal #youtube_video_source {
  height: 169px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #video_modal #youtube_video_source {
    height: 349px;
  }
}

@media screen and (min-width: 64em) {
  #video_modal #youtube_video_source {
    height: 396px;
  }
}

#video_modal .close-reveal-modal {
  position: absolute;
  top: -48px;
  right: 0;
  border: 1px solid #fefefe;
  font-size: 26px;
  color: #fefefe;
  width: 40px;
  height: 40px;
  text-align: center;
}

#video_modal .close-reveal-modal i {
  margin-left: 1px;
  padding-top: 6px;
  display: block;
}

.company-awards .award {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin: 0.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.company-awards .award,
.company-awards .award:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-awards .award:last-child:not(:first-child) {
  float: right;
}

.company-awards .award-image {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0.75rem;
}

.company-awards .award-image,
.company-awards .award-image:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-awards .award-image:last-child:not(:first-child) {
  float: right;
}

.company-awards .award-image img {
  max-width: 100%;
  max-height: 6.25rem;
}

.company-awards .award-info {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.company-awards .award-info,
.company-awards .award-info:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-awards .award-info:last-child:not(:first-child) {
  float: right;
}

.company-awards .award-info h6 {
  margin-bottom: 0;
}

.company-awards .award-info span {
  color: #8a8a8a;
  font-style: italic;
}

.company-awards .learn-more {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .company-awards .learn-more {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-awards .learn-more,
.company-awards .learn-more:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-awards .learn-more:last-child:not(:first-child) {
  float: right;
}

.company-awards .learn-more a {
  font-size: 0.875rem;
}

.highcharts-credits {
  display: none !important;
}

.button-group {
  margin-bottom: 0;
}

.button-group .button {
  margin-right: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fefefe;
  color: #0a0a0a !important;
  border-right: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
}

.button-group .button.active {
  background: #fefefe;
  color: #0a0a0a !important;
  border-right: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  border-top: 1px solid #fefefe;
  border-bottom: 2px solid #2ca2d1;
}

.company-card.company-card-empty {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.company-card.company-card-empty:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5.625rem;
  background: #fefefe;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(rgba(255, 255, 255, 0.1)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1), white);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1), white);
}

.company-card.company-card-empty .company-more {
  position: absolute;
  bottom: 5px;
  left: 0;
  background: #fefefe;
  width: 100%;
  text-align: center;
}

.company-card.company-card-empty .company-more a {
  font-size: 0.875rem;
}

.company-card-empty-na {
  color: #d9d9d9;
  font-size: 50px;
  text-align: center;
  display: block;
  padding-top: 16px;
}

.company-message-wrap {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  .company-message-wrap {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-message-wrap,
.company-message-wrap:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-message-wrap:last-child:not(:first-child) {
  float: right;
}

.company-message {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 12px 5px 7px;
  font-size: 12px;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-message span {
  padding: 3px 7px;
  border-radius: 0.625rem;
  margin-right: 0.3125rem;
  display: inline-block;
}

.company-message span.alert {
  background: #cc4b37;
}

.company-message span.verified {
  position: relative;
  padding: 6px 5px 5px 10px;
}

.company-message span.verified:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F00C";
  color: #fefefe;
  background: #5890ff;
  border-radius: 6.25rem;
  right: 0;
  height: 15px;
  width: 15px;
  text-align: center;
  top: 0;
  font-size: 11px;
}

.company-message p {
  margin-bottom: 0;
}

.company-message a {
  color: #fefefe;
}

.company-message:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.company-verified:hover {
  border: 1px solid transparent !important;
}

.company-product .company-rating {
  display: block;
}

.company-product .company-rating i {
  color: #FFD700;
}

.company-product .company-rating .rating-text {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #8a8a8a;
  padding: 0 12px 0 0;
  margin-right: 0.3125rem;
  display: inline-block;
  position: relative;
}

.company-product .company-rating .rating-text:before {
  content: " ";
  width: 3px;
  background: #0a0a0a;
  height: 3px;
  border-radius: 3.125rem;
  position: absolute;
  right: 0;
  top: 10px;
}

.company-product .rating-numbers {
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.company-product-link {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin: 0.5rem 0 0.75rem;
  position: relative;
}

.company-product-link,
.company-product-link:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-product-link:last-child:not(:first-child) {
  float: right;
}

.company-product-link:before {
  position: absolute;
  content: " ";
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.company-product-link:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\F105";
  font-size: 1.25rem;
  color: #8a8a8a;
  right: 0;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-product-link:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.company-product-link:last-child:before {
  display: none;
}

.company-product-link:hover:after {
  color: #0a0a0a;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.not-available {
  color: #8a8a8a;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  font-weight: normal !important;
}

.broker-table-compare-widget {
  margin-bottom: 2rem;
  padding: 0.5rem;
}

.broker-table-compare-widget td,
.broker-table-compare-widget th {
  padding: 2px 8px !important;
}

.broker-table-compare-widget table {
  margin: 0 auto;
  max-width: 685px;
  position: relative;
  width: 100%;
}

.dental-plans .dental-plans-wrapper {
  margin: auto;
}

.dental-plans .searchhead {
  font-size: 1.8em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: none !important;
  display: inline-block;
  width: 70%;
}

.dental-plans .hl-blue {
  color: #0095ad !important;
}

.dental-plans .plan-select-right {
  display: inline-block;
  width: 29%;
}

.dental-plans select#planPricingDiv {
  display: inline-block;
  width: 180px;
  margin-left: 15px;
}

.dental-plans .plan-select-right {
  display: inline-block;
  width: 29%;
  text-align: right;
}

.dental-plans .plan-select-right p {
  display: inline-block;
  font-weight: 600;
}

.dental-plans .sbp {
  display: inline-block;
  width: 70%;
}

.dental-plans .change-loc {
  display: inline-block;
  text-align: right;
  width: 29%;
  color: #000;
}

.dental-plans .change-loc a {
  text-decoration: underline;
  color: #000;
}

.dental-plans .dp-plan-ab-head {
  font-size: 14px;
}

.dental-plans .btn-cta {
  min-width: 134px;
}

.dental-plans .planLink {
  text-decoration: underline;
  font-size: 1.5rem;
}

.dental-plans .plan-row-left {
  display: inline-block;
  padding-right: 1.5rem;
  vertical-align: top;
}

.dental-plans .comparecheckbox input {
  margin-bottom: 0;
  top: 2px;
  position: relative;
}

.dental-plans label.radio-label.css-radiobox {
  margin: 0;
  line-height: normal;
}

.dental-plans .plan-row-mid-one {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.dental-plans .plan-row-mid-one a {
  color: #0095ad;
  cursor: pointer;
  font-weight: 600;
}

.dental-plans .pl-bullets p {
  font-size: 15px;
  line-height: 22px;
}

.dental-plans ul.want-plan {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}

.dental-plans ul.want-plan li a {
  font-size: 15px;
  color: #000;
}

.dental-plans .pl-bullets {
  font-size: 15px;
}

.dental-plans ul.want-plan li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.dental-plans ul.want-plan li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  content: '';
  border-radius: 50%;
  bottom: 0;
  margin: auto;
}

.dental-plans .dp-plan-ab {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding-left: 15px;
}

.dental-plans .fl {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
}

.dental-plans .see-more-icon {
  display: inline-block;
}

.dental-plans .see-more-icon a {
  font-weight: 700;
  color: #f28230;
  text-decoration: underline;
}

.dental-plans .plandetailtotal {
  font-size: 25px;
  padding-top: 0;
  line-height: 25px;
  font-weight: 600;
}

.dental-plans .plandetailyear {
  font-size: 18px;
  padding-top: 0;
  line-height: 15px;
  font-weight: 600;
}

.dental-plans .strikethrough {
  text-decoration: line-through;
  font-size: 15px;
}

.dental-plans .plandetailyear {
  font-size: 18px;
  padding-top: 10px;
  line-height: 15px;
}

.dental-plans .btn-two {
  color: #fff;
  background-color: #f99d2a;
  border: 1px solid;
  border-color: #e49129;
}

.dental-plans .listing-actions {
  display: inline-block;
  padding-left: 15px;
  width: 22%;
}

.dental-plans p.individual {
  text-align: center;
  margin-bottom: 4px;
}

.dental-plans .plan-row {
  border: 1px solid #dcdcdc;
  padding: 1rem;
  border-radius: 5px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 10px #d0d0d0;
          box-shadow: 0px 0px 10px #d0d0d0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-plans .dental-popup {
  max-width: 70%;
  margin: auto;
  text-align: center;
  position: fixed;
  width: 600px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 332px;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  padding: 30px;
}

.dental-plans .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.dental-plans button#close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 29px;
  font-weight: 300;
  cursor: pointer;
}

.dental-plans .cigna-sav-con {
  font-size: 18px;
  font-weight: 600;
}

.dental-plans .cimg-inner {
  display: inline-block;
  margin: 0 10px;
}

.dental-plans .cimg-inner img {
  width: 50px;
}

.dental-plans span.proced-name {
  display: block;
  font-size: 14px;
  color: #000;
}

.dental-plans .cigna-img-wrap {
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .dental-plans div.bz3-header-menu-wrapper {
    width: 100% !important;
  }

  .dental-plans .dental-plans-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .dental-plans .fl {
    width: 29px;
  }

  .dental-plans .dp-plan-ab h4 {
    font-size: 20px;
  }

  .dental-plans .plandetailtotal {
    font-size: 21px;
  }

  .dental-plans .plandetailyear {
    font-size: 16px;
  }

  .dental-plans .plan-row-left {
    padding-right: 8px;
  }

  .dental-plans .listing-actions {
    width: 20%;
  }

  .dental-plans .pl-bullets {
    font-size: 14px;
  }

  .dental-plans ul.want-plan {
    margin-left: 0;
  }

  .dental-plans ul.want-plan li a {
    font-size: 14px;
  }

  .dental-plans .searchhead {
    font-size: 26px;
    width: 60%;
  }

  .dental-plans .plan-select-right {
    width: 38%;
  }
}

@media screen and (max-width: 39.99875em) {
  .dental-plans .plan-row-left,
  .dental-plans .plan-row-mid-one {
    width: 100%;
  }

  .dental-plans .dp-plan-ab {
    width: 100%;
    padding-left: 0;
  }

  .dental-plans .listing-actions {
    width: 100%;
    padding-top: 1rem;
  }

  .dental-plans .plan-row {
    padding: 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .dental-plans .searchhead,
  .dental-plans .plan-select-right {
    width: 100%;
    text-align: center;
  }

  .dental-plans .sbp {
    width: auto;
  }

  .dental-plans .change-loc {
    width: auto;
    float: right;
  }
}

.bz3-dropdown {
  text-align: right;
  position: relative;
}

.bz3-dropdown .bz3-dropdown-button {
  padding: 8px 12px;
  border: solid 3px #eee;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.bz3-dropdown .bz3-dropdown-container {
  display: none;
  text-align: left;
  background-color: white;
  border: solid 3px #eee;
  -webkit-box-shadow: 0 2px 4px rgba(50, 50, 93, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(50, 50, 93, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: -3px;
  z-index: 10;
  position: absolute;
  width: 75%;
  right: 0;
}

.bz3-dropdown.open .bz3-dropdown-button {
  background-color: #fafafa;
}

.bz3-dropdown.open .bz3-dropdown-container {
  display: inherit;
}

@media screen and (max-width: 39.99875em) {
  .bz3-dropdown .bz3-dropdown-container {
    width: 100%;
    position: fixed;
    top: 3px;
    bottom: 0px;
    overflow-y: scroll;
  }
}

.bz3-event {
  margin-bottom: 0.5rem;
}

.bz3-event:hover {
  opacity: 0.7;
}

.bz3-event:hover .bz3-event-title {
  text-decoration: underline;
}

.bz3-event .bz3-event-title {
  font-size: 1rem;
  color: black;
  font-weight: bold;
}

.bz3-event .bz3-event-dates,
.bz3-event .bz3-event-location {
  font-size: 0.8rem;
  color: #333;
}

.bz3-coin-featured {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bz3-coin-featured::before,
.bz3-coin-featured::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-coin-featured::after {
  clear: both;
}

.bz3-coin-featured-coin {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .bz3-coin-featured-coin {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-coin-featured-coin,
.bz3-coin-featured-coin:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-coin-featured-coin:last-child:not(:first-child) {
  float: right;
}

.bz3-coin-featured-coin img {
  max-width: 2.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-coin-featured-coin {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-coin-featured-coin {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-coin-featured-coin,
  .bz3-coin-featured-coin:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-coin-featured-coin:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-coin-featured-coin {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-coin-featured-coin {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-coin-featured-coin,
  .bz3-coin-featured-coin:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-coin-featured-coin:last-child:not(:first-child) {
    float: right;
  }
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -10px #aaa;
            box-shadow: 0 0 -10px #aaa;
  }

  40% {
    -webkit-box-shadow: 0 0 20px #aaa;
            box-shadow: 0 0 20px #aaa;
  }

  60% {
    -webkit-box-shadow: 0 0 20px #aaa;
            box-shadow: 0 0 20px #aaa;
  }

  100% {
    -webkit-box-shadow: 0 0 -10px #AAA;
            box-shadow: 0 0 -10px #AAA;
  }
}

@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #aaa;
  }

  40% {
    box-shadow: 0 0 20px #aaa;
  }

  60% {
    box-shadow: 0 0 20px #aaa;
  }

  100% {
    box-shadow: 0 0 -10px #AAA;
  }
}

@keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 -10px #aaa;
            box-shadow: 0 0 -10px #aaa;
  }

  40% {
    -webkit-box-shadow: 0 0 20px #aaa;
            box-shadow: 0 0 20px #aaa;
  }

  60% {
    -webkit-box-shadow: 0 0 20px #aaa;
            box-shadow: 0 0 20px #aaa;
  }

  100% {
    -webkit-box-shadow: 0 0 -10px #AAA;
            box-shadow: 0 0 -10px #AAA;
  }
}

.bz3-coin-chart {
  height: 6.25rem;
}

.bz3-coin-chart__loading {
  position: relative;
}

.bz3-coin-chart__loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bz3-coin-chart__loading i {
  color: #e9e9e9;
}

.bz3-coin-featured-coin-inner {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bz3-coin-featured-heading {
  border-bottom: 1px solid #d6d6d6;
  padding: 0.25rem;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.bz3-coin-featured-heading img {
  max-width: 30px;
}

.bz3-coin-featured-heading h5 {
  font-size: 0.875rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.bz3-coin-featured-heading h6 {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
}

.bz3-coin-featured-heading-inner {
  display: table-row;
}

.bz3-coin-featured-heading-inner .image {
  max-width: 30px;
  width: 25%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.bz3-coin-featured-heading-inner .name {
  width: 70%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

.bz3-coin-featured-price {
  padding: 0.25rem;
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.bz3-coin-featured-price h6 {
  margin-bottom: 0;
}

.bz3-coin-featured-price-inner {
  display: table-row;
}

.bz3-coin-featured-price-inner .price {
  max-width: 30px;
  width: 50%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.bz3-coin-featured-price-inner .percent {
  width: 50%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: right;
}

.bz3-featured-coin-stories {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-featured-coin-stories {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-featured-coin-stories,
.bz3-featured-coin-stories:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-coin-stories:last-child:not(:first-child) {
  float: right;
}

.bz3-featured-coin-stories .more {
  text-align: center;
}

.bz3-featured-coin-story {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.bz3-featured-coin-story,
.bz3-featured-coin-story:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-coin-story:last-child:not(:first-child) {
  float: right;
}

.bz3-featured-coin-story:hover {
  background: #f5f5f5;
}

.bz3-featured-coin-story-inner {
  padding: 1rem;
}

.bz3-featured-coin-story-inner h3 {
  color: #2d2d2d;
  margin-bottom: 0;
}

.bz3-featured-coin-story-inner p {
  color: #2d2d2d;
  margin-bottom: 0;
}

.bz3-featured-coin-story-inner span {
  color: #8a8a8a;
  margin-bottom: 1rem;
  display: block;
}

.bz3-featured-coin-story-inner img {
  float: left;
  margin-right: 0.5rem;
}

@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url(../fonts/Font-Awesome-5-Brands-Regular-400.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

.main-footer ul {
  margin: 0;
}

.main-footer .disclosure {
  background: #225aa9;
  margin: 0;
  border-top: 1px solid #fff;
  text-align: left;
}

.main-footer .disclosure p {
  color: #c6c6c6;
  font-size: 11px;
  padding: 10px 0;
}

.main-footer .disclosure a {
  color: #fff;
}

.main-footer .disclosure .w-container.container-footer {
  height: auto;
}

.main-footer .main-footer .section {
  background-color: #e4e4e4;
}

.main-footer .section-2 {
  background-color: #0c2140;
}

.main-footer .container-footer {
  height: 392px;
}

.main-footer .branding-and-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-footer .benzinga-logo {
  margin-top: 40px;
  text-align: center;
}

.main-footer .div-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .text-block {
  margin-top: 40px;
}

.main-footer .social-icons {
  margin-top: 40px;
  padding-left: 98px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 27px;
}

.main-footer .social-icons:hover {
  color: #fff;
}

.main-footer .app-store-icon {
  height: 35px;
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 0px;
}

.main-footer .image {
  width: 90px;
  margin-top: 40px;
}

.main-footer .image-2 {
  height: 38px;
  margin-top: 40px;
}

.main-footer .google-play-button {
  height: 30px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 6px;
}

.main-footer .app-store-button {
  display: block;
  height: 30px;
  margin-top: 0px;
  margin-left: 20px;
  border-radius: 6px;
}

.main-footer .divider-footer {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #c6c6c6;
  color: #fff;
}

.main-footer .partner-footer-links-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.main-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 27px;
  font-weight: 400;
}

.main-footer .link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.main-footer .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer .list {
  margin-top: 4px;
  margin-bottom: 0px;
}

.main-footer .footer-link {
  margin-top: 0px;
  padding-top: 10px;
  border: 0px none #000;
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  color: #c6c6c6;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.main-footer .footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.main-footer .list-item {
  padding-top: 0px;
}

.main-footer .text-field {
  display: block;
  margin: 0px;
  padding: 0px 0px 0px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #000;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.main-footer .submit-button {
  display: block;
  margin: 4px 0px 4px 12px;
  padding: 0px 12px 4px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 6px;
  background-color: #225aa9;
  -webkit-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 200ms ease;
  -o-transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 200ms ease;
  transition: background-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 200ms ease;
  font-size: 18px;
}

.main-footer .submit-button:hover {
  background-color: #0a1f3d;
}

.main-footer .form-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -38px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-footer .left-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .newsletter-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .benzinga-newsletter {
  width: 210px;
  height: auto;
  margin-bottom: 0px;
  margin-left: -2px;
}

.main-footer .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 0px 4px 0px 0px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: #fff;
}

.main-footer .social-media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-left: 98px;
}

.main-footer .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 0px;
  padding-right: 27px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .facebook-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .facebook-icon a:hover {
  color: #3b5998;
}

.main-footer .app-store-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 90px;
}

.main-footer .linkedin-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .linkedin-icon a:hover {
  color: #0072b1;
}

.main-footer .twitter-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .twitter-icon a:hover {
  color: #1da1f2;
}

.main-footer .youtube-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .youtube-icon a:hover {
  color: red;
}

.main-footer .soundcloud-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .soundcloud-icon a:hover {
  color: #fe5000;
}

.main-footer .button {
  height: 40px;
  margin-top: 22px;
  margin-left: -2px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #225aa9;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms ease;
  -o-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms ease;
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.main-footer .button:hover {
  background-color: #2683e0;
  color: #fff;
}

.main-footer .body {
  -webkit-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 400ms ease;
  -o-transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 400ms ease;
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 400ms ease;
}

.main-footer .instagram-icon a {
  -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  -o-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 200ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.main-footer .instagram-icon a:hover {
  color: #e1306c;
}

.main-footer .div-block-3 {
  height: 40px;
  background-color: #fff;
}

.main-footer .copyright-section {
  height: 40px;
  border-top: 1px solid #fff;
  background-color: #225aa9;
}

.main-footer .copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .terms-and-conditions-links {
  width: 100%;
  height: 40px;
}

.main-footer .text-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.main-footer .copyright-section-link {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.main-footer .copyright-section-link:hover {
  text-decoration: underline;
}

.main-footer .terms-and-conditions-footerl-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  margin-left: 0;
  padding-left: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .terms-and-conditions-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .copyright-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .copyright-block {
  margin-left: -11px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.main-footer .terms-and-conditions {
  width: 76%;
}

.main-footer .copyright-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer .popular-channels-div,
.main-footer .tools-and-features-div,
.main-footer .about-benzinga-div {
  width: 25%;
}

.main-footer .contact-button-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: -38px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-footer .questions-div {
  display: none;
}

.main-footer .google-play-button-wrapper {
  width: 97px;
  height: 30px;
  margin-left: 1px;
  border-radius: 6px;
  background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-1_static.png);
  background-position: 0px 0px;
  background-size: auto 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .google-play-button-wrapper:hover {
  background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-1.png);
}

.main-footer .app-store-button-wrapper {
  width: 86px;
  height: 30px;
  margin-left: 20px;
  border-radius: 6px;
  background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-2_static.png);
  background-position: 0px 0px;
  background-size: auto 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-footer .app-store-button-wrapper:hover {
  background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-2.png);
}

.main-footer .google-play-wrapper-copy {
  width: 97px;
  height: 30px;
  margin-left: 1px;
  border-radius: 6px;
  background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-1_static.png);
  background-position: 0px 0px;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.main-footer .utility-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .utility-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.main-footer .utility-page-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .main-footer .container-footer {
    height: 380px;
    padding: 0px 20px;
  }

  .main-footer .branding-and-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-footer .benzinga-logo {
    width: 20%;
  }

  .main-footer .google-play-button {
    height: 27px;
  }

  .main-footer .app-store-button {
    width: 76.05902862548828px;
    height: 27px;
    margin-left: 18px;
  }

  .main-footer .partner-footer-links-div {
    width: 30%;
  }

  .main-footer .link-title {
    font-size: 15px;
  }

  .main-footer .footer-link {
    font-size: 13px;
  }

  .main-footer .text-field {
    position: static;
    display: block;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
  }

  .main-footer .submit-button {
    margin-bottom: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
  }

  .main-footer .form-block {
    display: block;
    margin-top: 32px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-footer .newsletter-form {
    margin-top: 16px;
    margin-left: 0px;
  }

  .main-footer .left-spacer {
    display: none;
  }

  .main-footer .benzinga-newsletter {
    margin-left: 0px;
  }

  .main-footer .form-wrapper {
    width: 100%;
    height: 48px;
    margin-top: 0px;
    margin-right: 6px;
    margin-left: 0px;
    padding-right: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main-footer .social-media-wrapper {
    margin-left: 36px;
  }

  .main-footer .icon-wrapper {
    padding-right: 30px;
  }

  .main-footer .facebook-icon,
  .main-footer .linkedin-icon,
  .main-footer .twitter-icon,
  .main-footer .youtube-icon,
  .main-footer .soundcloud-icon {
    font-size: 24px;
  }

  .main-footer .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    margin-top: 15px;
    padding: 13px 13px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .instagram-icon {
    font-size: 24px;
  }

  .main-footer .copyright-section {
    border-top-width: 2px;
  }

  .main-footer .copyright-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-footer .copyright-section-link {
    padding-right: 10px;
    font-size: 8.8px;
  }

  .main-footer .terms-and-conditions-footerl-links {
    margin-left: 0px;
  }

  .main-footer .copyright-div {
    width: 30%;
  }

  .main-footer .copyright-block {
    margin-left: 0px;
    font-size: 8.8px;
    font-weight: 600;
  }

  .main-footer .terms-and-conditions {
    width: 70%;
  }

  .main-footer .about-benzinga-div {
    width: 20%;
  }

  .main-footer .contact-button-div {
    display: block;
    width: 50%;
    margin-top: -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-footer .questions-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .main-footer .google-play-button-wrapper {
    width: 88px;
    height: 27px;
    background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-1.png);
    background-position: 0px 0px;
    background-size: auto 27px;
    background-repeat: no-repeat;
  }

  .main-footer .app-store-button-wrapper {
    margin-left: 16px;
    background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-2.png);
  }

  .main-footer .google-play-wrapper-copy {
    width: 88px;
    height: 27px;
    background-image: url(../images/footer/24-246862_weve-got-you-covered-app-store-logo-whiteArtboard-1_static.png);
    background-position: 0px 0px;
    background-size: auto 27px;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .main-footer .container-footer {
    height: 939px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .main-footer .branding-and-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer .benzinga-logo {
    width: 300px;
    max-width: none;
    margin-top: 40px;
  }

  .main-footer .google-play-button,
  .main-footer .app-store-button {
    height: 40px;
  }

  .main-footer .divider-footer {
    margin-top: 32px;
  }

  .main-footer .partner-footer-links-div {
    width: 50%;
  }

  .main-footer .link-title {
    margin-top: 48px;
    padding-left: 0px;
    font-size: 20px;
  }

  .main-footer .links-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-footer .list {
    margin-top: 8px;
  }

  .main-footer .footer-link {
    padding-top: 12px;
    font-size: 15px;
  }

  .main-footer .form-block {
    margin-top: 0px;
  }

  .main-footer .newsletter-form {
    margin-top: 20px;
  }

  .main-footer .newsletter-div {
    margin-top: 40px;
  }

  .main-footer .social-media-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 37px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .icon-wrapper {
    margin-top: 52px;
    margin-left: 0px;
    padding-right: 42px;
  }

  .main-footer .facebook-icon {
    font-size: 36px;
  }

  .main-footer .app-store-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
    margin-left: -16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-footer .linkedin-icon,
  .main-footer .twitter-icon,
  .main-footer .youtube-icon,
  .main-footer .soundcloud-icon {
    font-size: 36px;
  }

  .main-footer .button {
    margin-top: 18px;
    font-size: 13px;
  }

  .main-footer .instagram-icon {
    font-size: 36px;
  }

  .main-footer .copyright-section {
    height: 140px;
  }

  .main-footer .copyright-container {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer .copyright-section-link {
    padding-right: 6px;
    font-size: 10.3px;
  }

  .main-footer .terms-and-conditions-footerl-links {
    width: 100%;
    margin-top: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .copyright-div {
    width: 100%;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .copyright-block {
    margin-top: 0px;
    font-size: 15px;
    text-align: center;
  }

  .main-footer .terms-and-conditions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .main-footer .popular-channels-div {
    width: 50%;
    margin-left: -1px;
  }

  .main-footer .tools-and-features-div {
    width: 50%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .main-footer .about-benzinga-div {
    width: 50%;
    padding-left: 20px;
  }

  .main-footer .contact-button-div {
    margin-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .main-footer .questions-div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-footer .google-play-button-wrapper {
    width: 116px;
    height: 36px;
    margin-left: 0px;
    background-size: auto 36px;
  }

  .main-footer .app-store-button-wrapper {
    width: 101px;
    height: 36px;
    background-size: auto 36px;
  }
}

@media screen and (max-width: 479px) {
  .main-footer .container-footer {
    height: 1693px;
  }

  .main-footer .branding-and-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer .benzinga-logo {
    width: 75%;
  }

  .main-footer .google-play-button,
  .main-footer .app-store-button {
    height: 32px;
  }

  .main-footer .divider-footer {
    margin-top: 32px;
  }

  .main-footer .partner-footer-links-div {
    width: 100%;
  }

  .main-footer .link-title {
    margin-top: 40px;
    font-size: 20px;
  }

  .main-footer .links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
  }

  .main-footer .text-field {
    display: inline;
    overflow: visible;
    width: 75%;
    padding-left: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .main-footer .submit-button {
    display: block;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-footer .form-block {
    width: 100%;
    margin-top: 0px;
  }

  .main-footer .newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .newsletter-div {
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-footer .benzinga-newsletter {
    display: block;
    width: 200px;
    height: 16px;
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .main-footer .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: auto;
        align-self: auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-footer .social-media-wrapper {
    width: 100%;
    margin-left: 0px;
    padding-left: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .main-footer .icon-wrapper {
    margin-top: 40px;
    margin-left: 0px;
    padding-right: 18px;
  }

  .main-footer .facebook-icon {
    font-size: 28px;
  }

  .main-footer .app-store-wrapper {
    margin-top: 40px;
    margin-left: -16px;
  }

  .main-footer .linkedin-icon,
  .main-footer .twitter-icon,
  .main-footer .youtube-icon,
  .main-footer .soundcloud-icon {
    font-size: 28px;
  }

  .main-footer .button {
    margin-top: 20px;
    font-size: 15px;
  }

  .main-footer .instagram-icon {
    font-size: 28px;
  }

  .main-footer .copyright-section {
    height: 342px;
  }

  .main-footer .copyright-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .main-footer .copyright-section-link {
    margin-top: 24px;
    font-size: 15px;
  }

  .main-footer .terms-and-conditions-footerl-links {
    margin-top: 18px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-footer .copyright-div {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }

  .main-footer .copyright-block {
    margin-top: 0px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 14px;
    text-align: center;
  }

  .main-footer .terms-and-conditions,
  .main-footer .popular-channels-div {
    width: 100%;
  }

  .main-footer .tools-and-features-div,
  .main-footer .about-benzinga-div {
    width: 100%;
    padding-left: 0px;
  }

  .main-footer .contact-button-div {
    width: 100%;
    margin-top: 36px;
  }

  .main-footer .questions-div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
  }
}

.bz3-header-container {
  margin: 0;
  padding: 0 0.3125rem;
  overflow: initial;
  background: #004c6a;
  width: 100%;
}

.bz3-header-container__logo {
  background: #002d45;
}

.bz3-header-container__menu {
  background: #002d45;
  position: relative;
  z-index: 2;
}

.bz3-header-inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.bz3-header-inner::before,
.bz3-header-inner::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-header-inner::after {
  clear: both;
}

.bz3-header-top {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-header-top {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-header-top,
.bz3-header-top:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-header-top:last-child:not(:first-child) {
  float: right;
}

.bz3-header-top ul {
  margin: 0;
  line-height: 1;
}

.bz3-header-top ul.login-nav {
  float: right;
  font-size: 14px;
  padding-top: 2px;
}

.bz3-header-top ul li {
  display: inline-block;
  list-style-type: none;
  float: left;
}

.bz3-header-top ul li.benzinga {
  border-top: 1px solid #2ca2d1;
}

.bz3-header-top ul li.benzingapro {
  border-top: 1px solid #fb8a2a;
}

.bz3-header-top ul li.marketfy {
  border-top: 1px solid #6aa815;
}

.bz3-header-top ul li.bz-cloud-link {
  border-top: 1px solid #98b9ca;
}

.bz3-header-top ul li.bz-awards {
  border-top: 1px solid #f7be81;
}

.bz3-header-top ul li.premarket-prep {
  border-top: 1px solid #ff7b00;
}

.bz3-header-top ul li.active {
  background: #0a5e80;
}

.bz3-header-top ul li.active a {
  color: #fefefe;
}

.bz3-header-top ul li.active a::before {
  display: none !important;
}

.bz3-header-top ul li a {
  color: #78b4cd;
  text-decoration: none;
  margin: 7px 15px;
  float: left;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  line-height: 1.875rem;
  position: relative;
  font-size: 0.875rem;
}

.bz3-header-top ul li a::before {
  content: " ";
  opacity: 0;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: rgba(254, 254, 254, 0.3);
  width: 1%;
  -webkit-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
}

.bz3-header-top ul li a:hover {
  color: #fefefe;
}

.bz3-header-top ul li a:hover::before {
  content: " ";
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.bz3-header-logo {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: none;
  background: #002d45;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 40em) {
  .bz3-header-logo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-header-logo,
.bz3-header-logo:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-header-logo:last-child:not(:first-child) {
  float: right;
}

.bz3-header-logo a {
  display: block;
  text-align: center;
}

.bz3-header-logo a img {
  max-width: 7.5rem;
}

.bz3-header-logo .bz3-header-logo-mobile-menu {
  width: 8.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  display: block;
  color: white;
  line-height: 2.25rem;
  font-size: 1.6875rem;
  text-align: left;
  cursor: pointer;
}

.bz3-header-logo .bz3-header-logo-mobile-menu,
.bz3-header-logo .bz3-header-logo-mobile-menu:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-header-logo .bz3-header-logo-mobile-menu:last-child:not(:first-child) {
  float: right;
}

.bz3-header-logo .bz3-header-logo-mobile-menu i.fa-bars {
  font-weight: 100;
}

.bz3-header-logo .bz3-header-logo-figure {
  width: 83.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  float: left !important;
}

.bz3-header-logo .bz3-header-logo-figure,
.bz3-header-logo .bz3-header-logo-figure:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-header-logo .bz3-header-logo-figure:last-child:not(:first-child) {
  float: right;
}

.bz3-header-menu {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  z-index: 2;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .bz3-header-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-header-menu,
.bz3-header-menu:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-header-menu:last-child:not(:first-child) {
  float: right;
}

.bz3-header-menu li {
  display: inline-block;
  float: left;
  list-style-type: none;
}

.bz3-header-menu li a {
  font-size: 0.9375rem;
  color: #fefefe;
  line-height: 1.625rem;
  text-align: center;
  display: block;
  padding: 0.9375rem;
  position: relative;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.bz3-header-menu li a::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: rgba(10, 10, 10, 0.25);
}

.bz3-header-menu li.active a,
.bz3-header-menu li:hover a {
  background: rgba(10, 10, 10, 0.2);
}

.bz3-header-menu li:hover .bz3-header-subnav {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.bz3-header-menu li:hover .bz3-header-subnav-wrapper {
  opacity: 1;
}

.bz3-header-menu li .bz3-header-menu-logo-image {
  background: transparent !important;
  padding-top: 0.75rem;
  padding-bottom: 0.3125rem;
  padding-left: 0;
}

.bz3-header-menu li .bz3-header-menu-logo-image img {
  max-height: 2.375rem;
}

.bz3-header-menu li .bz3-header-menu-logo-image:hover:before {
  display: block !important;
}

.bz3-header-subnav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  transition: visibility 0s linear 0.2s,opacity 0.2s linear;
}

.bz3-header-subnav.active {
  visibility: visible;
  opacity: 1;
}

.bz3-header-subnav .bz3-header-subnav-wrapper {
  position: absolute;
  padding-top: 8px;
  margin-right: 120px;
  max-width: 900px;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-container {
  background: #fefefe;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  border-top: solid #ff7b00 5px;
  background: #fcfcfc;
  padding: 0rem 0.5rem;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-container::after {
  content: ' ';
  clear: both;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff7b00;
  position: absolute;
  top: 2px;
  left: 10px;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section {
  display: inline-block;
  padding: 1rem 0;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-article-links {
  margin-left: 0;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner {
  max-width: 300px;
  width: auto;
  padding: 0;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner h5 {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin: 0;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner li {
  display: block;
  width: 100%;
  float: none;
  list-style-type: none;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner a {
  text-shadow: 0 1px 3px #fff;
  text-align: left;
  color: #555;
  font-size: 0.875rem;
  padding: 0.125rem 0;
  background: transparent !important;
  text-transform: capitalize;
  line-height: 1.4em;
  margin: 0.4rem 0;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner a:hover {
  color: black;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner a::before {
  display: none;
}

.bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-section .bz3-header-subnav-inner a::after {
  display: none;
}

.bz3-header-mobile-menu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  margin: 0;
  height: 100%;
  display: none;
}

.bz3-header-mobile-menu .bz3-mobile-container {
  top: 0;
  left: 0;
  background: #002d45;
  width: 85%;
  margin: 0;
  height: 100%;
  -webkit-box-shadow: 5px 0 10px -3px rgba(10, 10, 10, 0.15);
          box-shadow: 5px 0 10px -3px rgba(10, 10, 10, 0.15);
  overflow: scroll;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-close {
  padding: 1.25rem;
  color: white;
  text-align: right;
  cursor: pointer;
  font-size: 1.6875rem;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list {
  list-style-type: none;
  margin: 0;
  padding-bottom: 5rem;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li a {
  display: block;
  color: #fefefe;
  height: auto;
  line-height: 2;
  padding: 15px 15px 15px 35px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  border-left: 2px solid transparent;
  position: relative;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.benzinga a {
  border-left: 2px solid #2ca2d1;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.benzingapro a {
  border-left: 2px solid #fb8a2a;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.marketfy a {
  border-left: 2px solid #6aa815;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.bz-cloud-link a {
  border-left: 2px solid #98b9ca;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.bz-awards a {
  border-left: 2px solid #f7be81;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li.premarket-prep a {
  border-left: 2px solid #ff7b00;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list li:first-child a {
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list-icon {
  position: absolute;
  top: 0;
  fill: white;
  line-height: 34px;
  right: 0;
  padding: 0;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 2;
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list-icon svg {
  fill: white;
  width: 20px;
  line-height: 34px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bz3-header-mobile-menu .bz3-header-mobile-menu-list-icon.active svg {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bz3-header-mobile-menu-subnav {
  background: #fefefe;
  margin: 0;
  list-style-type: none;
  display: none;
}

.bz3-header-mobile-menu-subnav h5 {
  color: #0a0a0a;
  height: auto;
  line-height: 2;
  padding: 15px 15px 15px 35px;
  margin-bottom: 0;
  font-size: 1rem;
}

.bz3-header-mobile-menu-subnav li a {
  border-top: 1px solid rgba(0, 45, 69, 0.1) !important;
  border-bottom: none !important;
  font-size: 0.875rem;
  color: #0a0a0a !important;
}

@media screen and (max-width: 63.99875em) {
  .bz3-header-menu {
    display: none;
  }

  .bz3-header-logo {
    display: block;
  }
}

@media only screen and (max-width: 1400px) {
  .bz3-header-menu li:last-child {
    position: relative;
  }

  .bz3-header-menu li:last-child .bz3-header-subnav .bz3-header-subnav-wrapper {
    right: 0;
    margin-right: 0;
    width: 600px;
  }

  .bz3-header-menu li:last-child .bz3-header-subnav .bz3-header-subnav-wrapper .bz3-header-subnav-container::after {
    right: 35px;
    left: auto;
  }
}

#market-overview-block {
  padding: 0;
  margin: 0;
  font-size: 11px;
  float: left;
}

#custom-search-results .item {
  padding: 2px 7px 9px;
}

#custom-search-results .item.selected {
  background: yellow;
}

#custom-search-results .tickers .item .ticker,
#custom-search-results .stories .item .title,
#custom-search-results .keywords .item .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 180%;
  padding: 4px 0;
}

#custom-search-results .tickers .item .ticker {
  padding: 0;
}

#custom-search-results .tickers .item .company-name {
  font-size: 12px;
  line-height: 100%;
  color: #333;
}

#custom-search-results .stories .item .date {
  font-size: 12px;
  line-height: 100%;
  color: #333;
}

#custom-search-results .tickers .item .company-name:before {
  display: none;
}

#market-overview-block .market-overview-index-item {
  color: #7d7d7d;
  padding: 0px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#market-overview-block .market-overview-index-item span {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  font-weight: bold;
}

#market-overview-block .market-overview-positive {
  color: #2bb45b;
}

#market-overview-block .market-overview-negative {
  color: #b55f6c;
}

#market-overview-block .market-overview-field-name {
  width: 80px;
  color: #315a76;
}

#market-overview-block .market-overview-field-lasttrade,
#market-overview-block .market-overview-field-changedec,
#market-overview-block .market-overview-field-changeper {
  width: 55px;
  text-align: right;
}

#market-overview-block .market-overview-field-direction.market-overview-positive,
#market-overview-block .market-overview-field-direction.market-overview-negative {
  margin: 0;
}

ul#webTicker {
  list-style: none;
  padding: 0;
  margin: 0;
}

#market-overview-block #webTicker li {
  float: left;
  border-right: 1px solid #ccc;
}

#market-overview-block #webTicker li:last-child {
  border-right: 0;
}

#market-overview-block .left .market-overview-field-name {
  float: left;
  width: 100%;
  height: 9px;
  line-height: 100%;
}

#market-overview-block .left .market-overview-field-lasttrade {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  line-height: 100%;
  margin-top: 2px;
  margin-right: 18px;
}

#market-overview-block .right .market-overview-field-changedec {
  width: 100%;
}

#market-overview-block .right .market-overview-field-changeper {
  float: right;
  width: 100%;
  line-height: 100%;
  margin-top: 2px;
}

#market-overview-block .market-overview-field-direction {
  position: relative;
  top: -10px;
  left: -10px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}

#market-overview-block .market-overview-field-direction.market-overview-positive {
  background-image: url(https://cdn2.benzinga.com/sites/all/modules/custom/bz_custom/images/market-overview-arrows.png);
  background-position: -9px 0;
  background-repeat: no-repeat;
}

#market-overview-block .market-overview-field-direction.market-overview-negative {
  background-image: url(https://cdn2.benzinga.com/sites/all/modules/custom/bz_custom/images/market-overview-arrows.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#market-overview-block .market-overview-field-direction.market-overview-positive,
#market-overview-block .market-overview-field-direction.market-overview-negative {
  margin: 0;
}

/*#market-overview-block .left {
  width: 75px
}
*/

/*#market-overview-block .right {
  width: 50px
}*/

#bz-custom-search-form .form-item {
  float: left;
  position: relative;
}

#bz-custom-search-form input[placeholder] {
  font-size: 12px;
}

#bz-custom-search-form input[type="text"] {
  width: 207px;
  height: 40px;
  padding: 0 15px;
  border-color: #bbb;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border-right: 0;
}

#custom-search-results {
  position: absolute;
  margin: 39px 0;
  border: 1px solid #888;
  background: white;
  z-index: 999999999;
  width: 247px;
}

#custom-search-results .seperator {
  background: #2a8ab1;
  width: 100%;
}

#custom-search-results .seperator h2 {
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding-left: 10px;
}

#custom-search-results .item {
  padding: 2px 7px 9px;
}

#custom-search-results .keywords .item .title {
  font-weight: bold;
  color: #236dc9;
}

#custom-search-results span.link {
  display: none;
}

#bz-custom-search-form button[type="submit"] {
  height: 40px;
  width: 40px;
  border: 0;
  background: #fa8418;
  color: white;
  font-size: 14px;
}

#bz3-tickerheader .block-head-items {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
}

.market-overview-index-item .left {
  width: 70%;
}

.market-overview-index-item .right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

:root {
  --main-bg-color: #ffffff;
  --main-border-color: #d3d3d3;
  --card-border-color: #58d697;
  --accent-color: #ff7b00;
  --purple-color: #800080;
  --white-color: #ffffff;
  --gray-color: gray;
}

.mortgage-lead-funnel-container {
  position: fixed;
  background-color: white;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 64px;
  text-align: center;
  overflow-y: scroll;
}

.mortgage-lead-funnel {
  background-color: white;
  max-width: 700px;
  border-radius: 10px;
  top: 32px;
  margin: auto;
}

.mortgage-lead-funnel input[type=text] {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--main-border-color);
  border-radius: 4px;
}

.mortgage-lead-funnel input[type=text].error {
  border-color: red;
}

.mortgage-lead-funnel input[type=range] {
  width: 100%;
}

.mortgage-lead-funnel .input-container {
  width: 100%;
  text-align: left;
}

.mortgage-lead-funnel .error-label {
  color: red;
}

.mortgage-lead-funnel h2 {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 50px;
  text-align: center;
}

.mortgage-lead-funnel h3 {
  font-size: 30px;
  text-align: center;
  color: var(--gray-color);
}

.mortgage-lead-funnel h4 {
  margin-top: 16px;
  text-align: center;
  color: var(--gray-color);
}

.mortgage-lead-funnel .section-h2 {
  margin-bottom: 1rem;
}

.mortgage-lead-funnel .mortgage-btn {
  all: unset;
  height: 70px;
  font-size: 24px !important;
  margin-top: 32px !important;
  max-width: 360px !important;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 1.125rem;
  margin: 30px auto 0 !important !important;
  max-width: 360px !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}

.mortgage-lead-funnel .btn-primary {
  color: var(--white-color);
  background: var(--accent-color);
}

.mortgage-lead-funnel .btn-primary .label {
  display: block;
  background: inherit;
}

.mortgage-lead-funnel .btn-next {
  background-color: var(--purple-color);
  color: var(--white-color);
  border-radius: 4px;
  height: 70px;
}

.mortgage-lead-funnel .btn-back {
  color: var(--purple-color);
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

.mortgage-lead-funnel .contact-info .lead-form {
  text-align: left;
  max-width: 360px;
  margin: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.mortgage-lead-funnel .contact-info .form-field-wrap label {
  margin: 12px 0 4px 0;
}

.mortgage-lead-funnel .contact-info .form-field-wrap input {
  width: 100%;
  padding: 8px;
  font-size: 24px;
  outline: none;
  border-radius: 4px;
  border: solid 1px #ccc;
  line-height: 1em;
}

.mortgage-lead-funnel .contact-info .required {
  font-size: 14px;
  margin-top: 8px;
}

.mortgage-lead-funnel .contact-info ::-webkit-input-placeholder {
  color: #ddd;
}

.mortgage-lead-funnel .contact-info :-ms-input-placeholder {
  color: #ddd;
}

.mortgage-lead-funnel .contact-info ::placeholder {
  color: #ddd;
}

.mortgage-lead-funnel .refinance .btn-icon {
  background-image: url(../images/mortgages/refinance.svg);
}

.mortgage-lead-funnel .purchase .btn-icon {
  background-image: url(../images/mortgages/purchase.svg);
}

.mortgage-lead-funnel .primary .btn-icon {
  background-image: url(../images/mortgages/primary.svg);
}

.mortgage-lead-funnel .secondary .btn-icon {
  background-image: url(../images/mortgages/secondary.svg);
}

.mortgage-lead-funnel .investment .btn-icon {
  background-image: url(../images/mortgages/investment.svg);
}

.mortgage-lead-funnel .single .btn-icon {
  background-image: url(../images/mortgages/primary.svg);
}

.mortgage-lead-funnel .multi .btn-icon {
  background-image: url(../images/mortgages/multi.svg);
}

.mortgage-lead-funnel .townhome-condo .btn-icon {
  background-image: url(../images/mortgages/condo.svg);
}

.mortgage-lead-funnel .mobile .btn-icon {
  background-image: url(../images/mortgages/mobile.svg);
}

.mortgage-lead-funnel .bad .btn-icon {
  background-image: url(../images/mortgages/bad.svg);
}

.mortgage-lead-funnel .average .btn-icon {
  background-image: url(../images/mortgages/average.svg);
}

.mortgage-lead-funnel .good .btn-icon {
  background-image: url(../images/mortgages/good.svg);
}

.mortgage-lead-funnel .excellent .btn-icon {
  background-image: url(../images/mortgages/excellent.svg);
}

.mortgage-lead-funnel .input-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mortgage-lead-funnel .input-form-group :first-child {
  margin-right: 1rem;
}

.mortgage-lead-funnel .section-container {
  opacity: 1;
}

.mortgage-lead-funnel .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--accent-color);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
}

.mortgage-lead-funnel .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 33px;
  height: 33px;
  background: var(--white-color);
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
}

.mortgage-lead-funnel .slider::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.16);
          box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.16);
}

.mortgage-lead-funnel .evaluated-property-value-label {
  letter-spacing: 3px;
  font-size: 32px;
  margin-bottom: 28px;
  color: var(--accent-color);
  font-weight: bold;
}

.mortgage-lead-funnel .step {
  min-width: 90%;
  min-height: 60vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 39.99875em) {
  .mortgage-lead-funnel-container {
    padding: 16px;
  }

  .mortgage-lead-funnel .evaluated-property-value-label {
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 18px;
  }

  .mortgage-lead-funnel .step {
    min-height: 80vh;
  }

  .mortgage-lead-funnel .btn-card .btn-icon {
    margin: 0.25rem auto 0;
  }

  .mortgage-lead-funnel .btn-card .btn-label {
    height: 32px;
  }

  .mortgage-lead-funnel h2 {
    font-size: 28px;
  }

  .mortgage-lead-funnel h3 {
    font-size: 18px;
  }
}

.bz3-job-listings {
  padding: 12px;
  border: solid 1px #333;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 16px;
}

.bz3-job-listings .bz3-job-listings-title {
  margin: 0;
}

.bz3-job-listings .bz3-job-listings-about {
  font-size: 0.8em;
  margin-bottom: 12px;
  border-bottom: solid 1px;
  padding-bottom: 4px;
}

.bz3-job-listings .bz3-job-listing {
  margin-bottom: 12px;
  display: inline-block;
  border-bottom: solid 1px #ddd;
  padding-bottom: 12px;
}

.bz3-job-listings .bz3-job-listing:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.bz3-job-listings .bz3-job-listing:hover .bz3-job-title {
  color: #999;
  text-decoration: underline;
}

.bz3-job-listings .bz3-job-listing .bz3-job-title {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.2em;
  text-decoration: underline;
}

.bz3-job-listings .bz3-job-listing .bz3-job-company {
  font-size: 0.8rem;
  color: #333;
}

.bz3-job-listings .bz3-job-listing .bz3-job-location {
  font-size: 0.8rem;
  color: #333;
}

.bz3-job-listings .bz3-job-listing .bz3-job-description {
  font-size: 0.7rem;
  color: #333;
  line-height: 1.4em;
}

.bz3-job-listings .bz3-job-listing .bz3-where-at {
  font-weight: 600;
}

.btn-toggle,
.see-all {
  font-size: 0.9em;
  color: #004c6a;
}

.btn-toggle a,
.see-all a {
  color: #004c6a;
}

.see-all.raised {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1.4rem;
}

.see-all.raised a {
  padding: 6px 12px;
  border-radius: 1rem;
  border: solid 1px #ddd;
  color: #004c6a;
}

.see-all.raised a:hover {
  background-color: #fafafa;
  color: #777;
  border-color: #777;
}

#utility-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background-color: rgba(19, 28, 35, 0.75);
}

#utility-overlay #utility-overlay-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#utility-overlay #utility-overlay-inner i {
  color: #fefefe;
  font-size: 100px;
}

.bz3-login-modal {
  position: fixed;
  background: rgba(10, 10, 10, 0.5);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.bz3-login-modal-inner {
  position: relative;
  width: 25%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  float: none !important;
  padding: 1.25rem 2.5rem;
  border: 1px solid rgba(10, 10, 10, 0.8);
  background: #fefefe;
  border-radius: 0.25rem;
}

.bz3-login-modal-inner,
.bz3-login-modal-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-login-modal-inner:last-child:not(:first-child) {
  float: right;
}

.bz3-login-modal-inner h3 {
  text-align: center;
}

.bz3-login-modal-inner input {
  height: 2.375rem;
  border-radius: 4px !important;
  font-size: 1.0625rem;
  padding-left: 0.9375rem;
  margin-bottom: 0.75rem;
}

.bz3-login-modal-inner .wide {
  background-color: #fb8a2a;
  color: #fefefe;
  width: 100%;
  margin-top: 0.625rem;
}

.bz3-login-modal-inner .wide:hover,
.bz3-login-modal-inner .wide:focus {
  background-color: #fb8a2a;
  color: #fefefe;
}

.bz3-login-modal-inner .wide:hover {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.bz3-login-modal-logo {
  text-align: center;
}

.bz3-login-modal-logo img {
  max-width: 120px;
  margin-bottom: 1rem;
}

.bz3-modal-close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #fefefe;
  font-size: 1.6875rem;
}

.bz3-register-text {
  text-align: center;
  font-style: italic;
  position: relative;
  top: 2px;
  padding-top: 1px;
  margin-bottom: 0.625rem;
  line-height: 0;
}

.bz3-register-text h4 {
  line-height: 1;
  z-index: 2;
  background-color: #fff;
  padding: 0 8px 0 7px;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.bz3-register-text:after {
  content: " ";
  width: 100%;
  background-color: #8a8a8a;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
}

.bz3-register .button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee), to(#eee));
  background-image: -webkit-linear-gradient(top, #eee 0, #eee 100%);
  background-image: -o-linear-gradient(top, #eee 0, #eee 100%);
  background-image: linear-gradient(-180deg, #eee 0, #eee 100%);
  color: #2d2d2d !important;
  width: 100%;
}

.bz3-register .button:hover {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.bz3-forgot-password {
  float: right;
  font-style: italic;
}

.bz3-forgot-password a {
  font-size: 0.75rem;
}

#login-form-message.fail,
#register-form-message.fail {
  color: #cc4b37;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 0.3125rem 0.625rem;
  display: block;
  position: relative;
  font-size: 1.125rem;
}

#login-form-message.fail:before,
#register-form-message.fail:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F12A";
  left: 0;
  top: 0.375rem;
}

#login-form-message.success,
#register-form-message.success {
  color: #3adb76;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  padding: 0.3125rem 0.625rem 0.3125rem 1.6875rem;
  display: block;
  position: relative;
  font-size: 1.4375rem;
}

#login-form-message.success:before,
#register-form-message.success:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F00C";
  left: 0;
  top: 0.375rem;
}

.form-input.fail {
  border-color: #cc4b37;
}

.bz3-multi-table {
  font-size: 1rem;
  border: solid 1px #002d45;
  border-radius: 2px;
}

.bz3-multi-table table tbody tr,
.bz3-multi-table table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.bz3-multi-table #tab-gaining-stocks .change {
  color: #28a745;
}

.bz3-multi-table #tab-losing-stocks .change {
  color: #ff0000;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  outline: none;
}

.bz3-multi-table .ui-widget.ui-widget-content {
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 0 !important;
}

.bz3-multi-table .ui-widget.ui-widget-content:before {
  content: none;
}

.bz3-multi-table .ui-widget.ui-widget-content:after {
  margin-right: 4px;
  color: #333;
}

.bz3-multi-table table {
  margin-bottom: 0;
}

.bz3-multi-table table tbody {
  height: 188px;
  overflow: auto;
  display: block;
  width: 100%;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #002e44;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.bz3-multi-table a.see-all-link {
  color: #2da2d2;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 8px;
  display: block;
}

.bz3-multi-table .bz3-multi-table-container {
  padding: 0 !important;
}

.bz3-multi-table .ui-widget.ui-widget-content:after {
  content: "Quotes delayed up to 15 minutes";
  position: absolute;
  font-size: 10px;
  bottom: -15px;
  right: 0;
  color: #ccc;
  font-style: italic;
}

.bz3-multi-table .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.bz3-multi-table .bz3-top-stocks h4 {
  background: #002e44;
  color: #ff7b00;
  margin: 0 !important;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 1.2em;
}

.bz3-multi-table .ui-widget.ui-widget-content {
  border: 0;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  background: none;
  border: 0;
  font-size: 12px;
  padding: 0.2em;
  text-align: center;
  width: 100%;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav li {
  padding: 0;
  white-space: nowrap;
  background: #ccc;
  border: 0;
  border-radius: 0;
  width: calc(100% / 3);
  margin-right: 0;
  border-left: 2px solid #fff;
}

.bz3-multi-table .ui-tabs .ui-tabs-nav li:first-child {
  border-left: 0;
}

.bz3-multi-table .bz3-title {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #ff7b00;
  padding: 4px 8px;
  background-color: #012e44;
  margin-bottom: 2px;
}

.bz3-multi-table .bz3-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.bz3-multi-table .bz3-tabs .bz3-tab {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
  margin: 0 2px;
  background-color: #ccc;
}

.bz3-multi-table .bz3-tabs .bz3-tab.active {
  background-color: #014c69;
  color: white;
}

.bz3-multi-table .bz3-multi-table-container {
  padding: 2px 2px 0;
}

.bz3-multi-table table {
  display: none;
  table-layout: fixed;
}

.bz3-multi-table table td,
.bz3-multi-table table th {
  background: transparent;
  color: black;
  font-size: 12px;
  padding: 0 4px;
  border: none !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bz3-multi-table table.active {
  display: table;
}

#newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 45, 69, 0.95);
  display: none;
}

.newsletter-popup-inner {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.newsletter-popup-inner p {
  color: #fefefe;
}

.newsletter-popup-inner label {
  color: #fefefe;
}

.newsletter-popup-inner form {
  max-width: 80%;
  margin: 0 auto;
}

.newsletter-popup-inner .hs-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fb8a2a;
  color: #0a0a0a;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  border: 0;
  color: #fefefe !important;
  font-family: Open Sans Condensed,sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  background-color: #ff7b00;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1);
}

[data-whatinput='mouse'] .newsletter-popup-inner .hs-button {
  outline: 0;
}

.newsletter-popup-inner .hs-button:hover,
.newsletter-popup-inner .hs-button:focus {
  background-color: #e66c04;
  color: #0a0a0a;
}

.newsletter-popup-inner .hs-button:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.newsletter-popup-inner .hs-button:focus {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.newsletter-popup-inner .hs-error-msgs {
  background: #cc4b37;
  margin-left: 0;
}

.newsletter-popup-inner .hs-error-msgs li {
  list-style-type: none;
  padding: 0.3125rem 0.5rem;
  margin-top: -16px;
}

.newsletter-popup-inner .submitted-message {
  max-width: 80%;
  margin: 0 auto;
}

.newsletter-popup-inner .submitted-message p {
  padding: 0.3125rem 0.5rem;
  font-style: italic;
  text-align: center;
  font-size: 1.25rem;
}

.newsletter-header {
  text-align: center;
}

.newsletter-header img {
  max-width: 14.0625rem;
}

.newsletter-header .headline {
  font-size: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.newsletter-exit {
  max-width: 80%;
  margin: 0 auto;
  font-style: italic;
  font-size: 0.75rem;
  color: #eee;
  text-align: center;
}

.newsletter-x {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  cursor: pointer;
}

.bz3-page-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 0px;
  overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-content {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content p iframe,
  .bz3-page-content figure iframe {
    width: 100% !important;
    height: 200px !important;
  }
}

.bz3-page-content .bz3-page-header .bz3-page-header-meta h1 {
  margin-bottom: 16px;
  line-height: 1.2em;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content .bz3-page-header {
    margin: 0;
  }
}

.bz3-page-content .grid-x {
  margin-left: 0;
}

.bz3-page-content-footer {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-footer {
    margin: 12px 0;
  }
}

.bz3-content-block {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.bz3-content-block .bz3-content-block-wrapper {
  padding: 0;
}

.bz3-table img {
  width: 100px;
  max-width: 100px;
}

.bz3-table.center {
  text-align: center;
}

.bz3-table.center td {
  text-align: center;
}

.bz3-page-content-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.bz3-page-content-wrap::before,
.bz3-page-content-wrap::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-page-content-wrap::after {
  clear: both;
}

.bz3-page-content-wrap__expanded {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.bz3-page-content-wrap__expanded::before,
.bz3-page-content-wrap__expanded::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-page-content-wrap__expanded::after {
  clear: both;
}

.bz3-page-content-section-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-content-section-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-content-section-header,
.bz3-page-content-section-header:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-content-section-header:last-child:not(:first-child) {
  float: right;
}

.bz3-page-content-section .wp-block-benzinga-blocks-section {
  padding: 0 !important;
}

.bz3-page-content-section__full-width {
  overflow: auto;
  float: none !important;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-content-section__full-width {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-content-section__full-width,
.bz3-page-content-section__full-width:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-content-section__full-width:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-section__full-width {
    padding: 0;
  }
}

.bz3-page-content-section__side-bar {
  padding-bottom: 32px;
  width: 70.83333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0 8px;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-content-section__side-bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-content-section__side-bar,
.bz3-page-content-section__side-bar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-content-section__side-bar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-section__side-bar {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0 8px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-page-content-section__side-bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-section__side-bar,
  .bz3-page-content-section__side-bar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-section__side-bar:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-section__side-bar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-page-content-section__side-bar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-section__side-bar,
  .bz3-page-content-section__side-bar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-section__side-bar:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-page-content-section__side-bar .bz3-page-header-meta {
  display: inline-block;
  text-align: left;
  width: 100% !important;
  max-width: 100%;
}

.bz3-page-content-section__side-bar .bz3-page-content-section__centered {
  margin: 0;
  padding-bottom: 12px;
  width: 100%;
}

.bz3-page-content-section__centered {
  float: none !important;
  overflow: auto;
  width: 83.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 32px;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-content-section__centered {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-content-section__centered,
.bz3-page-content-section__centered:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-content-section__centered:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .bz3-page-content-section__centered {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-section__centered {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-page-content-section__centered {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-section__centered,
  .bz3-page-content-section__centered:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-section__centered:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-section__centered {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-page-content-section__centered {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-section__centered,
  .bz3-page-content-section__centered:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-section__centered:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-page-content-sidebar {
  padding: 32px 16px;
  width: 29.16667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-content-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-content-sidebar,
.bz3-page-content-sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-content-sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-sidebar {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-left: 4px !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-page-content-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-content-sidebar,
  .bz3-page-content-sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-sidebar:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-page-content-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-content-sidebar,
  .bz3-page-content-sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-content-sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-page-content-sidebar .bz3-product-display {
  background-color: #fafafa;
  float: none !important;
  width: 100%;
  margin: 0;
}

.bz3-page-content-sidebar .bz3-news-feed .bz3-news-feed-wrapper .bz3-post-card .bz3-post-title {
  font-size: 17px;
}

.bz3-page-content-sidebar .bz3-news-feed .bz3-news-feed-wrapper .bz3-post-card .bz3-post-description {
  display: none !important;
}

.grid-x .cell .bz3-page-content-sidebar {
  width: 100%;
  padding: 0;
  max-width: 320px;
}

@media screen and (max-width: 39.99875em) {
  .grid-x .cell .bz3-page-content-sidebar {
    max-width: 100%;
  }
}

.page .grid-x .cell .bz3-page-content-sidebar {
  max-width: 100%;
}

.wp-block-advanced-gutenberg-blocks-summary {
  display: inline-block;
  padding-right: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 39.99875em) {
  .wp-block-advanced-gutenberg-blocks-summary {
    width: 100%;
  }
}

.wp-block-advanced-gutenberg-blocks-summary__list {
  margin-top: 1rem;
}

.wp-block-advanced-gutenberg-blocks-summary__list a {
  color: #2ca2d1 !important;
}

@media screen and (max-width: 39.99875em) {
  .wp-block-image figure,
  .wp-block-image img {
    width: 100%;
  }
}

.bz3-featured-articles {
  margin-bottom: 48px;
  padding: 8px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-articles {
    padding-bottom: 0;
  }

  .bz3-featured-articles .btn-cta {
    font-size: 0.75rem;
    max-width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.bz3-featured-title {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-featured-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-featured-title,
.bz3-featured-title:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-title:last-child:not(:first-child) {
  float: right;
}

.bz3-featured-title h3 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.bz3-featured-title h3::before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #d6d6d6;
  top: 22px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-title h3::before {
    top: 12px;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-title h3 {
    margin-bottom: 1rem;
  }

  .bz3-featured-title h3 span {
    padding: 0 8px !important;
  }
}

.bz3-featured-title h3 span {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.bz3-featured-title h1 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.bz3-featured-title h1::before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #d6d6d6;
  top: 35px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-title h1::before {
    top: 17px;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-title h1 {
    margin-bottom: 1rem;
  }
}

.bz3-featured-title h1 span {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.bz3-featured-title__grey span {
  background: #eee !important;
}

.bz3-featured-reviews {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bz3-featured-reviews::before,
.bz3-featured-reviews::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-featured-reviews::after {
  clear: both;
}

.bz3-featured-reviews a {
  color: #2d2d2d;
}

.bz3-featured-reviews a:hover .bz3-featured-review-inner {
  background: #f5f5f5;
}

.bz3-featured-review {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  float: left !important;
}

@media print, screen and (min-width: 40em) {
  .bz3-featured-review {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-featured-review,
.bz3-featured-review:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-review:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  .bz3-featured-review {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-featured-review {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .bz3-featured-review,
  .bz3-featured-review:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-featured-review:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-review {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-featured-review {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-review,
  .bz3-featured-review:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-featured-review:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-featured-review h5 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.bz3-featured-review-inner {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  padding: 3.25rem 1rem 1rem;
  position: relative;
  margin-bottom: 0;
}

.bz3-featured-review-inner:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.bz3-featured-review-inner h5,
.bz3-featured-review-inner h6 {
  margin-bottom: 0;
}

.bz3-featured-review-inner h6 {
  color: #8a8a8a;
}

.bz3-featured-review-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 50%;
  border: 1px solid #d6d6d6;
  border-top: none;
  border-left: none;
  text-align: center;
}

.bz3-featured-review-image img {
  max-height: 70%;
  max-width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bz3-featured-review-image i {
  color: #FFD700;
}

.bz3-featured-review-overview-stars {
  color: #FFD700;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 50%;
  border: 1px solid #d6d6d6;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
}

.bz3-featured-review-overview-stars-inner {
  color: #FFD700;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}

.bz3-featured-review-link {
  margin-top: 0.5rem;
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-review-link {
    float: left;
    width: 100%;
  }
}

.bz3-latest {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.bz3-latest::before,
.bz3-latest::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-latest::after {
  clear: both;
}

.bz3-latest h4 {
  margin-bottom: 0;
}

.bz3-latest h4 a {
  color: #2d2d2d;
}

.bz3-latest-posts {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-latest-posts {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-latest-posts,
.bz3-latest-posts:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-latest-posts:last-child:not(:first-child) {
  float: right;
}

.bz3-latest-posts a {
  color: #2d2d2d;
}

.bz3-latest-posts a:hover .bz3-latest-post-overview {
  background: #f5f5f5;
}

.bz3-latest-posts h4 {
  font-size: 1.125rem;
}

.bz3-featured-geo-home-rate {
  text-align: center;
}

.bz3-featured-geo-home-rate h6 {
  margin-bottom: 0;
}

.bz3-featured-geo-home-rate label {
  font-size: 0.8rem;
  color: #666666;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.bz3-featured-geo-home-rate .geo-home-stat {
  padding: 12px;
}

.bz3-featured-geo-home-rate .geo-home-value {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-geo-home-rate {
    margin-bottom: 24px;
  }
}

.bz3-container-price-home {
  width: 350px;
  max-width: 100%;
  height: 180px;
  margin: 0 auto;
  font-weight: bold;
}

.bz3-container-price-home .bz3-state-rate {
  padding: 2rem;
  text-align: center;
}

.bz3-container-price-home .bz3-state-rate .bz3-state-rate-value {
  font-size: 2rem;
}

.bz3-container-price-home .bz3-state-rate .bz3-state-rate-frequency {
  font-size: 1rem;
  color: silver;
}

.bz3-featured-geo-home-top {
  text-align: center;
}

.bz3-featured-geo-home-top img {
  margin: 0.75rem 0;
  max-height: 3.125rem;
  min-height: 3.125rem;
}

.bz3-featured-geo-home-top h6 {
  font-size: 1.125rem;
}

.bz3-page-header {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

.bz3-page-header__company {
  min-height: 200px;
}

.bz3-page-header.is-centered {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 75em) {
  .bz3-page-header.is-centered {
    padding: 0;
  }
}

@media screen and (min-width: 40em) {
  .bz3-page-header.is-centered .bz3-page-header-meta-title,
  .bz3-page-header.is-centered .bz3-page-header-meta-byline {
    padding: 0;
  }
}

.is-centered .bz3-page-header-meta,
.is-centered .bz3-page-affiliate-disclosure {
  width: 83.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.is-centered .bz3-page-header-meta,
.is-centered .bz3-page-header-meta:last-child:not(:first-child),
.is-centered .bz3-page-affiliate-disclosure,
.is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.is-centered .bz3-page-header-meta:last-child:not(:first-child),
.is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    margin-left: 8.33333%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-header-meta:last-child:not(:first-child),
  .is-centered .bz3-page-affiliate-disclosure,
  .is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .is-centered .bz3-page-header-meta:last-child:not(:first-child),
  .is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding: 0;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-affiliate-disclosure {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .is-centered .bz3-page-header-meta,
  .is-centered .bz3-page-header-meta:last-child:not(:first-child),
  .is-centered .bz3-page-affiliate-disclosure,
  .is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .is-centered .bz3-page-header-meta:last-child:not(:first-child),
  .is-centered .bz3-page-affiliate-disclosure:last-child:not(:first-child) {
    float: right;
  }
}

.is-centered .bz3-page-affiliate-disclosure {
  padding: 0;
}

.is-centered .bz3-content-classic .bz3-page-affiliate-disclosure {
  margin: 0;
}

.bz3-page-header-video {
  position: relative;
  height: 21.875rem;
  overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-header-video {
    height: 15.625rem;
  }
}

.bz3-page-header-video-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bz3-page-header-video-inner video {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-header-video-inner {
    background: url(../images/black-bg.png);
  }

  .bz3-page-header-video-inner video {
    display: none;
  }
}

.bz3-page-header-form {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bz3-page-header-form::before,
.bz3-page-header-form::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-page-header-form::after {
  clear: both;
}

.bz3-page-header-form.active {
  z-index: 999999999999999;
}

.bz3-page-header-form__no-video {
  padding: 40px 0;
  top: 0;
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.bz3-page-header-form-title {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 25%;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-header-form-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-header-form-title,
.bz3-page-header-form-title:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form-title:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form-title:last-child:last-child {
  float: left;
}

.bz3-page-header-form-title h1 {
  color: #fefefe;
  padding-bottom: 10px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
}

.bz3-page-header-form form {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 25%;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-header-form form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-header-form form,
.bz3-page-header-form form:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form form:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form form:last-child:last-child {
  float: left;
}

.bz3-page-header-form form .input-group {
  margin-bottom: 0;
}

.bz3-page-header-form form .search-field {
  border: none;
  height: 60px;
  border-radius: 4px !important;
  font-size: 1.0625rem;
  padding-left: 0.9375rem;
}

.bz3-page-header-form form .button {
  background-color: #fb8a2a;
  color: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 10px;
  right: 27px;
}

.bz3-page-header-form form .button:hover,
.bz3-page-header-form form .button:focus {
  background-color: #fb8a2a;
  color: #fefefe;
}

.bz3-page-header-form form .button:hover {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bz3-page-header-form form .form-handler-radio {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.bz3-page-header-form form .form-handler-radio,
.bz3-page-header-form form .form-handler-radio:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form form .form-handler-radio:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form form .form-handler-radio label {
  color: #fefefe;
  width: auto !important;
}

.bz3-page-header-bg-image {
  height: 300px;
  width: 100%;
  background-size: cover !important;
  z-index: -3;
  background-position: center center !important;
  background-color: black;
}

.bz3-page-header-stripes {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  z-index: -2;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.bz3-page-header-stripes__light {
  opacity: 0.5;
  z-index: 0;
}

.bz3-page-header-stripes__dark {
  opacity: 0.5;
  z-index: 0;
}

.bz3-page-header-meta {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  margin: auto;
}

.bz3-page-header-meta__center {
  text-align: center;
}

.bz3-page-header-meta__center .bz3-page-header-meta-intro {
  float: none !important;
  margin: 0 auto;
}

.bz3-page-header-meta .bz3-page-header-meta-intro-cta {
  text-align: center;
}

.bz3-page-header-meta .bz3-page-header-meta-intro-cta .btn-cta {
  font-size: 0.75rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-meta-title h1 {
    font-size: 2rem;
  }
}

.bz3-page-header-meta-title__no-bottom-margin h1 {
  margin-bottom: 0;
}

.bz3-page-header-meta-review {
  color: #FFD700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .bz3-page-header-meta-intro {
    font-size: 1.375rem;
  }
}

.bz3-page-header-meta-intro a {
  color: #fb8a2a;
  border-bottom: 1px solid rgba(254, 254, 254, 0.8);
  padding-bottom: 3px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-page-header-meta-intro a:hover {
  border-bottom: 1px solid #fefefe;
}

.bz3-page-header-meta-byline {
  display: inline-block;
}

.bz3-page-header-badge {
  text-align: center;
}

.bz3-page-header-badge img {
  width: 160px;
  margin-bottom: 16px;
}

.bz3-page-header-meta-author-url {
  float: left;
}

.bz3-page-header-meta-author-url img {
  max-width: 4.0625rem;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-meta-author-url img {
    max-width: 3.75rem;
    border-radius: 6.25rem;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
}

.bz3-page-header-meta-author-info {
  float: left;
  padding-left: 0.9rem;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-meta-author-info {
    padding: 0.1875rem 0 0 0.5rem;
  }
}

.bz3-page-header-meta-author-info h5,
.bz3-page-header-meta-author-info h6 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-meta-author-info h5,
  .bz3-page-header-meta-author-info h6 {
    font-size: 1rem;
  }
}

.bz3-page-header-meta-author-info h6 {
  font-size: 0.75rem;
  color: #444;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-meta-author-info h6 {
    font-size: 0.75rem;
  }
}

.bz3-page-header-meta-author-info .article-date {
  font-size: 0.625rem;
  display: block;
}

.bz3-page-header-meta-author-info .modified-date {
  font-size: 0.625rem;
  font-style: italic;
  display: block;
  color: #999;
}

.bz3-page-header-meta-author-info-verified {
  position: relative;
}

.bz3-page-header-meta-author-info-verified::before {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  content: "\F00C";
  color: #fefefe;
  background: #5890ff;
  border-radius: 6.25rem;
  right: -19px;
  height: 14px;
  width: 14px;
  text-align: center;
  top: 1px;
  font-size: 0.625rem;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-header-meta-author-info-verified::before {
    height: 15px;
    width: 15px;
  }
}

.bz3-page-header-meta-wrap {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.bz3-page-header-meta-inner {
  display: table-row;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-info {
    margin-bottom: 1rem;
  }
}

.bz3-page-header-cta {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fefefe;
  padding: 16px;
  border: 1px solid #d6d6d6;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  border-radius: 10px;
  background-color: #fafafa;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .button {
    font-size: 0.8em;
  }
}

.bz3-page-header-cta-logo {
  max-width: 200px;
  margin: 0 auto;
}

.bz3-page-header-cta-logo img {
  max-height: 100px;
  padding: 0.625rem;
  background: #fefefe;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto 1.375rem;
}

.bz3-page-header-cta-text {
  display: block;
  font-size: 0.875rem;
  max-width: 250px;
  margin: 0 auto;
  color: #fefefe;
  margin-bottom: 0.625rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.bz3-page-header-cta-trust {
  display: block;
  font-size: 0.75rem;
  max-width: 9.375rem;
  margin: 0 auto;
  color: #666;
  font-style: italic;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.bz3-page-overview {
  margin-bottom: 1rem;
}

.bz3-page-overview-geo.home-insurance {
  background-color: #fafafa;
  border: solid 1px #ddd;
  padding: 24px;
}

.bz3-page-overview-wrap {
  max-width: 75rem;
  margin: auto;
}

.bz3-page-overview-description {
  font-size: 1rem;
}

.bz3-page-overview-details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-overview-details {
    display: block;
  }
}

.bz3-page-overview-block {
  padding-right: 1rem;
  width: 50%;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-overview-block {
    width: 100%;
  }
}

.bz3-page-overview-block li::before {
  font-family: FontAwesome;
}

.bz3-page-overview-block__pro li {
  list-style-type: none;
}

.bz3-page-overview-block__pro li::before {
  content: '\F164';
  font-family: FontAwesome;
  margin: 0 5px 0 -20px;
  color: #3adb76;
}

.bz3-page-overview-block__con li {
  list-style-type: none;
}

.bz3-page-overview-block__con li::before {
  content: "\F165";
  font-family: FontAwesome;
  margin: 0 5px 0 -20px;
  color: #cc4b37;
}

.bz3-page-sticky-header-row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.bz3-page-sticky-header-row::before,
.bz3-page-sticky-header-row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-page-sticky-header-row::after {
  clear: both;
}

.bz3-page-sticky-header-column {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-sticky-header-column {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-sticky-header-column,
.bz3-page-sticky-header-column:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-sticky-header-column:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-sticky-header-column {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-page-sticky-header-column,
  .bz3-page-sticky-header-column:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-sticky-header-column:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-page-sticky-header-wrap {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
}

.bz3-page-sticky-header-inner {
  display: table-row;
  height: 80px;
}

.bz3-page-sticky-header-logo {
  width: 60%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-sticky-header-logo {
    width: 40%;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-sticky-header-logo {
    width: 0;
    padding-right: 0;
  }
}

.bz3-page-sticky-header-logo img {
  max-height: 50px;
  max-width: 100%;
}

.bz3-page-sticky-header-offer {
  background: #3adb76;
  height: 80px;
  width: 40%;
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
  .bz3-page-sticky-header-offer {
    width: 60%;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-sticky-header-offer {
    width: 100%;
    min-width: 100vw;
  }
}

.bz3-page-sticky-header-offer::before {
  font-family: FontAwesome;
  content: "\F061";
  position: absolute;
  font-size: 40px;
  right: 8px;
  top: 9px;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: ease all 0.1s;
  -o-transition: ease all 0.1s;
  transition: ease all 0.1s;
  opacity: 1;
}

.bz3-page-sticky-header-offer-content {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}

.bz3-page-sticky-header-offer-content h6 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #2d2d2d;
}

.bz3-page-sticky-header-offer-content p {
  color: white;
  margin-bottom: 0;
  font-weight: bold;
  font-style: italic;
}

.bz3-page-sticky-header {
  background: #eee;
  height: 80px;
  position: fixed;
  top: -80px;
  z-index: 9;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  width: 100%;
}

.nav-up {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-down {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  top: 0;
}

/* Pagination */

.pagination {
  clear: both;
  position: relative;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  float: left;
}

.pagination span {
  display: block;
  float: left;
  margin: 2px 4px 2px 0;
  padding: 10px 15px 11px 15px;
  text-decoration: none;
  width: auto;
  color: #2d2d2d;
  border: 1px solid #d6d6d6;
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  background: white;
}

.pagination a {
  display: block;
  float: left;
  margin: 2px 4px 2px 0;
  padding: 10px 15px 11px 15px;
  text-decoration: none;
  width: auto;
  color: #2d2d2d;
  border: 1px solid #d6d6d6;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  background: white;
}

.pagination a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  background: white;
}

.pagination .current {
  padding: 10px 15px 11px 15px;
  background: #002d45 !important;
  color: #fefefe;
  border-color: #002d45;
  font-weight: 700;
}

.premarket-grid {
  background-image: url(https://pro.benzinga.com/aeca8f93d32209f07ce495955dc1cf7c.png);
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-color: #000000;
}

.live-on-air {
  position: relative;
  background: -webkit-radial-gradient(#D42A3C, #a92230);
  background: -o-radial-gradient(#D42A3C, #a92230);
  background: radial-gradient(#D42A3C, #a92230);
  text-align: center;
  width: 175px;
  height: 50px;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(10, 10, 10, 0.3);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(10, 10, 10, 0.3);
  border: 4px solid white;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 1rem;
}

.live-on-air-chat {
  position: relative;
  background: -webkit-radial-gradient(#228346, #289952);
  background: -o-radial-gradient(#228346, #289952);
  background: radial-gradient(#228346, #289952);
  text-align: center;
  width: 175px;
  height: 50px;
  margin: 0 auto 0 auto;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(10, 10, 10, 0.3);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(10, 10, 10, 0.3);
  border: 4px solid white;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 1rem;
}

.logo {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 8px;
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: .1em !important;
  color: white !important;
  text-shadow: 0 -40px 0px, 0 0 2px, 0 0 1em, 0 0 0.5em #ff4444;
  text-transform: uppercase !important;
}

.logo span {
  -webkit-animation: blink linear infinite 2s;
       -o-animation: blink linear infinite 2s;
          animation: blink linear infinite 2s;
}

.podcast-buttons {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
}

.podcast-buttons a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url(../images/podcast-sprite.png);
  margin: 0 6px;
}

.podcast-buttons a.itunes {
  background-position: -5px -5px;
}

.podcast-buttons a.soundcloud {
  background-position: 55px -5px;
}

.podcast-buttons a.stitcher {
  background-position: 110px -5px;
}

@-webkit-keyframes blink {
  5% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }

  10% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  20% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  30% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  40% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  50% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 12em , 0 0 0.5em #ff4444;
  }

  60% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  70% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  80% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  90% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  100% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }
}

@-o-keyframes blink {
  5% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }

  10% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  20% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  30% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  40% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  50% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 12em , 0 0 0.5em #ff4444;
  }

  60% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  70% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  80% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  90% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  100% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }
}

@keyframes blink {
  5% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }

  10% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  20% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  30% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  40% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  50% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 12em , 0 0 0.5em #ff4444;
  }

  60% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 10em , 0 0 0.5em #ff4444;
  }

  70% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 8em , 0 0 0.5em #ff4444;
  }

  80% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 6em , 0 0 0.5em #ff4444;
  }

  90% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 4em , 0 0 0.5em #ff4444;
  }

  100% {
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 2em , 0 0 0.5em #ff4444;
  }
}

.premarket-info {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.premarket-info::before,
.premarket-info::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.premarket-info::after {
  clear: both;
}

.premarket-info p {
  color: #0a0a0a;
}

.premarket-wrap {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .premarket-wrap {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.premarket-wrap,
.premarket-wrap:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.premarket-wrap:last-child:not(:first-child) {
  float: right;
}

.premarket-inner {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 2rem 0;
}

.premarket-inner,
.premarket-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.premarket-inner:last-child:not(:first-child) {
  float: right;
}

.video-preview {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .video-preview {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.video-preview,
.video-preview:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.video-preview:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .video-preview {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .video-preview {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .video-preview {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .video-preview,
  .video-preview:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .video-preview:last-child:not(:first-child) {
    float: right;
  }
}

.premarket-description {
  width: 75%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .premarket-description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.premarket-description,
.premarket-description:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.premarket-description:last-child:not(:first-child) {
  float: right;
}

.premarket-description h6 {
  font-size: 1.375rem;
  color: white;
}

.premarket-description p {
  color: white;
  font-size: 1rem;
  font-style: italic;
}

@media screen and (max-width: 63.99875em) {
  .premarket-description p {
    font-size: 0.875rem;
  }

  .premarket-description h6 {
    font-size: 1.25rem;
    color: white;
  }
}

@media screen and (max-width: 39.99875em) {
  .premarket-description {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .premarket-description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .premarket-description,
  .premarket-description:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .premarket-description:last-child:not(:first-child) {
    float: right;
  }
}

.video-highlight {
  height: 170px;
  background: #22354c url("https://s3.amazonaws.com/wp-uploads.benzinga-money.prod/wp-content/uploads/2018/10/10161723/premarket-prep.jpg");
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 25px;
  opacity: 1;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.video-highlight .play-button {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100px;
  border: 2px solid #fff;
  background: url(../images/video_play_button.png), rgba(10, 10, 10, 0.7);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 23px;
  -webkit-transition: ease all .7s;
  -o-transition: ease all .7s;
  transition: ease all .7s;
}

.video-highlight .play-button:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.premarket-hosts {
  width: 58.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.premarket-hosts,
.premarket-hosts:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.premarket-hosts:last-child:not(:first-child) {
  float: right;
}

.premarket-hosts h6 {
  font-size: 1.125rem;
}

.premarket-hosts .host {
  display: inline-block;
  margin-right: 1rem;
}

.premarket-hosts .host img {
  max-width: 82px;
}

.premarket-hosts .host-name {
  display: block;
  font-size: 0.75rem;
  color: white;
  text-align: center;
  margin-top: 0.1875rem;
}

.premarket-hosts .last-host {
  margin-right: 0;
}

@media screen and (max-width: 63.99875em) {
  .premarket-hosts {
    width: 66.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .premarket-hosts,
  .premarket-hosts:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .premarket-hosts:last-child:not(:first-child) {
    float: right;
  }

  .premarket-hosts .host img {
    max-width: 70px;
  }
}

@media screen and (max-width: 39.99875em) {
  .premarket-hosts {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .premarket-hosts,
  .premarket-hosts:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .premarket-hosts:last-child:not(:first-child) {
    float: right;
  }

  .premarket-hosts .host {
    width: 50%;
    margin-right: 0;
    float: left;
    text-align: center;
    margin-bottom: 1rem;
  }

  .premarket-hosts .host img {
    max-width: 70px;
  }

  .premarket-hosts h6 {
    text-align: center;
  }
}

.premarket-cta {
  width: 41.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  margin-top: 29px;
}

.premarket-cta,
.premarket-cta:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.premarket-cta:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .premarket-cta {
    text-align: left;
  }
}

.premarket-cta .button {
  border-radius: 0;
  margin-top: 29px;
}

@media screen and (max-width: 63.99875em) {
  .premarket-cta {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .premarket-cta,
  .premarket-cta:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .premarket-cta:last-child:not(:first-child) {
    float: right;
  }

  .premarket-cta .button {
    margin-left: -33.3333%;
    border-radius: 0;
    margin-top: 29px;
  }
}

@media screen and (max-width: 39.99875em) {
  .premarket-cta {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }

  .premarket-cta,
  .premarket-cta:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .premarket-cta:last-child:not(:first-child) {
    float: right;
  }

  .premarket-cta .button {
    margin-left: 0%;
    border-radius: 0;
    margin-top: 29px;
  }
}

.product-review-card,
.cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 39.99875em) {
  .product-review-card,
  .cards-wrapper {
    width: 100%;
  }
}

.card-link {
  text-decoration: none;
  color: black;
}

.card-link:hover {
  color: black;
}

@media screen and (max-width: 39.99875em) {
  .card-link:last-child {
    display: none;
  }

  .card-link:nth-child(2) {
    display: none;
  }
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, -o-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background: #ffffff;
  margin: 20px;
  padding: 0;
  -webkit-box-shadow: 0 2px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.product-card.course-card {
  max-width: 250px;
}

.product-card.course-card .star-rating {
  font-size: 15px;
}

@media screen and (max-width: 39.99875em) {
  .product-card:last-child {
    display: none;
  }

  .product-card:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-card .product-card-image {
  border-radius: 4px 4px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card .product-card-body {
  padding: 8px 12px;
  padding-bottom: 0;
}

.product-card .product-card-title {
  font-size: 16px;
}

.product-card .product-card-subtitle {
  font-size: 12px;
}

.product-card p {
  margin-bottom: 0;
}

.product-card .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}

.product-card .udemy-logo {
  max-width: 75px;
  max-height: 35px;
}

.product-card .price {
  font-size: 22px;
  margin: 8px;
}

.product-card .product-card-footer {
  padding: 12px;
  padding-top: 0;
}

.product-card .cta-button {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .product-card .cards-wrapper,
  .product-card .product-review-card {
    padding: 30px 10px;
  }

  .product-card .product-card:hover {
    cursor: pointer;
    -webkit-transform: scale(1.025);
         -o-transform: scale(1.025);
            transform: scale(1.025);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  }
}

.product-review-card.right {
  float: right;
  margin-left: 12px;
}

.product-review-card.left {
  float: right;
  margin-right: 12px;
}

table.bz3-product-display th {
  background: #fff;
  border: solid 1px #ddd;
  border-bottom: 0;
  padding: 0;
}

table.bz3-product-display td {
  padding: 0;
}

table.bz3-product-display td.product-attribute-container {
  background-color: #fafafa;
}

.product-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

section.product-section {
  padding: 18px 0;
}

.product-listing .product {
  float: left;
  width: 48.5%;
  margin: 12px 0;
  margin-right: 3%;
}

.product-listing .product:nth-child(2n+2) {
  margin-right: 0;
}

.product-card {
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1;
          flex: 1 0 1;
  background: #fff;
}

.product-card h4 {
  font-weight: bold;
  margin-bottom: 6px;
  color: #000;
}

.product-card figure {
  position: relative;
  max-height: 316px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}

.product-card figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.product-card figure img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.product-card:hover figure img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.product-card:hover figure::before {
  -webkit-animation: shine 0.75s;
       -o-animation: shine 0.75s;
          animation: shine 0.75s;
}

.product-card .star-rating {
  font-size: 1.4em;
}

.product-card .action-button {
  background: #004c6a;
  color: #fff;
  float: right;
  padding: 5px 20px;
  border: 2px solid #004c6a;
  cursor: pointer;
  margin: 0;
}

.product-card .action-button:hover {
  background: none;
  color: #004c6a;
}

@media screen and (max-width: 39.99875em) {
  .product-card .action-button {
    float: right !important;
    width: auto;
  }
}

.product-card .btn-cta {
  text-align: center;
  width: 100%;
}

.product-card p {
  color: #333;
}

.product-card .product-middle {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.product-card .product-middle .square-action-button {
  margin: 0;
}

.product-card .product-footer {
  padding: 20px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@-o-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.bz3-recent-reviews .bz3-post-feed .bz3-post-feed-wrapper {
  padding: 0 !important;
}

.bz3-related-posts {
  margin: 16px 0;
}

.bz3-related-posts ul {
  list-style-type: none;
  margin-left: 0;
}

.bz3-related-posts ul li {
  margin-bottom: 0.3em;
}

.bz3-related-posts ul li a {
  line-height: 1.4em;
  display: inline-block;
}

.bz3-related-posts ul li a:hover {
  color: #07729c;
}

.bz3-solid-box {
  background-color: #002d45;
  padding: 1rem;
  color: white;
  margin: 1em auto;
  border-radius: 2px;
}

.bz3-solid-box .bz3-solid-box-container {
  background-color: white;
  padding: 1rem;
  color: #002d45;
  border-radius: 2px;
}

.bz3-solid-box .bz3-solid-box-container .bz3-solid-box-title {
  font-size: 1em;
}

.bz3-solid-box .bz3-solid-box-container a {
  color: #002d45;
}

.bz3-solid-box input {
  color: #002d45;
  border: solid 1px #002d45;
  width: 100%;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 2px;
}

.bz3-solid-box .actions input {
  cursor: pointer;
  background-color: #002d45;
  color: white;
  text-transform: uppercase;
  padding: 0.5em;
  font-weight: 500;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  border-radius: 2px;
}

.bz3-solid-box .accent {
  color: #ff7b00;
}

.bz3-solid-box .bz3-solid-box-title {
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.6em;
  line-height: 1.2em;
  font-size: 1.1em;
}

.bz3-solid-box .bz3-solid-box-label {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: -0.5em;
}

.bz3-solid-box .bz3-solid-box-text {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 0.9em;
}

.bz3-solid-box .bz3-solid-box-item {
  border-bottom: solid 1px white;
  line-height: 1.2em;
  margin: 0.4em 0;
  padding: 0.2em 0;
  font-weight: bold;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bz3-solid-box .bz3-solid-box-item:hover {
  text-decoration: underline;
}

.bz3-solid-box a {
  color: white;
}

@media screen and (min-width: 40em) {
  .bz3-solid-box .bz3-solid-box-item {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .bz3-solid-box .bz3-solid-box-item {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-solid-box {
    padding: 0.6rem;
  }

  .bz3-solid-box .bz3-solid-box-container {
    padding: 0.6em;
  }
}

.header-rating {
  margin-bottom: 0.5rem;
  margin-top: 1.6rem;
}

.header-rating h2,
.header-rating h3,
.header-rating h4,
.header-rating h5,
.header-rating h6 {
  line-height: 1.25em;
  margin-bottom: 0;
}

.header-rating .header-rating-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-rating .star-rating {
  margin-left: 12px;
  font-size: 1.8rem;
  min-width: 180px;
}

@media screen and (max-width: 39.99875em) {
  .header-rating .header-rating-wrapper {
    display: block;
  }

  .header-rating .star-rating {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.star-rating {
  color: #FFD700;
}

.bz3-stock-quotes {
  margin: auto;
}

.bz3-stock-quotes .table {
  max-width: 800px;
}

.bz3-stock-quotes table,
.bz3-stock-quotes tbody,
.bz3-stock-quotes td,
.bz3-stock-quotes td:first-child,
.bz3-stock-quotes th,
.bz3-stock-quotes th:first-child,
.bz3-stock-quotes thead,
.bz3-stock-quotes tr,
.bz3-stock-quotes tr:nth-child(odd) {
  background-color: transparent;
  color: black;
  border: none;
}

.bz3-stock-quotes tr {
  border-bottom: 1px solid #eee !important;
}

.bz3-stock-quotes.sidebar {
  margin-bottom: 1rem;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote {
  width: 100%;
  border-top: solid 1px #ddd;
  font-size: 12px;
  padding: 0;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote:first-of-type {
  border: none;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote.extra {
  display: none;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-company-name {
  font-weight: bold;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-price {
  font-size: 1em;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-price-stats {
  font-size: 1em;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-price-stats .bz3-price-change {
  font-size: 1em;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-price-stats .bz3-price-change .bz3-price-change-value {
  font-size: 1em;
}

.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-price-stats .bz3-price-change .bz3-percent-change {
  font-size: 1em;
}

.bz3-stock-quotes.sidebar .btn-toggle {
  color: #004c6a;
  font-size: 0.9em;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 8px;
  padding: 0;
}

.bz3-stock-quotes.sidebar.show-all .bz3-stock-quote.extra {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bz3-stock-quotes.sidebar.show-all .btn-toggle {
  display: none;
}

.bz3-stock-quotes.header .bz3-stock-quotes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bz3-stock-quotes.header .bz3-stock-quote {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  border-right: solid 1px #ddd;
}

.bz3-stock-quotes.header .bz3-stock-quote:first-of-type {
  border-left: solid 1px #ddd;
}

.bz3-stock-quotes.header .bz3-stock-quote,
.bz3-stock-quotes.sidebar .bz3-stock-quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bz3-stock-quotes.header .bz3-stock-quote .bz3-stock-quote-company,
.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-company {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4px;
}

.bz3-stock-quotes.header .bz3-stock-quote .bz3-stock-quote-company .bz3-stock-quote-company-ticker,
.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-stock-quote-company .bz3-stock-quote-company-ticker {
  font-size: 1em;
}

.bz3-stock-quotes.header .bz3-stock-quote .bz3-price-change,
.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-price-change {
  font-weight: bolder;
  text-align: right;
}

.bz3-stock-quotes.header .bz3-stock-quote .bz3-price-change .bz3-percent-change-value,
.bz3-stock-quotes.sidebar .bz3-stock-quote .bz3-price-change .bz3-percent-change-value {
  font-size: 0.8em;
}

.ticker-card .js-feed-items {
  display: block;
  margin-bottom: 12px;
}

.ticker-card .quote {
  margin: 1em auto;
  width: 600px;
  padding: 12px;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding-top: 4px;
}

.ticker-card .quote .quote-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.4rem;
}

.ticker-card .see-more {
  font-style: italic;
  font-size: 14px;
  color: #389ff4;
}

.ticker-card .see-more:hover {
  text-decoration: underline;
}

.ticker-card .wiim {
  padding: 4px 8px;
  border: solid 1px #ddd;
  border-radius: 4px;
  background-color: #fafafa;
  margin-bottom: 12px;
}

.ticker-card .wiim .fa-chart-line {
  margin-right: 4px;
}

.ticker-card .quote-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ticker-card .quote-ticker {
  font-size: 0.8em;
}

.ticker-card .quote-name {
  font-weight: bold;
  font-size: 1.5rem;
}

.ticker-card .quote-price-movement {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.9rem;
}

.ticker-card .quote-pricing {
  display: inline-grid;
  font-weight: bold;
}

.ticker-card .quote-price {
  font-size: 1.4rem;
  text-align: right;
}

.ticker-card .quote-price-change {
  margin-right: 8px;
}

.ticker-card .related-stocks {
  font-size: 12px;
}

.ticker-card .label {
  padding: 0;
  font-weight: bold;
  background: transparent;
  color: #002d45;
  border-radius: 2px;
  margin-right: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  display: inline-block;
}

.ticker-card .news-item {
  margin-bottom: 0.2rem;
  font-size: 14px;
}

.ticker-card .news-item .title {
  color: #333;
  margin-bottom: 0;
}

.ticker-card .news-item .title h4 {
  display: inline;
  font-size: 14px;
}

.ticker-card .news-item .title:hover {
  text-decoration: underline;
}

.ticker-card .news-item .date {
  font-size: 0.8em;
  color: #555;
}

.ticker-card .news-item .related-stocks {
  margin-left: 8px;
}

.ticker-card .news-item .related-stocks .stock {
  margin-left: 4px;
}

.ticker-card .news-item .related-stocks .stock:hover .ticker {
  text-decoration: underline;
}

.ticker-card .news-item .related-stocks .stock:after {
  content: '|';
  line-height: 1em;
  font-weight: bold;
  margin-left: 4px;
  color: #ddd;
}

.ticker-card .news-item .related-stocks .stock:last-of-type:after {
  content: '';
}

.ticker-table {
  font-size: 14px;
  padding: 4px 8px;
  color: #2d2d2d;
  border-bottom: solid 1px #ddd;
  margin-bottom: 8px;
}

.ticker-table tr.money-red:hover {
  background-color: rgba(212, 73, 80, 0.25);
}

.ticker-table th {
  font-size: 14px;
  padding: 4px 8px;
  background-color: #ddd;
  border: none;
  color: black;
}

.ticker-table th:first-child {
  border: none;
}

.ticker-table tr.money-green:hover {
  background-color: rgba(75, 196, 89, 0.25);
}

.ticker-table td {
  color: #2d2d2d;
  border: none;
}

.ticker-table td:first-child {
  border: none;
}

.ticker-table td.money-green {
  color: #4bc459;
}

.ticker-table td.money-red {
  color: #d44950;
}

.ticker-table .center {
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}

.ticker-table i.fa {
  font-size: 22px;
  float: right;
  display: inline-block;
  margin-top: -4px;
}

.bz3-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.bz3-team .bz3-team-member .bz3-member-profile-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: auto;
}

.bz3-team .bz3-team-member .bz3-member-info {
  text-align: center;
  padding: 4px;
}

.bz3-team .bz3-team-member .bz3-member-name {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  padding: 2px;
}

.bz3-team .bz3-team-member .bz3-member-title {
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px;
}

@media screen and (max-width: 39.99875em) {
  .uagb-timeline__day-left {
    margin-left: 0px !important;
  }

  .uagb-timeline__events-inner-new {
    padding: 12px !important;
  }

  .uagb-timeline__marker,
  .uagb-timeline__in-view-icon,
  .uagb-timeline__line,
  .uagb-timeline__arrow {
    display: none !important;
  }
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__heading {
  text-align: left;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__heading-text {
  margin-bottom: 5px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon .uagb-timeline__icon-new {
  color: #fff;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline-desc-content,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__events-new,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__date-inner {
  text-align: left;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
  border-left-color: #eee;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
  border-right-color: #eee;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__line__inner {
  background-color: #61ce70;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__line {
  background-color: #eee;
  width: 4px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__right-block .uagb-timeline__line {
  right: calc(35px / 2);
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__left-block .uagb-timeline__line {
  left: calc(35px / 2);
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__line {
  right: calc(35px / 2);
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__marker {
  background-color: #eee;
  min-height: 35px;
  min-width: 35px;
  line-height: 35px;
  border: 2px solid #eee;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow {
  height: 35px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow,
.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow {
  height: 35px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__marker {
  margin-left: 18px;
  margin-right: 18px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__field:not(:last-child) {
  margin-bottom: 15px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__date-hide.uagb-timeline__date-inner {
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
  text-align: left;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left {
  margin-left: 18px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right {
  margin-right: 18px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__date-new {
  color: #333;
  font-size: 12px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__events-inner-new {
  background-color: #eee;
  border-radius: 8px;
  padding: 24px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__main .uagb-timeline__icon-new {
  color: #333;
  font-size: 14px;
  width: 14px;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon {
  background: #61ce70;
  border-color: #5cb85c;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon .uagb-timeline__icon-new svg {
  fill: #fff;
}

.uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__main .uagb-timeline__icon-new svg {
  fill: #333;
}

@media only screen and (max-width: 976px) {
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__marker {
    margin-left: 0;
    margin-right: 0;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__heading,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-desc-content,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__events-new,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-inner,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide.uagb-timeline__date-inner {
    text-align: left;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right-color: #eee;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
    left: calc(35px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__marker {
    margin-left: 0;
    margin-right: 0;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right {
    margin-left: 18px;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__heading,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-desc-content,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__events-new,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-inner,
  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide.uagb-timeline__date-inner {
    text-align: left;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right-color: #eee;
  }

  .uagb-block-912732a7-f476-4d6d-8c36-4693dae95a02 .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
    left: calc(35px / 2);
  }
}

.uagb-timeline__widget {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uagb-timeline__widget a {
  text-decoration: none;
  color: inherit;
}

.uagb-timeline__heading a {
  font-size: inherit;
  color: inherit;
  margin-bottom: inherit;
}

.uagb-timeline__image a {
  display: block;
  position: relative;
  max-width: 100%;
}

.uagb-timeline__image img {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -mz-box-sizing: content-box;
  box-sizing: content-box;
}

.uagb-timeline__author {
  text-transform: uppercase;
}

.uagb-timeline__main {
  position: relative;
}

.uagb-content {
  word-break: break-word;
}

a.uagb-timeline__link {
  padding: 5px 10px;
  display: inline-block;
}

h1.uagb-timeline__heading,
h2.uagb-timeline__heading,
h3.uagb-timeline__heading,
h4.uagb-timeline__heading,
h5.uagb-timeline__heading,
h6.uagb-timeline__heading {
  margin-bottom: 0px;
}

.uagb-timeline__inner-date-new p {
  margin-bottom: 0;
}

.uagb-timeline__date-inner .uagb-timeline__inner-date-new p {
  margin-bottom: 0px;
}

.uagb-timeline__line {
  background-color: #eeeeee;
}

.uagb-timeline__line__inner {
  background-color: #5cb85c;
  width: 100%;
}

.uagb-timeline__main .uagb-timeline__icon-new {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.uagb-timeline__center-block .uagb-timeline__date-hide {
  display: none;
}

.uagb-timeline__field:not(:last-child) {
  margin-bottom: 20px;
}

.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,
.uagb-timeline__right-block .uagb-timeline__widget {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
  text-align: left;
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
  text-align: inherit;
}

.uagb-timeline__center-block .uagb-timeline__date-new {
  display: block;
}

.uagb-timeline__right-block .uagb-timeline__line {
  right: 16px;
  left: auto;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after {
  top: 0;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
  top: 0;
  right: 0;
  width: 10px;
  height: 40px;
  position: absolute;
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow {
  right: -12px;
}

.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
  right: -10px;
}

.uagb-timeline__right-block .uagb-timeline__marker {
  max-width: 100%;
  position: relative;
}

.uagb-timeline__right-block .uagb-timeline__day-new {
  max-width: 100%;
  position: relative;
  margin-right: 14px;
}

.uagb-timeline__right-block .uagb-timeline__marker {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.uagb-timeline__right-block .uagb-timeline__day-new {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uagb-timeline__left-block .uagb-timeline__marker,
.uagb-timeline__left-block .uagb-timeline__day-new {
  max-width: 100%;
  position: relative;
}

.uagb-timeline__left-block .uagb-timeline__line {
  left: 20px;
  right: auto;
}

.uagb-timeline__left-block .uagb-timeline__day-new {
  margin-left: 14px;
}

.uagb-timeline__left-block .uagb-timeline__marker {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.uagb-timeline__left-block .uagb-timeline__day-new {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after {
  top: 0;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
  top: 0;
  width: 10px;
  height: 40px;
  position: absolute;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow {
  left: -10px;
}

.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
  left: -12px;
}

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.uagb-timeline__marker {
  background-color: #eeeeee;
  border-radius: 999px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker {
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.uagb-timeline__center-block .uagb-timeline__marker {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.uagb-timeline__center-block .uagb-timeline__day-new,
.uagb-timeline__center-block .uagb-timeline__date-new {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 100%;
  position: relative;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 0;
  padding-right: 12px;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 12px;
}

.uagb-timeline__events-inner-new {
  padding: 40px;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.uagb-timeline__left-block .uagb-timeline__date-new {
  margin-right: 10px;
}

.uagb-timeline__right-block .uagb-timeline__date-new {
  margin-left: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow {
  right: 0px;
  top: 0;
  width: 10px;
  height: 40px;
  position: absolute;
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow {
  left: 0px;
  top: 0;
  width: 10px;
  height: 40px;
  position: absolute;
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.uagb-timeline__arrow-center .uagb-timeline__widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uagb-timeline__arrow-bottom .uagb-timeline__widget {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,
.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,
.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
     transform: translateY(-100%);
}

.uagb-timeline__day-right .uagb-timeline__events-inner {
  text-align: right;
}

.uagb-timeline__day-left .uagb-timeline__events-inner {
  text-align: left;
}

.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,
.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new {
  padding-top: 8px;
  padding-bottom: 8px;
}

.uagb-timeline__events-inner-new {
  -webkit-transition: background .2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.uagb-timeline__arrow {
  -webkit-transition: background .2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.uagb-timeline__arrow:after {
  -webkit-transition: border-color .2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.uagb-timeline__date-new {
  -webkit-transition: color .2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new {
  visibility: hidden;
}

.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new {
  visibility: hidden;
}

.uagb-timeline__main .uagb-timeline__year {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.uagb-timeline__main .uagb-timeline__year span {
  display: inline-block;
  padding-bottom: 6px;
}

.uagb-timeline__day-left .uagb-timeline__arrow:after {
  content: '';
  left: 0px;
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after {
  right: 0;
}

.uagb-timeline__day-right .uagb-timeline__arrow:after {
  content: '';
  right: 0px;
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.uagb-timeline__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new {
  white-space: nowrap;
  margin: 0px;
}

.uagb-timeline__main .uagb-timeline__line {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
}

.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line {
  position: absolute;
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
     transform: translateX(50%);
}

.uagb-timeline__center-block .uagb-timeline__line {
  left: 50%;
  right: auto;
}

.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon {
  -webkit-transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;
  -o-transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;
  transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;
}

.uagb-timeline__left-block .uagb-timeline__days {
  text-align: left;
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
  content: '';
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.uagb-timeline__center-block .uagb-timeline__days {
  text-align: center;
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
  content: '';
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.uagb-timeline__right .uagb-timeline__days {
  text-align: right;
}

.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons {
  display: inline;
  vertical-align: baseline;
  margin-right: 4px;
}

@media screen and (max-width: 1023px) {
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
    display: block;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
    right: 20px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
    left: 20px;
    right: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    margin-left: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
    left: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
    left: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
    right: 16px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    left: auto;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
    right: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    right: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
    margin-right: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .uagb-timeline-responsive-none .uagb-timeline__events-inner-new {
    padding: 15px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide {
    display: block;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
    right: 20px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
    left: 20px;
    right: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
    margin-left: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow {
    left: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow {
    left: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__day-left .uagb-timeline__events-inner-new {
    text-align: left;
  }

  .uagb-timeline__left-block .uagb-timeline__date-new {
    margin-right: 10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
    right: 16px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    left: auto;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
    right: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    right: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
    margin-right: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }
}

.uagb-timeline__line__inner {
  background-color: #61ce70;
  width: 100%;
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
  border-left: 13px solid #eeeeee;
}

.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after,
.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
  border-left: 13px solid #eeeeee;
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
  border-right: 13px solid #eeeeee;
  border-left: none;
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after,
.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
  border-right: 13px solid #eeeeee;
  border-left: none;
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after,
.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after,
.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
  border-right: 13px solid #eeeeee;
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after,
.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after,
.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
  border-left: 13px solid #eeeeee;
  border-right: none;
}

.uagb-timeline__day-right .uagb-timeline__events-inner-new,
.uagb-timeline__day-left .uagb-timeline__events-inner-new {
  border-radius: 4px 4px 4px 4px;
}

.uagb-timeline__line {
  width: 3px;
}

.uagb-timeline__main .uagb-timeline__icon-new {
  font-size: 16px;
}

.uagb-timeline__marker {
  min-height: 3em;
  min-width: 3em;
  line-height: 3em;
}

.uagb-timeline__arrow {
  height: 3em;
}

.uagb-timeline__left-block .uagb-timeline__line {
  left: calc(3em / 2);
}

.uagb-timeline__right-block .uagb-timeline__line {
  right: calc(3em / 2);
}

.rtl .uagb-timeline__left-block .uagb-timeline__line {
  right: calc(3em / 2);
  left: auto;
}

.rtl .uagb-timeline__right-block .uagb-timeline__line {
  left: calc(3em / 2);
  right: auto;
}

.uagb-timeline-desc-content p {
  font-size: inherit;
}

.uagb-timeline__main p:empty {
  display: none;
}

@media (max-width: 976px) {
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
    position: absolute;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide {
    display: block;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
    right: 20px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line {
    left: 20px;
    right: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    margin-left: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow {
    left: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow {
    left: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days {
    text-align: left;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
    -ms-flex-direction: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: unset;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
    -ms-flex-positive: unset;
    -webkit-box-flex: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
    -ms-flex-order: unset;
    -webkit-box-ordinal-group: unset;
            order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
    -ms-flex-order: unset;
    -webkit-box-ordinal-group: unset;
            order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line {
    right: 16px;
    left: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    left: auto;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow {
    right: -12px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow {
    right: -10px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
    max-width: 100%;
    position: relative;
    margin-right: 16px;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days {
    text-align: right;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
    -ms-flex-positive: unset;
    -webkit-box-flex: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    max-width: 100%;
    position: relative;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
    -ms-flex-order: unset;
    -webkit-box-ordinal-group: unset;
            order: unset;
    padding-left: 0;
    padding-right: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
    -ms-flex-order: unset;
    -webkit-box-ordinal-group: unset;
            order: unset;
    padding-right: 0;
    padding-left: 0;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new {
    display: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none;
  }
}

@media (max-width: 767px) {
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none;
  }

  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,
  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none;
  }

  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,
  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eeeeee;
    border-right: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,
  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eeeeee;
    border-right: none;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
    left: calc(3em / 2);
    right: auto;
  }

  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line {
    left: calc(3em / 2);
    right: auto;
  }

  .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,
  .rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line {
    right: calc(3em / 2);
    left: auto;
  }
}

.health-insurance-data-form {
  max-width: 320px;
  margin: auto;
}

.health-insurance-data-form #compensation-result p {
  background: #ffddc4;
  padding: 8px 15px;
  margin: 0;
}

.health-insurance-data-form input::-webkit-input-placeholder {
  color: #777;
}

.health-insurance-data-form input:-ms-input-placeholder {
  color: #777;
}

.health-insurance-data-form input::placeholder {
  color: #777;
}

.health-insurance-data-form .with-text [type='number'] {
  width: 86%;
  display: inline-block;
}

.health-insurance-data-form .with-text .input-group-text {
  width: 14%;
  display: inline-block;
  background: #e9ecef;
  height: 39px;
  vertical-align: top;
  line-height: 37px;
  text-align: center;
  color: #495057;
  font-weight: 700;
  font-size: 22px;
  border: 1px solid #cacaca;
  border-radius: 0;
}

.health-insurance-data-form .health-widget-form-wrapper {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 15px;
  max-width: 100%;
  margin: 40px auto auto;
}

.health-insurance-data-form .widget-form-wrapper h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 13px;
  text-transform: capitalize;
}

.health-insurance-data-form .form-field-wrap label {
  font-size: 16px;
  margin-bottom: 7px;
}

.health-insurance-data-form .form-field-wrap input[type="text"],
.health-insurance-data-form .form-field-wrap select {
  border: 1px solid #adadad;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
}

.health-insurance-data-form .form-field-wrap select {
  margin: 0;
}

.health-insurance-data-form .form-field-wrap small {
  display: block;
  color: #f4821f;
}

.health-insurance-data-form .widget-radio {
  display: inline-block;
}

.health-insurance-data-form .widget-radio radio {
  margin-bottom: 0;
}

.health-insurance-data-form .widget-radio .ui.checkbox label {
  display: inline;
}

.health-insurance-data-form .widget-form-wrapper [type=radio]:checked,
.health-insurance-data-form .widget-form-wrapper [type=radio]:not(:checked) {
  position: relative;
  z-index: 1;
}

.health-insurance-data-form .widget-form-wrapper [type=checkbox] + label[for],
.health-insurance-data-form .widget-form-wrapper [type=radio] + label[for] {
  cursor: pointer;
  color: #333;
}

.health-insurance-data-form .form-field-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}

.health-insurance-data-form .form-field-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.health-insurance-data-form .form-field-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}

.health-insurance-data-form .form-field-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.health-insurance-data-form .widget-radio input:last-child {
  margin-left: 13px;
}

.health-insurance-data-form .ui.input,
.health-insurance-data-form .ui.selection.dropdown {
  width: 100%;
}

.health-insurance-data-form .ui.button.primary.submit-btn {
  background-color: #f4811f;
  border: none;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  width: 100%;
  font-weight: 700;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.health-insurance-data-form .ui.button.primary.submit-btn:hover {
  background-color: rgba(244, 131, 31, 0.88);
}

.health-insurance-data-form .ui.button.primary.submit-btn:disabled {
  background: gray;
  cursor: not-allowed;
}

.bz3-cta.compact {
  background: white;
  margin-bottom: 33px;
  border: 1px solid #efefef;
  border-bottom: 2px solid #ccc;
}

.bz3-cta.compact:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.bz3-cta.compact h4 {
  font-weight: bold;
  margin-bottom: 6px;
  color: #000;
}

.bz3-cta.compact p {
  color: #333;
  margin: 0;
}

.bz3-cta.compact figure {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}

.bz3-cta.compact img {
  width: 105px;
  margin: auto;
  margin-top: -5px;
  margin-bottom: 4px;
}

.bz3-cta.compact .checked {
  color: orange;
}

.bz3-cta.compact .ratings {
  float: left;
  display: none;
}

.bz3-cta.compact .bz3-cta-wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bz3-cta.compact .bz3-second {
  float: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.bz3-cta.compact .bz3-second .sm-btn {
  background: #004c6a;
  color: #fff;
  float: right;
  cursor: pointer;
  padding: 5px 20px;
  border: 2px solid #004c6a;
}

.bz3-cta.compact .bz3-second .sm-btn:hover {
  background: none;
  color: #004c6a;
}

.bz3-cta.compact .clear {
  clear: both;
}

@media only screen and (max-width: 700px) {
  .bz3-cta.compact .bz3-cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }

  .bz3-cta.compact .bz3-second {
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bz3-cta.compact img {
    margin: 0;
    margin-right: 16px;
  }
}

.acf-block-preview .bz3-cta {
  width: 100%;
  margin: auto;
}

.acf-block-preview .bz3-cta__left,
.acf-block-preview .bz3-cta__right,
.acf-block-preview .bz3-cta__vertical {
  max-width: 300px;
}

.bz3-cta-container {
  margin-bottom: 32px;
}

.bz3-cta {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.bz3-cta:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.bz3-cta[data-country] .bz3-cta-inner {
  opacity: 0;
}

.bz3-cta[data-country].is-local .bz3-cta-inner {
  opacity: 1;
}

.bz3-cta .bz3-cta-text a {
  color: black;
}

.bz3-cta .bz3-lead-title {
  display: none;
}

.bz3-cta__left,
.bz3-cta__right,
.bz3-cta__vertical {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0.375rem;
  margin-right: 1rem;
}

.bz3-cta__left,
.bz3-cta__left:last-child:not(:first-child),
.bz3-cta__right,
.bz3-cta__right:last-child:not(:first-child),
.bz3-cta__vertical,
.bz3-cta__vertical:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta__left:last-child:not(:first-child),
.bz3-cta__right:last-child:not(:first-child),
.bz3-cta__vertical:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta__left,
  .bz3-cta__right,
  .bz3-cta__vertical {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }

  .bz3-cta__left,
  .bz3-cta__left:last-child:not(:first-child),
  .bz3-cta__right,
  .bz3-cta__right:last-child:not(:first-child),
  .bz3-cta__vertical,
  .bz3-cta__vertical:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-cta__left:last-child:not(:first-child),
  .bz3-cta__right:last-child:not(:first-child),
  .bz3-cta__vertical:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-cta__center,
.bz3-cta__horizontal {
  display: table;
  position: relative;
  z-index: 1;
  width: 100%;
  float: none;
  margin-bottom: 12px;
}

.bz3-cta.right {
  float: right;
  margin-left: 16px;
}

.bz3-cta.left {
  float: left;
  margin-right: 16px;
}

.bz3-page-content-sidebar .bz3-cta {
  width: 100%;
}

.bz3-cta-inner {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.bz3-cta-inner__center {
  display: table-row;
}

.bz3-cta-image {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bz3-cta-image img {
  width: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

.bz3-cta-image__left,
.bz3-cta-image__right,
.bz3-cta-image__vertical {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid #d6d6d6;
}

@media print, screen and (min-width: 40em) {
  .bz3-cta-image__left,
  .bz3-cta-image__right,
  .bz3-cta-image__vertical {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-cta-image__left,
.bz3-cta-image__left:last-child:not(:first-child),
.bz3-cta-image__right,
.bz3-cta-image__right:last-child:not(:first-child),
.bz3-cta-image__vertical,
.bz3-cta-image__vertical:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta-image__left:last-child:not(:first-child),
.bz3-cta-image__right:last-child:not(:first-child),
.bz3-cta-image__vertical:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-image__left,
  .bz3-cta-image__right,
  .bz3-cta-image__vertical {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-cta-image__left,
  .bz3-cta-image__right,
  .bz3-cta-image__vertical {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-image__left,
  .bz3-cta-image__left:last-child:not(:first-child),
  .bz3-cta-image__right,
  .bz3-cta-image__right:last-child:not(:first-child),
  .bz3-cta-image__vertical,
  .bz3-cta-image__vertical:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-cta-image__left:last-child:not(:first-child),
  .bz3-cta-image__right:last-child:not(:first-child),
  .bz3-cta-image__vertical:last-child:not(:first-child) {
    float: right;
  }

  .bz3-cta-image__left img,
  .bz3-cta-image__right img,
  .bz3-cta-image__vertical img {
    max-width: 200px;
  }
}

.bz3-cta-image__left .button,
.bz3-cta-image__right .button,
.bz3-cta-image__vertical .button {
  display: none;
}

.bz3-cta-image__sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .bz3-cta-image__sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-cta-image__sidebar,
.bz3-cta-image__sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta-image__sidebar:last-child:not(:first-child) {
  float: right;
}

.bz3-cta-image__sidebar img {
  max-height: 4.375rem;
  display: block;
  margin: 0 auto;
}

.bz3-cta-image__sidebar .button {
  margin-top: 1rem;
  margin-bottom: 0;
}

.bz3-cta-image__center,
.bz3-cta-image__horizontal {
  border-right: 1px solid #d6d6d6;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 1rem;
}

.bz3-cta-image__center .button,
.bz3-cta-image__horizontal .button {
  margin-top: 1rem;
  margin-bottom: 0;
  min-width: 120px;
  width: 100%;
}

.bz3-cta-image__center img,
.bz3-cta-image__horizontal img {
  max-width: 200px;
  max-height: 120px;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-image__center,
  .bz3-cta-image__horizontal {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-cta-image__center,
  .bz3-cta-image__horizontal {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-image__center,
  .bz3-cta-image__center:last-child:not(:first-child),
  .bz3-cta-image__horizontal,
  .bz3-cta-image__horizontal:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-cta-image__center:last-child:not(:first-child),
  .bz3-cta-image__horizontal:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-cta-image .bz3-cta-image-wrapper {
  width: 100%;
  min-width: 200px;
  text-align: center;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-image .button {
    display: none;
  }
}

.bz3-cta-description {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left !important;
}

.bz3-cta-description h4 {
  text-align: left !important;
}

.bz3-cta-description p {
  margin-bottom: 0;
  color: black;
}

.bz3-cta-description__left,
.bz3-cta-description__right,
.bz3-cta-description__vertical {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-cta-description__left,
  .bz3-cta-description__right,
  .bz3-cta-description__vertical {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-cta-description__left,
.bz3-cta-description__left:last-child:not(:first-child),
.bz3-cta-description__right,
.bz3-cta-description__right:last-child:not(:first-child),
.bz3-cta-description__vertical,
.bz3-cta-description__vertical:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta-description__left:last-child:not(:first-child),
.bz3-cta-description__right:last-child:not(:first-child),
.bz3-cta-description__vertical:last-child:not(:first-child) {
  float: right;
}

.bz3-cta-description__center,
.bz3-cta-description__horizontal {
  display: table-cell;
  width: 70%;
  position: relative;
  z-index: 1;
  padding: 1rem;
  vertical-align: middle;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-description__center,
  .bz3-cta-description__horizontal {
    display: block;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-cta-description__center,
  .bz3-cta-description__horizontal {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-description__center,
  .bz3-cta-description__center:last-child:not(:first-child),
  .bz3-cta-description__horizontal,
  .bz3-cta-description__horizontal:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-cta-description__center:last-child:not(:first-child),
  .bz3-cta-description__horizontal:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-cta-description__sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-cta-description__sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-cta-description__sidebar,
.bz3-cta-description__sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta-description__sidebar:last-child:not(:first-child) {
  float: right;
}

.bz3-cta-link {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: none;
  margin: auto;
  margin-bottom: 1em;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .bz3-cta-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-cta-link,
.bz3-cta-link:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-cta-link:last-child:not(:first-child) {
  float: right;
}

.bz3-cta-link .button {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-link {
    display: inline-block;
  }
}

.bz3-cta-link__left,
.bz3-cta-link__right,
.bz3-cta-link__vertical {
  display: inline-block;
}

@media screen and (max-width: 63.99875em) {
  .bz3-cta-link__left,
  .bz3-cta-link__right,
  .bz3-cta-link__vertical {
    text-align: center;
  }
}

.bz3-cta-link__sidebar {
  float: none !important;
}

.disclosure-box {
  padding: 0 12px;
  position: relative;
  margin-top: -10px;
  margin-bottom: 6px;
}

.disclosure-box.active {
  position: absolute;
  background-color: white;
  border: solid 1px #ddd;
  border-radius: 0px;
  padding: 12px;
  bottom: 0;
  margin-bottom: 0;
}

.disclosure-box.active .disclosure-text {
  display: block;
}

.disclosure-box.active .fa-times {
  opacity: 1;
}

.disclosure-box .fa-times {
  opacity: 0;
}

.disclosure-box .disclosure-button {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.disclosure-box .disclosure-text {
  font-size: 12px;
  display: none;
}

.bz3-cta-floating {
  position: fixed;
  background-color: white;
  left: 20px;
  margin: 0;
  width: 320px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 6px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 8px rgba(50, 50, 93, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -100%;
}

.bz3-cta-floating .fa-times {
  font-size: 16px;
}

.bz3-cta-floating .bz3-cta-container {
  margin: 0;
}

.bz3-cta-floating.active {
  bottom: 20px;
}

.bz3-cta-floating .bz3-cta {
  border: none;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bz3-cta-floating .bz3-cta .bz3-cta-inner {
  padding: 8px 16px;
}

.bz3-cta-floating .bz3-cta a {
  display: inline-block;
  width: 100%;
}

.bz3-cta-floating .bz3-cta .bz3-cta-image {
  padding: 0;
}

.bz3-cta-floating .bz3-cta .bz3-cta-image img {
  padding: 1rem 1rem 0;
}

.bz3-cta-floating .bz3-cta .bz3-cta-image-wrapper {
  text-align: center;
}

.bz3-cta-floating .bz3-cta .bz3-cta-image-wrapper .button {
  display: none;
}

.bz3-cta-floating .bz3-cta .bz3-cta-link {
  display: block;
  padding: 0;
}

.bz3-cta-floating .bz3-cta .bz3-cta-image__center {
  border-right: 0;
}

@media only screen and (max-height: 700px) {
  .bz3-cta-floating .bz3-cta-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-cta-floating {
    width: auto;
    max-width: 360px;
    right: 20px;
  }

  .bz3-cta-floating .bz3-cta h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;
  }

  .bz3-cta-floating .bz3-cta .bz3-lead-title {
    display: block;
    font-size: 1.5rem;
    margin-top: 8px;
    text-align: center;
  }

  .bz3-cta-floating .bz3-cta .bz3-cta-image__center {
    border: none;
  }

  .bz3-cta-floating .bz3-cta .bz3-cta-description {
    display: none;
  }

  .bz3-cta-floating .bz3-cta .bz3-cta-image img {
    padding-bottom: 16px;
  }
}

.popup {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  background-color: rgba(19, 28, 35, 0.75);
  overflow-y: scroll;
  height: 100vh;
}

.popup .disclosure-box {
  margin-top: 16px;
  margin-bottom: 6px;
}

.popup-inner i.fa-times,
.bz3-cta-floating i.fa-times {
  padding: 6px 9px;
  top: -16px;
  position: absolute;
  color: #777;
  background-color: white;
  z-index: 10;
  border-radius: 50%;
  border: solid 1px #ddd;
  width: 33px;
  height: 32px;
  -webkit-box-shadow: 0 2px 6px rgba(50, 50, 93, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(50, 50, 93, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.popup-inner i.fa-times:hover,
.bz3-cta-floating i.fa-times:hover {
  background-color: #fafafa;
}

.popup-inner i.fa-times {
  float: left;
  left: -12px;
  padding: 8px 10px;
}

.bz3-cta-floating i.fa-times {
  float: right;
  right: -12px;
}

.popup-inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin: 100px auto 0;
  width: 700px;
}

.popup-inner::before,
.popup-inner::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

@media screen and (max-width: 63.99875em) {
  .popup-inner {
    margin: 22px auto;
    max-width: calc(100% - 32px);
  }
}

.popup-inner .popup-content {
  background: white;
  padding: 2rem;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  .popup-inner .popup-content {
    padding: 1rem;
  }

  .popup-inner .popup-content p {
    max-height: 40vh;
    overflow: scroll;
  }
}

.popup-inner .popup-container h6 {
  font-size: 2rem;
  position: relative;
}

.popup-inner .popup-container h6:before {
  content: " ";
  position: absolute;
  top: 44px;
  height: 4px;
  width: 15%;
  background: rgba(0, 0, 0, 0.05);
}

.popup-inner .popup-container .button {
  margin-bottom: 0;
}

.popup-inner .popup-container img {
  width: 80px;
  position: absolute;
  right: 32px;
  bottom: 32px;
}

.close-popup {
  color: lightgrey;
  text-align: right;
  font-size: 0.875rem;
  font-style: italic;
  cursor: pointer;
}

.bz3-fixed {
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.bz3-cta.cta-phone-call {
  float: none !important;
  background-color: white;
  padding: 12px;
  padding-top: 6px;
  margin-bottom: 0;
}

.bz3-cta.cta-phone-call h4 {
  margin: 0;
}

.bz3-cta.cta-phone-call h6 {
  font-style: italic;
  color: #8a8a8a;
  padding: 0;
  font-size: 14px;
}

.bz3-cta.cta-phone-call .button {
  margin-bottom: 0;
  display: block;
  float: none;
}

.bz3-post-feed {
  padding: 0;
}

.bz3-post-feed .bz3-post-feed-wrapper {
  padding: 0 0.75rem;
  display: inline-block;
  width: 100%;
}

.bz3-post-card {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0 !important;
  border-radius: 2px;
}

@media print, screen and (min-width: 40em) {
  .bz3-post-card {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-post-card,
.bz3-post-card:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-post-card:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 39.99875em) {
  .bz3-post-card {
    font-size: 12px;
  }
}

.bz3-post-card:hover {
  opacity: 0.7;
}

.bz3-post-card:last-of-type {
  border: none;
}

.bz3-post-card .bz3-post-title {
  margin: 0;
}

.bz3-post-card .bz3-post-overview {
  color: black;
  padding: 0.5rem 0;
  float: none !important;
  border: none;
}

.bz3-post-card .bz3-post-cover {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: 100px;
  background: #eee;
}

@media print, screen and (min-width: 40em) {
  .bz3-post-card .bz3-post-cover {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-post-card .bz3-post-cover,
.bz3-post-card .bz3-post-cover:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-post-card .bz3-post-cover:last-child:not(:first-child) {
  float: right;
}

.bz3-post-card .bz3-post-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: none !important;
  padding: 0 !important;
  margin-top: -8px;
}

@media print, screen and (min-width: 40em) {
  .bz3-post-card .bz3-post-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-post-card .bz3-post-content,
.bz3-post-card .bz3-post-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-post-card .bz3-post-content:last-child:not(:first-child) {
  float: right;
}

.bz3-post-card .bz3-post-author {
  margin: 0;
}

.bz3-post-card .bz3-post-author img {
  border-radius: 100px;
  width: 27px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bz3-post-card .bz3-post-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  color: #555;
}

.bz3-post-card .bz3-post-description {
  color: black;
  margin-top: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bz3-post-card .bz3-post-description .bz3-post-description-text {
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bz3-post-card .bz3-post-description .bz3-post-description-read-more {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #32a5d2;
  margin-left: 4px;
}

.bz3-post-card .bz3-post-author-name,
.bz3-post-card .bz3-post-date {
  font-size: 1em;
}

.bz3-post-card .bz3-post-author-name::before {
  content: "|";
  margin: 0.25em;
  color: #ccc;
}

.bz3-post-card .bz3-image-thumbnail {
  width: 120px;
  height: 80px;
  margin-right: 1rem;
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 1rem;
  border-radius: 2px;
  border: solid 1px #ddd;
}

@media screen and (max-width: 39.99875em) {
  .bz3-post-card .bz3-image-thumbnail {
    height: 80px !important;
    width: 80px !important;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}

.geo-posts ul.states {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin: 0;
  -webkit-columns: 5;
          columns: 5;
  margin-bottom: 4rem;
}

@media print, screen and (min-width: 40em) {
  .geo-posts ul.states {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.geo-posts ul.states,
.geo-posts ul.states:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.geo-posts ul.states:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .geo-posts ul.states {
    -webkit-columns: 4;
            columns: 4;
  }
}

@media screen and (max-width: 39.99875em) {
  .geo-posts ul.states {
    -webkit-columns: 3;
            columns: 3;
  }
}

.geo-posts ul {
  list-style-type: none;
  margin-left: 8px;
}

.geo-posts ul li {
  margin-bottom: 0.5rem !important;
}

.geo-posts a {
  color: #333;
}

.geo-posts a:hover {
  color: #2ca2d1;
  text-decoration: underline;
}

.geo-posts .state {
  font-weight: bold;
}

.bz3-featured-article-link {
  color: black;
}

.bz3-featured-article-link:hover .bz3-featured-article-stripes {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-link:hover .bz3-featured-article-stripes::before {
  content: " ";
  position: absolute;
  top: -230px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(50%, rgba(243, 251, 255, 0.02)), to(rgba(243, 251, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  background: linear-gradient(100grad, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  -webkit-transform: skewY(-12deg);
       -o-transform: skewY(-12deg);
          transform: skewY(-12deg);
  height: 100px;
  width: 1000px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-link:hover .bz3-featured-article-stripes::after {
  content: " ";
  position: absolute;
  bottom: -200px;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(243, 251, 255, 0.1)), to(rgba(243, 251, 255, 0.2)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  background: linear-gradient(100grad, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  -webkit-transform: skewY(-12deg);
       -o-transform: skewY(-12deg);
          transform: skewY(-12deg);
  height: 200px;
  width: 100%;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-link:hover .bz3-featured-article-text {
  background: #f5f5f5;
}

.bz3-featured-article {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-featured-article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-featured-article,
.bz3-featured-article:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-article:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  .bz3-featured-article {
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-article {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-featured-article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-featured-article,
  .bz3-featured-article:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-featured-article:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-featured-article__featured {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-featured-article__featured {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-featured-article__featured,
.bz3-featured-article__featured:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-featured-article__featured:last-child:not(:first-child) {
  float: right;
}

.bz3-featured-article-inner {
  padding: 16.25rem 0 0;
  color: #fefefe;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border: 1px solid #d6d6d6;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}

.bz3-featured-article-inner__featured {
  padding: 27.125rem 0 0;
}

.featured-article-card {
  margin-bottom: 24px;
}

.bz3-featured-article-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem;
  background: white;
  width: 100%;
}

.bz3-featured-article-text h4 {
  font-size: 1.125rem;
  color: #2d2d2d;
}

.bz3-featured-article-text h4 span {
  position: relative;
}

.bz3-featured-article-text h4 span::before {
  content: " ";
  position: absolute;
  height: 1px;
  background: white;
  width: 0;
  bottom: -3px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-text p {
  margin-bottom: 0;
}

.bz3-featured-article-text .bz3-featured-article-author img {
  border-radius: 100px;
  width: 40px;
}

.bz3-featured-article-text .bz3-featured-article-author span {
  color: rgba(45, 45, 45, 0.7);
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

.bz3-featured-article-stripes {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-stripes::before {
  content: " ";
  position: absolute;
  top: -130px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.05)), color-stop(50%, rgba(243, 251, 255, 0.02)), to(rgba(243, 251, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  background: linear-gradient(100grad, rgba(255, 255, 255, 0.05), rgba(243, 251, 255, 0.02) 50%, rgba(243, 251, 255, 0));
  -webkit-transform: skewY(-12deg);
       -o-transform: skewY(-12deg);
          transform: skewY(-12deg);
  height: 600px;
  width: 1000px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-featured-article-stripes::after {
  content: " ";
  position: absolute;
  bottom: -100px;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(243, 251, 255, 0.1)), to(rgba(243, 251, 255, 0.2)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  background: linear-gradient(100grad, rgba(255, 255, 255, 0), rgba(243, 251, 255, 0.1) 50%, rgba(243, 251, 255, 0.2));
  -webkit-transform: skewY(-12deg);
       -o-transform: skewY(-12deg);
          transform: skewY(-12deg);
  height: 600px;
  width: 100%;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

body {
  overflow-x: hidden;
}

.bz3-news .article-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: none;
  overflow: hidden;
}

.bz3-news .article-card .article-card-image,
.bz3-news .article-card .article-card-image-mask {
  border-radius: 4px;
}

.bz3-news .article-card .article-card-header {
  padding: 0;
}

.bz3-news .article-card:hover {
  opacity: 0.8;
}

.bz3-news .article-card:hover h3 {
  text-decoration: underline;
}

.bz3-news h2 {
  margin-bottom: 12px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 8px;
}

.bz3-news .article-card-description {
  padding: 0;
}

.bz3-news .primary-article {
  margin: 0;
}

.bz3-news .primary-article .article-card-image-mask {
  height: 320px;
}

.bz3-news .article-card-meta {
  padding: 0;
}

.bz3-news .article-card-image {
  border: solid 1px #ddd;
}

.bz3-news .secondary-article {
  margin: 0;
  margin-right: 30px;
}

.bz3-news .secondary-article .article-card {
  margin-bottom: 0;
}

.bz3-news .bz3-post-card .bz3-post-description {
  display: none;
}

.bz3-news .bz3-post-card:hover .bz3-post-title {
  text-decoration: underline;
}

@media screen and (max-width: 39.99875em) {
  .bz3-news {
    margin-top: 16px;
  }

  .bz3-news .article-card {
    margin-bottom: 8px;
  }

  .bz3-news .article-card-image-mask {
    height: 200px !important;
  }

  .bz3-news .primary-article,
  .bz3-news .secondary-article {
    width: 100%;
    margin: 0;
  }
}

.bz3-news-feed .bz3-news-feed-wrapper {
  display: inline-block;
  width: 100%;
}

.bz3-news-feed .bz3-news-feed-wrapper .bz3-post-title {
  font-size: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bz3-news-top-section h4 {
  margin-bottom: 0;
}

.bz3-news-top-section h4 a {
  color: black;
}

.bz3-news-top-section .bz3-post-card {
  float: none;
  border: none;
  margin-bottom: 0.25rem;
}

.bz3-news-top-section .bz3-post-card .bz3-post-info {
  display: block;
}

.bz3-news-top-section .bz3-post-card .bz3-post-content {
  padding-bottom: 0;
}

.bz3-news-top-section .bz3-post-card .bz3-post-overview {
  display: inline-table;
  padding: 0.25rem 0;
}

@media screen and (max-width: 39.99875em) {
  .bz3-news-top-section .bz3-post-card {
    padding: 0.35rem 0.25rem !important;
  }
}

.bz3-news-top-section .bz3-post-title {
  font-size: 0.8rem;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bz3-news-top-section .bz3-post-title:hover {
  text-decoration: underline;
}

@media screen and (max-width: 39.99875em) {
  .bz3-news-top-section .bz3-post-title {
    font-size: 1rem;
  }
}

.bz3-news-top-section .bz3-post-date {
  font-size: 0.7rem;
  color: #333;
}

.bz3-news-top-section .bz3-post-overview {
  padding: 0.5rem 0;
}

.bz3-stocks-table .ag-theme-balham {
  background-color: transparent !important;
}

.bz3-stocks-table .ag-theme-balham .ag-row-even,
.bz3-stocks-table .ag-theme-balham .ag-row-odd {
  background-color: transparent !important;
}

@media screen and (max-width: 39.99875em) {
  .bz3-stocks-table .ag-theme-balham .ag-cell,
  .bz3-stocks-table .ag-theme-balham .ag-header-cell {
    padding-left: 0;
    padding-right: 4px;
  }
}

.bz3-stocks-table .ag-root,
.bz3-stocks-table .ag-root-wrapper {
  overflow: inherit !important;
  border: none !important;
}

.bz3-stocks-table .ag-header {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fefefe !important;
  top: -1px;
  z-index: 5;
}

.bz3-stocks-table .ag-header-cell::after {
  border: none !important;
}

.bz3-stocks-table .ag-header-cell-label .ag-header-cell-text {
  font-weight: bolder;
  color: black;
}

.bz3-stocks-table .ag-cell {
  border: none !important;
}

.bz3-stocks-table .ag-cell a {
  color: #0082b5;
}

.bz3-stocks-table .ag-cell a:hover {
  text-decoration: underline;
}

.bz3-stocks-table .bz3-stocks-table-header {
  margin-bottom: 8px;
}

.bz3-stocks-table .bz3-stocks-table-header input {
  background-color: aliceblue;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 8px;
}

.bz3-stocks-table .black-link a {
  color: black;
}

.bz3-stocks-table .notes {
  padding: 12px;
  font-size: 12px;
  padding-top: 0;
}

@media screen and (max-width: 39.99875em) {
  .bz3-stocks-table .notes {
    padding-left: 0;
  }
}

.bz3-navigation-toolbar .bz3-navigation-menu:hover .bz3-navigation-subnav {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.bz3-navigation-toolbar .bz3-navigation-menu a {
  padding: 0.7rem;
  font-size: 15px;
}

.bz3-navigation-subnav {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s,opacity 0.2s linear;
  transition: visibility 0s linear 0.2s,opacity 0.2s linear;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper {
  position: absolute;
  z-index: 1000;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0;
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
  padding: 0.25rem 0;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container ul.bz3-navigation-links {
  margin: 0;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container ul.bz3-navigation-links li {
  width: 100%;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container ul.bz3-navigation-links li:hover {
  background-color: #fafafa;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container ul.bz3-navigation-links li:hover a {
  text-decoration: underline !important;
}

.bz3-navigation-subnav .bz3-navigation-subnav-wrapper .bz3-navigation-subnav-container ul.bz3-navigation-links a {
  display: block !important;
  padding: 0.25rem 1rem !important;
  text-align: left !important;
  white-space: nowrap;
  font-size: 14px;
  color: #0a5e80 !important;
  font-weight: 600 !important;
  line-height: 24px;
  border: 0;
  cursor: pointer;
}

#mobile-header {
  display: none;
  background: #002d45;
  position: relative;
  min-height: 56.65px;
  width: 100%;
}

a.mobile-logo {
  text-align: center;
  margin: auto;
}

a.mobile-logo img {
  width: 7.5rem;
  margin: 0;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  width: 160px;
}

.mobile-ad {
  padding: 0 2%;
  margin-bottom: 20px;
}

#mobile-menu-slide {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  position: absolute;
}

#mobile-menu-slide i {
  font-size: 26px;
  float: right;
  font-weight: 100;
  padding: 16px 32px 16px 20px;
}

#mobile-menu-slide .fa-times {
  display: none;
}

#mobile-menu-slide .active .fa-bars {
  display: none;
}

#mobile-menu-slide .active .fa-times {
  display: block;
}

#mobile-menu-slide span {
  top: 6px;
  position: relative;
}

.bz3-header-inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

#bz3-header {
  position: relative;
  border-bottom: solid 1px #ddd;
  background-color: white;
}

#bz3-header ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

#bz3-header-top-wrapper {
  margin: 0;
  padding: 0 5px;
  overflow: initial;
  /* background: #004c6a; */
  background: #072232;
  width: 100%;
  line-height: 20px;
}

#bz3-header-top {
  margin: 0 auto;
  width: 1005px;
  overflow: auto;
}

#bz3-header-top #bz3-header-top-links {
  float: left;
  padding-left: 177px;
}

#bz3-header-top #bz3-header-top-links ul li {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

#bz3-header-top #bz3-header-top-links ul li a {
  color: #78b4cd;
  text-decoration: none;
  padding: 6px 8px;
  float: left;
  color: white;
}

#bz3-header-top #bz3-header-top-links ul li a a:hover {
  text-decoration: none;
}

#bz3-header-top #bz3-header-top-links ul li.benzingapro {
  background-color: #288dcd;
}

#bz3-header-top #bz3-header-top-links ul li.benzingapro a {
  padding-left: 10px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#bz3-header-top #bz3-header-top-links ul li.data-apis {
  border-top: 2px solid #ef3654;
}

#bz3-header-top #bz3-header-top-links ul li.data-apis a:hover {
  color: #ef3654;
}

#bz3-header-top #bz3-header-top-links ul li.marketfy {
  border-top: 2px solid #6aa815;
}

#bz3-header-top #bz3-header-top-links ul li.marketfy a:hover {
  color: #6aa815;
}

#bz3-header-top #bz3-header-top-links ul li.cannabis {
  border-top: 2px solid #63bc46;
}

#bz3-header-top #bz3-header-top-links ul li.cannabis a:hover {
  color: #63bc46;
}

#bz3-header-top #bz3-header-top-links ul li.events {
  border-top: 2px solid #f57f36;
}

#bz3-header-top #bz3-header-top-links ul li.events a:hover {
  color: #f57f36;
}

#bz3-header-top #bz3-header-top-links ul li.premarket-prep {
  border-top: 2px solid #499646;
}

#bz3-header-top #bz3-header-top-links ul li.premarket-prep a:hover {
  color: #499646;
}

#bz3-header-top .panel-pane {
  float: left;
  padding: 8px 0 0;
  min-height: 22px;
}

#bz3-header-top-content {
  float: right;
}

#bz3-header .page-content,
#bz3-header .pane-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bz3-header .bz3-navigation-menu a {
  color: #002a3d;
  font-weight: bold;
  z-index: 1000;
}

#bz3-header #login-header-items ul {
  margin: 0;
  padding: 1px 0 0;
  text-transform: uppercase;
  list-style: none;
  font-size: 10px;
  overflow: auto;
  font-weight: bold;
}

#bz3-header li.premium {
  background-color: #fa8418;
}

#bz3-header li.premium a {
  color: white;
  font-weight: bold;
}

#bz3-header ul li {
  position: relative;
  list-style: none;
  list-style-image: none;
}

#bz3-header #login-header-items ul li {
  float: left;
  margin: 0;
  padding: 0 0 0 10px;
}

#bz3-header #login-header-items ul li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 12px;
  float: right;
}

.bz3-header-menu-wrapper {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  background: white;
  margin: auto;
  width: 1200px;
  padding: 0 0.9375rem;
}

#bz-logo {
  float: left;
  position: absolute;
  top: 0;
  background: #002d45;
  z-index: 999;
  width: 182px;
  height: 82px;
}

#bz-logo a {
  display: block;
  margin: 16px 14px;
  width: 154px;
  height: 54px;
}

#bz-logo img {
  width: 154px;
  height: 54px;
  padding-left: 2px;
}

#benzinga-footer {
  font-size: 12px;
  line-height: 120%;
  background: #0a5e80;
  min-width: 1010px;
}

.benzinga-footer-tag {
  min-width: 1000px;
  margin: 0 auto;
  width: 100%;
  background: #004c6a;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.benzinga-footer-tag .benzinga-block {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: auto;
}

.benzinga-footer-tag .benzinga-footer-logo {
  float: left;
  background: url(../images/benzinga-logo-white.svg) no-repeat;
  background-size: 195px 69px;
  width: 195px;
  height: 69px;
}

.benzinga-footer-tag .benzinga-footer-text {
  margin-left: 220px;
  margin-top: 4px;
  line-height: 30px;
}

.benzinga-footer-links {
  width: 1010px;
  margin: 0 auto;
  padding: 0 5px;
}

.benzinga-footer-links .block-columns {
  display: inline-block;
  width: 100%;
}

.benzinga-footer-links-categories .block-column-catecories {
  width: 600px;
}

.benzinga-footer-partners {
  float: right;
  width: 380px;
  height: 320px;
  margin-top: 20px;
  padding-bottom: 20px;
  background: url(../images/partners/benzinga-partners-201910-01.png) 0 36px no-repeat;
}

.benzinga-footer-links-categories .item-list {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.benzinga-footer-links h2,
.benzinga-footer-links h3 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
}

.benzinga-footer-links .block-column-catecories ul {
  float: left;
  font-size: 13px;
  line-height: 120%;
  padding-right: 42px;
  width: 67px;
}

.benzinga-footer-links-categories .block-column-catecories ul {
  font-size: 13px;
  width: 100%;
}

#benzinga-footer .item-list ul,
#benzinga-footer .item-list ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#benzinga-footer .benzinga-footer-links-categories .block-column-catecories .item-list ul li {
  padding-bottom: 8px;
}

.benzinga-footer-links .block-column-catecories a {
  color: #f6f6f6;
  text-decoration: none;
}

.site-footer-links {
  height: 35px;
  line-height: 28px;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #CCC;
  background: #002d45;
  padding: 5px 0;
}

.site-footer-links .benzinga-block {
  width: 1010px;
  padding: 0 5px;
  margin: 0 auto;
}

.site-footer-links .block-column-catecories {
  width: 1000px;
}

.site-footer-links span.left {
  float: left;
}

.site-footer-links span.right {
  float: right;
}

.site-footer-links a,
.site-footer-links a.active {
  color: #e0e0e0;
  text-decoration: none;
}

/*========Footer CSS end=========*/

@media only screen and (max-width: 1023px) {
  #bz3-header {
    display: none;
  }

  #mobile-header {
    /* display: block; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .container {
    max-width: 90%;
  }

  .benzinga-footer-tag,
  .benzinga-footer-tag .benzinga-block,
  #benzinga-footer,
  .benzinga-footer-links {
    min-width: 100%;
    width: 100%;
  }

  .benzinga-footer-links-categories .block-column-catecories {
    width: 100%;
  }

  .benzinga-footer-partners {
    width: 100%;
  }

  .benzinga-footer-links.benzinga-footer-links-categories {
    padding: 0 20px;
  }

  .benzinga-footer-tag .benzinga-footer-logo {
    display: none;
  }

  .benzinga-footer-tag .benzinga-footer-text {
    margin: 0;
    padding: 0 20px;
  }

  .site-footer-links .block-column-catecories,
  .site-footer-links .benzinga-block {
    width: 100%;
  }

  .benzinga-footer-links-categories .item-list {
    float: left;
    width: 33%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .logo a {
    float: none;
  }

  .logo img {
    text-align: center;
    display: inline-block;
    float: none;
  }

  .accounting-img img {
    text-align: center;
    display: inline-block;
    float: none;
  }

  .accounting-img {
    float: none;
    text-align: center;
    width: 100%;
  }

  #bz3-header-menu ul li a span {
    padding: 0 11px;
  }

  #bz3-header-menu ul.menu {
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
  }

  #bz3-header ul li {
    text-align: center;
    float: none;
    display: inline-block;
  }
}

.single-post-finance-api-data .sidebar-inner-primary .hs-wrapper {
  min-height: 594px;
}

.single-post-finance-api-data li.hs-form-checkbox {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.single-post-finance-api-data li.hs-form-checkbox input[type="checkbox"] {
  float: left;
}

.single-post-finance-api-data li.hs-form-checkbox label.hs-form-checkbox-display {
  font-size: 13px;
}

.single-post-finance-api-data li.hs-form-checkbox label.hs-form-checkbox-display span {
  top: -6px;
  position: relative;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form label {
  color: #fff;
}

.single-post-finance-api-data .form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0;
}

.single-post-finance-api-data .form-columns-1 .input {
  margin-right: 0 !important;
}

.single-post-finance-api-data ul.inputs-list.multi-container {
  margin-top: 10px;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form {
  border: 1px solid #d6d6d6;
  padding: 1rem;
  margin: 0 auto 1rem;
  background: #1f3459;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="submit"] {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .15s ease-in-out !important;
  -o-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  font-family: Open Sans Condensed, sans-serif;
  font-size: 16px;
  letter-spacing: .09em;
  background-color: #ff7b00;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="submit"]:hover {
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 1px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #e86a0f;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="email"] {
  padding: 7px 10px;
  height: auto;
  margin-bottom: 5px;
  width: 100% !important;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="text"] {
  padding: 7px 10px;
  height: auto;
  margin-bottom: 5px;
  width: 100% !important;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="tel"] {
  padding: 7px 10px;
  height: auto;
  margin-bottom: 5px;
  width: 100% !important;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form label.hs-error-msg {
  font-size: 10px;
  color: #ffa9a9;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.single-post-finance-api-data .sidebar-inner-primary .hbspt-form textarea {
  width: 100% !important;
  resize: vertical;
}

@media only screen and (max-width: 1200px) {
  .single-post-finance-api-data .form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .single-post-finance-api-data .form-columns-2 .hs-form-field .input {
    margin-right: 0 !important;
  }

  .single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="text"] {
    padding: 3px 10px !important;
    height: auto;
    margin-bottom: 5px;
    width: 100% !important;
  }

  .single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="email"] {
    padding: 3px 10px !important;
    height: auto;
    margin-bottom: 5px;
    width: 100% !important;
  }

  .single-post-finance-api-data .sidebar-inner-primary .hbspt-form input[type="tel"] {
    padding: 3px 10px !important;
    height: auto;
    margin-bottom: 5px;
    width: 100% !important;
  }

  .single-post-finance-api-data li.hs-form-checkbox {
    width: 100%;
    vertical-align: top;
  }
}

.field-tip {
  position: relative;
  cursor: help;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
}

.field-tip .tip-content {
  position: absolute;
  padding: 20px;
  top: 5px;
  border: solid 1px #ddd;
  width: 274px;
  padding: 10px;
  color: #333;
  background: #fff;
  opacity: 0;
  font-size: 14px;
  z-index: 1000;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
}

.field-tip .tip-content:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.field-tip:hover .tip-content {
  left: calc(100% + 20px);
  opacity: 1;
}

span.tip-txt {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

span.field-tip.field-tip-left:hover .tip-content {
  left: auto;
  right: calc(100%);
}

@media screen and (max-width: 39.99875em) {
  span.field-tip.field-tip-left:hover .tip-content {
    width: 214px;
    font-size: 11px;
  }
}

.field-tip.field-tip-left .tip-content::after,
.field-tip.field-tip-left .tip-content::before {
  left: auto;
  right: -15px;
}

.bz3-product-display-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.bz3-product-display-wrap::before,
.bz3-product-display-wrap::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.bz3-product-display-wrap::after {
  clear: both;
}

.acf-block-preview div.bz3-product-display {
  margin: auto;
}

.bz3-product-display {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  border: 1px solid #d6d6d6;
  float: none;
  margin: 0.375rem auto 1rem;
  width: 340px;
}

.bz3-product-display:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display {
    padding: 0;
    width: 99%;
    font-size: 12px;
    float: none !important;
    margin: 12px auto !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-product-display {
    font-size: 0.875rem;
  }

  .bz3-product-display li {
    font-size: 0.875rem;
  }
}

.bz3-product-display .bz3-product-company-name {
  color: black;
}

.bz3-product-display_side-by-side .accent {
  display: block;
  font-size: 0.8em;
  color: #333;
}

.bz3-product-display.narrow {
  min-width: 240px;
  max-width: 240px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display.narrow {
    min-width: 180px;
    max-width: 180px;
    margin-left: 0.5rem;
  }
}

.bz3-product-display.wide {
  min-width: 400px;
  max-width: 500px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display.wide {
    min-width: auto;
    max-width: auto;
  }
}

.bz3-product-display__left {
  float: left;
  margin-right: 1rem;
  clear: both;
}

.bz3-product-display__right {
  float: right;
  margin-left: 1rem;
  clear: both;
}

.bz3-product-display__centered {
  float: none !important;
}

.bz3-product-display__sidebar {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem !important;
}

.bz3-product-display__sidebar,
.bz3-product-display__sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-product-display__sidebar:last-child:not(:first-child) {
  float: right;
}

.bz3-product-display__grid {
  width: 41.66667%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  float: left;
}

.bz3-product-display__grid,
.bz3-product-display__grid:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-product-display__grid:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .bz3-product-display__grid:first-child {
    position: relative;
    left: 6.25%;
  }

  .bz3-product-display__grid:last-child {
    position: relative;
    left: 10.41667%;
  }

  .bz3-product-display__grid:last-child:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display__grid {
    width: 48.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    font-size: 0.75rem;
  }

  .bz3-product-display__grid,
  .bz3-product-display__grid:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-product-display__grid:last-child:not(:first-child) {
    float: right;
  }

  .bz3-product-display__grid li {
    font-size: 0.75rem !important;
  }

  .bz3-product-display__grid a {
    font-size: 0.5rem !important;
    padding: 10px 3px !important;
    height: auto;
    line-height: inherit;
  }

  .bz3-product-display__grid .bz3-product-display-logo img {
    max-height: 2.5rem;
  }

  .bz3-product-display__grid .bz3-product-display-trust {
    font-size: 0.625rem !important;
  }

  .bz3-product-display__grid:first-child {
    position: relative;
    left: 0.83333%;
  }

  .bz3-product-display__grid:last-child {
    position: relative;
    left: 2.91667%;
  }

  .bz3-product-display__grid:last-child:last-child:last-child {
    float: left;
  }
}

.bz3-product-display-logo {
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  padding: 16px;
}

.bz3-product-display-logo img {
  max-height: 4.375rem;
  margin: 0 auto 0.5rem;
  max-width: 80%;
}

.bz3-product-display-logo i {
  color: #FFD700;
}

.bz3-product-display-logo .padding {
  padding: 1.5625rem 1.25rem;
}

@media screen and (max-width: 63.99875em) {
  .bz3-product-display-logo .padding {
    padding: 0.75rem 0.875rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display-logo .padding {
    padding: 0.5rem 0.625rem;
  }
}

.bz3-product-disclaimer {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  padding: 16px;
  padding-top: 0;
}

.bz3-product-disclaimer p {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-disclaimer {
    padding: 8px;
  }
}

.bz3-product-display-info {
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  float: none;
  margin: 0;
}

.bz3-product-display-info ul {
  margin-bottom: 0;
}

.bz3-product-display-info li {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display-info li {
    font-size: 12px;
  }
}

.bz3-product-display-info p {
  margin-bottom: 0;
}

.bz3-product-display-info-toggle {
  padding: 8px 16px;
  -webkit-transition: ease background 0.3s;
  -o-transition: ease background 0.3s;
  transition: ease background 0.3s;
  background-color: #fafafa;
}

@media screen and (max-width: 39.99875em) {
  .bz3-product-display-info-toggle {
    padding: 4px 12px;
  }
}

.bz3-product-display-info-toggle h6 {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.bz3-product-display-info-toggle .value {
  font-size: 1rem;
  margin-top: 4px;
}

.bz3-product-display-info-toggle i {
  float: right;
  padding-top: 4px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.bz3-product-display-info-toggle i.active {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bz3-product-display-link {
  text-align: center;
  padding: 1rem;
}

.bz3-product-display-link a {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 63.99875em) {
  .bz3-product-display-link a {
    font-size: 0.75rem;
  }
}

.bz3-product-display-trust {
  display: block;
  font-size: 0.75rem;
  color: #8a8a8a;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.bz3-product-display-contact {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 8px 4px;
}

.bz3-product-display-contact,
.bz3-product-display-contact:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-product-display-contact:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.99875em) {
  .bz3-product-display-contact {
    padding: 8px 4px;
  }
}

.bz3-product-display-contact ul {
  margin: 0;
  list-style-type: none;
  margin-left: 1.875rem;
}

.bz3-product-display-contact li {
  position: relative;
}

.bz3-product-display-contact li::before {
  font-family: 'FontAwesome';
  position: absolute;
}

.bz3-product-display-contact li {
  margin-left: 0.75rem;
}

.bz3-product-display-contact li.message:before {
  content: '\F27A';
  margin: 0 5px 0 -30px;
}

.bz3-product-display-contact li.phone:before {
  content: '\F10B';
  margin: -4px 5px 0 -27px;
  font-size: 25px;
}

.bz3-product-display-contact li.email:before {
  content: '\F0E0';
  margin: 0 5px 0 -30px;
}

table.bz3-product-display {
  border: none;
  width: auto;
  float: none !important;
  max-width: 800px;
}

@media screen and (max-width: 39.99875em) {
  table.bz3-product-display {
    width: 99%;
    font-size: 12px;
  }
}

table.bz3-product-display tbody tr:nth-child(odd) {
  background: white;
}

table.bz3-product-display .bz3-product-display-info,
table.bz3-product-display .bz3-product-display-logo {
  border-bottom: none;
}

table.bz3-product-display td {
  border: solid 1px #ddd;
  width: 350px;
}

.bz3-product-scroll {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  border: 1px solid #d6d6d6;
  background-color: #fafafa;
  margin-bottom: 1rem;
}

.bz3-product-scroll:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.bz3-product-scroll-image {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #d6d6d6;
}

.bz3-product-scroll-image img {
  max-width: 80%;
  max-height: 5rem;
}

.bz3-product-scroll-cta {
  text-align: center;
  padding: 1.125rem 1rem 1rem;
}

.bz3-product-scroll-cta .button {
  margin-bottom: 0.5rem;
}

.bz3-product-data-table {
  display: table;
  border-collapse: collapse;
}

.bz3-product-data-table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

.bz3-product-data-table caption {
  background: #dedede;
  border: 1px solid;
  border-color: #d6d6d6;
  border-bottom: none;
  font-size: 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.bz3-product-data-table th {
  background: #dedede;
  padding: 0.625rem 1.5625rem;
  border: 1px solid;
  border-color: #d6d6d6;
  font-size: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.bz3-product-data-table td {
  padding: 0.625rem 1.5625rem;
  border: 1px solid;
  border-color: #d6d6d6;
  font-size: 1rem;
}

.bz3-product-data-table-review {
  color: #FFD700;
  font-size: 1.25rem;
  text-align: center;
}

.bz3-product-data-table-review i {
  display: inline-block;
}

.bz3-compare {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bz3-compare,
.bz3-compare:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-container {
  width: 20.83333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #d6d6d6;
  background: rgba(254, 254, 254, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}

.bz3-compare-container,
.bz3-compare-container:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-container:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-compare-container {
    width: 29.16667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-compare-container,
  .bz3-compare-container:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-compare-container:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-container {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-compare-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-container,
  .bz3-compare-container:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-compare-container:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-compare-filter {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
  border-top: 1px solid #d6d6d6;
}

.bz3-compare-filter,
.bz3-compare-filter:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-filter:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-filter h4 {
  margin-bottom: 0.3125rem;
}

.bz3-compare-filter .button {
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.bz3-compare-filter:first-child {
  border-top: none;
}

.bz3-compare-filter input label {
  margin-bottom: 0.3125rem;
  display: block;
  width: 100%;
}

.bz3-compare-filter input:last-child {
  margin-bottom: 0;
}

.bz3-compare-filter input[type="text"],
.bz3-compare-filter input[type="number"],
.bz3-compare-filter input[type="email"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.bz3-compare-filter legend {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
}

.bz3-compare-filter-group {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0.125rem;
}

.bz3-compare-filter-group,
.bz3-compare-filter-group:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-filter-group:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-filter-group:last-child {
  margin-bottom: 0;
}

.bz3-compare-filter-group-item {
  width: 50%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bz3-compare-filter-group-item,
.bz3-compare-filter-group-item:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-filter-group-item:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-data {
  margin-top: 24px;
}

.bz3-compare-data .table-scroll {
  overflow: visible;
}

.bz3-compare-data .value {
  font-size: 1.4rem;
}

.bz3-compare-data-inner ul {
  list-style-type: disc;
  margin-bottom: 0;
}

.bz3-compare-data-inner__filter-table {
  width: 79.16667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .bz3-compare-data-inner__filter-table {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-compare-data-inner__filter-table,
.bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-compare-data-inner__filter-table {
    width: 70.83333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-compare-data-inner__filter-table {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-compare-data-inner__filter-table,
  .bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-data-inner__filter-table {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-compare-data-inner__filter-table,
  .bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-compare-data-inner__filter-table:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-compare-data-table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.bz3-compare-data-row-wrap:nth-child(even) .bz3-compare-data-row {
  background: white !important;
}

.bz3-compare-data-row-wrap__active .bz3-compare-data-row {
  background: #f5f5f5 !important;
}

.bz3-compare-data-row {
  width: 100%;
  position: relative;
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
  padding: 6px 0px;
}

.bz3-compare-data-row:hover {
  background: #f5f5f5 !important;
}

.bz3-compare-data-row__active,
.bz3-compare-data-row__highlight {
  background: #fefefe !important;
}

.bz3-compare-data.compact .bz3-compare-data-row__sub .bz3-compare-data-cell {
  text-align: left;
  width: 50%;
}

.bz3-compare-data-row__sub {
  display: none;
  text-align: left;
}

.bz3-compare-data-product-logo {
  max-width: 100px;
  margin-bottom: 15px;
  max-height: 60px;
}

.bz3-compare-data-product-review {
  color: #FFD700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.bz3-compare-data-product-review a {
  margin-top: 0.625rem;
  display: block;
}

.bz3-compare-data-cell-description {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.9375rem 1.5625rem;
}

.bz3-compare-data-cell-description,
.bz3-compare-data-cell-description:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-compare-data-cell-description:last-child:not(:first-child) {
  float: right;
}

.bz3-compare-data-cell-description p {
  margin-bottom: 0;
}

.bz3-compare-data-cell-pros-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bz3-compare-data-cell-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  border-right: 1px solid #d6d6d6;
  padding: 1.2em;
}

.bz3-compare-data-cell-list ul {
  list-style-type: none;
}

.bz3-compare-data-cell-list li:before {
  font-family: "FontAwesome";
}

.bz3-compare-data-cell-list__pro li:before {
  content: "\F087";
  margin: 0 5px 0 -20px;
  color: #3adb76;
}

.bz3-compare-data-cell-list__con li:before {
  content: "\F088";
  margin: 0 5px 0 -20px;
  color: #cc4b37;
}

.bz3-compare-data-cell-list:last-child {
  border-right: none;
}

#x-popup-compare-products-popup .compare-products-popup-wrapper {
  background-color: transparent;
}

#x-popup-compare-products-popup .compare-products-popup-wrapper .brokers-wrapper {
  background-color: whitesmoke;
}

.popup .compare-products-popup-wrapper {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  margin: 1em 0em;
}

.popup .compare-products-popup-wrapper .compare-products-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  background-color: #1b4255;
  width: 100%;
}

.popup .compare-products-popup-wrapper h3 {
  margin: 0;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.popup .compare-products-popup-wrapper .fa-times {
  font-size: 1.5em;
  float: left;
  left: -12px;
  padding: 4px 7px;
  top: 0px;
}

@media screen and (max-width: 39.99875em) {
  .popup .compare-products-popup-wrapper .popup-inner {
    margin: 12px auto;
    width: calc(100% - 32px);
  }
}

.popup .bz3-compare-data.compact {
  margin: 0;
}

.bz3-compare-data .bz3-compare-table-row-wrap {
  border-bottom: solid 1px #ddd;
}

.bz3-compare-data .bz3-compare-table-row-wrap:last-of-type {
  border-bottom: none;
}

.bz3-compare-data.compact {
  margin: 1em 0;
  border: solid 1px #ddd;
}

.bz3-compare-data.compact .bz3-compare-data-cell {
  padding: 0.8em;
  border: none;
}

.bz3-compare-data.compact .bz3-compare-data-product-logo {
  margin-bottom: 8px;
}

.bz3-compare-data.compact .bz3-compare-data-cell.bz3-compare-data-context {
  max-width: auto;
}

.bz3-compare-data.compact .bz3-compare-data-cell-description {
  padding: 0.8em;
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-data.compact .bz3-compare-data-cell {
    text-align: center;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-product-logo {
    max-height: 100px;
    max-width: 200px;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-cell {
    padding: 1.2em;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-cell-description {
    padding: 1.2em;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-context {
    max-width: 75%;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-cta {
    width: 220px;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-product-review {
    font-size: 1.5em;
  }

  .bz3-compare-data.compact .bz3-compare-data-cell .bz3-compare-data-cell-list {
    border: none;
    padding: 0.8em;
  }
}

.compare-brokers-current-promotion {
  background-color: #fedcc3;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 0.8em;
  margin: 4px 12px;
  border-radius: 4px;
  color: white;
  text-align: center;
  border: solid 1px #ff7b00;
  color: #002d45;
}

.compare-brokers-current-promotion:hover {
  text-decoration: underline;
}

.bz3-compare-data-cell .large,
.bz3-product-display .large {
  display: block;
  font-size: 1.75rem;
}

.bz3-compare-data-cell .medium,
.bz3-product-display .medium {
  display: block;
  font-size: 1rem;
}

.bz3-compare-data-cell .small,
.bz3-compare-data-cell .broker-embed .button,
.broker-embed .bz3-compare-data-cell .button,
.bz3-product-display .small,
.bz3-product-display .broker-embed .button,
.broker-embed .bz3-product-display .button {
  display: block;
  font-size: 0.75rem;
}

.bz3-compare-data-cell .accent,
.bz3-product-display .accent {
  display: block;
  font-size: 0.75rem;
  color: #8a8a8a;
  font-style: italic;
}

.bz3-compare-data-cell {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #3c3d3c;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: table-cell;
  padding: 1.2em;
}

.bz3-compare-data-cell .bz3-compare-data-context {
  display: block;
  font-size: 0.75rem;
  max-width: 9.375rem;
  margin: 0 auto;
  color: #8a8a8a;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.bz3-compare-data-cell:first-child {
  border-left: 1px solid #d6d6d6;
}

.bz3-compare-data-cell .bz3-compare-data-cta {
  margin-bottom: 0.3125rem;
}

.bz3-compare-data-cell .bz3-compare-data-trust {
  margin-left: 0.1875rem;
}

.bz3-compare-data-cell .bz3-compare-data-more {
  font-size: 0.75rem;
}

.bz3-compare-data-cell__heading {
  background: rgba(10, 10, 10, 0.1);
  padding: 0.625rem 1.5625rem;
  border-top: 1px solid;
  border-color: #d6d6d6;
  font-size: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
}

.bz3-compare-data-cell__heading:first-child {
  border-left: 1px solid #d6d6d6;
}

.bz3-compare-data-cell__highlight {
  background: #2ca2d1;
  border-color: #2ca2d1;
  color: #fefefe;
}

.bz3-compare-data-cell__center {
  text-align: center;
}

.bz3-compare-data-cell__no-padding {
  padding: 0;
}

.bz3-compare-data-cell__shadow {
  -webkit-box-shadow: 0 5px 0px 0px #e3e3e3;
          box-shadow: 0 5px 0px 0px #e3e3e3;
}

.bz3-compare-data-cell__res-width-large {
  width: 18.75rem;
}

.bz3-compare-data-cell__res-width-medium {
  width: 16.25rem;
}

.bz3-compare-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0.5rem 0;
}

.bz3-compare-flex-row {
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-flex-row {
    margin-bottom: 1rem;
    border-top: 1px solid rgba(10, 10, 10, 0.1);
  }
}

@media screen and (min-width: 40em) {
  .bz3-compare-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .bz3-compare-flex-row:nth-of-type(even) {
    background-color: rgba(230, 230, 230, 0.1);
  }

  .bz3-compare-flex-row:nth-of-type(odd) {
    background-color: rgba(138, 138, 138, 0.1);
  }
}

.bz3-compare-flex-row__header {
  font-weight: 700;
  background-color: #002d45 !important;
  color: #fefefe;
  font-family: "Open Sans Condensed", sans-serif;
}

.bz3-compare-flex-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding: 1.25rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 39.99875em) {
  .bz3-compare-flex-cell {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid rgba(10, 10, 10, 0.1);
  }
}

.bz3-compare-flex-cell:first-child {
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

.bz3-compare-flex-cell__header {
  padding: 0.625rem 0.625rem;
  font-size: 1.125rem;
}

.bz3-compare-flex-cell__justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bz3-compare-flex-cell .large {
  display: block;
  font-size: 2.5rem;
}

.bz3-compare-flex-cell .medium {
  display: block;
  font-size: 1.6875rem;
}

.bz3-compare-flex-cell .small,
.bz3-compare-flex-cell .broker-embed .button,
.broker-embed .bz3-compare-flex-cell .button {
  display: block;
  font-size: 0.75rem;
}

.bz3-compare-flex-cell .accent {
  font-size: 0.75rem;
  color: #8a8a8a;
  font-style: italic;
}

.bz3-compare-flex-cell .bz3-compare-data-context {
  display: block;
  font-size: 0.75rem;
  max-width: 9.375rem;
  margin: 0 auto;
  color: #8a8a8a;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.bz3-compare-flex-logo {
  display: block;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bz3-compare-flex-logo img {
  max-width: 100px;
  margin-bottom: 15px;
  max-height: 60px;
}

.bz3-compare-flex-stacked {
  text-align: center;
}

.bz3-gallery {
  background: rgba(10, 10, 10, 0.2);
}

.bz3-gallery:hover .bz3-gallery-arrow {
  opacity: 1;
  visibility: visible;
}

.gallery-item img {
  max-height: 500px;
  margin: 0 auto;
}

.bz3-gallery-arrow {
  font-size: 3.125rem;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 50px;
  background: rgba(10, 10, 10, 0.5);
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  opacity: .5;
}

.bz3-gallery-arrow__left {
  left: 0;
}

.bz3-gallery-arrow__left i {
  color: #fefefe;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bz3-gallery-arrow__right {
  right: 0;
}

.bz3-gallery-arrow__right i {
  color: #fefefe;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bz3-gallery-arrow:hover {
  background: #0a0a0a;
}

.bz3-gallery-desc {
  margin-bottom: 2.8125rem;
}

.bz3-gallery-desc .gallery-item {
  background: #e6e6e6;
  border: 1px solid #d6d6d6;
  padding: 1rem;
}

.bz3-gallery-desc .gallery-item p {
  margin-bottom: 0;
}

.bz3-gallery-desc .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 9;
  bottom: -57px;
}

.slick-dots {
  margin-left: 0;
}

.slick-dots li {
  display: inline-block;
  background: #e6e6e6;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 3px solid transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 1px #000000;
          box-shadow: 0 0 1px #000000;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:before {
  content: " ";
  position: absolute;
  z-index: 0;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px solid #2ca2d1;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  -webkit-box-shadow: 0 1px 1px rgba(10, 10, 10, 0.3);
          box-shadow: 0 1px 1px rgba(10, 10, 10, 0.3);
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  border: 3px solid transparent;
  background: #2ca2d1;
}

.slick-dots li:hover:before,
.slick-dots li.slick-active:before {
  opacity: 1;
}

.bz3-map {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.bz3-map,
.bz3-map:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-map:last-child:not(:first-child) {
  float: right;
}

.bz3-map .bz3-map-table {
  position: relative;
}

.bz3-map .bz3-map-table.collapsed .bz3-map-table-wrapper {
  height: 220px;
  overflow: hidden;
}

.bz3-map .bz3-map-table.collapsed .bz3-map-table-expansion-container {
  display: block;
}

.bz3-map .bz3-map-table .bz3-map-table-wrapper {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  border-bottom: solid 6px #ff8f68;
}

.bz3-map .bz3-map-table .bz3-map-table-wrapper table {
  margin: 0;
}

.bz3-map .bz3-map-table .bz3-map-table-expansion-container {
  display: none;
  position: absolute;
  bottom: -8px;
  text-align: center;
  width: 100%;
}

.bz3-map .bz3-map-table .bz3-map-table-expansion-button {
  cursor: pointer;
  margin: auto;
  padding: 4px 8px;
  border: solid 4px #ff8f68;
  display: inline;
  background-color: white;
  border-radius: 0px;
  font-weight: bold;
}

.bz3-map .bz3-map-table .bz3-map-table-expansion-button:hover {
  background-color: #fbd7ca;
}

.bz3-map-display {
  width: 100%;
  height: 550px;
}

.bz3-map-display a {
  display: none !important;
}

@media screen and (max-width: 63.99875em) {
  .bz3-map-display {
    height: 550px;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-map-display {
    height: 250px;
  }
}

.bz3-map-inner {
  background: white;
  border: 1px solid #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 14px;
}

.bz3-map-inner__map {
  padding: 0;
  border: none;
}

.bz3-map-inner .action-container {
  padding-top: 0.75rem;
}

.bz3-map-inner .action-container .button {
  margin: 0;
  width: 100%;
}

.bz3-state-natural-statistics h6 {
  text-decoration: underline;
}

.bz3-state-natural-statistics table td {
  border: none;
  font-size: 0.75rem;
  text-align: left;
  padding-left: 0;
  padding-bottom: 0.25rem;
  background: white;
  border-bottom: 1px solid #d6d6d6;
}

.bz3-state-natural-statistics table td:first-child {
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.875rem;
}

.bz3-state-natural-statistics table td:last-child {
  padding-right: 0;
  text-align: right;
}

.bz3-state-natural-disasters h6 {
  margin-bottom: 1rem;
  text-decoration: underline;
}

.bz3-state-natural-disasters ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  position: relative;
  padding-left: 16px;
  text-transform: capitalize;
}

.bz3-state-natural-disasters ul li:before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  left: -20px;
  top: -2px;
  border: 1px solid #d6d6d6;
  border-radius: 6.25rem;
}

.bz3-state-natural-disasters ul li.blizzards:before {
  background-image: url(../images/home-insurance/001-blizzard.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.earthquakes:before {
  background-image: url(../images/home-insurance/002-earthquake.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.tornadoes:before {
  background-image: url(../images/home-insurance/003-tornado.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.volcanoes:before {
  background-image: url(../images/home-insurance/004-eruption.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.tsunamis:before {
  background-image: url(../images/home-insurance/005-tsunami.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.floods:before {
  background-image: url(../images/home-insurance/006-flood.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.wildfires:before {
  background-image: url(../images/home-insurance/007-fire.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.drought:before {
  background-image: url(../images/home-insurance/008-drought.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.avalanches:before {
  background-image: url(../images/home-insurance/009-avalanche.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.hurricanes:before {
  background-image: url(../images/home-insurance/010-hurricane.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters ul li.landslides:before {
  background-image: url(../images/home-insurance/011-landslide.png);
  background-repeat: no-repeat;
  background-size: 28px;
}

.bz3-state-natural-disasters p {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.us-coronavirus .bz3-map-container {
  width: 100%;
}

.us-coronavirus .bz3-map-inner,
.us-coronavirus .bz3-map-inner__map {
  padding: 0;
  border: none;
}

.bz3-map-details table {
  display: table;
}

.bz3-quote {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  padding: 1.5rem;
  position: relative;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.bz3-quote,
.bz3-quote:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-quote:last-child:not(:first-child) {
  float: right;
}

.bz3-quote:before {
  font-family: 'FontAwesome';
  position: absolute;
  content: '\F10D';
  left: -2px;
  top: 1px;
  font-size: 1.25rem;
}

.bz3-quote p {
  font-size: 1.25rem;
  font-style: italic;
}

.bz3-quote-info {
  text-align: right;
}

.bz3-quote-title {
  float: right;
}

.bz3-quote-title span {
  display: block;
}

.bz3-quote-image {
  float: right;
  margin-left: 0.5rem;
}

.bz3-quote-image img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.bz3-quote-contributor-name {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  margin-top: 0.125rem;
}

.bz3-quote-contributor-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #8a8a8a;
}

.bz3-insurance-form .input-group,
.bz3-form .input-group,
.quote-form .input-group {
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.bz3-insurance-form .input-group input.input-group-field,
.bz3-form .input-group input.input-group-field,
.quote-form .input-group input.input-group-field {
  margin-bottom: 0;
  border: none;
  border-right: solid 1px #ccc;
  height: 44px;
}

.bz3-insurance-form .input-group .button,
.bz3-form .input-group .button,
.quote-form .input-group .button {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

.bz3-insurance-form .input-group .button:hover,
.bz3-form .input-group .button:hover,
.quote-form .input-group .button:hover {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (min-width: 64em) {
  .article-content .bz3-insurance-form,
  .article-content .bz3-form {
    width: 500px;
    max-width: 700px;
  }
}

.bz3-insurance-form,
.bz3-form,
.bz3-insurance-form.lead-form {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
          box-shadow: 0 0 6px 1px rgba(163, 163, 163, 0.24);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 24px;
  color: #4c5159;
  border: 1px solid #d6d6d6;
  padding: 1rem;
  margin: 0 auto 1rem auto;
}

.bz3-insurance-form:hover,
.bz3-form:hover,
.bz3-insurance-form.lead-form:hover {
  -webkit-box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
          box-shadow: 0 0 7px 2px rgba(163, 163, 163, 0.5);
}

.bz3-insurance-form.active,
.bz3-form.active,
.bz3-insurance-form.lead-form.active {
  width: 100%;
}

.bz3-insurance-form .input-group,
.bz3-form .input-group,
.bz3-insurance-form.lead-form .input-group {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.bz3-insurance-form .input-group input,
.bz3-form .input-group input,
.bz3-insurance-form.lead-form .input-group input {
  height: 44px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bz3-insurance-form .ma-xx-small,
.bz3-form .ma-xx-small,
.bz3-insurance-form.lead-form .ma-xx-small {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 0 !important;
}

.bz3-insurance-form #__max_form_title,
.bz3-form #__max_form_title,
.bz3-insurance-form.lead-form #__max_form_title {
  display: none !important;
}

.bz3-insurance-form #__max_form,
.bz3-form #__max_form,
.bz3-insurance-form.lead-form #__max_form {
  padding: 12px 0 !important;
  padding-bottom: 0 !important;
}

.bz3-insurance-form #__max_form .max-form-select,
.bz3-form #__max_form .max-form-select,
.bz3-insurance-form.lead-form #__max_form .max-form-select {
  padding-right: 4px;
  background-image: none;
}

.bz3-insurance-form #__max_submit,
.bz3-form #__max_submit,
.bz3-insurance-form.lead-form #__max_submit {
  border-radius: 4px !important;
  color: #fefefe !important;
  font-family: "Open Sans Condensed",sans-serif  !important;
  font-size: 16px !important;
  letter-spacing: .09em !important;
  background-color: #ff7b00 !important;
  text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.1) !important;
  border: solid 1px #ccc !important;
}

.bz3-insurance-form h5,
.bz3-form h5,
.bz3-insurance-form.lead-form h5 {
  margin-bottom: 0.5rem;
  font-size: 1.6875rem;
}

.bz3-insurance-form h6,
.bz3-form h6,
.bz3-insurance-form.lead-form h6 {
  font-style: italic;
  color: #8a8a8a;
}

.bz3-insurance-form__sidebar,
.bz3-form__sidebar,
.bz3-insurance-form.lead-form__sidebar {
  width: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-insurance-form__sidebar .input-group-button,
  .bz3-form__sidebar .input-group-button,
  .bz3-insurance-form.lead-form__sidebar .input-group-button {
    display: block;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-insurance-form__sidebar .input-group-button,
  .bz3-insurance-form__sidebar .input-group-button:last-child:not(:first-child),
  .bz3-form__sidebar .input-group-button,
  .bz3-form__sidebar .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__sidebar .input-group-button,
  .bz3-insurance-form.lead-form__sidebar .input-group-button:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-insurance-form__sidebar .input-group-button:last-child:not(:first-child),
  .bz3-form__sidebar .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__sidebar .input-group-button:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-insurance-form__product-display,
.bz3-form__product-display,
.bz3-insurance-form.lead-form__product-display {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.bz3-insurance-form__product-display .input-group,
.bz3-form__product-display .input-group,
.bz3-insurance-form.lead-form__product-display .input-group {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-insurance-form__product-display .input-group-button,
  .bz3-form__product-display .input-group-button,
  .bz3-insurance-form.lead-form__product-display .input-group-button {
    display: block;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-insurance-form__product-display .input-group-button,
  .bz3-insurance-form__product-display .input-group-button:last-child:not(:first-child),
  .bz3-form__product-display .input-group-button,
  .bz3-form__product-display .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__product-display .input-group-button,
  .bz3-insurance-form.lead-form__product-display .input-group-button:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-insurance-form__product-display .input-group-button:last-child:not(:first-child),
  .bz3-form__product-display .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__product-display .input-group-button:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-insurance-form__product-display .button,
.bz3-form__product-display .button,
.bz3-insurance-form.lead-form__product-display .button {
  margin-bottom: 0;
}

.bz3-insurance-form__page-header,
.bz3-form__page-header,
.bz3-insurance-form.lead-form__page-header {
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 0;
  max-width: 300px;
}

.bz3-insurance-form__page-header .input-group,
.bz3-form__page-header .input-group,
.bz3-insurance-form.lead-form__page-header .input-group {
  margin-bottom: 0.5rem;
}

.bz3-insurance-form__page-header .input-group .input-group-field,
.bz3-form__page-header .input-group .input-group-field,
.bz3-insurance-form.lead-form__page-header .input-group .input-group-field {
  border: 1px solid white;
  border-right: none;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-insurance-form__page-header .input-group-button,
  .bz3-form__page-header .input-group-button,
  .bz3-insurance-form.lead-form__page-header .input-group-button {
    display: block;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }

  .bz3-insurance-form__page-header .input-group-button,
  .bz3-insurance-form__page-header .input-group-button:last-child:not(:first-child),
  .bz3-form__page-header .input-group-button,
  .bz3-form__page-header .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__page-header .input-group-button,
  .bz3-insurance-form.lead-form__page-header .input-group-button:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-insurance-form__page-header .input-group-button:last-child:not(:first-child),
  .bz3-form__page-header .input-group-button:last-child:not(:first-child),
  .bz3-insurance-form.lead-form__page-header .input-group-button:last-child:not(:first-child) {
    float: right;
  }
}

.bz3-insurance-form__page-header .button,
.bz3-form__page-header .button,
.bz3-insurance-form.lead-form__page-header .button {
  margin-bottom: 0;
}

.bz3-toc {
  border: 1px solid #d6d6d6;
  padding: 1rem;
  margin-bottom: 1rem;
  display: table;
}

@media screen and (max-width: 39.99875em) {
  .bz3-toc {
    display: block;
  }
}

.bz3-toc ul {
  margin-bottom: 0;
}

.bz3-toc-header {
  text-align: center;
}

.bz3-toc-header h6 {
  margin-bottom: 0;
}

.bz3-toc-header span {
  color: #2ca2d1;
}

.bz3-toc-list {
  margin-top: 0.625rem;
}

.bz3-toc-list li {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .bz3-toc-list li {
    margin-bottom: 0.3125rem !important;
  }
}

.bz3-toc-toggle {
  cursor: pointer;
}

.main__coin {
  background: #eee;
}

.page-template-stock-market {
  background: #e6e9ec;
}

#stock-market {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#stock-market::before,
#stock-market::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#stock-market::after {
  clear: both;
}

.stock-market-indices {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .stock-market-indices {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stock-market-indices,
.stock-market-indices:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-indices:last-child:not(:first-child) {
  float: right;
}

.stock-market-indices-inner {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 64em) {
  .stock-market-indices-inner {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 33.33333%;
  }

  .stock-market-indices-inner,
  .stock-market-indices-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-indices-inner:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-indices-inner:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 63.99875em) {
  .stock-market-indices-inner {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 25%;
  }

  .stock-market-indices-inner,
  .stock-market-indices-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-indices-inner:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-indices-inner:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .stock-market-indices-inner {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0%;
  }

  .stock-market-indices-inner,
  .stock-market-indices-inner:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-indices-inner:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-indices-inner:last-child:last-child {
    float: left;
  }
}

.stock-market-status {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-left: 33.33333%;
  font-style: italic;
  font-size: 0.875rem;
}

.stock-market-status,
.stock-market-status:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-status:last-child:not(:first-child) {
  float: right;
}

.stock-market-status:last-child:last-child {
  float: left;
}

@media screen and (min-width: 64em) {
  .stock-market-status {
    width: 33.33333%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 33.33333%;
  }

  .stock-market-status,
  .stock-market-status:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-status:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-status:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 63.99875em) {
  .stock-market-status {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 25%;
  }

  .stock-market-status,
  .stock-market-status:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-status:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-status:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .stock-market-status {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0%;
  }

  .stock-market-status,
  .stock-market-status:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-status:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-status:last-child:last-child {
    float: left;
  }
}

.stock-market-status p {
  margin-left: 0.0625rem;
}

.stock-market-index {
  width: 33.33333%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  background: #fefefe;
  padding: 0.5rem 0.75rem;
  border-right: 1px solid #d9d9d9;
}

.stock-market-index,
.stock-market-index:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-index:last-child:not(:first-child) {
  float: right;
}

.stock-market-index h6 {
  margin-bottom: 0.25rem;
}

.stock-market-index:last-child {
  border-right: 0;
}

.stock-market-index .stock-market-index-change {
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  font-weight: normal;
  display: inline;
}

.stock-market-index.negative .stock-market-index-change {
  position: relative;
}

.stock-market-index.negative .stock-market-index-change:before {
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  right: -18px;
  content: "\F0D7";
  font-size: 1.375rem;
  color: #cc4b37;
}

.stock-market-index.positive .stock-market-index-change {
  position: relative;
}

.stock-market-index.positive .stock-market-index-change:before {
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  right: -18px;
  content: "\F0D8";
  font-size: 1.375rem;
  color: #3adb76;
}

.stock-market-overview {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .stock-market-overview {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stock-market-overview,
.stock-market-overview:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-overview:last-child:not(:first-child) {
  float: right;
}

.stock-market-overview .stock-market-overview-inner {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  background: #fefefe;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.stock-market-overview .stock-market-overview-inner,
.stock-market-overview .stock-market-overview-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-overview .stock-market-overview-inner:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .stock-market-overview .stock-market-overview-inner {
    padding: 2rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .stock-market-overview .stock-market-overview-inner {
    padding: 1rem;
  }
}

.stock-market-overview .stock-market-overview-inner h6.stock-market-highlight-header {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.stock-market-overview .stock-market-overview-inner h6.stock-market-highlight-header-style {
  color: grey;
  font-weight: 100;
}

@media screen and (min-width: 64em) {
  .stock-market-overview .stock-market-overview-inner h6.stock-market-highlight-header-style {
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 63.99875em) {
  .stock-market-overview .stock-market-overview-inner h6.stock-market-highlight-header-style {
    margin-bottom: -6px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 64em) {
  .stock-market-sector-performance {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .stock-market-sector-performance {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .stock-market-sector-performance,
  .stock-market-sector-performance:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-sector-performance:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-sector-performance span {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .stock-market-sector-performance {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .stock-market-sector-performance {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .stock-market-sector-performance,
  .stock-market-sector-performance:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-sector-performance:last-child:not(:first-child) {
    float: right;
  }

  .stock-market-sector-performance span {
    font-size: 0.875rem;
  }

  .stock-market-sector-performance span {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .stock-market-sector-performance {
    margin-bottom: 1rem;
  }

  .stock-market-sector-performance span {
    font-size: 0.875rem;
  }
}

.stock-market-sector-performance ul {
  margin-left: 0;
  float: left;
}

.stock-market-sector-performance li {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 0.375rem 0;
  border-bottom: 1px solid #eee;
}

.stock-market-sector-performance li:first-child {
  border-top: 1px solid #eee;
}

.stock-market-sector-performance .sector-name {
  float: left;
}

.stock-market-sector-performance .sector-change {
  float: right;
}

.stock-market-sector-performance .sector-change-date {
  display: block;
  text-align: right;
  font-size: 10px;
  color: grey;
  width: 100%;
  float: left;
}

.stock-market-sector-performance span.positive {
  position: relative;
}

.stock-market-sector-performance span.positive:before {
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  right: 64px;
  content: "\F0D8";
  font-size: 1.375rem;
  color: #3adb76;
}

.stock-market-sector-performance span.negative {
  position: relative;
}

.stock-market-sector-performance span.negative:before {
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  right: 64px;
  content: "\F0D7";
  font-size: 1.375rem;
  color: #cc4b37;
}

@media screen and (min-width: 64em) {
  .stock-market-news {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .stock-market-news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .stock-market-news,
  .stock-market-news:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-news:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .stock-market-news {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .stock-market-news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .stock-market-news,
  .stock-market-news:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-news:last-child:not(:first-child) {
    float: right;
  }
}

.stock-market-news ul li {
  padding: 0.625rem 0;
  margin: 0;
}

.stock-market-news ul li h6 {
  font-size: 15px;
  margin-bottom: 1px;
}

.stock-market-news ul li:first-child {
  border-top: 1px solid #eee;
}

.stock-market-ipos .stock-market-ipos-inner {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-left: 0 !important;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.stock-market-ipos .stock-market-ipos-inner,
.stock-market-ipos .stock-market-ipos-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-ipos .stock-market-ipos-inner:last-child:not(:first-child) {
  float: right;
}

.stock-market-ipos table {
  min-width: 1000px;
  overflow-x: auto;
}

.stock-market-ipos ul {
  margin: 0;
}

.stock-market-ipos ul li {
  list-style-type: none;
  padding: 0.625rem 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.stock-market-ipos ul li h6 {
  font-size: 14px;
  margin-bottom: 1px;
}

.stock-market-ipos ul li:first-child {
  border-top: 1px solid #eee;
}

.stock-market-ipos table thead {
  border: none !important;
}

.stock-market-ipos table th {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border: none !important;
  padding: 5px 0px;
}

.stock-market-ipos table td {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-right: none !important;
  border-left: none !important;
  padding: 5px 0px;
  font-size: 12px;
}

.stock-market-disclaimer {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  color: grey;
}

@media print, screen and (min-width: 40em) {
  .stock-market-disclaimer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stock-market-disclaimer,
.stock-market-disclaimer:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-disclaimer:last-child:not(:first-child) {
  float: right;
}

.stock-market-disclaimer span {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .stock-market-disclaimer span {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stock-market-disclaimer span,
.stock-market-disclaimer span:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-disclaimer span:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .stock-market-disclaimer span {
    font-size: 26px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
  }
}

.stock-market-disclaimer p {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .stock-market-disclaimer p {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stock-market-disclaimer p,
.stock-market-disclaimer p:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.stock-market-disclaimer p:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .stock-market-movers {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .stock-market-movers {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 64em) {
  .stock-market-movers,
  .stock-market-movers:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .stock-market-movers:last-child:not(:first-child) {
    float: right;
  }
}

.stock-market-movers__gainers {
  padding-left: 0 !important;
}

.stock-market-movers__losers {
  padding-right: 0 !important;
}

.stock-market-movers table thead {
  border: none !important;
}

.stock-market-movers table th {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border: none !important;
  padding: 5px;
}

.stock-market-movers table td {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-right: none !important;
  border-left: none !important;
  padding: 5px;
  font-size: 12px;
}

.stock-market-movers table tr td:first-child,
.stock-market-movers table tr th:first-child {
  padding-left: 0px !important;
}

.stock-market-movers table tr td:last-child,
.stock-market-movers table tr th:last-child {
  padding-right: 0px !important;
  text-align: right;
}

#landing-page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#landing-page::before,
#landing-page::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#landing-page::after {
  clear: both;
}

#landing-page-news {
  width: 66.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #landing-page-news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#landing-page-news,
#landing-page-news:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#landing-page-news:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #landing-page-news {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  #landing-page-news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #landing-page-news,
  #landing-page-news:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  #landing-page-news:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  #landing-page-news {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #landing-page-news {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #landing-page-news,
  #landing-page-news:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  #landing-page-news:last-child:not(:first-child) {
    float: right;
  }
}

.channel-news {
  list-style-type: none;
  margin: 0;
}

.channel-news-post {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.channel-news-post,
.channel-news-post:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.channel-news-post:last-child:not(:first-child) {
  float: right;
}

.channel-news-image {
  width: 15%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-left: 0 !important;
  margin-top: 5px;
}

@media print, screen and (min-width: 40em) {
  .channel-news-image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.channel-news-image,
.channel-news-image:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.channel-news-image:last-child:not(:first-child) {
  float: right;
}

.channel-news-content {
  width: 85%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.channel-news-content,
.channel-news-content:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.channel-news-content:last-child:not(:first-child) {
  float: right;
}

.channel-news-content p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.channel-news-content__full {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.channel-news-content__full,
.channel-news-content__full:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.channel-news-content__full:last-child:not(:first-child) {
  float: right;
}

.channel-news-header h6 {
  margin-bottom: 0;
  font-size: 1.0625rem;
}

#channel-stocks {
  font-size: 0.75rem;
}

#channel-stocks a {
  margin-right: 3px;
}

#landing-page-sidebar {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #landing-page-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#landing-page-sidebar,
#landing-page-sidebar:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#landing-page-sidebar:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #landing-page-sidebar {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  #landing-page-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #landing-page-sidebar,
  #landing-page-sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  #landing-page-sidebar:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  #landing-page-sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  #landing-page-sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  #landing-page-sidebar,
  #landing-page-sidebar:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  #landing-page-sidebar:last-child:not(:first-child) {
    float: right;
  }
}

#movers-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* or inline-flex */
}

.movers-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  text-decoration: none;
  color: #777;
}

.movers-link:focus {
  outline: none;
}

.movers-link span {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.movers-link-gainers:hover {
  color: #3adb76;
}

.movers-link-gainers.active {
  border-bottom: 1px solid #3adb76;
  color: #3adb76;
}

.movers-link-losers:hover {
  color: #d44950;
}

.movers-link-losers.active {
  border-bottom: 1px solid #d44950;
  color: #d44950;
}

.stock-list {
  margin: 0;
}

#stock-results {
  margin: 0px 0px 10px 0px;
}

.stock-result {
  padding: 5px 8px;
  height: 55px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-item-heading {
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.flex-item-result {
  color: #191919;
  position: relative;
  font-size: 11px;
}

.numbers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.company-name {
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  font-size: 0.75rem;
}

.company-name:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background: #eeeeee;
  bottom: -3px;
}

.company-ticker-gain:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D8";
  font-size: 20px;
  margin: -5px 5px 0 -16px;
  color: #3adb76;
  right: -20px;
  top: -4px;
}

.company-ticker-lose:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D7";
  font-size: 20px;
  right: -15px;
  top: -7px;
  color: #cc4b37;
}

#losers {
  display: none;
}

.sign-content.tickers .w-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sign-content.tickers .section {
  position: static;
  width: 2040px;
  height: 240px;
}

.sign-content.tickers .grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sign-content.tickers .columns {
  height: 240px;
}

.sign-content.tickers .column {
  background-color: #720e9e;
}

.sign-content.tickers .div-block {
  height: 240px;
  background-color: #720e9e;
}

.sign-content.tickers .image {
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.sign-content.tickers .section-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.sign-content.tickers .heading {
  position: static;
  width: 40%;
  min-width: 40%;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 22px;
}

.sign-content.tickers .full-ticker {
  width: 2040px;
  height: 240px;
}

.sign-content.tickers .columns-2 {
  margin-right: auto;
  margin-left: auto;
}

.sign-content.tickers .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sign-content.tickers .section-content {
  height: 240px;
}

.sign-content.tickers .section-content.background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  max-height: 240px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #720e9e;
}

.sign-content.tickers .logo {
  position: static;
  display: block;
  width: 100px;
  max-height: 300px;
  max-width: 160px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.sign-content.tickers .div-block-2 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 200px;
  max-height: 160px;
  max-width: 160px;
  padding-top: 35px;
  padding-left: 20px;
  clear: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #df7777;
}

.sign-content.tickers .logo-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 70px;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-content.tickers .ticker-price {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 50px;
  max-height: 50px;
  margin: 100px auto 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sign-content.tickers .company-logo {
  width: auto;
  height: auto;
  max-height: 46px;
  max-width: 160px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 30px;
  float: left;
  clear: none;
}

.sign-content.tickers .price {
  display: block;
  margin: 0px 30px 0px 15px;
  float: right;
  clear: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.sign-content.tickers .ticker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}

.sign-content.tickers .price-change-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  max-height: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32cd32;
  color: #fff;
}

.sign-content.tickers .ticker-bg {
  width: 44%;
  background-color: #8b008b;
}

.sign-content.tickers .price-change-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.sign-content.tickers .collection-item {
  padding-right: 0px;
  padding-left: 0px;
  width: 340px;
}

.sign-content.tickers .percent-change-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  max-height: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #32cd32;
  color: #fff;
}

.sign-content.tickers .percent-change-text {
  margin: 0px 20px 0px 0px;
  padding-left: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  padding: 0.5rem;
}

@media screen and (min-width: 40em) {
  .header {
    padding: 1rem;
  }
}

.header .header-navigation {
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

@media screen and (min-width: 40em) {
  .header .header-navigation {
    width: calc(37.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.header .header-navigation .header-navigation-button {
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: .1em;
  font-family: "Open Sans Condensed", sans-serif;
  display: inline-block;
  font-size: 0.875rem;
}

.header .header-navigation .header-navigation-button .header-menu-button {
  border: 1px solid transparent;
  text-transform: uppercase;
}

@media screen and (min-width: 81.5625em) {
  .header .header-navigation .header-navigation-button .header-menu-button {
    padding: 0.375rem 0.9375rem 0.375rem 0.9375rem;
  }

  .header .header-navigation .header-navigation-button .header-menu-button.is-active {
    border: 1px solid rgba(10, 10, 10, 0.1);
    border-bottom: 1px solid transparent;
    position: relative;
    background: white;
    z-index: 2;
  }
}

.header .header-navigation .header-navigation-button a {
  color: #0a0a0a;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .header-navigation .header-navigation-button a:hover {
  -webkit-transition: ease color .3s;
  -o-transition: ease color .3s;
  transition: ease color .3s;
  color: #298dcd;
}

@media screen and (min-width: 40em) {
  .header .header-navigation .header-navigation-button {
    font-size: 1rem;
  }
}

.header .header-navigation .header-navigation-button i {
  color: #0a0a0a;
  width: 0.75rem;
}

.header .header-navigation .header-navigation-button:focus {
  outline: 1px dotted currentColor;
}

.header .header-navigation .header-navigation-search {
  display: none;
  margin-left: 0.5rem;
  position: relative;
}

@media screen and (min-width: 81.5625em) {
  .header .header-navigation .header-navigation-search {
    display: inline-block;
  }
}

.header .header-navigation .header-navigation-search .search {
  width: 20.3125rem;
  border-color: transparent;
  border-radius: 0.375rem;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.header .header-navigation .header-navigation-search .search:focus {
  border-color: rgba(41, 141, 205, 0.8);
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.0125), 0 0 8px rgba(41, 141, 205, 0.8);
          box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.0125), 0 0 8px rgba(41, 141, 205, 0.8);
}

.header .header-navigation .header-navigation-search .submit {
  position: absolute;
  right: 8px;
  top: 4px;
  padding: 7px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
  border-radius: 6.25rem;
  -webkit-transition: ease background .3s;
  -o-transition: ease background .3s;
  transition: ease background .3s;
  cursor: pointer;
  font-size: 1.125rem;
}

.header .header-navigation .header-navigation-search .submit:hover {
  background: rgba(10, 10, 10, 0.045);
}

.header .header-logo {
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .header .header-logo {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.header .header-logo .header-logo-figure {
  margin: 0 auto;
  max-width: 100%;
  width: 7.1875rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .header .header-logo .header-logo-figure {
    width: 7.1875rem;
  }
}

@media screen and (min-width: 81.5625em) {
  .header .header-logo .header-logo-figure {
    width: 12.5rem;
  }
}

.header .header-logo .header-logo-figure svg {
  display: block;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.header .header-logo .header-logo-figure svg:hover .cls-1 {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.header .header-logo .header-logo-figure .cls-1 {
  fill: #0a0a0a;
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}

.header .header-extras {
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: center;
      align-self: center;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  .header .header-extras {
    width: calc(37.5% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) {
  .header .header-extras {
    font-size: 1rem;
  }
}

.header .header-extras a {
  color: #0a0a0a;
  padding: 0.25rem;
}

.header .header-extras a:hover {
  -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
  color: #298dcd;
}

.header .header-extras i {
  color: #0a0a0a !important;
}

.navigation {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  top: 2.5rem;
}

.navigation.is-active {
  opacity: 1;
  pointer-events: all;
  background: #fefefe;
  z-index: 10;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-in-out 0ms, visibility 300ms ease-in-out 0ms,-webkit-transform 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms, visibility 300ms ease-in-out 0ms,-webkit-transform 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms, visibility 300ms ease-in-out 0ms,-o-transform 300ms ease-in-out 0ms;
  transition: transform 300ms ease-in-out 0ms,opacity 300ms ease-in-out 0ms, visibility 300ms ease-in-out 0ms;
  transition: transform 300ms ease-in-out 0ms,opacity 300ms ease-in-out 0ms, visibility 300ms ease-in-out 0ms,-webkit-transform 300ms ease-in-out 0ms,-o-transform 300ms ease-in-out 0ms;
}

.navigation ul {
  margin: 0;
}

@media screen and (min-width: 40em) {
  .navigation {
    position: absolute;
    left: 1px;
    top: 30px;
    z-index: 1;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (min-width: 81.5625em) {
  .navigation {
    top: 38px;
  }
}

.navigation-sub-menu-parent {
  padding-top: 10px;
}

.navigation-sub-menu {
  background: #fefefe;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

@media screen and (min-width: 40em) {
  .navigation-sub-menu {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border: 1px solid rgba(10, 10, 10, 0.1);
    -webkit-box-shadow: 10px 9px 8px 0 rgba(10, 10, 10, 0.05);
            box-shadow: 10px 9px 8px 0 rgba(10, 10, 10, 0.05);
  }
}

@media screen and (min-width: 81.5625em) {
  .navigation-sub-menu {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.navigation-sub-menu .navigation-sub-menu-parent-top-list li:last-child a {
  padding-bottom: 0 !important;
}

.navigation-sub-menu li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}

.navigation-sub-menu li h6 {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .navigation-sub-menu li {
    margin: 0 5px;
  }
}

.navigation-sub-menu li:last-child a {
  padding-bottom: 0 !important;
}

.navigation-sub-menu li a {
  font-size: 0.8125rem;
  text-transform: capitalize;
  padding: 0.375rem 0 0.375rem 0.9375rem !important;
  position: relative;
}

.navigation-sub-menu li a:before {
  -webkit-transition: ease background-color .3s;
  -o-transition: ease background-color .3s;
  transition: ease background-color .3s;
  content: " ";
  position: absolute;
  border: 1px solid transparent;
  width: 1px;
  height: 7px;
  background: transparent;
  left: 7px;
  top: 12px;
}

.navigation-sub-menu li a.is-active {
  border-color: transparent !important;
}

@media screen and (min-width: 81.5625em) {
  .navigation-sub-menu li a.is-active:before {
    background: #298dcd;
    border: 1px solid #298dcd;
    border-radius: 100px;
  }
}

@media screen and (min-width: 81.5625em) {
  .navigation-sub-menu li:hover a:before {
    background: #298dcd;
    border: 1px solid #298dcd;
    border-radius: 100px;
  }
}

.navigation-arrow {
  float: right;
  padding: 5px 10px 0 10px;
  text-align: center;
  margin-right: 9px;
}

@media screen and (min-width: 40em) {
  .navigation-arrow {
    margin-right: 0;
  }

  .navigation-arrow.is-active i {
    color: #298dcd !important;
  }
}

@media screen and (min-width: 81.5625em) {
  .navigation-arrow {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  .navigation-sub-menu-parent {
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
    max-height: 95vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(10, 10, 10, 0.05);
            box-shadow: 0 2px 8px 0 rgba(10, 10, 10, 0.05);
    display: none;
  }

  .navigation-sub-menu-parent.is-active {
    display: block;
  }
}

@media screen and (min-width: 40em) {
  .navigation-sub-menu-parent {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin: 0;
    border-right: 1px solid rgba(10, 10, 10, 0.1);
  }
}

.navigation-item-link h6 {
  margin-bottom: 0.4rem;
}

.navigation-item-link a {
  padding: 0;
}

@media screen and (min-width: 81.5625em) {
  .navigation-parent {
    width: 100% !important;
  }
}

.navigation-sub-menu-child {
  padding: 3rem 0.75rem 3rem 0.75rem;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  .navigation-sub-menu-child {
    max-height: 95vh;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(10, 10, 10, 0.05);
            box-shadow: 0 2px 8px 0 rgba(10, 10, 10, 0.05);
    display: none;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  }

  .navigation-sub-menu-child.is-active {
    display: block;
  }
}

@media screen and (min-width: 40em) {
  .navigation-sub-menu-child {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1rem 0.75rem;
  }
}

.navigation-sub-menu-child .navigation-child {
  display: none;
}

.navigation-sub-menu-child .navigation-child h6 {
  text-transform: capitalize;
  font-size: 0.875rem;
}

.navigation-sub-menu-child .navigation-child.is-active {
  display: block;
}

.navigation-benzinga-products {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

.navigation-benzinga-products svg {
  max-width: 112px;
  width: 100%;
}

.navigation-menu-name {
  font-size: 1.4em;
}

.navigation-menu-name a {
  color: black;
}

.navigation-featured-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

.navigation-featured-story-image {
  width: calc(33.33333% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  margin-left: 0;
  padding-top: 5px;
}

.navigation-featured-story-content {
  width: calc(66.66667% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.navigation-featured-story-headline {
  margin-bottom: 0.375rem;
}

.navigation-featured-story-teaser {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

.navigation-child-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.navigation-child-channels .navigation-child-channel {
  width: calc(50% - 1.25rem);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
}

.navigation-child-channels .navigation-child-channel a {
  padding: 0 !important;
}

.navigation-child-channels .navigation-child-channel a:before {
  display: none;
}

.navigation-child-channels h5 {
  font-size: 14px !important;
}

.navigation-child-channels h6 {
  font-size: 14px !important;
  font-family: "ProximaNova-Regular", sans-serif;
}

.navigation-toggle-mobile {
  position: absolute;
  top: 14px;
  left: 12px;
}

@media screen and (min-width: 40em) {
  .navigation-toggle-mobile {
    display: none;
  }
}

.navigation-child-event {
  margin: 0.5rem 0 0.75rem 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding-bottom: 0.75rem;
}

.navigation-child-event:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.navigation-child-event h6 {
  margin-bottom: 2px;
}

.navigation-child-event span {
  font-size: 0.75rem;
  font-family: "ProximaNova-Regular", sans-serif;
}

.navigation-child-event p {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-family: "ProximaNova-Regular", sans-serif;
}

.navigation-child-event p a {
  color: #298dcd !important;
}

.navigation-child-logo {
  width: 200px;
  max-width: 100%;
  margin: 0.5rem 0;
}

@media screen and (min-width: 40em) {
  .navigation-child-bz-pro {
    width: 375px;
  }
}

.navigation-child-bz-pro .wistia_embed,
.navigation-child-bz-pro wistia_29.thumb_container {
  min-width: 100%;
}

@media screen and (min-width: 40em) {
  .navigation-child-bz-pro .wistia_embed,
  .navigation-child-bz-pro wistia_29.thumb_container {
    width: 375px !important;
  }
}

.navigation-child-bz-pro .hero-title {
  width: 100%;
  float: left;
}

.navigation-child-bz-pro .hero-title h2 {
  float: left;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
}

.navigation-child-bz-pro span {
  float: left;
  font-size: 19px;
  font-family: "ProximaNova-Regular", sans-serif;
}

.navigation-child-bz-pro small {
  font-size: 0.75rem;
  font-family: "ProximaNova-Regular", sans-serif;
}

.navigation-child-bz-pro small strong {
  font-family: "ProximaNova-Bold", sans-serif;
}

.navigation-child-bz-pro p {
  font-size: 0.875rem;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 0.75rem;
}

.navigation-child-bz-pro p strong {
  font-family: "ProximaNova-Bold", sans-serif;
}

.wistia_placebo_close_button {
  opacity: 1 !important;
}

.wistia_placebo_close_button img {
  height: auto !important;
  width: auto !important;
}

/*
 * Sponsors
 */

.navigation-title-sponsor {
  display: inline;
  text-align: left;
  margin-left: 8px;
  width: 100%;
}

.navigation-title-sponsor img {
  width: 2.1875rem;
}

.navigation-primary-sponsor {
  width: 100%;
  margin-top: 1rem;
}

.page .header .header-container {
  border-bottom: 2px solid #b8b4b4;
  margin-top: 24px;
}

@media screen and (max-width: 39.99875em) {
  .page .header .header-container {
    margin-top: 4px;
  }
}

.page .header h1 {
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
}

.page .grid-x.header {
  padding: 0;
  margin-bottom: 22px;
}

@media screen and (max-width: 39.99875em) {
  .page .grid-x.header {
    margin: 0;
  }
}

.page .header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: solid 2px #ddd;
  margin-bottom: 12px;
}

.page .header h1 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 39.99875em) {
  .page .header {
    display: inline-block;
    padding: 4px 0;
    margin-bottom: 4px;
  }

  .page .header .btn-cta {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    font-size: 12px;
    color: #004c6a !important;
  }
}

.error404 h1 {
  color: black;
  text-align: center;
  padding: 120px 50px;
}

.error404 .bz3-page-header-meta-byline {
  display: none;
}

.single-cannabis .bz3-header-menu-wrapper,
.page-cannabis .bz3-header-menu-wrapper,
.template-cannabis-news .bz3-header-menu-wrapper,
.template-cannabis-events .bz3-header-menu-wrapper {
  max-width: 980px;
}

.single-cannabis .bz3-page-content,
.page-cannabis .bz3-page-content,
.template-cannabis-news .bz3-page-content,
.template-cannabis-events .bz3-page-content {
  max-width: 980px;
}

.benzinga-article .bz3-page-content,
.benzinga-topic .bz3-page-content {
  margin: 24px auto;
  max-width: 1010px;
  padding: 0 0.9375rem;
}

.benzinga-article .page-footer,
.benzinga-topic .page-footer {
  margin: 32px 0;
}

.benzinga-article .bz3-header-menu-wrapper,
.benzinga-topic .bz3-header-menu-wrapper {
  width: 1010px !important;
  padding: 0px 16px;
}

.benzinga-article .article-header .title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 2.553em;
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .benzinga-article .article-header .title {
    font-size: 2rem;
  }
}

.benzinga-article .article-header .article-info {
  padding: 12px 0;
}

.benzinga-article .article-header .author {
  font-size: 14px;
}

.benzinga-article .article-header .date {
  color: #aaa;
  font-size: 14px;
}

.benzinga-article .article-header .image-container {
  max-height: 375px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.benzinga-article .article-header .image-container img {
  width: 100%;
}

.benzinga-article .article-content {
  font-family: "Helvetica Neue", "Helvetica", "OpenSans", "Arial", sans-serif;
}

.benzinga-article .article-content a {
  color: #236dc9;
}

.benzinga-article .article-channels {
  padding: 8px 0;
}

.benzinga-article .article-channels .article-channel {
  font-size: 12px;
  margin: 0 0 5px 5px;
  font-weight: normal;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: whitesmoke;
}

.benzinga-article .article-channels .article-channel:hover {
  color: whitesmoke;
  border: 1px solid #236dc9;
  background-color: #236dc9;
}

@media screen and (max-width: 39.99875em) {
  .benzinga-article .article-channels b {
    margin-right: 4px;
  }

  .benzinga-article .article-channels .article-channel {
    margin: 0 4px 8px 0px;
    display: inline-block;
  }
}

body.template-cannabis-events .bz3-news-feed,
body.template-cannabis-news .bz3-news-feed {
  margin-top: 0;
}

body.template-company-directory .main {
  background: #e6e9ec;
}

body.template-company-directory .bz3-page-content {
  margin: auto;
  max-width: 1010px;
  padding: 48px 0;
}

@media screen and (max-width: 39.99875em) {
  body.template-company-directory .bz3-page-content {
    padding: 12px 4px;
  }
}

@media screen and (max-width: 39.99875em) {
  body.cannabis .bz3-page-content,
  body.template-cannabis-events .bz3-page-content,
  body.template-cannabis-news .bz3-page-content {
    padding: 12px 4px;
  }
}

body.cannabis #bz3-header-menu ul li.cannabis a,
body.template-cannabis-events #bz3-header-menu ul li.cannabis a,
body.template-cannabis-news #bz3-header-menu ul li.cannabis a {
  color: #002d45;
  background-color: #fff;
  position: relative;
  z-index: 1099 !important;
}

@media screen and (max-width: 39.99875em) {
  body.cannabis .bz3-cannabis-banner .nfd-header-wrapper,
  body.template-cannabis-events .bz3-cannabis-banner .nfd-header-wrapper,
  body.template-cannabis-news .bz3-cannabis-banner .nfd-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.cannabis .bz3-cannabis-banner .nfd-header-wrapper .nfd-content-wrapper,
  body.template-cannabis-events .bz3-cannabis-banner .nfd-header-wrapper .nfd-content-wrapper,
  body.template-cannabis-news .bz3-cannabis-banner .nfd-header-wrapper .nfd-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.0625em;
    line-height: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 39.99875em) {
  body.cannabis .desktop,
  body.template-cannabis-events .desktop,
  body.template-cannabis-news .desktop {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  body.cannabis .small-only,
  body.template-cannabis-events .small-only,
  body.template-cannabis-news .small-only {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  body.cannabis #bz3-header-top,
  body.template-cannabis-events #bz3-header-top,
  body.template-cannabis-news #bz3-header-top {
    width: 1200px;
  }

  body.cannabis #bz3-header-menu,
  body.template-cannabis-events #bz3-header-menu,
  body.template-cannabis-news #bz3-header-menu {
    width: 1200px;
    padding-right: 16px;
  }
}

body.cannabis #bz3-header-top #bz3-header-top-links,
body.template-cannabis-events #bz3-header-top #bz3-header-top-links,
body.template-cannabis-news #bz3-header-top #bz3-header-top-links {
  padding-left: 182px;
}

body.cannabis #bz3-header-top-content,
body.template-cannabis-events #bz3-header-top-content,
body.template-cannabis-news #bz3-header-top-content {
  padding-right: 18px;
}

body.cannabis .bz3-page-content-section,
body.template-cannabis-events .bz3-page-content-section,
body.template-cannabis-news .bz3-page-content-section {
  padding: 0;
  width: 75%;
}

body.cannabis .bz3-page-header,
body.template-cannabis-events .bz3-page-header,
body.template-cannabis-news .bz3-page-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: solid 1px #ddd;
}

@media print, screen and (min-width: 40em) {
  body.cannabis .bz3-page-header,
  body.template-cannabis-events .bz3-page-header,
  body.template-cannabis-news .bz3-page-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.cannabis .bz3-page-header,
body.cannabis .bz3-page-header:last-child:not(:first-child),
body.template-cannabis-events .bz3-page-header,
body.template-cannabis-events .bz3-page-header:last-child:not(:first-child),
body.template-cannabis-news .bz3-page-header,
body.template-cannabis-news .bz3-page-header:last-child:not(:first-child) {
  float: left;
  clear: none;
}

body.cannabis .bz3-page-header:last-child:not(:first-child),
body.template-cannabis-events .bz3-page-header:last-child:not(:first-child),
body.template-cannabis-news .bz3-page-header:last-child:not(:first-child) {
  float: right;
}

body.cannabis .bz3-page-header .bz3-stock-quotes,
body.template-cannabis-events .bz3-page-header .bz3-stock-quotes,
body.template-cannabis-news .bz3-page-header .bz3-stock-quotes {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: none;
  margin: auto;
  max-width: 1200px;
}

@media print, screen and (min-width: 40em) {
  body.cannabis .bz3-page-header .bz3-stock-quotes,
  body.template-cannabis-events .bz3-page-header .bz3-stock-quotes,
  body.template-cannabis-news .bz3-page-header .bz3-stock-quotes {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.cannabis .bz3-page-header .bz3-stock-quotes,
body.cannabis .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child),
body.template-cannabis-events .bz3-page-header .bz3-stock-quotes,
body.template-cannabis-events .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child),
body.template-cannabis-news .bz3-page-header .bz3-stock-quotes,
body.template-cannabis-news .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child) {
  float: left;
  clear: none;
}

body.cannabis .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child),
body.template-cannabis-events .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child),
body.template-cannabis-news .bz3-page-header .bz3-stock-quotes:last-child:not(:first-child) {
  float: right;
}

body.cannabis h2,
body.template-cannabis-events h2,
body.template-cannabis-news h2 {
  font-size: 1.8em;
  margin-top: 1rem;
  margin-bottom: 0.5em;
}

body.cannabis .bz3-top-stocks h4,
body.template-cannabis-events .bz3-top-stocks h4,
body.template-cannabis-news .bz3-top-stocks h4 {
  margin-bottom: 0;
}

body.cannabis .bz3-news h4,
body.cannabis .bz3-news h5,
body.template-cannabis-events .bz3-news h4,
body.template-cannabis-events .bz3-news h5,
body.template-cannabis-news .bz3-news h4,
body.template-cannabis-news .bz3-news h5 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 0.25rem;
  margin-top: 1rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  body.cannabis .bz3-news h4,
  body.cannabis .bz3-news h5,
  body.template-cannabis-events .bz3-news h4,
  body.template-cannabis-events .bz3-news h5,
  body.template-cannabis-news .bz3-news h4,
  body.template-cannabis-news .bz3-news h5 {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 39.99875em) {
  body.cannabis .bz3-news h4,
  body.cannabis .bz3-news h5,
  body.template-cannabis-events .bz3-news h4,
  body.template-cannabis-events .bz3-news h5,
  body.template-cannabis-news .bz3-news h4,
  body.template-cannabis-news .bz3-news h5 {
    font-size: 1.5rem;
  }
}

body.cannabis .bz3-news-top-section-wrapper .bz3-post-title,
body.template-cannabis-events .bz3-news-top-section-wrapper .bz3-post-title,
body.template-cannabis-news .bz3-news-top-section-wrapper .bz3-post-title {
  font-weight: bold;
}

body.cannabis .recent-news,
body.template-cannabis-events .recent-news,
body.template-cannabis-news .recent-news {
  padding-right: 16px;
}

body.cannabis .recent-news .bz3-post-title,
body.template-cannabis-events .recent-news .bz3-post-title,
body.template-cannabis-news .recent-news .bz3-post-title {
  -webkit-line-clamp: 1;
}

body.cannabis .product.product-brokerage,
body.template-cannabis-events .product.product-brokerage,
body.template-cannabis-news .product.product-brokerage {
  margin: 1rem 0;
}

body.cannabis .full-width,
body.template-cannabis-events .full-width,
body.template-cannabis-news .full-width {
  width: 100%;
}

body.cannabis .bz3-sidebar-container,
body.template-cannabis-events .bz3-sidebar-container,
body.template-cannabis-news .bz3-sidebar-container {
  margin-bottom: 0.5rem;
}

body.cannabis .bz3-pocast-summary a,
body.template-cannabis-events .bz3-pocast-summary a,
body.template-cannabis-news .bz3-pocast-summary a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.cannabis .bz3-pocast-summary .bz3-podcast-cta-image,
body.template-cannabis-events .bz3-pocast-summary .bz3-podcast-cta-image,
body.template-cannabis-news .bz3-pocast-summary .bz3-podcast-cta-image {
  max-width: 33%;
}

body.cannabis .bz3-pocast-summary .bz3-podcast-cta-text,
body.template-cannabis-events .bz3-pocast-summary .bz3-podcast-cta-text,
body.template-cannabis-news .bz3-pocast-summary .bz3-podcast-cta-text {
  font-size: 1.2em;
  padding-left: 8px;
  font-weight: bold;
  color: #52af45;
}

@media screen and (max-width: 39.99875em) {
  body.cannabis .bz3-pocast-summary .bz3-podcast-cta-text,
  body.template-cannabis-events .bz3-pocast-summary .bz3-podcast-cta-text,
  body.template-cannabis-news .bz3-pocast-summary .bz3-podcast-cta-text {
    font-size: 1.8em;
  }
}

body.page-type-full-width .bz3-page-content-wrap {
  margin: 0px;
  max-width: 100%;
}

body.page-type-full-width .bz3-page-content-section__full-width {
  padding: 0px !important;
}

body.page-type-full-width .bz3-page-header {
  margin-bottom: 0.5rem;
}

body.single-post.page-type-product-review .bz3-page-header,
body.single-advertorial.page-type-product-review .bz3-page-header,
body.page.page-type-product-review .bz3-page-header {
  margin-bottom: 0 !important;
}

.bz3-financial-advisors {
  margin-bottom: 32px;
}

@media screen and (max-width: 39.99875em) {
  .firm-section p {
    margin-bottom: 8px;
  }

  .firm-section .advisor-card {
    margin-left: 0 !important;
  }
}

.financial-advisor-information-card.right {
  float: right;
}

.financial-advisor-information-card.right .advisor-card {
  margin: auto;
}

.advisor-card {
  border: solid 1px #ddd;
  max-width: 400px;
}

.advisor-card.wide {
  border-right: none;
  border-left: none;
  max-width: 100%;
  margin-left: 0 !important;
  float: none;
  padding-top: 8px;
  padding-bottom: 4px;
  margin: 16px 0;
}

.advisor-card.wide .advisor-summary {
  padding: 0;
}

.advisor-card.wide .firm-stat .value {
  font-size: 1.4rem;
  line-height: 1.1em;
}

@media screen and (max-width: 39.99875em) {
  .advisor-card.wide .firm-stat {
    margin-bottom: 8px;
  }

  .advisor-card.wide .firm-stat .value {
    font-size: 1.2rem;
  }
}

.advisor-card.wide .value .large {
  font-size: 1.4em;
  line-height: 1.2em;
}

.advisor-card.wide .value .medium {
  font-size: 1em;
  line-height: 1.2em;
}

.advisor-card.wide .value .small,
.advisor-card.wide .value .broker-embed .button,
.broker-embed .advisor-card.wide .value .button {
  font-size: 0.6em;
  line-height: 1.2em;
}

.advisor-card.wide .firm-list .value {
  font-size: 12px;
}

.advisor-card.wide .firm-list ul {
  list-style-type: disc;
  margin: 0 24px;
}

.advisor-card.wide .firm-list ul li {
  margin-bottom: 2px;
}

.bz3-financial-advisor-results {
  border: 3px solid #f1f1f1;
  background-color: #fafafa;
  margin: 1rem 0;
  margin-top: -3px;
}

.bz3-financial-advisor-results .no-results {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 2rem;
}

.bz3-financial-advisor-filters {
  padding-top: 16px;
}

.bz3-financial-advisor-filters .bz3-filter-input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.bz3-financial-advisor-filters .bz3-filter-input-group label {
  margin-bottom: 12px;
}

.bz3-financial-advisor-filters input[type="checkbox"] {
  margin: 0 0 0.5rem;
  cursor: pointer;
}

.bz3-financial-advisor-filters .bz3-filter-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bz3-financial-advisor-filters .aum .bz3-filter-input-group label {
  font-size: 0.9em;
}

.bz3-financial-advisor-filters .bz3-filter-section-title {
  font-weight: bold;
  margin-bottom: 0.8em;
}

.bz3-financial-advisor-filters .button {
  margin-bottom: 0;
  min-width: 100px;
  margin-left: 12px;
}

.bz3-financial-advisor-filters .bz3-filter-actions {
  text-align: right;
  padding: 16px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-financial-advisor-filters {
    padding-bottom: 108px;
  }

  .bz3-financial-advisor-filters .bz3-filter-actions {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 8px;
    border: solid 3px #eee;
    background-color: white;
  }
}

.first-top {
  margin-bottom: -3px;
}

.first-top-list {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}

.first-top-list ul {
  margin-bottom: 0;
  margin-left: 0;
}

.first-top-list li {
  display: inline-block;
  display: inline-block;
  display: inline-block;
  margin-left: -6px;
}

.first-top-list li a {
  display: inline-block;
  color: #262626;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 47px;
}

.first-top-list li:first-child {
  margin-left: 0;
}

.first-top-list .bz3-tabs {
  border-bottom: none;
}

.first-top-list .bz3-tabs .bz3-tab {
  border: solid 3px #f1f1f1;
  border-bottom: solid 3px #f1f1f1;
  margin-left: -8px;
}

.first-top-list .bz3-tabs .bz3-tab:first-child {
  margin-left: 0;
}

.first-top-list .bz3-tabs .bz3-tab.active {
  border: solid 3px #f1f1f1;
  border-bottom: solid 3px #f1f1f1;
  background-color: #f1f1f1;
  z-index: 10;
  position: relative;
  background-color: #fafafa;
  border-bottom-color: #fafafa;
}

.first-middle {
  border: solid 3px #f1f1f1;
  border-bottom: none;
}

ul.first-middle-list {
  display: inline-block;
  width: 100%;
  background-color: #fafafa;
  padding: 0;
  margin: 0;
}

ul.first-middle-list li {
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  width: 13.8%;
  color: #000;
}

.bz3-financial-advisor-results-container.firms .first-middle-list li,
.bz3-financial-advisor-results-container.firms .advisor-col {
  width: 24.5%;
}

.bz3-financial-advisor-results-container.individuals .first-middle-list li,
.bz3-financial-advisor-results-container.individuals .advisor-col {
  width: 16.2%;
}

@media screen and (max-width: 39.99875em) {
  .financial-advisors-page .bz3-page-content {
    padding: 8px;
  }

  .financial-advisors-page .first-top-list {
    padding-top: 8px;
  }

  .financial-advisors-page .first-top-list li.bz3-tab a {
    padding: 8px 16px;
  }

  .financial-advisors-page .advisor-row .advisor-summary {
    padding-bottom: 4px;
  }
}

.firm-section {
  clear: both;
}

.firm-section h2 {
  padding-top: 12px;
  margin-bottom: 0;
}

.firm-section .firm-crd-nb {
  margin-top: -4px;
  margin-bottom: 4px;
}

.firm-section .advisor-card {
  margin-left: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-financial-advisors .firm-contact-info,
  .financial-advisors .firm-contact-info {
    text-align: right;
    padding-right: 0;
  }

  .bz3-financial-advisors .firm-contact-info .contact-info,
  .financial-advisors .firm-contact-info .contact-info {
    line-height: 1.3;
  }

  .bz3-financial-advisors .adivsor-info,
  .financial-advisors .adivsor-info {
    margin-bottom: 6px;
    padding-right: 0 !important;
  }

  .bz3-financial-advisors .firm-stats,
  .financial-advisors .firm-stats {
    margin-bottom: 0;
  }

  .bz3-financial-advisors .firm-stat .value,
  .financial-advisors .firm-stat .value {
    margin-bottom: 0;
  }

  .bz3-financial-advisors .advisor-row .advisor-summary,
  .bz3-financial-advisors .advisor-card .advisor-summary,
  .financial-advisors .advisor-row .advisor-summary,
  .financial-advisors .advisor-card .advisor-summary {
    padding: 4px 8px;
  }

  .bz3-financial-advisors ul.list-wrap li,
  .financial-advisors ul.list-wrap li {
    margin-bottom: 8px;
  }
}

.bz3-financial-advisors .adivsor-info,
.financial-advisors .adivsor-info {
  text-align: left;
  padding-right: 12px;
  margin-bottom: 6px;
}

.bz3-financial-advisors .firm-name,
.financial-advisors .firm-name {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
}

.bz3-financial-advisors .firm-crd-nb,
.financial-advisors .firm-crd-nb {
  font-size: 0.6em;
  color: #999;
}

.bz3-financial-advisors .firm-phone,
.financial-advisors .firm-phone {
  font-weight: bold;
}

.bz3-financial-advisors .contact-info,
.financial-advisors .contact-info {
  color: #333;
  font-size: 0.8em;
}

.bz3-financial-advisors label,
.financial-advisors label {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #555;
  margin-bottom: 4px;
}

.bz3-financial-advisors .firm-stats,
.bz3-financial-advisors .firm-list,
.financial-advisors .firm-stats,
.financial-advisors .firm-list {
  margin: 0.25em 0;
}

.bz3-financial-advisors .value,
.financial-advisors .value {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
  list-style-type: none;
}

.bz3-financial-advisors .compact.value,
.financial-advisors .compact.value {
  font-size: 0.8em;
  line-height: 1.3em;
}

.bz3-financial-advisors .compact.value a,
.financial-advisors .compact.value a {
  color: #418fc5;
}

.bz3-financial-advisors .high-net-worth-indvs-status,
.financial-advisors .high-net-worth-indvs-status {
  font-size: 0.8em;
  margin: 0.3em 0;
  font-weight: bold;
}

.bz3-financial-advisors ul.value,
.financial-advisors ul.value {
  font-size: 0.8em;
  border: none;
  line-height: 1.1em;
  margin: 0;
}

.bz3-financial-advisors ul.value li,
.financial-advisors ul.value li {
  margin: 2px 0px;
  border: none;
}

.bz3-financial-advisor-results {
  padding: 12px;
}

@media screen and (max-width: 39.99875em) {
  .bz3-financial-advisor-results {
    padding: 4px;
  }

  .bz3-financial-advisor-results .firm-crd-nb {
    text-align: right;
  }
}

.bz3-financial-advisor-results.sponsored {
  background-color: #fffae7;
}

.bz3-financial-advisor-results h5 {
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  margin: 10px 0;
}

.advisor-row .advisor-summary,
.advisor-card .advisor-summary {
  padding: 12px;
}

.advisor-row .advisor-col,
.advisor-card .advisor-col {
  display: inline-block;
  vertical-align: middle;
  padding: 0 13px;
  font-size: 11px;
  position: relative;
}

.advisor-row .advisor-col a,
.advisor-card .advisor-col a {
  color: #000;
}

.advisor-row .advisor-col img,
.advisor-card .advisor-col img {
  position: absolute;
  padding: 0;
  top: -11px;
  right: 10px;
}

.advisor-row .advisor-details .advisor-match,
.advisor-card .advisor-details .advisor-match {
  text-align: center;
  padding: 12px;
}

ul.list-wrap {
  margin: 0;
}

ul.list-wrap li {
  border: 2px solid #f1f1f1;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  padding: 3px 0;
}

ul.list-wrap li a span {
  color: #4866ff;
  font-style: italic;
  font-weight: 700;
}

ul.list-wrap li .advisor-details {
  display: none;
}

a.full-profile {
  font-style: italic;
  background-color: #4866ff;
  padding: 8px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}

.sponsor-add-wrap {
  text-align: center;
  padding-right: 30px;
}

.sponsor-service-col {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
  padding: 20px 15px;
}

.spon-add-heading {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.sponsor-address {
  margin-bottom: 21px;
}

.sponsor-address:last-child {
  margin-bottom: 0;
}

.spon-add-bottom {
  font-size: 11px;
}

.service-bottom p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #9c9c9c;
  font-weight: 700;
}

.service-bottom p strong {
  font-size: 12px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 800;
}

.left-col-sponsor {
  display: inline-block;
  width: 75%;
}

@media screen and (max-width: 39.99875em) {
  .left-col-sponsor {
    width: 100%;
  }
}

.right-col-sponsor {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 12px;
}

@media screen and (max-width: 39.99875em) {
  .right-col-sponsor {
    width: 100%;
  }
}

.right-col-sponsor ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-col-sponsor h3 {
  margin-top: 31px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
}

.sponsor-sidebar {
  background: #f1f1f1;
  padding-bottom: 22px;
}

.sponsor-sidebar input[type="submit"] {
  background: #fa8418;
  border: 0;
  display: block;
  color: #fff;
  width: 88%;
  padding: 15px;
  margin: 0 auto;
  cursor: pointer;
}

.sponsor-side-widget {
  padding: 20px 15px 0 15px;
}

.sponsor-side-widget h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

/** custom checkbox**/

.unstyled.centered {
  position: relative;
}

.unstyled.centered li {
  position: relative;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  vertical-align: top;
  line-height: normal;
  font-size: 12px;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  background: white;
  position: absolute;
  left: 0;
}

.styled-checkbox:hover + label:before,
.styled-checkbox:checked + label:before {
  background: #000;
}

.styled-checkbox:checked + label:before {
  font-family: FontAwesome;
  content: "\F00C";
  color: #fff;
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  /* background: white;*/
  width: 2px;
  height: 2px;
  /* box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
                                 -webkit-transform: rotate(45deg);
                                         transform: rotate(45deg);*/
}

/*.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}*/

.sponsor-side-widget li {
  margin-bottom: 15px;
  position: relative;
}

.sponsor-side-widget.ssw-list {
  margin-top: 25px;
}

.sponsor-side-widget.ssw-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: normal;
}

.sponsor-side-widget.ssw-list li:after {
  position: absolute;
  content: '\F00C';
  left: 0;
  top: 0;
  font-family: "fontAwesome";
}

/** Page 2**/

.pop-chart {
  vertical-align: middle;
}

.popular-add-wrap.popular-service-col {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  padding-left: 25px;
}

.popular-services.sponsor-service-col {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.poular-left {
  display: inline-block;
  font-size: 20px;
  color: #262626;
  font-weight: 700;
  width: 26%;
  margin-right: 15px;
  vertical-align: middle;
}

.poular-right {
  display: inline-block;
  width: 68%;
  vertical-align: middle;
  font-weight: 700;
}

.popular-row {
  margin-bottom: 15px;
}

.popular-row:last-child {
  margin-bottom: 0;
}

.left-hero {
  width: 53%;
  margin-right: 2%;
  float: left;
}

.right-hero {
  float: left;
  width: 45%;
}

h1.big-page-title {
  text-align: center;
  margin-top: 35px;
  float: left;
  font-size: 26px;
  font-weight: 700;
}

.hero-section {
  background-image: url(../images/premium-products/hero-bg.jpg);
  padding: 50px 0;
  position: relative;
}

.hero-section h2 {
  color: #fff;
  line-height: 64px;
  font-size: 86px;
  float: left;
  font-weight: 700;
}

.left-hero p {
  color: #fff;
  margin-top: 20px;
}

.hero-title span {
  color: #fff;
  margin-top: -2px;
  float: left;
  font-size: 39px;
  line-height: 35px;
  padding-left: 8px;
}

img.benzinga-pro-logo {
  margin-bottom: 30px;
}

.get-benzinga-pro p {
  float: left;
  width: 76%;
  margin-top: 11px;
  font-weight: 600;
}

.get-benzinga-pro a {
  float: right;
  background: #004c6a;
  color: #fff;
  padding: 14px;
  width: 22%;
  text-align: center;
  border: 2px solid #004c6a;
}

.get-benzinga-pro a:hover {
  color: #004c6a;
  background: none;
}

.get-benzinga-pro {
  padding-top: 20px;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.off-white {
  background: #f7f7f7;
}

.clear {
  clear: both;
}

a.button-green {
  background: #59c1a7;
  color: #fff;
  padding: 8px 17px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 20px;
  line-height: normal;
  border: 2px solid #59c1a7;
  font-size: 15px;
}

a.button-green:hover {
  background: none;
}

a.button-green small {
  display: block;
  font-weight: normal;
}

a.button-blue {
  background: #5893c9;
  color: #fff;
  padding: 8px 17px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  line-height: normal;
  border: 2px solid #5893c9;
  font-size: 15px;
}

a.button-blue:hover {
  background: none;
}

a.button-blue small {
  display: block;
  font-weight: normal;
}

.right-hero small {
  color: #fff;
  margin-top: 10px;
  display: block;
}

.container {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.product.product-brokerage {
  margin-bottom: 0 !important;
}

.product-brokerage:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-brokerage:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1023px) {
  .container {
    max-width: 90%;
  }

  h1.big-page-title {
    font-size: 17px;
  }

  .get-benzinga-pro a {
    width: 28%;
  }

  .get-benzinga-pro p {
    width: 62%;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .logo a {
    float: none;
  }

  .logo img {
    text-align: center;
    display: inline-block;
    float: none;
  }

  .accounting-img img {
    text-align: center;
    display: inline-block;
    float: none;
  }

  .accounting-img {
    float: none;
    text-align: center;
    width: 100%;
  }

  ul.benzinga-pro {
    float: none;
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  img#wistia_80.thumbnail_img {
    left: 0;
    width: 100%;
  }

  .hero-section h2 {
    font-size: 50px;
  }

  hero-title span {
    margin-top: 0;
    font-size: 27px;
    line-height: 29px;
  }
}

@media only screen and (max-width: 768px) {
  h1.big-page-title {
    font-size: 14px;
  }

  .get-benzinga-pro a {
    width: 36%;
  }

  .get-benzinga-pro p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #small-dialog input[type="email"],
  #small-dialog input[type="submit"] {
    width: 100%;
  }

  #small-dialog input[type="email"] {
    margin-bottom: 10px;
  }

  .left-hero,
  .right-hero {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-listing .product {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .product-listing .product:nth-child(2n+2) {
    margin-right: 0;
  }

  h1.big-page-title {
    font-size: 21px;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 19px;
  }

  .get-benzinga-pro p {
    float: none;
    width: 100%;
    text-align: center;
  }

  .get-benzinga-pro a {
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }

  .hero-section {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 39.99875em) {
  .action-button,
  .browse-all {
    float: none !important;
    width: auto;
  }
}

@media only screen and (max-width: 580px) {
  a.button-blue,
  a.button-green {
    padding: 8px 9px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  a.button-blue,
  a.button-green {
    padding: 8px 17px;
    font-size: 15px;
  }

  .product-listing .product {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  a.button-blue,
  a.button-green {
    display: block;
    width: 100%;
  }

  .hero-section h2 {
    font-size: 36px;
  }

  .hero-title span {
    color: #fff;
    margin-top: 12px;
    float: left;
    font-size: 20px;
    line-height: 22px;
    padding-left: 11px;
  }
}

.block-contact-form .block-titles {
  margin-bottom: 20px;
  text-align: center;
}

.block-contact-form h2 {
  font-size: 42px;
  line-height: 120%;
  padding: 0 0 10px 0;
  margin: 0;
  display: inline-block;
  margin-top: 60px;
}

.block-contact-form .block-titles p {
  font-size: 24px;
}

.hubspot-contact-form .hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.hs-error-msgs.inputs-list li label.hs-error-msg {
  color: #ce4f4f !important;
  font-size: 13px !important;
}

.hubspot-contact-form {
  max-width: 60%;
  margin: auto;
}

.hubspot-contact-form fieldset.form-columns-2 {
  width: 100%;
  max-width: 100%;
}

.hubspot-contact-form label {
  font-weight: 700;
  color: rgba(77, 77, 77, 0.9) !important;
  font-size: 15px;
}

.hubspot-contact-form fieldset.form-columns-1 {
  max-width: 100%;
  width: 100%;
}

.hubspot-contact-form select {
  max-width: 100% !important;
  width: calc(100% - 9px) !important;
}

.hubspot-contact-form textarea {
  max-width: 100% !important;
  width: calc(100% - 9px) !important;
  height: 150px;
  resize: none;
}

.hubspot-contact-form label {
  margin-bottom: 5px;
}

.hubspot-contact-form input.hs-button.primary.large {
  font-size: 16px;
  font-family: 'Open Sans';
  line-height: 26px;
  font-weight: Bold;
  text-align: center;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  min-width: 260px;
  background-color: #f48120;
  color: white;
  height: auto;
  padding: 7px;
  margin-bottom: 10px;
}

.hubspot-contact-form .hubspot-contact-form .hs_submit.hs-submit {
  text-align: center;
  margin-top: 20px;
}

.hubspot-contact-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  text-align: center;
  width: 100%;
  display: inline-block;
  max-width: 100%;
}

.hubspot-contact-form .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  text-align: center;
  display: inline-block;
}

.hubspot-contact-form .hs_submit.hs-submit {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.hubspot-contact-form .hs-fieldtype-text .input {
  margin-right: 15px !important;
}

@media screen and (max-width: 767px) {
  .hubspot-contact-form {
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 680px) {
  .hs-fieldtype-select .input,
  .hs-fieldtype-textarea .input {
    margin-right: 0px !important;
    width: 100% !important;
  }

  .hubspot-contact-form select,
  .hubspot-contact-form textarea {
    max-width: 100% !important;
    width: 100% !important;
  }

  .hs-fieldtype-text {
    width: 100% !important;
  }

  .hs-fieldtype-text .input,
  .hs-fieldtype-text input {
    margin-right: 0px !important;
    width: 100% !important;
  }
}

.template-stocks .bz3-page-content {
  max-width: 1010px;
  margin: auto;
  padding: 0;
}

@media screen and (max-width: 39.99875em) {
  .template-stocks .bz3-page-content {
    padding: 12px;
  }
}

.template-stocks .bz3-stocks-table {
  margin-bottom: 44px;
}

.wetrader-competition h2 {
  font-size: 1.8em;
  text-align: center;
}

@media screen and (max-width: 39.99875em) {
  .wetrader-competition h2 {
    font-size: 1.6em;
  }
}

.wetrader-competition .progress {
  border-radius: 4px;
  overflow: hidden;
  height: 1.5em;
}

.wetrader-competition .progress .meter {
  height: 100%;
  background-color: #004b6a;
}

.wetrader-competition .padding {
  padding: 1rem;
}

.wetrader-competition .header-container {
  width: 100%;
  text-align: center;
  border-bottom: 1px #ddd;
}

.wetrader-competition .ranking {
  font-weight: 700;
  font-size: 16px;
  padding: 8px;
  border-bottom: solid 1px #ddd;
  display: inline-table;
  width: 100%;
}

.wetrader-competition .ranking:last-of-type {
  border: none;
}

.wetrader-competition .ranking .rank {
  font-size: 1.5em;
}

.wetrader-competition .ranking .avatar {
  margin: 12px;
}

.wetrader-competition .ranking .avatar img {
  border-radius: 50%;
  max-width: 44px;
}

.wetrader-competition .ranking .profit-rate,
.wetrader-competition .ranking .like-count {
  font-size: 1.5em;
}

.wetrader-competition .stat {
  font-size: 1.5em;
  text-align: center;
  padding: 1rem;
}

.wetrader-competition .stat .stat-value {
  font-size: 2em;
  padding: 1rem;
}

.wetrader-competition .stat .state-name {
  color: #777;
}

.wetrader-competition .charity-goal-cta {
  text-align: center;
  padding: 1rem;
}

.wetrader-competition .leaderboard {
  max-width: 600px;
  margin: auto;
  margin-top: 2rem;
}

.wetrader-competition .button {
  border-radius: 4px;
  background-color: #1779ba;
}

.wetrader-competition .right-sidebar {
  margin-top: 16px;
}

.top-prize-block ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.ui.progress > .label {
  background: no-repeat;
}

.ui.progress {
  height: auto;
}

.tcl-row {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}

.trade-heading {
  width: 100%;
  margin: auto;
  font-size: 41px;
  margin-bottom: 10px;
  max-width: 443px;
  margin-top: 22px;
}

.top-prize-sidebar {
  border: 2px solid #004c6a;
  padding: 15px;
  text-align: center;
}

.top-prize-block h3 {
  font-weight: 700;
  font-size: 24px;
  color: #004c6a;
  margin-bottom: 7px;
}

.top-prize-block ul li {
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
  line-height: normal;
}

.rl-left {
  float: left;
}

.rl-right {
  float: right;
}

.join-comp.text-center {
  font-size: 16px;
  margin-bottom: 30px;
}

.bz-team ul.image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.bz-team ul.image-list li {
  width: 23%;
  list-style: none;
  margin: 3% 0%;
  margin-right: 2.66%;
  text-align: center;
}

.bz-team ul.image-list li:last-child {
  margin-right: 0;
}

.bz-team .list-img-top {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: auto;
}

.bz-team .autor-name {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}

.bz-team .autor-comp-desc {
  text-transform: uppercase;
  font-size: 16px;
}

.bz-team ul.image-list li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .bz-team .container {
    max-width: 100%;
  }

  .bz-team .cannabis-layout .header h1 {
    padding: 0 30px;
  }

  .bz-team .autor-comp-desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .bz-team .list-img-top {
    width: 100px;
    height: 100px;
  }

  .bz-team .autor-name {
    font-size: 15px;
  }

  .bz-team ul.image-list li {
    width: 31%;
    margin: 2% 1%;
  }
}

@media screen and (max-width: 540px) {
  .bz-team ul.image-list li {
    width: 48%;
    margin: 2% 1%;
  }
}

@media screen and (max-width: 480px) {
  .bz-team ul.image-list li {
    width: 100%;
    margin: 3% 0%;
  }
}

.investing-widget {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.investing-widget::before,
.investing-widget::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.investing-widget::after {
  clear: both;
}

.investing-widget-inner {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .investing-widget-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.investing-widget-inner,
.investing-widget-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.investing-widget-inner:last-child:not(:first-child) {
  float: right;
}

.investing-widget-inner__third {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .investing-widget-inner__third {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.investing-widget-inner__third,
.investing-widget-inner__third:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.investing-widget-inner__third:last-child:not(:first-child) {
  float: right;
}

.widget-commissions {
  text-align: center;
}

.widget-rating {
  color: #2d2d2d;
  font-size: 12px;
}

.widget-company-title {
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #2d2d2d !important;
  margin-bottom: 0.625rem;
}

.bz3-toc {
  border: 1px solid #d6d6d6;
  padding: 1rem;
  margin-bottom: 1rem;
  display: table;
}

@media screen and (max-width: 39.99875em) {
  .bz3-toc {
    display: block;
  }
}

.bz3-toc ul {
  margin-bottom: 0;
}

.bz3-toc-header {
  text-align: center;
}

.bz3-toc-header h6 {
  margin-bottom: 0;
}

.bz3-toc-header span {
  color: #2ca2d1;
}

.bz3-toc-list {
  margin-top: 0.625rem;
}

.bz3-toc-list li {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .bz3-toc-list li {
    margin-bottom: 0.3125rem !important;
  }
}

.bz3-toc-toggle {
  cursor: pointer;
}

.sidebar-sticky {
  will-change: min-height;
}

.sidebar__inner {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
  -webkit-transition: ease position 0.1s;
  -o-transition: ease position 0.1s;
  transition: ease position 0.1s;
}

@media screen and (max-width: 39.99875em) {
  .wp-block-image {
    overflow: auto;
  }

  .wp-block-image .alignright {
    overflow: auto;
  }
}

/* Fixes for xy-grid incompability on old chrome/firefox */

.grid-x {
  width: 100%;
}

.loading-icon {
  text-align: center;
  margin: auto;
  width: 100%;
  display: inline-block;
  font-size: 2em;
}

.coronavirus-stat {
  font-size: 1.2rem;
  font-weight: bold;
}

.coronavirus-stat.confirmed {
  color: orangered;
}

.coronavirus-stat.deaths {
  color: black;
}

.coronavirus-stat.recoveries {
  color: #639a2c;
}

.uagb-events-new h4 {
  font-size: 20px;
}

.uagb-events-new p {
  font-size: 15px;
  margin-bottom: 0;
}

.uagb-events-new .uagb-timeline-desc-content a {
  color: #2ca2d1;
}

body.locked {
  overflow: hidden;
}

a:hover {
  color: #07729c;
}

@media screen and (max-width: 63.99875em) {
  #wpadminbar .menupop > .ab-item {
    width: 46px !important;
    height: 46px !important;
  }

  #wpadminbar .menupop > .ab-item::before {
    width: 46px !important;
    height: 46px !important;
  }

  #wpadminbar #wp-admin-bar-wpseo-menu > .ab-item {
    width: auto !important;
  }
}

.bz3-widget-container {
  margin: auto;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 39.99875em) {
  .desktop-only {
    display: none;
  }
}

figcaption {
  padding: 0.4rem;
  border-radius: 2px;
}

#report {
  height: 255px;
  width: 800px;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #2c2c2c;
}

#report.auto-height {
  height: auto;
}

#report-wrap {
  height: 255px;
  width: 850px;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  background: url("https://pro.benzinga.com/aeca8f93d32209f07ce495955dc1cf7c.png");
  background-size: cover;
  cursor: pointer;
}

#report-wrap:hover #report-shape {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

#report-wrap li {
  position: relative;
  list-style-type: none;
}

#report-wrap li::before {
  font-family: FontAwesome;
  content: "\F00C";
  position: absolute;
  font-size: 16px;
  left: -22px;
  top: 0;
  color: #f5f5f5;
}

#report-wrap.auto-height {
  height: auto;
}

#report-details {
  width: 600px;
  float: left;
  height: 255px;
  color: #f5f5f5;
  padding: 1rem 2rem;
}

#report-details .big {
  font-size: 1.25rem;
}

#report-cta {
  width: 240px;
  float: left;
  height: 255px;
  padding: 2rem;
  position: relative;
  z-index: 10;
}

#report-cta #report-partnership {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#report-cta #report-partnership p {
  margin-bottom: 0;
  color: #f5f5f5;
  font-size: 0.75rem;
}

#report-cta #report-partnership img {
  padding: 0.1875rem 0;
  width: 120px;
}

#report-shape {
  width: 400px;
  background: #2c2c2c;
  float: left;
  height: 400px;
  -webkit-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  right: -245px;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  top: 10px;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

@-webkit-keyframes arrow-jump {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.arrow {
  -webkit-animation: arrow-jump 1s infinite;
  -o-animation: arrow-jump 1s infinite;
  animation: arrow-jump 1s infinite;
}

.arrow {
  position: absolute;
  top: 104px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=");
  background-size: contain;
}

#download {
  position: absolute;
  top: 100px;
  right: 36px;
  color: white;
  font-size: 0.625rem;
}

#report-form {
  display: none;
  padding: 1.375rem 1rem;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

#report-form::before,
#report-form::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#report-form::after {
  clear: both;
}

#report-form label,
#report-form legend {
  color: white;
}

#report-form .report-input {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #report-form .report-input {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#report-form .report-input,
#report-form .report-input:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#report-form .report-input:last-child:not(:first-child) {
  float: right;
}

#report-form fieldset {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #report-form fieldset {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#report-form fieldset,
#report-form fieldset:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#report-form fieldset:last-child:not(:first-child) {
  float: right;
}

#report-form .submit {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #report-form .submit {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#report-form .submit,
#report-form .submit:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#report-form .submit:last-child:not(:first-child) {
  float: right;
}

#report-form .report-form-text {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #report-form .report-form-text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#report-form .report-form-text,
#report-form .report-form-text:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#report-form .report-form-text:last-child:not(:first-child) {
  float: right;
}

#report-form .big {
  font-size: 1.25rem;
  margin-bottom: 2px;
}

#report-form .small,
#report-form .broker-embed .button,
.broker-embed #report-form .button {
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.3125rem;
}

#report-form p {
  color: #f5f5f5;
}

#report-form input[type=text] {
  height: 30px;
  border: none;
}

#report-form legend {
  margin: 0;
  font-size: 0.875rem;
}

#report-form .submit {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  #report-form .submit {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#report-form .submit,
#report-form .submit:last-child:not(:first-child) {
  float: left;
  clear: none;
}

#report-form .submit:last-child:not(:first-child) {
  float: right;
}

#report-form .submit-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0.5rem;
  padding-top: 1rem;
  position: relative;
}

#report-form .button {
  margin-bottom: 0;
}

#report-form .logos {
  position: absolute;
  right: 0;
  bottom: 0;
}

#report-form .logos .bland {
  float: left;
}

#report-form .logos .benzinga {
  width: 110px;
  margin-top: 7px;
}

#report-form .logos .white {
  float: left;
  background: white;
  padding: 4px 8px;
  margin-left: 12px;
}

#report-form .logos .ally {
  width: 80px;
}

#report-form .logos .lending-tree {
  width: 120px;
  margin-left: 18px;
}

.disclosure {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0 !important;
  color: #fff;
}

@media print, screen and (min-width: 40em) {
  .disclosure {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.disclosure,
.disclosure:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.disclosure:last-child:not(:first-child) {
  float: right;
}

.disclosure p {
  margin: 0;
}

.ui-widget {
  z-index: 99999999999999 !important;
}

.ui-widget.ui-widget-content {
  background: white;
  margin-top: 20px !important;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
  border-radius: 4px;
  border: none !important;
}

.ui-widget.ui-widget-content li:first-child .ui-menu-item-wrapper {
  border-radius: 4px 4px 0 0;
}

.ui-widget.ui-widget-content li:last-child .ui-menu-item-wrapper {
  border-radius: 0 0 4px 4px;
}

.ui-widget.ui-widget-content li:only-child .ui-menu-item-wrapper {
  border-radius: 4px;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 12px 24px !important;
  border-bottom: 1px solid #eee;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: #fefefe;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .ui-menu .ui-menu-item-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.ui-menu .ui-menu-item-wrapper,
.ui-menu .ui-menu-item-wrapper:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.ui-menu .ui-menu-item-wrapper:last-child:not(:first-child) {
  float: right;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item-wrapper.ui-state-focus {
  background: #fefefe;
  background: #eee;
  margin: 0 !important;
  border: none;
  color: #2d2d2d;
  border-bottom: 1px solid #eee;
}

.autocomplete-company.active {
  background: red;
}

.autocomplete-info {
  float: left;
}

.autocomplete-stock-price {
  float: right;
}

.autocomplete-stock-price .price small {
  font-size: 0.625rem;
  color: #8a8a8a;
}

.autocomplete-stock-price .change {
  display: block;
  text-align: right;
}

.autocomplete-stock-price .change:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D8";
  font-size: 1.375rem;
  margin: -5px 5px 0 -16px;
  color: #3adb76;
}

.autocomplete-stock-price.negative .change {
  display: block;
  text-align: right;
}

.autocomplete-stock-price.negative .change:before {
  font-family: FontAwesome;
  position: absolute;
  content: "\F0D7";
  font-size: 1.375rem;
  margin: -3px 5px 0 -16px;
  color: #cc4b37;
}

.autocomplete-stock-price.loading h6,
.autocomplete-stock-price.loading small,
.autocomplete-stock-price.loading span {
  display: none;
}

.autocomplete-stock-price.loading .price {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  width: 55px;
  position: relative;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}

.autocomplete-stock-price.loading .change {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  width: 30px;
  position: relative;
  float: right;
}

.autocomplete-stock-price.loading .change:before {
  display: none;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
       -o-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: -o-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  width: 40px;
  position: relative;
}

.company-content {
  background: #e6e9ec;
}

.company-sections {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.company-sections::before,
.company-sections::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company-sections::after {
  clear: both;
}

.company-sections .category-links {
  color: #2d2d2d;
}

.company-sections .bz3-featured-title h3 span {
  background: #e6e9ec;
}

.company-section {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-section,
.company-section:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-section:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-section {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .company-section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-section,
  .company-section:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-section:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-section {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-section {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-section,
  .company-section:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-section:last-child:not(:first-child) {
    float: right;
  }
}

.company-section-inner {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #d6d6d6;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  background: #fefefe;
}

.company-section-inner h5 {
  margin-bottom: 0;
}

.company-section-inner i {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #8a8a8a;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-section-inner:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-section-inner:hover i {
  color: #0a0a0a;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.company-invite {
  background: #212832;
  position: relative;
  padding: 2rem;
}

.company-invite:before {
  content: "";
  background: url("https://pro.benzinga.com/83e0aba73c93fd82544d44aee218761c.jpg");
  background-size: cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
}

@media screen and (max-width: 39.99875em) {
  .company-invite:before {
    display: none;
  }
}

.company-join-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.company-join-wrap::before,
.company-join-wrap::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company-join-wrap::after {
  clear: both;
}

.company-join {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 50%;
}

@media print, screen and (min-width: 40em) {
  .company-join {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-join,
.company-join:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-join:last-child:not(:first-child) {
  float: right;
}

.company-join:last-child:last-child {
  float: left;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-join {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 33.33333%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .company-join {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-join,
  .company-join:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-join:last-child:not(:first-child) {
    float: right;
  }

  .company-join:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-join {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 0%;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-join {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-join,
  .company-join:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-join:last-child:not(:first-child) {
    float: right;
  }

  .company-join:last-child:last-child {
    float: left;
  }
}

.company-join h2 {
  color: #fefefe;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
}

.company-join p {
  color: #fefefe;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.company-join ul li {
  color: #fefefe;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
  font-size: 1.125rem;
}

.company-join .button {
  margin-bottom: 0;
}

.company-listings {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}

.company-listings,
.company-listings:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-listings:last-child:not(:first-child) {
  float: right;
}

.company-results {
  width: 70.83333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-results {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-results,
.company-results:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-results:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-results {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .company-results {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-results,
  .company-results:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-results:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-results {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-results {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-results,
  .company-results:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-results:last-child:not(:first-child) {
    float: right;
  }
}

.company-filters {
  width: 29.16667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-filters {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-filters,
.company-filters:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-filters:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-filters {
    width: 41.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .company-filters {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .company-filters,
  .company-filters:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-filters:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-filters {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .company-filters {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .company-filters,
  .company-filters:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .company-filters:last-child:not(:first-child) {
    float: right;
  }
}

.company-filters-inner {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid #d6d6d6;
  background: #fefefe;
}

.company-filters-inner,
.company-filters-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-filters-inner:last-child:not(:first-child) {
  float: right;
}

.company-listing {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border: 1px solid #d6d6d6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .company-listing {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-listing,
.company-listing:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-listing:last-child:not(:first-child) {
  float: right;
}

.company-filters h2 {
  margin-bottom: 0;
  padding: 8px 16px;
  background: #002d45;
  color: #fefefe;
  font-size: 1.6875rem;
  position: relative;
}

.company-filters .bz3-compare-filter-group-item {
  width: 100% !important;
}

.company-description {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-description,
.company-description:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-description:last-child:not(:first-child) {
  float: right;
}

.company-description-inner {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border: 1px solid #d6d6d6;
  margin-bottom: 1rem;
  background: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .company-description-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-description-inner,
.company-description-inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-description-inner:last-child:not(:first-child) {
  float: right;
}

.company-description-inner h1 {
  font-size: 1.75rem;
  padding: 8px 0 0;
}

.company-description-inner h1 span {
  border-bottom: 1px solid;
}

.ui-autocomplete-loading {
  background: white url(../images/loader.gif) no-repeat right 100px center;
  background-size: 90px;
}

.company-count {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: right;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 40em) {
  .company-count {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-count,
.company-count:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-count:last-child:not(:first-child) {
  float: right;
}

.company-none-found {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6875rem;
}

.company-search {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 1rem;
  text-align: right;
}

@media print, screen and (min-width: 40em) {
  .company-search {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-search,
.company-search:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-search:last-child:not(:first-child) {
  float: right;
}

.company-search h2 {
  color: #8a8a8a;
}

.company-search h2 span {
  color: #0a0a0a;
}

.company-waitlist {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .company-waitlist {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-waitlist,
.company-waitlist:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-waitlist:last-child:not(:first-child) {
  float: right;
}

.company-waitlist p {
  max-width: 400px;
  margin: 0 auto;
}

.company-waitlist-form {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .company-waitlist-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.company-waitlist-form,
.company-waitlist-form:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.company-waitlist-form:last-child:not(:first-child) {
  float: right;
}

.company-waitlist-form form {
  max-width: 400px;
  margin: 0 auto;
}

.bz3-page-header-form-title {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 25%;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-header-form-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-header-form-title,
.bz3-page-header-form-title:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form-title:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form-title:last-child:last-child {
  float: left;
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-form-title {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 0%;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-page-header-form-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-form-title,
  .bz3-page-header-form-title:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-header-form-title:last-child:not(:first-child) {
    float: right;
  }

  .bz3-page-header-form-title:last-child:last-child {
    float: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-header-form-title {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-page-header-form-title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-header-form-title,
  .bz3-page-header-form-title:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-header-form-title:last-child:not(:first-child) {
    float: right;
  }

  .bz3-page-header-form-title:last-child:last-child {
    float: left;
  }
}

.bz3-page-header-form-title h1 {
  color: #fefefe;
  padding-bottom: 10px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
}

.bz3-page-header-form form {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 25%;
}

@media print, screen and (min-width: 40em) {
  .bz3-page-header-form form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.bz3-page-header-form form,
.bz3-page-header-form form:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form form:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form form:last-child:last-child {
  float: left;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-header-form form {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 16.66667%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) and (min-width: 40em) {
  .bz3-page-header-form form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .bz3-page-header-form form,
  .bz3-page-header-form form:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-header-form form:last-child:not(:first-child) {
    float: right;
  }

  .bz3-page-header-form form:last-child:last-child {
    float: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-form form {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 0%;
  }
}

@media screen and (max-width: 39.99875em) and (min-width: 40em) {
  .bz3-page-header-form form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .bz3-page-header-form form,
  .bz3-page-header-form form:last-child:not(:first-child) {
    float: left;
    clear: none;
  }

  .bz3-page-header-form form:last-child:not(:first-child) {
    float: right;
  }

  .bz3-page-header-form form:last-child:last-child {
    float: left;
  }
}

.bz3-page-header-form form .input-group {
  margin-bottom: 0;
}

.bz3-page-header-form form .search-field {
  border: none;
  height: 60px;
  border-radius: 4px !important;
  font-size: 1.0625rem;
  padding-left: 0.9375rem;
}

.bz3-page-header-form form .button {
  background-color: #fb8a2a;
  color: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 10px;
  right: 27px;
}

.bz3-page-header-form form .button:hover,
.bz3-page-header-form form .button:focus {
  background-color: #fb8a2a;
  color: #fefefe;
}

.bz3-page-header-form form .button:hover {
  -webkit-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bz3-page-header-form form .form-handler-radio {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.bz3-page-header-form form .form-handler-radio,
.bz3-page-header-form form .form-handler-radio:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.bz3-page-header-form form .form-handler-radio:last-child:not(:first-child) {
  float: right;
}

.bz3-page-header-form form .form-handler-radio label {
  color: #fefefe;
  width: auto !important;
}

.ticker-stat {
  font-size: 14px;
  line-height: 36px;
}

.ticker {
  font-weight: bold;
  color: #2d2d2d;
}

.ticker:hover {
  color: #07729c;
}

.flex-table {
  min-width: 400px;
  font-size: 12px;
}

.flex-table th {
  font-size: 14px;
}

@media screen and (max-width: 39.99875em) {
  .flex-table th {
    padding: 4px;
    min-width: 54px;
    border-right: solid 1px #555;
  }
}

.flex-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  .flex-table tr td {
    padding: 0px 4px;
    min-width: 64px;
  }
}

.flex-table tr .buy-stock {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.3125rem;
  display: none;
  font-size: 12px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: repeat-x;
  background-position: -1px -1px;
  background-size: 110% 110%;
  border: 1px solid rgba(27, 31, 35, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  background-color: #28a745;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34d058), color-stop(90%, #28a745));
  background-image: -webkit-linear-gradient(top, #34d058, #28a745 90%);
  background-image: -o-linear-gradient(top, #34d058, #28a745 90%);
  background-image: linear-gradient(-180deg, #34d058, #28a745 90%);
}

@media screen and (max-width: 39.99875em) {
  .flex-table tr .ticker {
    line-height: 36px;
  }
}

.flex-table tr:hover {
  background-color: #d1f3d9;
}

.flex-table tr:hover .company-name-td {
  padding-bottom: 35px;
}

@media screen and (max-width: 39.99875em) {
  .flex-table tr:hover .company-name-td {
    padding-bottom: 28px;
  }
}

.flex-table tr:hover .buy-stock {
  display: block;
  opacity: 1;
}

.flex-table td,
.flex-table th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .flex-table td:first-child,
  .flex-table th:first-child {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    text-align: left;
  }
}

@media screen and (max-width: 39.99875em) {
  .flex-table td:first-child,
  .flex-table th:first-child {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    text-align: left;
  }
}

.flex-table td.edit-buttons,
.flex-table td.empty {
  /*flex: 1 0 90%;
    text-align: center;*/
}

@media screen and (max-width: 39.99875em) {
  .flex-table .company-name-box {
    display: none;
  }

  .flex-table .fa {
    font-size: 15px !important;
    display: none !important;
  }
}

.table-flex-wrap {
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  .table-flex-wrap {
    overflow: scroll;
  }
}

.benzinga-stock-gate {
  position: absolute;
  text-align: center;
  padding: 0 2rem;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 75%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.hidden-stocks {
  position: relative;
}

.hidden-stocks:before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.hidden-stocks:last-child {
  border-bottom: 1px solid #d6d6d6;
}

#broker-table-compare-widget table thead {
  border: none !important;
}

#broker-table-compare-widget table td {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-right: none !important;
  border-left: none !important;
  padding: 5px;
  font-size: 12px;
}

#broker-table-compare-widget table td,
#broker-table-compare-widget table tr {
  height: 50px;
}

#broker-table-compare-widget table tr td:first-child,
#broker-table-compare-widget table tr th:first-child {
  padding-left: 0px !important;
}

#broker-table-compare-widget table tr td:last-child,
#broker-table-compare-widget table tr th:last-child {
  padding-right: 0px !important;
  text-align: right;
}

#broker-table-compare-widget i {
  font-size: 0.625rem;
}

#broker-table-compare-widget table thead th,
#broker-table-compare-widget table thead tr {
  background: white;
  color: #2d2d2d;
  text-align: left;
  border: none !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

#broker-table-compare-widget .bz3-compare-data-product-logo {
  max-width: 100px;
  max-height: 27px;
}


/*# sourceMappingURL=main.css.map*/