@charset "UTF-8";
@import 'https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css';
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:100,300,400,500,700,900"');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px;
  /* LTR */
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 1rem 0;
  padding: 1rem;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word; }

[dir="rtl"] .messages {
  border-width: 1px;
  background-position: right 10px top 17px;
  padding-left: 20px;
  padding-right: 35px;
  text-align: right; }

.messages + .messages {
  margin-top: 1.538em; }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  /* LTR */ }

[dir="rtl"] .messages--status {
  border-color: #c3e6cb;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0; }

.messages--status a {
  color: #0b2e13;
  font-weight: bold; }
  .messages--status a:hover {
    color: inherit; }

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  /* LTR */
  color: #856404; }

[dir="rtl"] .messages--warning {
  border-color: #ffeeba; }

.messages--warning a {
  color: #533f03;
  font-weight: bold; }
  .messages--warning a:hover {
    color: inherit; }

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
  /* LTR */ }

[dir="rtl"] .messages--error {
  border-color: #f5c6cb; }

.messages--error a {
  color: #491217;
  font-weight: bold; }
  .messages--error a:hover {
    color: inherit; }

.messages--error p.error {
  color: #a51b00; }

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

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0; }

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/ }

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0; }

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/ }

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: .5em; }

form .field-add-more-submit {
  margin: .5em 0 0; }

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em; }

label.option {
  display: inline;
  font-weight: normal; }

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
  /* LTR */ }

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-left: 0;
  margin-right: 2.4em; }

.marker {
  color: #e00; }

.form-required:after {
  content: " *";
  color: red;
  vertical-align: super;
  display: inline-block;
  /* Use a background image to prevent screen readers from announcing the text. 
  background-image: url(../../../../misc/icons/ee0000/required.svg);*/
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em; }

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/* Inline error messages. */
.form-item--error-message:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background: url(../../../../misc/icons/e32700/error.svg) no-repeat;
  background-size: contain; }

/*TABS*/
#block-hart-energy-local-tasks {
  margin: 1rem 0; }

div.tabs {
  margin: 1em 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0; }

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */ }

[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0; }

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none; }

.tabs a.is-active,
.nav-pills a.is-active {
  background-color: #E6E7E9; }

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5; }

/* Brightcove */
.video-js {
  width: 100%; }

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.no-scroll {
  overflow: hidden; }

button:focus,
input:focus,
select:focus,
summary:focus {
  outline: none !important; }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #A12A23;
  --orange: #fd7e14;
  --yellow: #FFFD77;
  --green: #28a745;
  --teal: #339999;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFFD77;
  --danger: #A12A23;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #B22217;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #6e150e;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

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

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffed9; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fffeb8; }

.table-hover .table-warning:hover {
  background-color: #fffdc0; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fffdc0; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #e5c3c1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ce908d; }

.table-hover .table-danger:hover {
  background-color: #ddb2af; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ddb2af; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #A12A23; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(161, 42, 35, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #A12A23;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23A12A23' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23A12A23' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #A12A23;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #A12A23;
  padding-right: -webkit-calc(0.75em + 2.3125rem);
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23A12A23' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23A12A23' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23A12A23' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23A12A23' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #A12A23;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #A12A23; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #A12A23; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #A12A23; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #cb352c;
  background-color: #cb352c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #A12A23; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #A12A23; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #A12A23;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.25); }

.form-inline {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      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;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      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;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #FFFD77;
  border-color: #FFFD77; }
  .btn-warning:hover {
    color: #212529;
    background-color: #fffc51;
    border-color: #fffc44; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #fffc51;
    border-color: #fffc44;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 221, 107, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 221, 107, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FFFD77;
    border-color: #FFFD77; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #fffc44;
    border-color: #fffc37; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 221, 107, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 221, 107, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #A12A23;
  border-color: #A12A23; }
  .btn-danger:hover {
    color: #fff;
    background-color: #82221c;
    border-color: #771f1a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #82221c;
    border-color: #771f1a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 74, 68, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(175, 74, 68, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #A12A23;
    border-color: #A12A23; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #771f1a;
    border-color: #6d1c18; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 74, 68, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(175, 74, 68, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #FFFD77;
  border-color: #FFFD77; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #FFFD77;
    border-color: #FFFD77; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FFFD77;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FFFD77;
    border-color: #FFFD77; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5); }

.btn-outline-danger {
  color: #A12A23;
  border-color: #A12A23; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #A12A23;
    border-color: #A12A23; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #A12A23;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #A12A23;
    border-color: #A12A23; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #B22217;
  text-decoration: none; }
  .btn-link:hover {
    color: #6e150e;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: -webkit-calc(0.25rem + 2px);
    top: calc(0.25rem + 2px);
    left: -webkit-calc(-2.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: -webkit-calc(1rem - 4px);
    width: calc(1rem - 4px);
    height: -webkit-calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: -webkit-calc(1.5em + 0.75rem);
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: -webkit-calc(0.25rem - 1px);
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: -webkit-calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: -webkit-calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    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;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    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; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #B22217;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #6e150e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #FFFD77; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #fffc44; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 253, 119, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #A12A23; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #771f1a; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(161, 42, 35, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #85843e;
  background-color: #ffffe4;
  border-color: #fffed9; }
  .alert-warning hr {
    border-top-color: #fffdc0; }
  .alert-warning .alert-link {
    color: #62612e; }

.alert-danger {
  color: #541612;
  background-color: #ecd4d3;
  border-color: #e5c3c1; }
  .alert-danger hr {
    border-top-color: #ddb2af; }
  .alert-danger .alert-link {
    color: #2a0b09; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  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;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #85843e;
  background-color: #fffed9; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #85843e;
    background-color: #fffdc0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #85843e;
    border-color: #85843e; }

.list-group-item-danger {
  color: #541612;
  background-color: #e5c3c1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #541612;
    background-color: #ddb2af; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #541612;
    border-color: #541612; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 1rem);
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: -webkit-calc(100vh - 1rem);
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: -webkit-calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: -webkit-calc(100vh - 3.5rem);
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: -webkit-calc(100vh - 3.5rem);
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: -webkit-calc(-0.5rem - 1px);
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: -webkit-calc(-0.5rem - 1px);
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: -webkit-calc(-0.5rem - 1px);
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: -webkit-calc(-0.5rem - 1px);
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: -webkit-calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: -webkit-calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #FFFD77 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fffc44 !important; }

.bg-danger {
  background-color: #A12A23 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #771f1a !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #FFFD77 !important; }

.border-danger {
  border-color: #A12A23 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #FFFD77 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #fffc2b !important; }

.text-danger {
  color: #A12A23 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #621a15 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

figcaption {
  font-size: 80%;
  color: #5B7A8F;
  margin: 10px 0; }

blockquote {
  font-family: "Roboto", sans-serif;
  margin: 40px 0;
  padding-top: 40px;
  position: relative; }
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    color: #B22217;
    font-size: 6rem;
    line-height: 1;
    z-index: -1; }
  blockquote p {
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      blockquote p {
        font-size: 2rem;
        line-height: 1.16; } }

h2.section_title {
  border-top: 1px solid #D6DFE8;
  border-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 0 1rem 0;
  padding-top: 1.125rem;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize; }
  h2.section_title:before {
    background-color: #b22217;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 80px;
    height: 6px; }
  h2.section_title .see-more {
    color: #B22217;
    font-size: .813rem;
    font-weight: 600;
    margin-left: .75rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; }
    h2.section_title .see-more:hover {
      opacity: .7; }

@media (max-width: 1199.98px) {
  .container {
    max-width: 100%; } }

.heiv-popover {
  background: #fff;
  border-color: #D6DFE8;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  max-width: 360px;
  padding: 1rem; }
  .heiv-popover .popover-body {
    color: #212529;
    font-size: .825rem; }
  .heiv-popover.bs-popover-bottom .arrow::after, .heiv-popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
  .heiv-popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #fff !important; }

#stock-bar {
  -webkit-transition: .15s;
  transition: .15s; }
  #stock-bar a {
    color: #000000;
    text-decoration: none; }
  #stock-bar #ticker-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #stock-bar #ticker-section-symbols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -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 0 0 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem 0; }
    @media (min-width: 1200px) {
      #stock-bar #ticker-section-symbols {
        overflow: visible;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        white-space: normal; } }
    #stock-bar #ticker-section-symbols .DJI-section {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    #stock-bar #ticker-section-symbols .ticker-info {
      padding: 0 0 0 0;
      -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;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      #stock-bar #ticker-section-symbols .ticker-info .ticker-name {
        font-size: .65rem;
        line-height: 1rem;
        font-weight: 900;
        margin: 0 7px 0 0;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        text-transform: uppercase; }
      #stock-bar #ticker-section-symbols .ticker-info .ticker-price-wrapper {
        margin: 0 0 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #stock-bar #ticker-section-symbols .ticker-info .ticker-price-wrapper .ticker-price {
          font-size: 0.75em;
          margin: 0 5px 0 0; }
        #stock-bar #ticker-section-symbols .ticker-info .ticker-price-wrapper .ticker-percentage {
          font-size: 0.75em;
          font-weight: 700; }
    #stock-bar #ticker-section-symbols .stock-info {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
      width: auto;
      padding: 5px 10px 5px 10px; }
      @media (min-width: 576px) {
        #stock-bar #ticker-section-symbols .stock-info {
          max-width: 100%;
          width: 100%; } }
    #stock-bar #ticker-section-symbols .up {
      background: #E4FBEB !important;
      position: relative !important; }
    #stock-bar #ticker-section-symbols .down {
      background: #FFD4D4 !important;
      position: relative !important; }
    #stock-bar #ticker-section-symbols .up::after {
      border-top: 1px solid #19be87;
      border-right: 1px solid #19be87; }
    #stock-bar #ticker-section-symbols .up::before {
      border-left: 1px solid #19be87;
      border-bottom: 1px solid #19be87; }
    #stock-bar #ticker-section-symbols .down::after {
      border-top: 1px solid #F72121;
      border-right: 1px solid #F72121; }
    #stock-bar #ticker-section-symbols .down::before {
      border-left: 1px solid #F72121;
      border-bottom: 1px solid #F72121; }
    #stock-bar #ticker-section-symbols .even::after {
      border-top: 1px solid #c5c6c5;
      border-right: 1px solid #c5c6c5; }
    #stock-bar #ticker-section-symbols .even::before {
      border-left: 1px solid #c5c6c5;
      border-bottom: 1px solid #c5c6c5; }
    #stock-bar #ticker-section-symbols .even {
      border: 1px solid transparent;
      background: #ecedeb;
      -webkit-transition: .2s;
      transition: .2s;
      position: relative; }
    #stock-bar #ticker-section-symbols .stock-info::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0%;
      height: 1px;
      visibility: hidden;
      -webkit-transition: height 0.05s ease-in-out 0.1s , width 0.05s ease-in-out 0.15s , visibility 0.05s ease-out 0.2s;
      transition: height 0.05s ease-in-out 0.1s , width 0.05s ease-in-out 0.15s , visibility 0.05s ease-out 0.2s; }
    #stock-bar #ticker-section-symbols .stock-info::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0%;
      height: 1px;
      visibility: hidden;
      -webkit-transition: height 0.05s ease-in-out , width 0.05s ease-in-out 0.05s , visibility 0.05s ease-out 0.2s;
      transition: height 0.05s ease-in-out , width 0.05s ease-in-out 0.05s , visibility 0.05s ease-out 0.2s; }
    #stock-bar #ticker-section-symbols .stock-info:hover::after {
      width: 100%;
      height: 100%;
      visibility: visible;
      -webkit-transition: width 0.05s ease-in-out , height 0.05s ease-in-out 0.05s;
      transition: width 0.05s ease-in-out , height 0.05s ease-in-out 0.05s; }
    #stock-bar #ticker-section-symbols .stock-info:hover::before {
      width: 100%;
      height: 100%;
      visibility: visible;
      -webkit-transition: width 0.05s ease-in-out 0.1s , height 0.05s ease-in-out 0.15s;
      transition: width 0.05s ease-in-out 0.1s , height 0.05s ease-in-out 0.15s; }
    #stock-bar #ticker-section-symbols a {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      width: auto; }
    #stock-bar #ticker-section-symbols:empty {
      height: -webkit-calc(28px + (15px * 2));
      height: calc(28px + (15px * 2)); }
    #stock-bar #ticker-section-symbols .stock-link:nth-child(n+1) {
      padding: 0 5px 0 15px !important; }

.ticker-view-more {
  float: right;
  font-size: 0.65em;
  color: #999999;
  text-align: right;
  width: 100%;
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 13% !important;
          flex: 0 0 13% !important; }
  .ticker-view-more div {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 2px 15px 2px 10px;
    -webkit-transition: .2s all;
    transition: .2s all;
    text-transform: uppercase;
    text-align: center;
    line-height: 1rem; }
    .ticker-view-more div span {
      font-weight: 700; }
    .ticker-view-more div .icon-container {
      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; }
      .ticker-view-more div .icon-container .icon {
        font-size: 22px;
        height: 22px;
        padding: 0 0 0 5px; }
  .ticker-view-more:hover div {
    background: #4d4d4d;
    -webkit-transition: .2s all;
    transition: .2s all; }
  .ticker-view-more:hover a {
    text-decoration: none; }

#markets-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.markets-button-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  background: #ececec;
  margin: 0 10px 15px 0;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer; }
  @media (min-width: 992px) {
    .markets-button-toggle {
      margin: 0 10px 0 0;
      padding: 5px 10px; } }
  .markets-button-toggle:hover {
    color: #FFFFFF;
    background: #000000;
    -webkit-transition: .2s;
    transition: .2s; }
  .markets-button-toggle .markets-button-indicator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 5px 0 0; }
  .markets-button-toggle .icon {
    margin: 0 0 0 5px; }

.company-content-wrapper .active-indicator {
  color: #FFFFFF;
  background: #000000 !important;
  -webkit-transition: .2s;
  transition: .2s; }

.company-content-wrapper h5.company-stock-symbol {
  font-size: 1em;
  margin: 0 0 0 0; }

.company-content-wrapper h1.company-stock-title {
  font-size: 1.875em;
  font-weight: 800;
  margin: 0 0 0 0; }

.company-content-wrapper h1.company-title {
  font-size: 1.875em;
  font-weight: 800;
  margin: 0 0 15px 0; }

.company-content-wrapper #hover-price {
  font-size: 1.875em;
  font-weight: 500;
  margin: 0 0 0 0; }

.company-content-wrapper #hover-date {
  font-size: 0.75em;
  font-weight: 500;
  margin: 0 0 0 5px;
  color: #999999; }

.company-content-wrapper .company-price {
  font-size: 0.875em;
  font-weight: 400; }

.company-content-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0; }

.company-content-wrapper .company-stock-delay {
  font-size: 0.625em;
  color: #AAAAAA; }

.company-content-wrapper .field_stocks_wrapper {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  background: #ececec;
  border-radius: 4px;
  font-size: 0.625em; }

.company-content-wrapper #indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .company-content-wrapper #indicators span {
    font-size: 10px;
    text-align: right;
    margin: 0 0 10px 0; }
  .company-content-wrapper #indicators button {
    padding: 5px 8px;
    background: #ececec;
    margin: 0 10px 15px 0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    border: none; }
    @media (min-width: 992px) {
      .company-content-wrapper #indicators button {
        margin: 0 0 15px 10px;
        padding: 5px 10px; } }
  .company-content-wrapper #indicators button:hover {
    color: #FFFFFF;
    background: #000000;
    -webkit-transition: .2s;
    transition: .2s; }

.company-content-wrapper .trendline-text {
  display: none; }

.company-content-wrapper .trendline-show {
  display: block !important; }

.company-content-wrapper #chart-scaling-section {
  margin: 0 0 25px 0;
  padding: 0 10px;
  background: #ececec;
  border-radius: 4px;
  -webkit-transition: .2s;
  transition: .2s; }
  .company-content-wrapper #chart-scaling-section #chart-scale {
    position: relative; }
    @media (max-width: 575.98px) {
      .company-content-wrapper #chart-scaling-section #chart-scale {
        font-size: 12px; } }
    .company-content-wrapper #chart-scaling-section #chart-scale button {
      border: 0;
      padding: 5px 10px 5px 0;
      font-weight: 600;
      background: none; }
  .company-content-wrapper #chart-scaling-section #chart-scale span {
    content: '';
    background: #19be87;
    width: 23.2344px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 171.484px;
    -webkit-transition: .2s;
    transition: .2s; }
  .company-content-wrapper #chart-scaling-section #chart-type {
    position: relative; }
    @media (max-width: 575.98px) {
      .company-content-wrapper #chart-scaling-section #chart-type {
        font-size: 12px; } }
    .company-content-wrapper #chart-scaling-section #chart-type button {
      border: 0;
      padding: 5px 10px 5px 0;
      font-weight: 600;
      background: none; }
  .company-content-wrapper #chart-scaling-section #chart-type span {
    content: '';
    background: #19be87;
    width: 31.6875px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s; }

.company-content-wrapper #chart-section svg .x.grid path {
  stroke: none; }

.company-content-wrapper #chart-section svg .sma path {
  fill: none;
  stroke: #BF5FFF;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .ema path {
  fill: none;
  stroke: #FF006D;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .trendline {
  stroke: blue;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .trendline circle {
  stroke-width: 0;
  display: none; }

.company-content-wrapper #chart-section svg .mouseover .trendline path {
  stroke-width: 1; }

.company-content-wrapper #chart-section svg .mouseover .trendline circle {
  stroke-width: 1;
  display: inline; }

.company-content-wrapper #chart-section svg .dragging .trendline {
  stroke: darkblue; }

.company-content-wrapper #chart-section svg .interaction path, .company-content-wrapper #chart-section svg .interaction circle {
  pointer-events: all; }

.company-content-wrapper #chart-section svg .interaction .body {
  cursor: move; }

.company-content-wrapper #chart-section svg .interaction .start, .company-content-wrapper #chart-section svg .interaction .end {
  cursor: nwse-resize; }

.company-content-wrapper #chart-section svg .ichimoku path {
  fill: none;
  stroke-width: 2; }

.company-content-wrapper #chart-section svg .ichimoku path {
  stroke: #000000; }

.company-content-wrapper #chart-section svg .ichimoku path.chikouspan {
  stroke: #f25fff;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .ichimoku path.tenkansen {
  stroke: #006eff;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .ichimoku path.kijunsen {
  stroke: #fbe417;
  stroke-width: 0.8; }

.company-content-wrapper #chart-section svg .ichimoku path.kumo {
  opacity: 0.1; }

.company-content-wrapper #chart-section svg .ichimoku path.kumo.up {
  fill: #19be87; }

.company-content-wrapper #chart-section svg .ichimoku path.kumo.down {
  fill: #F72121; }

.company-content-wrapper #chart-section svg .ichimoku path.senkouspana {
  stroke: #19be87; }

.company-content-wrapper #chart-section svg .ichimoku path.senkouspanb {
  stroke: #F72121; }

.company-content-wrapper #chart-section svg .line-plot {
  fill: none;
  stroke-width: 2; }

.company-content-wrapper #chart-section svg .rsi path {
  fill: none;
  stroke-width: 1; }

.company-content-wrapper #chart-section svg .indicator-plot .rsi {
  stroke: #19be87;
  fill: none; }

.company-content-wrapper #chart-section svg .rsi path.overbought, .company-content-wrapper #chart-section svg .rsi path.oversold {
  stroke: #BBBBBB;
  stroke-dasharray: 5, 5; }

.company-content-wrapper #chart-section svg .rsi path.middle, .company-content-wrapper #chart-section svg path.zero {
  stroke: #BBBBBB;
  stroke-dasharray: 5, 5; }

.company-content-wrapper #chart-section svg path.macd {
  stroke: #19be87;
  fill: none; }

.company-content-wrapper #chart-section svg path.signal {
  stroke: #F72121;
  fill: none; }

.company-content-wrapper #chart-section svg path.zero {
  stroke: #BBBBBB;
  stroke-dasharray: 0;
  stroke-opacity: 0.5; }

.company-content-wrapper #chart-section svg path.difference {
  fill: #AAAAAA;
  opacity: 0.5; }

.company-content-wrapper #chart-section svg .crosshair {
  cursor: crosshair;
  font-size: 0.8125em; }

.company-content-wrapper #chart-section svg .crosshair text {
  fill: #DDDDDD; }

.company-content-wrapper #chart-section svg .crosshair path.wire {
  stroke: #DDDDDD;
  stroke-dasharray: 1, 1; }

.company-content-wrapper #chart-section svg .crosshair .axisannotation path {
  fill: #FFFFFF;
  padding: 0 0 10px 0; }

.company-content-wrapper #chart-section svg path.candle {
  stroke: #000000; }

.company-content-wrapper #chart-section svg path.candle.body {
  stroke-width: 0; }

.company-content-wrapper #chart-section svg path.candle.up {
  fill: #19be87;
  stroke: #19be87; }

.company-content-wrapper #chart-section svg path.candle.down {
  fill: #F72121;
  stroke: #F72121; }

.company-content-wrapper #chart-section svg path.volume {
  fill: #AAAAAA;
  opacity: 0.5; }

.company-content-wrapper #statistics {
  margin: 0 0 15px 0; }
  .company-content-wrapper #statistics .company-stock-delay {
    margin: 0 0 0 5px; }

.company-content-wrapper #about {
  margin: 0 0 25px 0; }

.company-content-wrapper .stats-section .stats-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 25px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D6DFE8; }
  .company-content-wrapper .stats-section .stats-item h6 {
    font-size: 14px; }
  .company-content-wrapper .stats-section .stats-item span {
    font-weight: 300; }
  .company-content-wrapper .stats-section .stats-item:nth-child(3) {
    margin-right: 0; }
  @media (max-width: 767.98px) {
    .company-content-wrapper .stats-section .stats-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.company-content-wrapper .stats-section:last-child .stats-item {
  border: none; }

.company-content-wrapper .company-about {
  margin: 0 0 15px 0; }

.company-content-wrapper #export-button {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px 0 0;
  background: #ececec;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  cursor: pointer; }
  .company-content-wrapper #export-button span {
    margin: 0 5px 0 0; }

.company-content-wrapper .company-sidebar div {
  border: 1px solid #D6DFE8;
  padding: 25px 25px 25px 25px; }

.body-no-scroll {
  overflow: hidden; }

.dropdown-menu-markets-data {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  text-align: center !important;
  color: #B22217 !important;
  margin-top: 15px !important; }
  .dropdown-menu-markets-data a {
    background: #ebebeb !important;
    color: #B22217 !important; }

.menu-sticky .masthead {
  width: 100%;
  z-index: 401;
  top: 0;
  background: #FFFFFF;
  padding: 0.625rem 0 !important;
  -webkit-transition: padding 0.2s ease-in;
  transition: padding 0.2s ease-in; }
  .menu-sticky .masthead #logo {
    height: 20px !important; }
    @media (min-width: 576px) {
      .menu-sticky .masthead #logo {
        height: 26px !important; } }

#header {
  background-color: #fff;
  z-index: 300;
  width: 100%; }
  #header .masthead {
    border-bottom: 1px solid #D6DFE8;
    padding: 0.625rem 0;
    width: 100%;
    z-index: 401;
    background: #FFFFFF;
    -webkit-transition: padding 0.2s ease-in;
    transition: padding 0.2s ease-in; }
  #header .icon {
    cursor: pointer; }
  #header #icon-toggle-menu {
    display: inline-block;
    font-size: .875rem;
    font-weight: 700;
    height: 2rem;
    width: 20px;
    position: relative; }
    @media (min-width: 768px) {
      #header #icon-toggle-menu {
        border: 1px solid #D6DFE8;
        -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.06), inset -1px -1px 1px 0 rgba(0, 0, 0, 0.02);
                box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.06), inset -1px -1px 1px 0 rgba(0, 0, 0, 0.02);
        position: relative;
        line-height: 30px;
        margin-right: 15px;
        padding: 0 10px 0 40px;
        width: auto; } }
    @media (min-width: 992px) {
      #header #icon-toggle-menu:hover {
        background-color: #f7f7f7; } }
    #header #icon-toggle-menu .header_icon-menu {
      -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 2px;
      background-color: #231f20;
      border-radius: 3px;
      pointer-events: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        #header #icon-toggle-menu .header_icon-menu {
          position: absolute;
          left: 10px; } }
      #header #icon-toggle-menu .header_icon-menu:before, #header #icon-toggle-menu .header_icon-menu:after {
        -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #231f20;
        border-radius: 3px; }
      #header #icon-toggle-menu .header_icon-menu:before {
        margin: 0;
        top: -6px; }
      #header #icon-toggle-menu .header_icon-menu:after {
        top: 6px; }
      #header .dropdown-active #icon-toggle-menu .header_icon-menu {
        background: transparent; }
        #header .dropdown-active #icon-toggle-menu .header_icon-menu:before {
          top: 0;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
        #header .dropdown-active #icon-toggle-menu .header_icon-menu:after {
          top: 0;
          -webkit-transform: rotate(225deg);
              -ms-transform: rotate(225deg);
                  transform: rotate(225deg); }
    #header #icon-toggle-menu .header_text {
      display: none; }
      @media (min-width: 768px) {
        #header #icon-toggle-menu .header_text {
          display: block;
          font-size: 0.875em;
          font-weight: 700;
          pointer-events: none;
          text-transform: uppercase;
          vertical-align: middle; } }
  #header .nav-logo {
    text-align: center; }
  #header #logo {
    height: 20px;
    width: 200px;
    -webkit-transition: .2s;
    transition: .2s; }
    @media (min-width: 576px) {
      #header #logo {
        height: 26px;
        width: 236px; } }

#icon-section #search-icon {
  display: block;
  position: relative; }

#icon-section #icon-toggle-search {
  display: none; }
  @media (min-width: 768px) {
    #icon-section #icon-toggle-search {
      display: block; } }
  #icon-section #icon-toggle-search::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px; }

#dropdown-menu-container {
  position: relative; }
  @media (max-width: 991.98px) {
    #dropdown-menu-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    #dropdown-menu-container {
      width: auto; } }
  #dropdown-menu-container #dropdown-menu {
    position: fixed;
    z-index: 9;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%;
    width: 100%;
    left: 0;
    top: 50px; }
    @media (min-width: 992px) {
      #dropdown-menu-container #dropdown-menu {
        top: auto;
        height: auto;
        width: 36em;
        position: absolute;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        margin: 10px 0 0 0; }
        #dropdown-menu-container #dropdown-menu::before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: -10px;
          left: 10px;
          border-style: solid;
          border-width: 0 10px 10px;
          border-color: transparent transparent #fff; } }
    #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper {
      width: 200%;
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper {
          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;
          display: block;
          width: auto;
          margin-bottom: auto; } }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper h2 {
        color: #5B7A8F;
        font-size: 1rem;
        font-weight: 700;
        margin: 0 0 0 0;
        padding: 0 65px 0 15px;
        border: 0;
        position: relative;
        -ms-flex-item-align: start;
            align-self: flex-start;
        display: none; }
        @media (min-width: 768px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper h2 {
            display: inline; } }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper h2::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 1px;
        background: #D6DFE8;
        top: 50%;
        right: 0; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper ul {
        -ms-flex-item-align: start;
            align-self: flex-start; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper ul span {
          font-size: .875rem;
          -webkit-transition: .2s;
          transition: .2s;
          color: #afafaf; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li {
        font-size: .875rem;
        font-weight: 600;
        border-bottom: 1px solid #D6DFE8;
        line-height: 2.5rem; }
        @media (min-width: 992px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li {
            line-height: 2rem; } }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li::before {
          color: #B22217;
          content: "\f3d1";
          display: inline-block;
          font-family: "Ionicons";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 1rem;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
          @media (min-width: 992px) {
            #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li::before {
              color: #b3b3b3; } }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li:hover, #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li:hover::before {
          color: #B22217; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li, #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu li a {
        color: #231f20;
        cursor: pointer;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        padding-left: 0; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu .menu-item-active {
        color: #B22217;
        font-weight: 700;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        padding-left: 10px;
        position: relative;
        z-index: 9; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu .menu-item-active a {
          color: #231f20;
          font-weight: 700;
          -webkit-transition: .2s ease-in-out;
          transition: .2s ease-in-out; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu .menu-item-active::after {
          width: 50px;
          -webkit-transition: width .3s ease-in-out;
          transition: width .3s ease-in-out; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Main-menu .menu-item-active::before {
          color: #B22217;
          padding-right: 10px;
          -webkit-transition: padding .2s;
          transition: padding .2s; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Secondary-menu li {
        font-size: .875rem;
        font-weight: 600;
        border-bottom: 1px solid #D6DFE8;
        line-height: 2.5rem; }
        @media (min-width: 992px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Secondary-menu li {
            line-height: 2rem; } }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Secondary-menu li:last-child {
          margin-bottom: 0; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Secondary-menu li a {
          color: #231f20; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #Secondary-menu li a:hover {
            color: #B22217; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu {
        position: relative;
        background-color: #fff;
        padding: 1.250rem; }
        @media (min-width: 992px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu {
            background-color: #231f20;
            color: #fff; } }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu::-webkit-scrollbar {
          -webkit-appearance: none;
          width: 1.5px;
          border-radius: 4px;
          background-color: transparent; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu::-webkit-scrollbar-thumb {
          border-radius: 4px;
          background-color: #D6DFE8; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu::-webkit-scrollbar-track {
          background-color: transparent; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu #sub-parent-term {
          padding: 0 0 10px 0;
          color: #231f20; }
          @media (min-width: 576px) {
            #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu #sub-parent-term {
              display: none; } }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu #sub-parent-term span {
            margin: 0 15px 0 0;
            font-size: 1.25rem; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu #sub-parent-term h5 {
            display: inline-block;
            margin: 0 0 0 0; }
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-item-align: start;
              align-self: flex-start;
          padding: 0 0 0 0; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li {
            font-size: .875rem;
            line-height: 2;
            cursor: pointer;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
            padding-left: 0; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li {
            position: relative;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
            -ms-flex-item-align: start;
                align-self: flex-start;
            margin: 0 40px 0 0; }
            #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li.sub-parent {
              font-size: 1rem; }
              #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li.sub-parent a {
                color: #fff;
                font-weight: 900; }
            #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li::after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0;
              height: 1px;
              background: #FFFFFF;
              -webkit-transition: .2s ease-in-out;
              transition: .2s ease-in-out; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul li:hover::after {
            width: 75%;
            background: #D6DFE8;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out; }
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul a {
            color: #231f20;
            text-decoration: none; }
            @media (min-width: 992px) {
              #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul a {
                color: rgba(255, 255, 255, 0.8); }
                #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #subcategory-menu ul a:hover {
                  color: #fff; } }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #mobile-close-section {
        border-top: 1px solid #D6DFE8;
        padding: 1rem;
        text-align: center;
        width: 100%;
        color: #B22217;
        font-size: 0.75rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #mobile-close-section {
            display: none; } }
    #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      @media (min-width: 992px) {
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu {
          background: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          border-right: 1px solid #D6DFE8; } }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu #main-category-inner {
        padding: 1rem 2rem 0;
        width: 100vw; }
        @media (min-width: 992px) {
          #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu #main-category-inner {
            width: 100%;
            padding: .50rem 1.250rem 0; } }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu a {
        text-decoration: none; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
      #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper #main-category-menu li::after {
        content: '';
        position: absolute;
        height: 15px;
        width: 0;
        background: #D6DFE8;
        opacity: .5;
        z-index: -1;
        -webkit-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
        left: 0;
        bottom: 0; }
    #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper div:nth-child(2) {
      border-right: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      @media (min-width: 992px) {
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper div:nth-child(2) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
    #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper div:nth-child(3) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%; }
      @media (min-width: 992px) {
        #dropdown-menu-container #dropdown-menu #dropdown-menu-wrapper div:nth-child(3) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #dropdown-menu-container #dropdown-menu #extra-menu, #dropdown-menu-container #dropdown-menu #newsletters-menu {
      border-top: 1px solid #D6DFE8;
      padding: 25px 25px 25px 25px;
      background: #fcfcfc;
      position: relative;
      z-index: 9999; }
      #dropdown-menu-container #dropdown-menu #extra-menu ul, #dropdown-menu-container #dropdown-menu #newsletters-menu ul {
        list-style: none;
        padding: 0 0 0 0;
        margin: 0 0 0 0; }
        #dropdown-menu-container #dropdown-menu #extra-menu ul li, #dropdown-menu-container #dropdown-menu #newsletters-menu ul li {
          padding: 5px 0 5px 0;
          font-size: 0.9375em; }
          #dropdown-menu-container #dropdown-menu #extra-menu ul li a, #dropdown-menu-container #dropdown-menu #newsletters-menu ul li a {
            color: #000000; }
    #dropdown-menu-container #dropdown-menu #newsletters-menu {
      text-align: center; }

#dropdown-search-container {
  position: relative;
  display: none; }
  #dropdown-search-container .form-item-keys label,
  #dropdown-search-container #edit-reset,
  #dropdown-search-container .search_sort,
  #dropdown-search-container #edit-secondary {
    display: none; }
  #dropdown-search-container .form-actions {
    visibility: hidden;
    height: 1px;
    margin: 0; }
  #dropdown-search-container #dropdown-search {
    position: absolute;
    z-index: 9;
    background: #000000;
    -webkit-box-shadow: 0 4px 8px rgba(31, 31, 34, 0.41), 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(31, 31, 34, 0.41), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s;
    transition: .3s;
    padding: 15px 15px 15px 15px; }
    #dropdown-search-container #dropdown-search input {
      background: transparent;
      border-style: none none solid none;
      border-width: 0 0 1px 0;
      border-color: transparent transparent #D6DFE8 transparent;
      color: #afafaf;
      padding: 0 0 10px 0;
      width: 400px; }

.dropdown-active .menu-dropdown-container {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: .3s;
  transition: .3s; }

#secondary-navigation {
  display: none; }
  @media (min-width: 992px) {
    #secondary-navigation {
      display: block; } }
  #secondary-navigation .nav {
    margin-top: 10px;
    text-align: center; }
    #secondary-navigation .nav li {
      border-right: 1px solid #D6DFE8;
      font-size: 0.75rem;
      margin-right: 10px;
      padding: 0 9px 0 0; }
      #secondary-navigation .nav li#dailyDate {
        color: #333333;
        display: block; }
      #secondary-navigation .nav li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      #secondary-navigation .nav li a {
        color: #333333;
        padding: 0; }
  #secondary-navigation .nav-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

#main-navigation {
  display: none; }
  @media (min-width: 992px) {
    #main-navigation {
      border-bottom: none;
      display: block;
      padding: 0 0 0 0 !important;
      border-bottom: 1px solid #D6DFE8;
      padding: auto; } }
  @media (min-width: 1200px) {
    #main-navigation .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #main-navigation .main {
    -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;
    padding: 0.313em 0px 0.250em; }
    #main-navigation .main a {
      color: #212529;
      font-size: .813rem;
      padding: .250rem; }
      #main-navigation .main a:hover {
        color: #9ba5ae; }

#login-bar {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #D6DFE8;
  font-size: 0.8125rem; }
  #login-bar .container {
    padding-top: .5rem;
    padding-bottom: .5rem; }
  #login-bar span {
    color: #D6DFE8;
    margin: 0 2px 0 2px; }
  #login-bar a {
    color: #5B7A8F;
    text-transform: uppercase;
    font-size: .625rem; }
  @media (min-width: 992px) {
    #login-bar {
      border-bottom: 0;
      margin-bottom: 0; }
      #login-bar .container {
        display: none !important; } }

#login-section #sub-logged-out {
  color: #000000; }
  @media (min-width: 992px) {
    #login-section #sub-logged-out {
      display: none; } }

#login-section #icon-toggle-profile {
  cursor: pointer; }
  @media (max-width: 991.98px) {
    #login-section #icon-toggle-profile:before {
      content: "\f41a";
      display: inline-block;
      font-family: "Ionicons";
      font-size: 1.625rem;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #login-section #icon-toggle-profile span {
      display: none; } }
  @media (min-width: 992px) {
    #login-section #icon-toggle-profile {
      line-height: 32px;
      padding: 0 .625rem; }
      #login-section #icon-toggle-profile:after {
        content: "\f280";
        color: #b3b3b3;
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 6px; }
      #login-section #icon-toggle-profile span {
        display: inline;
        pointer-events: none;
        font-size: 0.875rem;
        margin-right: 6px; }
      .dropdown-active #icon-toggle-profile {
        background: #ebebeb; } }
  #login-section #icon-toggle-profile .icon {
    color: #999999; }

#login-section #dropdown-profile-container {
  position: relative; }
  #login-section #dropdown-profile-container button {
    background: none;
    border: none;
    font-size: 14px; }
  #login-section #dropdown-profile-container #dropdown-profile {
    position: absolute;
    z-index: 9;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    text-align: center;
    margin-top: 10px;
    min-width: 220px; }
    #login-section #dropdown-profile-container #dropdown-profile::before {
      position: absolute;
      top: -10px;
      right: 10px;
      content: ""; }
    #login-section #dropdown-profile-container #dropdown-profile .account-nav-user {
      font-size: 0.75em;
      font-weight: 400;
      color: #999999;
      margin: 5px 0 0 0; }
    #login-section #dropdown-profile-container #dropdown-profile #account-nav-header {
      border-bottom: 1px solid #D6DFE8;
      padding: 1rem;
      list-style: none;
      margin-bottom: 0; }
    #login-section #dropdown-profile-container #dropdown-profile ul {
      text-align: left; }
      #login-section #dropdown-profile-container #dropdown-profile ul li {
        -webkit-transition: .1s;
        transition: .1s; }
        #login-section #dropdown-profile-container #dropdown-profile ul li a {
          color: #212529;
          -webkit-transition: .1s;
          transition: .1s; }
      #login-section #dropdown-profile-container #dropdown-profile ul li a:hover {
        color: #afafaf; }
    #login-section #dropdown-profile-container #dropdown-profile #account-nav-dropdown {
      padding: 10px 0 10px 0; }
      #login-section #dropdown-profile-container #dropdown-profile #account-nav-dropdown li a {
        font-size: 0.875em;
        font-weight: 600;
        padding: 3px 16px 3px 16px; }
  #login-section #dropdown-profile-container #logged-out-buttons {
    display: none !important; }
    @media (min-width: 992px) {
      #login-section #dropdown-profile-container #logged-out-buttons {
        display: block !important; } }

#login-section #sign-in {
  color: black;
  font-weight: 600;
  font-size: 0.8125em;
  padding: 8px 0 8px 0;
  margin: 0 9px 0 0; }
  @media (min-width: 1200px) {
    #login-section #sign-in {
      font-size: 0.75em;
      margin: 0 15px 0 0; } }

#hart-bar {
  display: none; }
  @media (min-width: 768px) {
    #hart-bar {
      background-color: #000;
      display: block;
      padding: .75rem 0; } }
  #hart-bar .nav-link {
    border-right: 1px solid #fff;
    color: #b3b3b3;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 0 1rem; }
    #hart-bar .nav-link:hover {
      color: #fff; }
  #hart-bar .nav li:last-child a {
    border: 0; }
  #hart-bar .dailyDate {
    display: none; }
    @media (min-width: 768px) {
      #hart-bar .dailyDate {
        color: #333333;
        display: inline-block;
        font-size: 0.75rem;
        padding-left: 0.938em;
        padding-right: 0.938em; } }
  #hart-bar #discover_hart {
    font-size: 0.75rem; }
    #hart-bar #discover_hart .dropdown > a {
      border-right: 1px solid #D6DFE8; }
      #hart-bar #discover_hart .dropdown > a:after {
        color: #b3b3b3; }
    #hart-bar #discover_hart .dropdown .dropdown-menu {
      border-color: transparent;
      border-radius: 0;
      -webkit-box-shadow: -20px 20px 80px 0 rgba(0, 0, 0, 0.25);
              box-shadow: -20px 20px 80px 0 rgba(0, 0, 0, 0.25);
      font-size: inherit;
      margin-top: 0;
      padding: 0;
      width: 100%; }
      #hart-bar #discover_hart .dropdown .dropdown-menu a {
        padding-top: .75rem;
        padding-bottom: .75rem; }
        #hart-bar #discover_hart .dropdown .dropdown-menu a:hover {
          background-color: transparent;
          color: #B22217; }
        #hart-bar #discover_hart .dropdown .dropdown-menu a:active {
          background-color: #f8f9fa;
          color: #B22217; }
    #hart-bar #discover_hart .dropdown.show > a {
      background-color: #B22217;
      color: #fff; }
      #hart-bar #discover_hart .dropdown.show > a:after {
        border-top: 0;
        border-bottom: 0.3em solid;
        color: #fff; }
    #hart-bar #discover_hart a {
      color: #212529; }
      #hart-bar #discover_hart a.twitter, #hart-bar #discover_hart a.facebook, #hart-bar #discover_hart a.linkedin, #hart-bar #discover_hart a.youtube, #hart-bar #discover_hart a.rss {
        font-size: 1rem;
        opacity: .7;
        padding: .313em .75rem; }
        #hart-bar #discover_hart a.twitter:hover, #hart-bar #discover_hart a.facebook:hover, #hart-bar #discover_hart a.linkedin:hover, #hart-bar #discover_hart a.youtube:hover, #hart-bar #discover_hart a.rss:hover {
          opacity: 1; }
  #hart-bar #about-he-trigger {
    line-height: 2rem; }
  #hart-bar #about-hart-energy {
    background-color: #fff;
    border-top: 1px solid #D6DFE8;
    color: #212529;
    position: relative; }
    #hart-bar #about-hart-energy .he-bio {
      background-color: #f0f3f7;
      border: 1px solid #D6DFE8;
      padding: 2rem; }
      #hart-bar #about-hart-energy .he-bio .logo {
        height: 20px;
        width: auto;
        margin-bottom: 1rem; }
      #hart-bar #about-hart-energy .he-bio p {
        margin: 0; }
    #hart-bar #about-hart-energy .about-he-header {
      border-bottom: 1px solid #D6DFE8;
      padding: 1rem 0;
      position: relative; }
      #hart-bar #about-hart-energy .about-he-header a {
        display: block;
        margin: 0 auto; }
    #hart-bar #about-hart-energy .about-he-body {
      padding: 2rem 0; }
    #hart-bar #about-hart-energy h5 {
      color: #B22217;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 0.1rem;
      text-transform: uppercase; }
    #hart-bar #about-hart-energy ul {
      margin-bottom: 2rem; }
      #hart-bar #about-hart-energy ul li {
        padding-bottom: .25rem; }
        #hart-bar #about-hart-energy ul li a {
          color: #212529; }
  #hart-bar #he-close {
    opacity: 0.6;
    position: absolute;
    top: 15px;
    left: 15px; }
    #hart-bar #he-close:hover {
      opacity: 0.8; }
    #hart-bar #he-close img {
      height: 28px; }

.dropdown-flyout-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .dropdown-flyout-wrapper {
      margin-right: 1rem; } }

.dropdown-flyout-trigger {
  border: 0;
  display: block;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  background-color: #fff;
  color: #212529;
  text-decoration: none;
  height: 24px;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .no-touchevents .dropdown-flyout-trigger:hover {
    color: #212529;
    text-decoration: none; }
  .dropdown-flyout-trigger .header_icon-menu {
    -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #212529;
    border-radius: 3px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      .dropdown-flyout-trigger .header_icon-menu {
        position: absolute;
        top: 50%;
        left: 10px; } }
    .dropdown-flyout-trigger .header_icon-menu:before, .dropdown-flyout-trigger .header_icon-menu:after {
      -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      background-color: #212529;
      border-radius: 3px; }
    .dropdown-flyout-trigger .header_icon-menu:before {
      margin: 0;
      top: -6px; }
    .dropdown-flyout-trigger .header_icon-menu:after {
      top: 6px; }
  .dropdown-flyout-trigger .header_icon-text {
    display: none; }
  .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu {
    background: transparent; }
    .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu:before {
      background-color: #000;
      top: 0;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu:after {
      background-color: #000;
      top: 0;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg); }
  @media (min-width: 992px) {
    .dropdown-flyout-trigger {
      border: 1px solid #D6DFE8;
      -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.06), inset -1px -1px 1px 0 rgba(0, 0, 0, 0.02);
              box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.06), inset -1px -1px 1px 0 rgba(0, 0, 0, 0.02);
      font-size: 1rem;
      height: auto;
      line-height: 36px;
      text-transform: uppercase;
      padding: 0 10px 0 35px;
      width: auto; }
      .dropdown-flyout-trigger .header_icon-text {
        display: inline; }
      .dropdown-flyout-trigger.dropdown-is-active {
        background-color: #000;
        border-color: #000;
        color: #fff; }
        .no-touchevents .dropdown-flyout-trigger.dropdown-is-active:hover {
          color: #fff;
          text-decoration: none;
          background-color: #0d0d0d; }
        .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu {
          background: transparent; }
          .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu:before {
            background-color: #fff;
            top: 0;
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg); }
          .dropdown-flyout-trigger.dropdown-is-active .header_icon-menu:after {
            background-color: #fff;
            top: 0;
            -webkit-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                    transform: rotate(225deg); }
        .dropdown-flyout-trigger.dropdown-is-active::before, .dropdown-flyout-trigger.dropdown-is-active::after {
          /* transform the arrow into a 'X' */
          width: 14px; }
        .dropdown-flyout-trigger.dropdown-is-active::before {
          /* transform the arrow into a 'X' */
          -ms-transform: translateX(5px) rotate(-45deg);
          -webkit-transform: translateX(5px) rotate(-45deg);
          transform: translateX(5px) rotate(-45deg); }
        .dropdown-flyout-trigger.dropdown-is-active::after {
          /* transform the arrow into a 'X' */
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }

.dropdown-flyout h2,
.dropdown-flyout-content a,
.dropdown-flyout-content ul a {
  height: 50px;
  line-height: 50px; }
  @media (min-width: 768px) {
    .dropdown-flyout h2,
    .dropdown-flyout-content a,
    .dropdown-flyout-content ul a {
      height: 60px;
      line-height: 60px; } }
  @media (min-width: 992px) {
    .dropdown-flyout h2,
    .dropdown-flyout-content a,
    .dropdown-flyout-content ul a {
      height: 50px;
      line-height: 50px; } }

.dropdown-flyout h2,
.dropdown-flyout-content a,
.dropdown-flyout-content ul a,
.dropdown-flyout-content .divider {
  padding: 0 20px; }

.dropdown-flyout {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #212529;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: opacity .5s 0s, visibility 0s .5s, -webkit-transform .5s 0s;
  transition: opacity .5s 0s, visibility 0s .5s, -webkit-transform .5s 0s;
  transition: transform .5s 0s, opacity .5s 0s, visibility 0s .5s;
  transition: transform .5s 0s, opacity .5s 0s, visibility 0s .5s, -webkit-transform .5s 0s; }
  .dropdown-flyout .close-dropdown-flyout {
    font-size: 1rem;
    opacity: 1;
    background: #ffffff;
    color: #B22217;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1rem;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
    border-top: 1px solid #D6DFE8;
    width: 100%;
    text-align: center; }
  .dropdown-flyout.dropdown-is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity .5s 0s, visibility 0s 0s, -webkit-transform .5s 0s;
    transition: opacity .5s 0s, visibility 0s 0s, -webkit-transform .5s 0s;
    transition: transform .5s 0s, opacity .5s 0s, visibility 0s 0s;
    transition: transform .5s 0s, opacity .5s 0s, visibility 0s 0s, -webkit-transform .5s 0s; }
  @media (min-width: 768px) {
    .dropdown-flyout .close-dropdown-flyout {
      display: none; } }
  @media (min-width: 992px) {
    .dropdown-flyout {
      position: absolute;
      top: -webkit-calc(100% - 2px);
      top: calc(100% - 2px);
      /* reset style*/
      height: auto;
      width: auto;
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      background-color: #000;
      color: #fff;
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -ms-transform: translateY(30px);
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .open-to-left .dropdown-flyout {
        right: 0;
        left: auto; }
      .dropdown-flyout .close-dropdown-flyout {
        display: none; }
      .dropdown-flyout.dropdown-is-active {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s; } }

.dropdown-flyout-content,
.dropdown-flyout-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-left: 0; }
  .dropdown-flyout-content a,
  .dropdown-flyout-content ul a {
    display: block;
    color: #212529;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    border-top-width: 1px;
    border-color: #D6DFE8;
    border-style: solid; }
  .dropdown-flyout-content li:first-of-type > a,
  .dropdown-flyout-content ul li:first-of-type > a {
    border-top-width: 0; }
  .dropdown-flyout-content li:last-of-type > a,
  .dropdown-flyout-content ul li:last-of-type > a {
    border-bottom-width: 1px; }
  .dropdown-flyout-content .divider,
  .dropdown-flyout-content ul .divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #c3d0d9;
    font-size: 0.688rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #5B7A8F;
    text-transform: uppercase; }
  .dropdown-flyout-content .divider + li > a,
  .dropdown-flyout-content ul .divider + li > a {
    border-top-width: 0; }
  .dropdown-flyout-content a,
  .dropdown-flyout-content .search,
  .dropdown-flyout-content .divider,
  .dropdown-flyout-content ul a,
  .dropdown-flyout-content ul .search,
  .dropdown-flyout-content ul .divider {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s; }
  .dropdown-flyout-content.is-hidden,
  .dropdown-flyout-content ul.is-hidden {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .dropdown-flyout-content.is-hidden > li > a,
  .dropdown-flyout-content.is-hidden > li.search,
  .dropdown-flyout-content.is-hidden > .divider,
  .dropdown-flyout-content.move-out > li > a,
  .dropdown-flyout-content.move-out > li.search,
  .dropdown-flyout-content.move-out > .divider,
  .dropdown-flyout-content ul.is-hidden > li > a,
  .dropdown-flyout-content ul.is-hidden > li.search,
  .dropdown-flyout-content ul.is-hidden > .divider,
  .dropdown-flyout-content ul.move-out > li > a,
  .dropdown-flyout-content ul.move-out > li.search,
  .dropdown-flyout-content ul.move-out > .divider {
    opacity: 0; }
  .dropdown-flyout-content.move-out > li > a,
  .dropdown-flyout-content.move-out > li.search,
  .dropdown-flyout-content.move-out > .divider,
  .dropdown-flyout-content ul.move-out > li > a,
  .dropdown-flyout-content ul.move-out > li.search,
  .dropdown-flyout-content ul.move-out > .divider {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .dropdown-is-active .dropdown-flyout-content, .dropdown-is-active
  .dropdown-flyout-content ul {
    -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .dropdown-flyout-content,
    .dropdown-flyout-content ul {
      padding-top: 60px; }
      .dropdown-flyout-content a,
      .dropdown-flyout-content ul a {
        font-size: 1.125rem; } }
  @media (min-width: 992px) {
    .dropdown-flyout-content,
    .dropdown-flyout-content ul {
      padding-top: 0;
      overflow: visible; }
      .dropdown-flyout-content a,
      .dropdown-flyout-content ul a {
        color: #212529;
        height: 50px;
        line-height: 50px;
        font-size: 0.938rem;
        border-color: #ebebeb; }
        .dropdown-flyout-content a:hover,
        .dropdown-flyout-content ul a:hover {
          color: #B22217;
          text-decoration: none; }
      .dropdown-flyout-content .divider,
      .dropdown-flyout-content ul .divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb; }
      .dropdown-flyout-content .divider + li > a,
      .dropdown-flyout-content ul .divider + li > a {
        border-top-width: 1px; }
      .dropdown-flyout-content.is-hidden > li > a,
      .dropdown-flyout-content.is-hidden > li > .search,
      .dropdown-flyout-content.is-hidden > .divider,
      .dropdown-flyout-content.move-out > li > a,
      .dropdown-flyout-content.move-out > li > .search,
      .dropdown-flyout-content.move-out > .divider,
      .dropdown-flyout-content ul.is-hidden > li > a,
      .dropdown-flyout-content ul.is-hidden > li > .search,
      .dropdown-flyout-content ul.is-hidden > .divider,
      .dropdown-flyout-content ul.move-out > li > a,
      .dropdown-flyout-content ul.move-out > li > .search,
      .dropdown-flyout-content ul.move-out > .divider {
        /* reset mobile style */
        opacity: 1; } }

.dropdown-flyout-content {
  list-style: none;
  margin: 0;
  padding: 0; }
  .dropdown-flyout-content .see-all a {
    color: #B22217; }
  .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item,
  .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item {
    height: 80px;
    line-height: 80px; }
    .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item h3,
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item h3 {
      font-size: 1rem;
      line-height: inherit;
      margin: 0;
      /* truncate text with ellipsis if too long */
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item {
    padding-left: 100px; }
  .dropdown-flyout-content .dropdown-flyout-gallery img {
    position: absolute;
    display: block;
    height: 60px;
    width: auto;
    left: 10px;
    top: 50%;
    margin-top: -30px; }
  .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item {
    padding-left: 75px;
    position: relative; }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item p {
      color: #212529;
      font-size: 0.813rem;
      /* hide description on small devices */
      display: none; }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item::before {
      /* item icon */
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 40px 40px; }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-1::before {
      background-image: url("../images/world-pin.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-2::before {
      background-image: url("../images/chart-pie-35.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-3::before {
      background-image: url("../images/search-file.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-4::before {
      background-image: url("../images/badge.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-5::before {
      background-image: url("../images/chart-bar-33.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-6::before {
      background-image: url("../images/agenda.svg"); }
    .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item.item-7::before {
      background-image: url("../images/edl_logo.png"); }
  @media (max-width: 991.98px) {
    .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > .has-children > ul {
      padding-bottom: 100px; }
    .dropdown-flyout-content .dropdown-flyout-gallery {
      padding-bottom: 100px; }
      .dropdown-flyout-content .dropdown-flyout-gallery > li > a.other {
        padding: 0 20px; } }
  @media (min-width: 992px) {
    .dropdown-flyout-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 210px; }
      .dropdown-flyout-content > li > a {
        border-color: #333;
        color: #fff; }
        .dropdown-flyout-content > li > a:hover {
          color: #fff; }
      .dropdown-flyout-content > li:last-of-type a {
        border-bottom: none; }
      .no-touchevents .dropdown-flyout-content > li:not(.has-children) a:hover {
        color: #999;
        text-decoration: none; }
      .dropdown-flyout-content.move-out > li > a,
      .dropdown-flyout-content.move-out > li > .search,
      .dropdown-flyout-content.move-out > .divider {
        /* reset mobile style */
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
      .dropdown-flyout-content .dropdown-flyout-secondary-dropdown,
      .dropdown-flyout-content .dropdown-flyout-gallery,
      .dropdown-flyout-content .dropdown-flyout-icons,
      .dropdown-flyout-content .dropdown-flyout-lists {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        list-style: none;
        padding: 0;
        left: 100%;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1); }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown::after,
        .dropdown-flyout-content .dropdown-flyout-gallery::after,
        .dropdown-flyout-content .dropdown-flyout-icons::after,
        .dropdown-flyout-content .dropdown-flyout-lists::after {
          display: block;
          clear: both;
          content: ""; }
        .open-to-left .dropdown-flyout-content .dropdown-flyout-secondary-dropdown, .open-to-left
        .dropdown-flyout-content .dropdown-flyout-gallery, .open-to-left
        .dropdown-flyout-content .dropdown-flyout-icons, .open-to-left
        .dropdown-flyout-content .dropdown-flyout-lists {
          /* use the .open-to-left class if you want to open the dropdown on the left */
          left: auto;
          right: 100%; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown.is-hidden,
        .dropdown-flyout-content .dropdown-flyout-gallery.is-hidden,
        .dropdown-flyout-content .dropdown-flyout-icons.is-hidden,
        .dropdown-flyout-content .dropdown-flyout-lists.is-hidden {
          /* reset mobile style */
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown.fade-in,
        .dropdown-flyout-content .dropdown-flyout-gallery.fade-in,
        .dropdown-flyout-content .dropdown-flyout-icons.fade-in,
        .dropdown-flyout-content .dropdown-flyout-lists.fade-in {
          /* animate secondary dropdown items when hovering over of of the .dropdown-content list items */
          -webkit-animation: ddfo-fade-in .2s;
                  animation: ddfo-fade-in .2s; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown.fade-out,
        .dropdown-flyout-content .dropdown-flyout-gallery.fade-out,
        .dropdown-flyout-content .dropdown-flyout-icons.fade-out,
        .dropdown-flyout-content .dropdown-flyout-lists.fade-out {
          /* animate secondary dropdown items when hovering over of of the .dropdown-content list items */
          -webkit-animation: ddfo-fade-out .2s;
                  animation: ddfo-fade-out .2s; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > .go-back,
        .dropdown-flyout-content .dropdown-flyout-gallery > .go-back,
        .dropdown-flyout-content .dropdown-flyout-icons > .go-back,
        .dropdown-flyout-content .dropdown-flyout-lists > .go-back {
          display: none; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > .see-all,
        .dropdown-flyout-content .dropdown-flyout-gallery > .see-all,
        .dropdown-flyout-content .dropdown-flyout-icons > .see-all,
        .dropdown-flyout-content .dropdown-flyout-lists > .see-all {
          position: absolute;
          bottom: 20px;
          height: 45px;
          text-align: center; }
          .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > .see-all a,
          .dropdown-flyout-content .dropdown-flyout-gallery > .see-all a,
          .dropdown-flyout-content .dropdown-flyout-icons > .see-all a,
          .dropdown-flyout-content .dropdown-flyout-lists > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #ebebeb;
            pointer-events: auto;
            -webkit-transition: color .2s, background-color .2s;
            transition: color .2s, background-color .2s; }
            .no-touchevents .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > .see-all a:hover, .no-touchevents
            .dropdown-flyout-content .dropdown-flyout-gallery > .see-all a:hover, .no-touchevents
            .dropdown-flyout-content .dropdown-flyout-icons > .see-all a:hover, .no-touchevents
            .dropdown-flyout-content .dropdown-flyout-lists > .see-all a:hover {
              color: #fff;
              background-color: #212529;
              text-decoration: none; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .dropdown-flyout-item,
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown a,
        .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item,
        .dropdown-flyout-content .dropdown-flyout-gallery a,
        .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item,
        .dropdown-flyout-content .dropdown-flyout-icons a,
        .dropdown-flyout-content .dropdown-flyout-lists .dropdown-flyout-item,
        .dropdown-flyout-content .dropdown-flyout-lists a {
          border: none; }
      .dropdown-flyout-content .dropdown-flyout-icons {
        padding: 20px; }
        .dropdown-flyout-content .dropdown-flyout-icons > .see-all {
          width: -webkit-calc(100% - 20px);
          width: calc(100% - 20px);
          max-width: initial; }
      .dropdown-flyout-content .dropdown-flyout-icons > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .dropdown-flyout-content .dropdown-flyout-secondary-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        overflow: hidden;
        width: 720px; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown::before {
          position: absolute;
          content: '';
          top: 260px;
          left: 15px;
          height: 1px;
          width: 690px;
          background-color: #D6DFE8; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .dropdown-flyout-content .dropdown-flyout-secondary-dropdown {
        width: 1000px; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown::before {
          width: 970px; } }
  @media (min-width: 992px) {
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li > a {
          color: #000000;
          font-size: .875rem;
          font-weight: bold;
          margin-bottom: 0;
          line-height: 24px;
          height: 24px;
          text-overflow: unset; }
          .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li > a::after, .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li > a::before {
            /* hide the arrow */
            display: none; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown.move-out > li > a {
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0); }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li {
          margin: 20px 0;
          border: 0;
          border-right-width: 1px;
          border-color: #ebebeb;
          border-style: solid;
          padding: 0 15px;
          height: 220px; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li.see-all {
          border-right-width: 0; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li > ul {
          /* reset mobile style */
          -ms-transform: translate(0);
          -webkit-transform: translate(0);
          transform: translate(0);
          position: relative;
          height: auto; }
          .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li > ul > .go-back {
            display: none; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown a {
          line-height: 25px;
          height: 25px;
          font-size: 0.813rem;
          padding-left: 0; }
          .no-touchevents .dropdown-flyout-content .dropdown-flyout-secondary-dropdown a:hover {
            color: #B22217;
            text-decoration: none; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown ul {
          padding-bottom: 25px;
          overflow: hidden;
          height: auto; } }
      @media (min-width: 992px) and (min-width: 768px) {
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown ul {
          padding-bottom: 5px;
          overflow: auto; } }
  @media (min-width: 992px) {
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .go-back a {
          padding-left: 20px;
          color: transparent; }
          .no-touchevents .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .go-back a:hover {
            color: transparent;
            text-decoration: none; }
          .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .go-back a::before, .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .go-back a::after {
            left: 0; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .see-all {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; } }
      @media (min-width: 992px) and (min-width: 768px) {
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .see-all {
          position: static; } }
  @media (min-width: 992px) {
      .dropdown-flyout-content .dropdown-flyout-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 600px;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important;
        left: 100%;
        background: #FFFFFF;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1); }
        .dropdown-flyout-content .dropdown-flyout-gallery > li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%;
          height: 268px;
          position: relative; }
          .dropdown-flyout-content .dropdown-flyout-gallery > li:first-child {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 66.66667%;
                    flex: 0 0 66.66667%;
            max-width: 66.66667%;
            border-right: 1px solid #D6DFE8; }
          .dropdown-flyout-content .dropdown-flyout-gallery > li .other {
            height: auto;
            line-height: 24px;
            margin: 0 20px;
            padding: .25rem 0; }
            .dropdown-flyout-content .dropdown-flyout-gallery > li .other:hover {
              background: transparent;
              text-decoration: none; }
            .dropdown-flyout-content .dropdown-flyout-gallery > li .other h3 {
              font-weight: normal;
              font-size: .813rem;
              line-height: 1.2;
              margin: 0;
              white-space: normal;
              text-overflow: unset; }
        .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item {
          height: 80px;
          line-height: 1.2;
          margin: 0 10px;
          overflow: visible;
          text-overflow: clip;
          white-space: normal; }
          .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item:hover {
            background: #f2f2f2; }
          .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item h3 {
            font-size: .938rem;
            font-weight: bold;
            margin-bottom: 2px; }
          .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item p {
            color: #5B7A8F;
            display: block;
            font-size: .750rem;
            margin: 0; }
          .dropdown-flyout-content .dropdown-flyout-gallery .dropdown-flyout-item::before {
            left: 25px; }
        .dropdown-flyout-content .dropdown-flyout-gallery h3 {
          text-overflow: clip !important; }
        .dropdown-flyout-content .dropdown-flyout-gallery h2 {
          border: 0;
          color: #212529;
          font-weight: 700;
          font-size: 0.875rem;
          height: auto;
          line-height: 24px;
          margin: 0 0 .25rem 0;
          padding-bottom: 0;
          text-transform: uppercase; }
        .dropdown-flyout-content .dropdown-flyout-gallery li a {
          border: none !important;
          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; }
        .dropdown-flyout-content .dropdown-flyout-gallery > li > ul {
          /* reset mobile style */
          -ms-transform: translate(0);
          -webkit-transform: translate(0);
          transform: translate(0);
          position: relative;
          height: auto; }
      .dropdown-flyout-content .dropdown-flyout-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 600px; }
        .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item {
          height: 80px;
          line-height: 1.2;
          overflow: visible;
          padding: 15px 10px 0 85px;
          text-overflow: clip;
          white-space: normal; }
          .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item:hover {
            background: #f0f0f0; }
          .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item h3 {
            font-size: .938rem;
            font-weight: bold;
            margin-bottom: 2px; }
          .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item p {
            color: #5B7A8F;
            display: block;
            font-size: .750rem;
            margin: 0; }
          .dropdown-flyout-content .dropdown-flyout-icons .dropdown-flyout-item::before {
            left: 25px; }
      .dropdown-flyout-content .dropdown-flyout-lists {
        padding: 1rem .625rem;
        width: 280px; }
        .dropdown-flyout-content .dropdown-flyout-lists h3 {
          color: #212529;
          font-size: .875rem;
          font-weight: 700;
          margin: 0 0 .25rem 0;
          padding: 0 20px;
          text-transform: uppercase; }
        .dropdown-flyout-content .dropdown-flyout-lists a {
          font-size: .875rem;
          margin: 0 1.25rem;
          line-height: 1.2;
          padding: .5rem 0;
          height: auto;
          white-space: normal;
          text-overflow: inherit; }
      .dropdown-flyout-content > .has-children > ul {
        visibility: hidden; }
      .dropdown-flyout-content > .has-children > ul.dd-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible; }
      .dropdown-flyout-content > .has-children > .dropdown-flyout-secondary-dropdown.dd-active > li > ul {
        /* if .dropdown-flyout-secondary-dropdown is visible - show also subnavigation */
        visibility: visible; }
      .dropdown-flyout-content > .has-children > a.dd-active {
        /* hover effect for .dropdown-flyout-content items with subnavigation */
        -webkit-box-shadow: inset 4px 0 0 #fff;
                box-shadow: inset 4px 0 0 #fff;
        color: #fff; }
        .dropdown-flyout-content > .has-children > a.dd-active::before, .dropdown-flyout-content > .has-children > a.dd-active::after {
          background: #fff; }
      .open-to-left .dropdown-flyout-content > .has-children > a.dd-active {
        -webkit-box-shadow: inset -4px 0 0 #fff;
                box-shadow: inset -4px 0 0 #fff; } }
  @media (min-width: 1200px) {
    .dropdown-flyout-content {
      width: 250px; }
      .dropdown-flyout-content .dropdown-flyout-secondary-dropdown {
        width: 1000px; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown::before {
          width: 970px; }
        .dropdown-flyout-content .dropdown-flyout-secondary-dropdown > li {
          padding: 0 30px; } }

@-webkit-keyframes ddfo-fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes ddfo-fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-webkit-keyframes ddfo-fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

@keyframes ddfo-fade-out {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: visible; } }

@media (min-width: 992px) {
  .search {
    display: none; } }

.search .form-item {
  margin: 0; }

.search .form-item-keys label,
.search #edit-reset,
.search .search_sort,
.search #edit-secondary {
  display: none; }

.search .form-actions {
  visibility: hidden;
  height: 1px;
  margin: 0; }

.search input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ebebeb;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0; }
  .search input[type="text"]:focus {
    background: #fff;
    color: #212529;
    outline: none; }

.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background: #b3b3b3;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .has-children > a::before, .go-back a::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a::after, .go-back a::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (min-width: 992px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #b3b3b3; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #B22217; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    moz-transform-origin: 10px 50%;
    -ms-transform-origin: 10px 50%;
    -webkit-transform-origin: 10px 50%;
    transform-origin: 10px 50%; }

.dropdown-flyout-content .dropdown-flyout-secondary-dropdown .has-children > a {
  padding-right: 10px; }
  .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .has-children > a::before, .dropdown-flyout-content .dropdown-flyout-secondary-dropdown .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    moz-transform-origin: 10px 50%;
    -ms-transform-origin: 10px 50%;
    -webkit-transform-origin: 10px 50%;
    transform-origin: 10px 50%; }

@media (min-width: 992px) {
  .dropdown-flyout-content > .has-children > a:hover::before, .dropdown-flyout-content > .has-children > a:hover::after {
    background: #fff;
    right: 10px; }
  .open-to-left .dropdown-flyout-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px; }
    .open-to-left .dropdown-flyout-content > .has-children > a::before, .open-to-left .dropdown-flyout-content > .has-children > a::after {
      right: auto;
      left: 20px;
      moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -webkit-transform-origin: 1px 50%;
      transform-origin: 1px 50%; } }

.dropdown-flyout-content .go-back a {
  padding-left: 40px; }
  .dropdown-flyout-content .go-back a::before, .dropdown-flyout-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

.no-js .dropdown-flyout-wrapper:hover .dropdown-flyout {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.no-js .dropdown-flyout-wrapper .close-dropdown-flyout {
  display: none; }

.header-small .navbar {
  border-bottom: 1px solid #D6DFE8; }

#footer {
  background-color: #000; }
  #footer .footer-top {
    padding: 2rem 0; }
    @media (min-width: 768px) {
      #footer .footer-top {
        padding: 4rem 0 2rem; } }
    #footer .footer-top > .container > .row > div {
      margin: 0 0 1rem 0;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      #footer .footer-top > .container > .row > div ul {
        margin-bottom: 1.5rem;
        padding-left: 0;
        list-style: none; }
        @media (min-width: 768px) {
          #footer .footer-top > .container > .row > div ul {
            margin: 0 0 0 0; } }
        #footer .footer-top > .container > .row > div ul li {
          font-weight: 300;
          margin: 0 0 5px 0; }
        #footer .footer-top > .container > .row > div ul a {
          color: #afafaf;
          font-size: .875rem;
          padding: .25em 0; }
      @media (min-width: 576px) {
        #footer .footer-top > .container > .row > div .well {
          background-color: #202020; } }
      @media (min-width: 768px) {
        #footer .footer-top > .container > .row > div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 16.66667%;
                  flex: 0 0 16.66667%;
          max-width: 16.66667%;
          margin: 0 0 0 0; }
          #footer .footer-top > .container > .row > div:last-child {
            padding-left: 0; }
          #footer .footer-top > .container > .row > div .well {
            padding: 1rem;
            padding-bottom: .25rem; }
            #footer .footer-top > .container > .row > div .well h6 {
              margin-top: 0; }
            #footer .footer-top > .container > .row > div .well ul a {
              font-size: .75rem; }
            #footer .footer-top > .container > .row > div .well.footer_subscribe_links li:last-child {
              margin-bottom: 10px; }
            #footer .footer-top > .container > .row > div .well.footer_subscribe_links a {
              color: #fff;
              display: block;
              font-weight: bold;
              font-size: 1rem;
              line-height: 1.3; }
            #footer .footer-top > .container > .row > div .well.footer_misc_links {
              border-top: 1px solid #000;
              padding-top: .5rem; } }
    #footer .footer-top h6 {
      font-size: 0.813rem;
      color: #fff;
      font-weight: 900;
      margin-top: 1rem;
      text-transform: uppercase; }
  #footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 2rem 0; }
    #footer .footer-bottom ul {
      list-style: none;
      text-align: center;
      margin: 0 0 0 0;
      padding: 0 0 0 15px; }
      #footer .footer-bottom ul li {
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #footer .footer-bottom ul li {
            display: inline-block; } }
        #footer .footer-bottom ul li a {
          color: #fff;
          font-size: .875rem;
          text-decoration: none; }

.footer-copyright {
  background-color: #000;
  color: #afafaf;
  font-size: 0.688em;
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright {
      padding: 1rem 0 4rem; } }
  .footer-copyright p {
    margin-bottom: 0; }

.footer-small {
  background: #000000; }
  .footer-small .copyright {
    color: rgba(255, 255, 255, 0.5); }
  .footer-small .copyright p {
    text-align: right;
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .footer-small .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footer-small .container {
      max-width: 1140px; } }
  @media (max-width: 991px) {
    .footer-small .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer-small .row .list-inline, .footer-small .row .copyright p {
      text-align: center; }
    .footer-small .row .list-inline {
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer-small .row .list-inline li {
      margin: 0 .5rem; } }
  .footer-small .list-inline {
    margin-bottom: 0; }
  .footer-small .list-inline-item {
    white-space: nowrap; }
    .footer-small .list-inline-item a {
      color: #F8F9FD; }

.markets-page-title h1 {
  border: none !important; }

#markets-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #markets-page .markets-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px 0; }
    #markets-page .markets-header h4 {
      font-size: 1.25em;
      font-weight: 600;
      margin: 0 10px 0 0; }
    #markets-page .markets-header h6 {
      font-size: 0.75em;
      font-weight: 400;
      margin: 0 0 0 0;
      color: #6d6d6d; }
  #markets-page #markets-data-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #markets-page #major-stocks {
    height: 100%; }
  #markets-page #markets-data-header {
    margin: 0 0 25px 0; }
    #markets-page #markets-data-header .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #markets-page #markets-data-header .row .col-lg-7 {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
        @media (min-width: 992px) {
          #markets-page #markets-data-header .row .col-lg-7 {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      @media (min-width: 992px) {
        #markets-page #markets-data-header .row {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    #markets-page #markets-data-header .asset-title {
      display: none; }
    #markets-page #markets-data-header .data-table {
      border: 1px solid #D6DFE8;
      border-radius: 4px;
      padding: 25px 25px 25px 25px;
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
      height: 100%;
      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; }
  #markets-page #markets-data-commodities {
    border-top: 1px dashed #D6DFE8;
    border-bottom: 1px dashed #D6DFE8;
    padding: 25px 0 25px 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    #markets-page #markets-data-commodities .data-table-header {
      padding: 7px 0 7px 0; }
    #markets-page #markets-data-commodities .commodities-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #markets-page #markets-data-commodities .commodities-header h4 {
        font-size: 1.25em;
        font-weight: 600;
        margin: 0 10px 0 0; }
      #markets-page #markets-data-commodities .commodities-header h6 {
        font-size: 0.75em;
        font-weight: 400;
        margin: 0 0 0 0;
        color: #6d6d6d; }
    #markets-page #markets-data-commodities .asset-title {
      margin: 15px 0 15px 0;
      font-weight: 600;
      font-size: 0.875em; }
    #markets-page #markets-data-commodities .commodities-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      @media (max-width: 991.98px) {
        #markets-page #markets-data-commodities .commodities-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #markets-page #markets-data-commodities .commodities-wrapper .commodity-table {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31%;
                flex: 0 0 31%; }
  #markets-page #markets-data-stories .asset-title {
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 0.875em; }
  #markets-page #markets-data-stories .views-element-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      #markets-page #markets-data-stories .views-element-container > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #markets-page #markets-data-stories .views-element-container > div .equities-story-card {
      height: 180px;
      margin-bottom: 25px; }
      @media (max-width: 1199.98px) {
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card {
          height: 200px; } }
      @media (max-width: 991.98px) {
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card {
          height: auto;
          margin-bottom: 10px; } }
      @media (max-width: 1199.98px) {
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card h3 {
          font-size: 0.875em; } }
      #markets-page #markets-data-stories .views-element-container > div .equities-story-card .equities-stock-symbol {
        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; }
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card .equities-stock-symbol span {
          font-size: 0.75em; }
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card .equities-stock-symbol .equities-stock-symbol-price {
          background: #7e97ad;
          padding: 2px 7px 2px 7px;
          color: #FFFFFF;
          font-weight: 600; }
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card .equities-stock-symbol .down {
          background: #F72121; }
        #markets-page #markets-data-stories .views-element-container > div .equities-story-card .equities-stock-symbol .up {
          background: #19be87; }
  #markets-page #markets-data-stories .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13%;
            flex: 0 0 13%; }
    #markets-page #markets-data-stories .views-row:nth-child(n+8) {
      display: none; }
  #markets-page #markets-data-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 25px 0; }
    #markets-page #markets-data-main .equities-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #markets-page #markets-data-main .equities-header h4 {
        font-size: 1.25em;
        font-weight: 600;
        margin: 0 10px 0 0; }
      #markets-page #markets-data-main .equities-header h6 {
        font-size: 0.75em;
        font-weight: 400;
        color: #6d6d6d;
        margin: 0 0 0 0; }
    #markets-page #markets-data-main .asset-title {
      margin: 15px 0 15px 0;
      font-weight: 600;
      font-size: 0.875em; }
    #markets-page #markets-data-main .equities-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #markets-page #markets-data-main .equities-wrapper .equities-table-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%; }
    #markets-page #markets-data-main .equities-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #markets-page #markets-data-main .equities-left .equities-stories {
        width: 100%; }
      @media (max-width: 767.98px) {
        #markets-page #markets-data-main .equities-left {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #markets-page #markets-data-main .equities-left .equities-group {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        margin: 0 35px 0 0; }
        @media (max-width: 1199.98px) {
          #markets-page #markets-data-main .equities-left .equities-group {
            margin: 0 15px 0 0; } }
        #markets-page #markets-data-main .equities-left .equities-group .equities-table {
          margin: 0 0 25px 0; }
  #markets-page .equities-story-card {
    border: 1px solid #D6DFE8;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
    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;
    position: relative;
    -webkit-transition: .2s box-shadow;
    transition: .2s box-shadow; }
    #markets-page .equities-story-card:hover {
      -webkit-transition: .2s box-shadow;
      transition: .2s box-shadow;
      -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05); }
    #markets-page .equities-story-card .main-link {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #markets-page .equities-story-card h5 {
      color: #00A4FF;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .1rem;
      margin-bottom: 0.25rem; }
    #markets-page .equities-story-card .equities-card-body h3 {
      font-weight: 600;
      font-size: 16px; }
    #markets-page .equities-story-card .equities-card-body p {
      font-size: 14px;
      color: #999999; }
    #markets-page .equities-story-card .publish_date {
      color: #7e97ad;
      font-family: "IBM Plex Mono",monospace;
      font-size: 0.75rem; }
  #markets-page .he_industry_voice {
    border: 3px solid #00A4FF; }
  #markets-page .markets-button-toggle {
    color: #FFFFFF; }
  #markets-page .active-indicator {
    color: #000000;
    background: #ececec !important;
    -webkit-transition: .2s;
    transition: .2s; }
  #markets-page .asset-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0; }
  #markets-page .x.grid {
    display: none; }
  #markets-page .y.grid {
    stroke-dasharray: 4 5 4 5;
    opacity: .5; }
    #markets-page .y.grid path {
      display: none; }
    #markets-page .y.grid .tick:first-child {
      display: none; }
  #markets-page .data-table .symbolfound {
    display: none; }
  #markets-page .data-table .down {
    color: #F72121; }
  #markets-page .data-table .up {
    color: #19be87; }
  #markets-page .data-table .data-table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #D6DFE8;
    font-size: 13px;
    text-transform: capitalize; }
    #markets-page .data-table .data-table-header span {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 1px;
      text-align: right; }
    #markets-page .data-table .data-table-header .Price, #markets-page .data-table .data-table-header .price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      text-align: left; }
    #markets-page .data-table .data-table-header .symbol {
      display: none; }
    #markets-page .data-table .data-table-header .date {
      display: none; }
    #markets-page .data-table .data-table-header .close {
      font-size: 12px !important; }
    #markets-page .data-table .data-table-header .open {
      display: none; }
    #markets-page .data-table .data-table-header .link {
      display: none; }
  #markets-page .data-table .data-table-section {
    font-size: 13px;
    border-bottom: 1px solid #D6DFE8;
    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;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    position: relative; }
    #markets-page .data-table .data-table-section a {
      position: absolute;
      width: 100%;
      height: 100%; }
    #markets-page .data-table .data-table-section:hover {
      background: #fcfcfc;
      -webkit-transition: all 0.05s;
      transition: all 0.05s; }
    #markets-page .data-table .data-table-section span {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      padding: 2px 0 2px 0; }
    #markets-page .data-table .data-table-section .Price, #markets-page .data-table .data-table-section .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -ms-flex-direction: row;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      #markets-page .data-table .data-table-section .Price span, #markets-page .data-table .data-table-section .price span {
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset;
        text-align: left;
        -ms-flex-preferred-size: unset;
            flex-basis: unset; }
      #markets-page .data-table .data-table-section .Price .last, #markets-page .data-table .data-table-section .Price .close, #markets-page .data-table .data-table-section .price .last, #markets-page .data-table .data-table-section .price .close {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 16px !important;
        font-weight: 600 !important;
        cursor: default;
        color: #000000 !important;
        opacity: 1 !important;
        line-height: normal !important;
        padding: 2px 0 2px 0 !important; }
      #markets-page .data-table .data-table-section .Price .companyname, #markets-page .data-table .data-table-section .Price .name, #markets-page .data-table .data-table-section .price .companyname, #markets-page .data-table .data-table-section .price .name {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
    #markets-page .data-table .data-table-section .symbol {
      display: none; }
    #markets-page .data-table .data-table-section .date {
      display: none; }
    #markets-page .data-table .data-table-section .close {
      font-size: 12px !important; }
    #markets-page .data-table .data-table-section .open {
      display: none; }
    #markets-page .data-table .data-table-section .link {
      display: none; }
    #markets-page .data-table .data-table-section:last-child {
      border: none; }

.page-node-type-page-basic #main-navigation {
  display: none !important; }

.page-node-type-page-basic .page-banner {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .page-node-type-page-basic .page-banner .center-image {
    height: 480px;
    position: relative;
    overflow: hidden; }
  .page-node-type-page-basic .page-banner .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-position: center; }
  .page-node-type-page-basic .page-banner .backgroundColor {
    opacity: .7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .page-node-type-page-basic .page-banner h1 {
    color: #fff; }

.path-corporate #main-navigation {
  display: none !important; }

.page-node-type-he-page .page-sidebar {
  border-left: 1px solid #D6DFE8; }

.page-node-type-he-page .row.layout {
  margin-top: 3rem; }

.page-not-found {
  height: 60vh;
  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; }
  .page-not-found .content_layout {
    text-align: center;
    width: 40%; }
    @media (max-width: 991.98px) {
      .page-not-found .content_layout {
        width: 60%; } }
    .page-not-found .content_layout form {
      position: relative; }
    .page-not-found .content_layout h1 {
      font-size: 3rem;
      font-weight: 600;
      margin: 0 0 2rem 0; }
      @media (max-width: 767.98px) {
        .page-not-found .content_layout h1 {
          font-size: 2rem; } }
    .page-not-found .content_layout .icon {
      position: absolute;
      left: 1rem;
      bottom: 50%;
      -webkit-transform: translate(0, 50%);
          -ms-transform: translate(0, 50%);
              transform: translate(0, 50%);
      z-index: 99; }
      .page-not-found .content_layout .icon::before {
        content: '';
        display: block;
        width: 1rem;
        height: 1rem;
        background-image: url(../images/search.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px 20px;
        opacity: .6; }
    .page-not-found .content_layout input {
      border: 1px solid #E3E3E3;
      padding: 1rem 1.25rem 1rem 3rem;
      position: relative;
      width: 100%; }

.path-frontpage .sponsored_by {
  color: #666666;
  font-size: .75rem; }

.path-frontpage .publish_date {
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  color: #5B7A8F;
  display: inline-block; }

.path-frontpage .he_bylines {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 0.625rem 0 0; }
  .path-frontpage .he_bylines article > div {
    display: inline-block; }
    .path-frontpage .he_bylines article > div .field_first_name,
    .path-frontpage .he_bylines article > div .field_last_name {
      font-weight: 500; }
    .path-frontpage .he_bylines article > div .field_last_name:after {
      content: ','; }
    .path-frontpage .he_bylines article > div .field_company {
      color: #666666; }

@media (min-width: 768px) {
  .path-frontpage.header-fixed #topAdUnit {
    margin: 106px 0 0 0; } }

#homepage-top,
#trendings-stories,
#homepage-stories {
  margin-bottom: 2.5rem; }

#homepage-latest {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    #homepage-latest {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
      #homepage-latest > div {
        border-right: 1px solid #D6DFE8; } }
  @media (max-width: 991.98px) {
    #homepage-latest {
      -webkit-box-ordinal-group: 13;
          -ms-flex-order: 12;
              order: 12; } }
  #homepage-latest > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  #homepage-latest .section_title {
    border-bottom: 1px dashed #adbfd1;
    margin-bottom: 0;
    padding-bottom: 1rem; }
  #homepage-latest h4 {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 900;
    padding: 1rem;
    margin: 0 0 0 0;
    letter-spacing: 1px; }
  #homepage-latest h3 {
    font-size: 1rem;
    color: #212529;
    font-weight: 600;
    margin-bottom: 0; }
    #homepage-latest h3 a {
      color: #212529; }
      #homepage-latest h3 a:hover {
        color: #5a6570;
        text-decoration: none; }
  #homepage-latest .publish_date {
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem;
    color: #435a6a;
    display: block;
    line-height: .5rem;
    margin-bottom: 0.625rem; }
  #homepage-latest .views-row {
    border-bottom: 1px dashed #adbfd1;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    position: relative; }
    #homepage-latest .views-row:last-child {
      border-bottom: 0; }
    #homepage-latest .views-row:before {
      background: #B22217;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 1.250rem;
      height: .5rem;
      width: .5rem; }
  #homepage-latest .more-link {
    margin: 1.25rem 0 0; }
    #homepage-latest .more-link a {
      border: 1px solid transparent;
      display: block;
      font-weight: 500;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      width: 100%;
      color: #B22217;
      border-color: #B22217;
      padding: 0.75rem 1rem;
      font-size: 0.938rem;
      line-height: 1.5;
      border-radius: 0; }
      #homepage-latest .more-link a:hover {
        color: #fff;
        background-color: #B22217;
        border-color: #B22217; }
      #homepage-latest .more-link a:focus, #homepage-latest .more-link a.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 34, 23, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(178, 34, 23, 0.5); }
      #homepage-latest .more-link a.disabled, #homepage-latest .more-link a:disabled {
        color: #B22217;
        background-color: transparent; }
      #homepage-latest .more-link a:not(:disabled):not(.disabled):active, #homepage-latest .more-link a:not(:disabled):not(.disabled).active,
      .show > #homepage-latest .more-link a.dropdown-toggle {
        color: #fff;
        background-color: #B22217;
        border-color: #B22217; }
        #homepage-latest .more-link a:not(:disabled):not(.disabled):active:focus, #homepage-latest .more-link a:not(:disabled):not(.disabled).active:focus,
        .show > #homepage-latest .more-link a.dropdown-toggle:focus {
          -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 34, 23, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(178, 34, 23, 0.5); }
      #homepage-latest .more-link a:hover {
        text-decoration: none; }

#homepage-featured {
  margin-bottom: 2.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    #homepage-featured {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    #homepage-featured {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; } }
  @media (max-width: 991.98px) {
    #homepage-featured {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  #homepage-featured h3 {
    font-size: 1rem;
    font-weight: 700; }
    #homepage-featured h3 a {
      color: #212529; }
      #homepage-featured h3 a:hover {
        color: #5a6570;
        text-decoration: none; }
  #homepage-featured h6 {
    font-size: 0.750rem;
    color: #5B7A8F;
    margin: .25rem 0 0 0; }
  #homepage-featured .feature_1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      #homepage-featured .feature_1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      #homepage-featured .feature_1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 1200px) {
      #homepage-featured .feature_1 {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }
    #homepage-featured .feature_1 .img-wrap {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 1rem;
      position: relative; }
      #homepage-featured .feature_1 .img-wrap:empty {
        display: none; }
      @media (min-width: 768px) {
        #homepage-featured .feature_1 .img-wrap {
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 1rem; } }
      #homepage-featured .feature_1 .img-wrap > a {
        color: #fff; }
        #homepage-featured .feature_1 .img-wrap > a:hover {
          text-decoration: none; }
          #homepage-featured .feature_1 .img-wrap > a:hover .video_overlay {
            opacity: .9; }
          #homepage-featured .feature_1 .img-wrap > a:hover .play_button svg.play_triangle {
            -webkit-transform: scale(0.45) translateX(2px);
                -ms-transform: scale(0.45) translateX(2px);
                    transform: scale(0.45) translateX(2px); }
          #homepage-featured .feature_1 .img-wrap > a:hover .play_button svg.play_circle {
            opacity: 1; }
    #homepage-featured .feature_1 .text-wrap {
      position: relative; }
      @media (min-width: 768px) {
        #homepage-featured .feature_1 .text-wrap {
          padding: 0 2rem;
          text-align: center; } }
    #homepage-featured .feature_1 h3 {
      font-size: 1.75rem;
      font-weight: 900; }
      @media (min-width: 992px) {
        #homepage-featured .feature_1 h3 {
          font-size: 2rem; } }
    #homepage-featured .feature_1 .video .play_button {
      background-color: transparent;
      border: 0;
      min-width: 48px;
      height: 48px;
      width: 48px;
      outline: none;
      padding: 0;
      position: absolute;
      top: -webkit-calc(50% - 24px);
      top: calc(50% - 24px);
      left: -webkit-calc(50% - 24px);
      left: calc(50% - 24px);
      /*@include media-breakpoint-up(lg){
                min-width: 48px;
                height: 48px;
                width: 48px;
                margin-right: 1.25rem;
                position: relative;
                top: 0;
                left: 0;
            }*/ }
      #homepage-featured .feature_1 .video .play_button svg {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform; }
        #homepage-featured .feature_1 .video .play_button svg.play_triangle {
          height: 20px;
          width: 20px;
          top: -webkit-calc(50% - 10px);
          top: calc(50% - 10px);
          left: -webkit-calc(50% - 10px);
          left: calc(50% - 10px); }
        @media (min-width: 992px) {
          #homepage-featured .feature_1 .video .play_button svg {
            height: 48px;
            width: 48px; }
            #homepage-featured .feature_1 .video .play_button svg.play_circle {
              opacity: 0;
              -webkit-transition-property: opacity;
              transition-property: opacity; }
            #homepage-featured .feature_1 .video .play_button svg.play_triangle {
              height: 48px;
              width: 48px;
              top: 0;
              left: 0; } }
  #homepage-featured .feature_3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    /*@include media-breakpoint-between(md, lg) {
            .views-element-container>div{
                @include make-row();
            }
        }*/ }
    @media (min-width: 768px) {
      #homepage-featured .feature_3 {
        border-left: 1px solid #D6DFE8;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      #homepage-featured .feature_3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1200px) {
      #homepage-featured .feature_3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 330px;
                flex: 0 0 330px;
        max-width: 330px; } }
    #homepage-featured .feature_3 .views-row {
      border-bottom: 1px solid #D6DFE8;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      padding-top: 0;
      padding-right: 0;
      padding-left: 0; }
      #homepage-featured .feature_3 .views-row::after {
        display: block;
        clear: both;
        content: ""; }
      #homepage-featured .feature_3 .views-row:first-child {
        border-top: 1px solid #D6DFE8;
        margin-top: 1rem;
        padding-top: 1rem; }
        @media (min-width: 768px) {
          #homepage-featured .feature_3 .views-row:first-child {
            border-top: 0;
            margin-top: 0;
            padding-top: 0; } }
      #homepage-featured .feature_3 .views-row:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
      #homepage-featured .feature_3 .views-row > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      #homepage-featured .feature_3 .views-row .text-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
      #homepage-featured .feature_3 .views-row .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        margin-left: 1rem; }
        #homepage-featured .feature_3 .views-row .img-wrap:empty {
          display: none; }
        @media (min-width: 992px) and (max-width: 1399.98px) {
          #homepage-featured .feature_3 .views-row .img-wrap {
            display: none; } }
        @media (min-width: 1200px) {
          #homepage-featured .feature_3 .views-row .img-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 80px;
                    flex: 0 0 80px;
            max-width: 80px; } }
      @media (min-width: 768px) {
        #homepage-featured .feature_3 .views-row p {
          font-size: 0.875rem; } }
  #homepage-featured .nativeLead {
    border-top: 1px solid #D6DFE8;
    padding-top: 1rem; }
    #homepage-featured .nativeLead .btn {
      background-color: #000000;
      border-color: #000000; }
      #homepage-featured .nativeLead .btn:hover {
        background-color: #343a40;
        border-color: #343a40; }
  #homepage-featured .iv-item {
    background: #F2F2F2;
    padding: .5rem; }
    #homepage-featured .iv-item h5 {
      color: #4285F4; }

#homepage-stories aside.sidebar {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    #homepage-stories aside.sidebar {
      border-left: 1px solid #D6DFE8;
      max-width: 330px; } }

#top-stories .top {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  #top-stories .top .views-element-container {
    border-bottom: 1px solid #D6DFE8; }
    #top-stories .top .views-element-container > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
  #top-stories .top .views-row {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      #top-stories .top .views-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        #top-stories .top .views-row.views-row-1, #top-stories .top .views-row.views-row-2 {
          border-right: 1px solid #D6DFE8; } }
    #top-stories .top .views-row > div {
      height: 100%; }
      #top-stories .top .views-row > div.he_industry_voice {
        padding: 0; }
        #top-stories .top .views-row > div.he_industry_voice .top-stories-img {
          margin-bottom: 0; }
          #top-stories .top .views-row > div.he_industry_voice .top-stories-img img {
            margin-bottom: 0; }
        #top-stories .top .views-row > div.he_industry_voice .top-stories-body {
          padding: .5rem; }
    #top-stories .top .views-row img {
      margin-bottom: 1rem; }

#top-stories .wide {
  padding-top: 1.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    #top-stories .wide {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1.5rem; } }
  #top-stories .wide .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 992px) {
      #top-stories .wide .views-row {
        margin-bottom: 0; } }
    #top-stories .wide .views-row h3 {
      font-size: 1.5rem; }
    #top-stories .wide .views-row > div {
      height: 100%; }
      #top-stories .wide .views-row > div.he_industry_voice {
        padding: 0; }
        #top-stories .wide .views-row > div.he_industry_voice .top-stories-img {
          margin: 0; }
        #top-stories .wide .views-row > div.he_industry_voice .top-stories-body {
          padding: 1rem; }
    #top-stories .wide .views-row .top-stories-img {
      margin-bottom: 1rem; }

#top-stories .list {
  padding-top: 1.5rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    #top-stories .list {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 1.5rem; } }
  #top-stories .list .views-row {
    border: 0;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    #top-stories .list .views-row > div {
      padding-bottom: 1rem;
      border-bottom: 1px solid #D6DFE8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 992px) {
        #top-stories .list .views-row > div {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      #top-stories .list .views-row > div.he_industry_voice {
        padding: 0; }
        #top-stories .list .views-row > div.he_industry_voice .top-stories-body {
          padding-top: .5rem; }
    #top-stories .list .views-row.views-row-2 {
      margin-bottom: 0; }
      #top-stories .list .views-row.views-row-2 > div {
        border-bottom: 0; }
    #top-stories .list .views-row .top-stories-img {
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 1rem;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      #top-stories .list .views-row .top-stories-img img {
        margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #top-stories .list .views-row .top-stories-img {
          -ms-flex-preferred-size: 100px;
              flex-basis: 100px; } }
    #top-stories .list .views-row .top-stories-body {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 992px) {
        #top-stories .list .views-row .top-stories-body {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    @media (max-width: 991.98px) {
      #top-stories .list .views-row h3 {
        font-size: 1rem; } }

@media (min-width: 768px) {
  #top-stories .bottom .views-element-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

#top-stories .bottom .views-row {
  border: 0;
  margin-bottom: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    #top-stories .bottom .views-row {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  #top-stories .bottom .views-row > div {
    border-top: 1px solid #D6DFE8;
    height: 100%;
    padding-top: 1rem; }
    #top-stories .bottom .views-row > div.he_industry_voice {
      border-color: #f2f2f2;
      padding: 0; }
      #top-stories .bottom .views-row > div.he_industry_voice .top-stories-body {
        padding-top: 1rem;
        padding-right: .5rem;
        padding-bottom: .5rem;
        padding-left: .5rem; }
  #top-stories .bottom .views-row h3 {
    font-size: 1.125rem; }

#top-stories .top-stories-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem; }

#top-stories h3 {
  font-size: 1.25rem;
  font-weight: 900; }
  #top-stories h3 a {
    color: #212529; }
    #top-stories h3 a:hover {
      color: #5a6570;
      text-decoration: none; }

#top-stories .top-stories-body {
  font-size: .875rem;
  color: #5e6a74; }

#top-stories .he_bylines {
  color: #212529; }

#top-stories h6 {
  font-size: 0.75rem;
  color: #5B7A8F;
  margin: .25rem 0 0 0;
  display: none; }

#top-stories p {
  margin-bottom: .5rem; }

#top-stories .he_industry_voice {
  background: #F2F2F2; }
  #top-stories .he_industry_voice h5 {
    color: #4285F4; }
  #top-stories .he_industry_voice img {
    margin-bottom: 0; }

#latest_publications {
  margin-bottom: 3rem;
  padding: 3rem 0; }
  #latest_publications .views-element-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  #latest_publications .container {
    position: relative; }
  #latest_publications .see_all_pubs {
    display: block;
    background: #f8f9fa;
    color: #5B7A8F;
    font-family: 'Plex Mono', serif;
    font-style: italic;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    position: absolute;
    top: 1px;
    right: 15px; }
    @media (max-width: 767.98px) {
      #latest_publications .see_all_pubs {
        display: none; } }
    #latest_publications .see_all_pubs:hover {
      background: #dae0e5;
      text-decoration: none; }
  #latest_publications .owl-controls {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    top: -55px;
    right: 15px; }
    @media (min-width: 768px) {
      #latest_publications .owl-controls {
        right: 178px; } }
    #latest_publications .owl-controls .owl-pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767.98px) {
        #latest_publications .owl-controls .owl-pagination {
          display: none; } }
    #latest_publications .owl-controls .owl-page span {
      width: 8px;
      height: 8px;
      margin: 0 5px; }
    #latest_publications .owl-controls .owl-page.active span {
      background-color: #B22217;
      border-color: #B22217; }
    #latest_publications .owl-controls .owl-page:hover span {
      border-color: #B22217; }
    #latest_publications .owl-controls .owl-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #latest_publications .owl-controls .owl-buttons div {
        background: #fff;
        border-radius: 0;
        border-right: 1px solid #D6DFE8;
        color: #B22217;
        font-size: 1.25rem;
        line-height: 40px;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        width: 40px;
        height: 40px; }
        #latest_publications .owl-controls .owl-buttons div span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        #latest_publications .owl-controls .owl-buttons div:hover {
          color: #000; }
  #latest_publications .views-row,
  #latest_publications .owl-item {
    padding: 0 15px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
    #latest_publications .views-row > a,
    #latest_publications .owl-item > a {
      display: block;
      padding: 0 0 145%;
      height: 0; }
    #latest_publications .views-row img,
    #latest_publications .owl-item img {
      max-width: 100%;
      height: auto;
      border: 1px solid #e6e6e6;
      -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
              box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
    #latest_publications .views-row h2,
    #latest_publications .owl-item h2 {
      font-size: 1rem;
      font-weight: 700;
      margin-top: .5rem;
      margin-bottom: 0; }
      #latest_publications .views-row h2 a,
      #latest_publications .owl-item h2 a {
        color: #444; }
    #latest_publications .views-row .publication-type,
    #latest_publications .owl-item .publication-type {
      color: #666666;
      font-size: .75rem;
      font-weight: 500;
      text-transform: uppercase; }

#block-mostpopularblock {
  margin-top: 1rem; }
  @media (min-width: 992px) {
    #block-mostpopularblock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  #block-mostpopularblock .trending_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dashed #adbfd1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 991.98px) {
      #block-mostpopularblock .trending_item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 992px) {
      #block-mostpopularblock .trending_item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        border-bottom: 0;
        border-right: 1px solid #D6DFE8;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
        padding-right: 1rem;
        padding-bottom: 0.375em; } }
    #block-mostpopularblock .trending_item span.counter {
      color: #cfd8e2;
      font-size: 3rem;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 900;
      margin-right: 1.25rem;
      margin-bottom: 0; }
    #block-mostpopularblock .trending_item h2 {
      font-size: 1.125em;
      font-weight: 700;
      margin-bottom: 0; }
      #block-mostpopularblock .trending_item h2 a {
        color: #212529; }
        #block-mostpopularblock .trending_item h2 a:hover {
          color: #5a6570;
          text-decoration: none; }
  #block-mostpopularblock > div:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

#homepage-video {
  background-color: #171717;
  color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  #homepage-video .section_title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem; }
    #homepage-video .section_title_wrapper .section_title {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    #homepage-video .section_title_wrapper .btn {
      border-radius: 0;
      margin-left: 1.5rem;
      text-transform: uppercase; }
  #homepage-video .media.media--blazy {
    background-color: #444; }
  #homepage-video img {
    max-width: 100%;
    height: auto; }
  #homepage-video .video-wrap {
    margin-bottom: 1rem; }
  #homepage-video .video-js {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 56.25%; }
    #homepage-video .video-js img,
    #homepage-video .video-js video,
    #homepage-video .video-js iframe,
    #homepage-video .video-js object,
    #homepage-video .video-js embed {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #homepage-video .name_wrapper {
    display: none;
    visibility: hidden; }
  #homepage-video h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    @media (min-width: 768px) {
      #homepage-video h3 {
        font-size: 1.5rem; } }
  #homepage-video .video_top {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      #homepage-video .video_top {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    #homepage-video .video_top .views-row {
      position: relative; }
      #homepage-video .video_top .views-row > a {
        color: #fff; }
        #homepage-video .video_top .views-row > a:hover {
          text-decoration: none; }
          #homepage-video .video_top .views-row > a:hover .video_overlay {
            opacity: .9; }
          #homepage-video .video_top .views-row > a:hover .play_button svg.play_triangle {
            -webkit-transform: scale(0.45) translateX(2px);
                -ms-transform: scale(0.45) translateX(2px);
                    transform: scale(0.45) translateX(2px); }
          #homepage-video .video_top .views-row > a:hover .play_button svg.play_circle {
            opacity: 1; }
    #homepage-video .video_top h3 {
      margin: 0; }
    #homepage-video .video_top .video_overlay {
      background-image: -webkit-linear-gradient(bottom, #000 0, transparent 200px);
      background-image: linear-gradient(0deg, #000 0, transparent 200px);
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      opacity: .75;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      @media (min-width: 768px) {
        #homepage-video .video_top .video_overlay {
          background-image: -webkit-linear-gradient(bottom, #000 0, transparent 400px);
          background-image: linear-gradient(0deg, #000 0, transparent 400px); } }
    #homepage-video .video_top .icon {
      font-size: 2.625rem; }
    #homepage-video .video_top .duration {
      color: #e2e2e2;
      display: block;
      font-size: .813rem;
      font-weight: 600;
      margin-bottom: .5rem; }
    #homepage-video .video_top .play_button {
      background-color: transparent;
      border: 0;
      min-width: 48px;
      height: 48px;
      width: 48px;
      outline: none;
      padding: 0;
      position: absolute;
      top: -webkit-calc(50% - 24px);
      top: calc(50% - 24px);
      left: -webkit-calc(50% - 24px);
      left: calc(50% - 24px); }
      @media (min-width: 992px) {
        #homepage-video .video_top .play_button {
          min-width: 48px;
          height: 48px;
          width: 48px;
          margin-right: 1.25rem;
          position: relative;
          top: 0;
          left: 0; } }
      #homepage-video .video_top .play_button svg {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition-duration: .3s;
                transition-duration: .3s;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform; }
        #homepage-video .video_top .play_button svg.play_triangle {
          height: 20px;
          width: 20px;
          top: -webkit-calc(50% - 10px);
          top: calc(50% - 10px);
          left: -webkit-calc(50% - 10px);
          left: calc(50% - 10px); }
        @media (min-width: 992px) {
          #homepage-video .video_top .play_button svg {
            height: 48px;
            width: 48px; }
            #homepage-video .video_top .play_button svg.play_circle {
              opacity: 0;
              -webkit-transition-property: opacity;
              transition-property: opacity; }
            #homepage-video .video_top .play_button svg.play_triangle {
              height: 48px;
              width: 48px;
              top: 0;
              left: 0; } }
    #homepage-video .video_top .text-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; }
      @media (max-width: 991.98px) {
        #homepage-video .video_top .text-wrap {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          height: 100%;
          padding: 1.25em; } }
  #homepage-video .video_bottom {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      #homepage-video .video_bottom {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    #homepage-video .video_bottom .views-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2rem; }
      #homepage-video .video_bottom .views-row::after {
        display: block;
        clear: both;
        content: ""; }
      @media (min-width: 768px) {
        #homepage-video .video_bottom .views-row {
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          max-width: 100%;
          position: relative; } }
      #homepage-video .video_bottom .views-row:last-child {
        border-bottom: 0;
        padding-bottom: 1rem; }
      #homepage-video .video_bottom .views-row .img-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 200px;
        margin-right: 1rem; }
        #homepage-video .video_bottom .views-row .img-wrap:empty {
          display: none; }
      #homepage-video .video_bottom .views-row .text-wrap {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
      #homepage-video .video_bottom .views-row .video-list-item {
        color: #ffffff; }
        #homepage-video .video_bottom .views-row .video-list-item:hover {
          color: #bfbfbf;
          text-decoration: none; }
      #homepage-video .video_bottom .views-row .play-video {
        font-size: 0.875em; }
        #homepage-video .video_bottom .views-row .play-video span:not(:last-child) {
          padding-right: 4px; }
        #homepage-video .video_bottom .views-row .play-video span.duration {
          color: #999999;
          font-weight: 300; }
      #homepage-video .video_bottom .views-row h3 {
        margin-bottom: .5rem; }
        @media (min-width: 768px) {
          #homepage-video .video_bottom .views-row h3 {
            font-size: 1.125rem; } }

.homepage-categories {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .homepage-categories .categories {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .homepage-categories .categories {
        border-right: 1px solid #D6DFE8; } }
    .homepage-categories .categories > div {
      margin-bottom: 2.5rem; }
      .homepage-categories .categories > div:last-child {
        margin-bottom: 0; }
  .homepage-categories aside {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .homepage-categories aside {
        max-width: 330px; } }
  .homepage-categories .homepage-category-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .homepage-categories .homepage-category-section .homepage-category-section-wrapper {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
      @media (max-width: 991.98px) {
        .homepage-categories .homepage-category-section .homepage-category-section-wrapper {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
    .homepage-categories .homepage-category-section h1 {
      border-bottom: 1px solid #D6DFE8;
      color: #5B7A8F;
      font-size: 1rem;
      font-weight: 700;
      margin: 0;
      padding-bottom: 0.375rem;
      position: relative; }
      @media (max-width: 1199.98px) {
        .homepage-categories .homepage-category-section h1 {
          margin-bottom: 1rem; } }
      .homepage-categories .homepage-category-section h1 a:after {
        position: absolute;
        top: 0;
        right: 0;
        color: #B22217;
        content: "\f28a";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .homepage-categories .homepage-category-section .nav {
      margin-bottom: 1rem;
      border-top: 1px solid #D6DFE8;
      border-bottom: 2px solid #D6DFE8; }
      @media (max-width: 1199.98px) {
        .homepage-categories .homepage-category-section .nav {
          display: none; } }
      .homepage-categories .homepage-category-section .nav li a {
        color: #212529;
        font-weight: 500;
        font-size: 0.625rem;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .homepage-categories .homepage-category-section .nav li a {
            font-size: 0.6875rem; } }
        .homepage-categories .homepage-category-section .nav li a:hover {
          color: #B22217; }
      .homepage-categories .homepage-category-section .nav li:first-child a {
        padding-left: 0; }
      .homepage-categories .homepage-category-section .nav li.dropdown .dropdown-toggle:hover {
        background-color: #f1f3f4; }
      .homepage-categories .homepage-category-section .nav li.dropdown.show .dropdown-toggle {
        background-color: #000;
        color: #fff; }
      .homepage-categories .homepage-category-section .nav .dropdown-menu {
        border-color: #D6DFE8;
        border-radius: 0;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin-top: 0; }
    .homepage-categories .homepage-category-section h5 {
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 0.25rem; }
    .homepage-categories .homepage-category-section h3 {
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      .homepage-categories .homepage-category-section h3 a {
        color: #212529; }
        .homepage-categories .homepage-category-section h3 a:hover {
          color: #5a6570;
          text-decoration: none; }
    .homepage-categories .homepage-category-section p {
      margin-bottom: 0.5rem; }
    .homepage-categories .homepage-category-section h6 {
      font-size: 0.750rem;
      color: #5B7A8F;
      margin: .25rem 0 0 0; }
    .homepage-categories .homepage-category-section .feature_1 {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .homepage-categories .homepage-category-section .feature_1 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 66.66667%;
                  flex: 0 0 66.66667%;
          max-width: 66.66667%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .homepage-categories .homepage-category-section .feature_1 .views-row > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px; } }
      .homepage-categories .homepage-category-section .feature_1 .img-wrap {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 1rem; }
        .homepage-categories .homepage-category-section .feature_1 .img-wrap:empty {
          display: none; }
        @media (min-width: 768px) {
          .homepage-categories .homepage-category-section .feature_1 .img-wrap {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 1rem; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .homepage-categories .homepage-category-section .feature_1 .img-wrap {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: 50%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .homepage-categories .homepage-category-section .feature_1 .text-wrap {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      .homepage-categories .homepage-category-section .feature_1 .video .text-wrap {
        padding-left: 75px; }
      .homepage-categories .homepage-category-section .feature_1 .video .play_button {
        background-color: #B22217;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
        @media (min-width: 768px) {
          .homepage-categories .homepage-category-section .feature_1 .video .play_button {
            top: 0; } }
        .homepage-categories .homepage-category-section .feature_1 .video .play_button .icon {
          color: #fff; }
        .homepage-categories .homepage-category-section .feature_1 .video .play_button:hover, .homepage-categories .homepage-category-section .feature_1 .video .play_button:focus {
          background-color: #000; }
      .homepage-categories .homepage-category-section .feature_1 h3 {
        font-size: 1.5rem; }
        @media (min-width: 992px) {
          .homepage-categories .homepage-category-section .feature_1 h3 {
            font-size: 2rem; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .homepage-categories .homepage-category-section .feature_1 .views-element-container {
          border-bottom: 1px solid #D6DFE8; } }
    .homepage-categories .homepage-category-section .feature_3 {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .homepage-categories .homepage-category-section .feature_3 {
          max-width: 330px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .homepage-categories .homepage-category-section .feature_3 .views-element-container > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px; } }
      @media (min-width: 1200px) {
        .homepage-categories .homepage-category-section .feature_3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      .homepage-categories .homepage-category-section .feature_3 .views-element-container > div > div:first-child {
        border-top: 1px solid #D6DFE8;
        padding-top: 1rem; }
        @media (min-width: 1200px) {
          .homepage-categories .homepage-category-section .feature_3 .views-element-container > div > div:first-child {
            border-top: 0;
            padding-top: 0; } }
      .homepage-categories .homepage-category-section .feature_3 .views-row {
        border-bottom: 1px dashed #adbfd1;
        margin-bottom: 1rem;
        padding-bottom: 1rem; }
        .homepage-categories .homepage-category-section .feature_3 .views-row::after {
          display: block;
          clear: both;
          content: ""; }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .homepage-categories .homepage-category-section .feature_3 .views-row {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33333%;
                    flex: 0 0 33.33333%;
            max-width: 33.33333%;
            border: 0;
            margin-top: 1rem; } }
        .homepage-categories .homepage-category-section .feature_3 .views-row:last-child {
          border-bottom: 0; }
        @media (min-width: 992px) {
          .homepage-categories .homepage-category-section .feature_3 .views-row {
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 1rem;
            padding-left: 0;
            margin-bottom: 1rem; }
            .homepage-categories .homepage-category-section .feature_3 .views-row:first-child {
              border-top: 0;
              padding-top: 0; }
            .homepage-categories .homepage-category-section .feature_3 .views-row:last-child {
              border-bottom: 0;
              padding-bottom: 0; }
            .homepage-categories .homepage-category-section .feature_3 .views-row p {
              font-size: 0.875rem; } }
        .homepage-categories .homepage-category-section .feature_3 .views-row .img-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%;
          float: right;
          margin-left: 2rem;
          margin-bottom: 1rem; }
          @media (min-width: 1200px) {
            .homepage-categories .homepage-category-section .feature_3 .views-row .img-wrap {
              margin-left: .625rem;
              margin-bottom: .625rem; } }
          .homepage-categories .homepage-category-section .feature_3 .views-row .img-wrap:empty {
            display: none; }
      .homepage-categories .homepage-category-section .feature_3 .he_industry_voice h5 {
        color: #4285F4;
        font-size: 0.625rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0.25rem; }
        .homepage-categories .homepage-category-section .feature_3 .he_industry_voice h5:empty {
          display: none; }
    .homepage-categories .homepage-category-section .he_industry_voice .text-wrap h5 {
      color: #4285F4;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 0.25rem; }
      .homepage-categories .homepage-category-section .he_industry_voice .text-wrap h5:empty {
        display: none; }

#homepage-industryvoice {
  margin-bottom: 3rem; }
  #homepage-industryvoice h2.section_title:before {
    background-color: #00A4FF; }
  #homepage-industryvoice h2.section_title a {
    color: #212529; }
    #homepage-industryvoice h2.section_title a:hover {
      color: #5a6570;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    #homepage-industryvoice .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      border-bottom: 1px solid #D6DFE8;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      #homepage-industryvoice .views-row::after {
        display: block;
        clear: both;
        content: ""; } }
  #homepage-industryvoice .views-row .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px; }
    #homepage-industryvoice .views-row .img-wrap:empty {
      display: none; }
    #homepage-industryvoice .views-row .img-wrap img {
      max-width: 100%;
      height: auto; }
  #homepage-industryvoice .views-row h5 {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.25rem; }
    #homepage-industryvoice .views-row h5:empty {
      display: none; }
  #homepage-industryvoice .views-row h3 {
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    #homepage-industryvoice .views-row h3 a {
      color: #212529; }
      #homepage-industryvoice .views-row h3 a:hover {
        color: #5a6570;
        text-decoration: none; }
  #homepage-industryvoice .views-row h6 {
    color: #5B7A8F;
    font-size: 0.75em; }
  @media (min-width: 992px) {
    #homepage-industryvoice .views-element-container > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
    #homepage-industryvoice .views-row {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
      #homepage-industryvoice .views-row .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 1rem; }
        #homepage-industryvoice .views-row .img-wrap:empty {
          display: none; }
        #homepage-industryvoice .views-row .img-wrap img {
          max-width: 100%;
          height: auto; } }

.page-node-type-he-new-financing #wrapper {
  margin-top: 2em; }

@media (min-width: 576px) {
  .page-node-type-he-new-financing .content_layout header {
    border-bottom: 1px solid #D6DFE8; } }

.page-node-type-he-new-financing .content_layout header h1 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.025em; }
  @media (min-width: 992px) {
    .page-node-type-he-new-financing .content_layout header h1 {
      font-size: 3.5rem; } }

.page-node-type-he-new-financing .content_layout header .field_deck p {
  font-size: 1.25rem;
  font-weight: 300; }

@media (min-width: 992px) {
  .page-node-type-he-new-financing .article-content-wrapper {
    border-right: 1px solid #D6DFE8; } }

@media (min-width: 992px) {
  .page-node-type-he-new-financing aside.financing-sidebar {
    max-width: 340px; } }

.page-node-type-he-new-financing .views-element-container {
  width: 100%; }

.page-node-type-he-new-financing .field_companies,
.page-node-type-he-new-financing .field_financing_type,
.page-node-type-he-new-financing .field_publish_date,
.page-node-type-he-new-financing .field_price {
  border-bottom: 1px dotted #D6DFE8;
  line-height: 2rem;
  padding: .25rem 0; }
  .page-node-type-he-new-financing .field_companies div,
  .page-node-type-he-new-financing .field_financing_type div,
  .page-node-type-he-new-financing .field_publish_date div,
  .page-node-type-he-new-financing .field_price div {
    display: inline-block; }
  .page-node-type-he-new-financing .field_companies > div:first-child,
  .page-node-type-he-new-financing .field_financing_type > div:first-child,
  .page-node-type-he-new-financing .field_publish_date > div:first-child,
  .page-node-type-he-new-financing .field_price > div:first-child {
    font-weight: 700;
    width: 50%; }

.page-node-type-he-new-financing .body > div:first-child {
  font-weight: 700;
  line-height: 2rem;
  padding: .25rem 0; }

.path-taxonomy .node--type-he-new-financing .row:first-child {
  width: 100%; }

.page-node-type-he-exclusive .field--type-entity-reference-revisions #edit-field-article-text,
.page-node-type-he-news .field--type-entity-reference-revisions #edit-field-article-text,
.page-node-type-he-opinion .field--type-entity-reference-revisions #edit-field-article-text {
  display: none; }

.page-node-type-he-event .content_layout,
.page-node-type-he-exclusive .content_layout,
.page-node-type-he-industry-voice .content_layout,
.page-node-type-he-news .content_layout,
.page-node-type-he-opinion .content_layout {
  margin-bottom: 3rem; }

.author_profile_wrapper #author-bio {
  border-bottom: 1px solid #D6DFE8;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.author_profile_wrapper > div:last-child #author-bio {
  border-bottom: 2px solid #000; }

.author_profile_wrapper .author-profile-image {
  height: 60px; }
  .author_profile_wrapper .author-profile-image img {
    border: 1px solid #D6DFE8;
    border-radius: 50%;
    margin-right: 15px;
    width: 60px;
    height: 60px; }

.author_profile_wrapper .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .author_profile_wrapper .author-info h3 {
    font-size: 0.938em;
    font-weight: bold;
    margin: 0; }
  .author_profile_wrapper .author-info p {
    color: #161f2d;
    font-size: 0.938em;
    margin: 0; }

.expanded-layout {
  width: 100%; }

article.node--type-he-exclusive .field_company_wrapper, article.node--type-he-news .field_company_wrapper, article.node--type-he-industry-voice .field_company_wrapper, article.node--type-he-opinion .field_company_wrapper, article.node--type-he-event .field_company_wrapper {
  font-weight: normal; }

article.node--type-he-exclusive .article-header-full, article.node--type-he-news .article-header-full, article.node--type-he-industry-voice .article-header-full, article.node--type-he-opinion .article-header-full, article.node--type-he-event .article-header-full {
  border: none;
  margin: 0 0 0 0; }
  article.node--type-he-exclusive .article-header-full .expanded-image, article.node--type-he-news .article-header-full .expanded-image, article.node--type-he-industry-voice .article-header-full .expanded-image, article.node--type-he-opinion .article-header-full .expanded-image, article.node--type-he-event .article-header-full .expanded-image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    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;
    height: 100vh; }
    @media (min-width: 768px) {
      article.node--type-he-exclusive .article-header-full .expanded-image, article.node--type-he-news .article-header-full .expanded-image, article.node--type-he-industry-voice .article-header-full .expanded-image, article.node--type-he-opinion .article-header-full .expanded-image, article.node--type-he-event .article-header-full .expanded-image {
        height: -webkit-calc(100vw / (16 / 9));
        height: calc(100vw / (16 / 9)); } }
    article.node--type-he-exclusive .article-header-full .expanded-image .expanded-overlay, article.node--type-he-news .article-header-full .expanded-image .expanded-overlay, article.node--type-he-industry-voice .article-header-full .expanded-image .expanded-overlay, article.node--type-he-opinion .article-header-full .expanded-image .expanded-overlay, article.node--type-he-event .article-header-full .expanded-image .expanded-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000000;
      right: 0;
      top: 0; }
    article.node--type-he-exclusive .article-header-full .expanded-image .header-container, article.node--type-he-news .article-header-full .expanded-image .header-container, article.node--type-he-industry-voice .article-header-full .expanded-image .header-container, article.node--type-he-opinion .article-header-full .expanded-image .header-container, article.node--type-he-event .article-header-full .expanded-image .header-container {
      width: 50%;
      height: 65%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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;
      position: relative; }
      article.node--type-he-exclusive .article-header-full .expanded-image .header-container p, article.node--type-he-exclusive .article-header-full .expanded-image .header-container h1, article.node--type-he-news .article-header-full .expanded-image .header-container p, article.node--type-he-news .article-header-full .expanded-image .header-container h1, article.node--type-he-industry-voice .article-header-full .expanded-image .header-container p, article.node--type-he-industry-voice .article-header-full .expanded-image .header-container h1, article.node--type-he-opinion .article-header-full .expanded-image .header-container p, article.node--type-he-opinion .article-header-full .expanded-image .header-container h1, article.node--type-he-event .article-header-full .expanded-image .header-container p, article.node--type-he-event .article-header-full .expanded-image .header-container h1 {
        color: #FFFFFF;
        text-align: center; }
      article.node--type-he-exclusive .article-header-full .expanded-image .header-container h1, article.node--type-he-news .article-header-full .expanded-image .header-container h1, article.node--type-he-industry-voice .article-header-full .expanded-image .header-container h1, article.node--type-he-opinion .article-header-full .expanded-image .header-container h1, article.node--type-he-event .article-header-full .expanded-image .header-container h1 {
        font-size: 2.5rem; }
    article.node--type-he-exclusive .article-header-full .expanded-image .field_image_caption, article.node--type-he-news .article-header-full .expanded-image .field_image_caption, article.node--type-he-industry-voice .article-header-full .expanded-image .field_image_caption, article.node--type-he-opinion .article-header-full .expanded-image .field_image_caption, article.node--type-he-event .article-header-full .expanded-image .field_image_caption {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #000000;
      padding: 2px 5px 2px 5px; }
      article.node--type-he-exclusive .article-header-full .expanded-image .field_image_caption p, article.node--type-he-news .article-header-full .expanded-image .field_image_caption p, article.node--type-he-industry-voice .article-header-full .expanded-image .field_image_caption p, article.node--type-he-opinion .article-header-full .expanded-image .field_image_caption p, article.node--type-he-event .article-header-full .expanded-image .field_image_caption p {
        margin: 0 0 0 0;
        font-size: .75rem;
        color: #999999; }
    article.node--type-he-exclusive .article-header-full .expanded-image .header-top, article.node--type-he-news .article-header-full .expanded-image .header-top, article.node--type-he-industry-voice .article-header-full .expanded-image .header-top, article.node--type-he-opinion .article-header-full .expanded-image .header-top, article.node--type-he-event .article-header-full .expanded-image .header-top {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    article.node--type-he-exclusive .article-header-full .expanded-image .header-center, article.node--type-he-news .article-header-full .expanded-image .header-center, article.node--type-he-industry-voice .article-header-full .expanded-image .header-center, article.node--type-he-opinion .article-header-full .expanded-image .header-center, article.node--type-he-event .article-header-full .expanded-image .header-center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    article.node--type-he-exclusive .article-header-full .expanded-image .header-bottom, article.node--type-he-news .article-header-full .expanded-image .header-bottom, article.node--type-he-industry-voice .article-header-full .expanded-image .header-bottom, article.node--type-he-opinion .article-header-full .expanded-image .header-bottom, article.node--type-he-event .article-header-full .expanded-image .header-bottom {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  article.node--type-he-exclusive .article-header-full .expanded-attribution, article.node--type-he-news .article-header-full .expanded-attribution, article.node--type-he-industry-voice .article-header-full .expanded-attribution, article.node--type-he-opinion .article-header-full .expanded-attribution, article.node--type-he-event .article-header-full .expanded-attribution {
    text-align: center;
    margin: 2.5rem 0 2.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    article.node--type-he-exclusive .article-header-full .expanded-attribution div, article.node--type-he-news .article-header-full .expanded-attribution div, article.node--type-he-industry-voice .article-header-full .expanded-attribution div, article.node--type-he-opinion .article-header-full .expanded-attribution div, article.node--type-he-event .article-header-full .expanded-attribution div {
      margin-bottom: 0; }
    article.node--type-he-exclusive .article-header-full .expanded-attribution .field_byline, article.node--type-he-news .article-header-full .expanded-attribution .field_byline, article.node--type-he-industry-voice .article-header-full .expanded-attribution .field_byline, article.node--type-he-opinion .article-header-full .expanded-attribution .field_byline, article.node--type-he-event .article-header-full .expanded-attribution .field_byline {
      font-weight: 600; }
    article.node--type-he-exclusive .article-header-full .expanded-attribution .field_byline, article.node--type-he-exclusive .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-news .article-header-full .expanded-attribution .field_byline, article.node--type-he-news .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-industry-voice .article-header-full .expanded-attribution .field_byline, article.node--type-he-industry-voice .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-opinion .article-header-full .expanded-attribution .field_byline, article.node--type-he-opinion .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-event .article-header-full .expanded-attribution .field_byline, article.node--type-he-event .article-header-full .expanded-attribution .field_published_on_wrapper {
      font-size: 1rem; }
    article.node--type-he-exclusive .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-news .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-industry-voice .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-opinion .article-header-full .expanded-attribution .field_published_on_wrapper, article.node--type-he-event .article-header-full .expanded-attribution .field_published_on_wrapper {
      margin: .5rem 0 0 0;
      font-size: .875rem; }

article.node--type-he-exclusive header, article.node--type-he-news header, article.node--type-he-industry-voice header, article.node--type-he-opinion header, article.node--type-he-event header {
  margin: 1.25rem 0; }
  @media (min-width: 576px) {
    article.node--type-he-exclusive header, article.node--type-he-news header, article.node--type-he-industry-voice header, article.node--type-he-opinion header, article.node--type-he-event header {
      border-bottom: 1px solid #D6DFE8; } }
  article.node--type-he-exclusive header .field_categories_wrapper,
  article.node--type-he-exclusive header .field_event_type_wrapper, article.node--type-he-news header .field_categories_wrapper,
  article.node--type-he-news header .field_event_type_wrapper, article.node--type-he-industry-voice header .field_categories_wrapper,
  article.node--type-he-industry-voice header .field_event_type_wrapper, article.node--type-he-opinion header .field_categories_wrapper,
  article.node--type-he-opinion header .field_event_type_wrapper, article.node--type-he-event header .field_categories_wrapper,
  article.node--type-he-event header .field_event_type_wrapper {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin: 1rem 1rem .5rem 0;
    text-transform: uppercase; }
  article.node--type-he-exclusive header .field_categories_wrapper + .field_categories_wrapper, article.node--type-he-news header .field_categories_wrapper + .field_categories_wrapper, article.node--type-he-industry-voice header .field_categories_wrapper + .field_categories_wrapper, article.node--type-he-opinion header .field_categories_wrapper + .field_categories_wrapper, article.node--type-he-event header .field_categories_wrapper + .field_categories_wrapper {
    border-left: 1px solid #D6DFE8;
    padding-left: 1rem; }
  article.node--type-he-exclusive header h1, article.node--type-he-news header h1, article.node--type-he-industry-voice header h1, article.node--type-he-opinion header h1, article.node--type-he-event header h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.025em; }
    @media (min-width: 992px) {
      article.node--type-he-exclusive header h1, article.node--type-he-news header h1, article.node--type-he-industry-voice header h1, article.node--type-he-opinion header h1, article.node--type-he-event header h1 {
        font-size: 3.5rem; } }
  article.node--type-he-exclusive header .field_deck p, article.node--type-he-news header .field_deck p, article.node--type-he-industry-voice header .field_deck p, article.node--type-he-opinion header .field_deck p, article.node--type-he-event header .field_deck p {
    font-size: 1.25rem;
    font-weight: 300; }
  article.node--type-he-exclusive header .field_attribution_wrapper, article.node--type-he-news header .field_attribution_wrapper, article.node--type-he-industry-voice header .field_attribution_wrapper, article.node--type-he-opinion header .field_attribution_wrapper, article.node--type-he-event header .field_attribution_wrapper {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
  article.node--type-he-exclusive header .field_published_on_wrapper, article.node--type-he-news header .field_published_on_wrapper, article.node--type-he-industry-voice header .field_published_on_wrapper, article.node--type-he-opinion header .field_published_on_wrapper, article.node--type-he-event header .field_published_on_wrapper {
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
  article.node--type-he-exclusive header .field_byline, article.node--type-he-news header .field_byline, article.node--type-he-industry-voice header .field_byline, article.node--type-he-opinion header .field_byline, article.node--type-he-event header .field_byline {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
    article.node--type-he-exclusive header .field_byline article > div, article.node--type-he-news header .field_byline article > div, article.node--type-he-industry-voice header .field_byline article > div, article.node--type-he-opinion header .field_byline article > div, article.node--type-he-event header .field_byline article > div {
      display: inline-block; }
      article.node--type-he-exclusive header .field_byline article > div .field_first_name, article.node--type-he-news header .field_byline article > div .field_first_name, article.node--type-he-industry-voice header .field_byline article > div .field_first_name, article.node--type-he-opinion header .field_byline article > div .field_first_name, article.node--type-he-event header .field_byline article > div .field_first_name {
        display: inline; }
        article.node--type-he-exclusive header .field_byline article > div .field_first_name:before, article.node--type-he-news header .field_byline article > div .field_first_name:before, article.node--type-he-industry-voice header .field_byline article > div .field_first_name:before, article.node--type-he-opinion header .field_byline article > div .field_first_name:before, article.node--type-he-event header .field_byline article > div .field_first_name:before {
          content: 'By '; }
      article.node--type-he-exclusive header .field_byline article > div .field_last_name, article.node--type-he-news header .field_byline article > div .field_last_name, article.node--type-he-industry-voice header .field_byline article > div .field_last_name, article.node--type-he-opinion header .field_byline article > div .field_last_name, article.node--type-he-event header .field_byline article > div .field_last_name {
        display: inline; }
        article.node--type-he-exclusive header .field_byline article > div .field_last_name:after, article.node--type-he-news header .field_byline article > div .field_last_name:after, article.node--type-he-industry-voice header .field_byline article > div .field_last_name:after, article.node--type-he-opinion header .field_byline article > div .field_last_name:after, article.node--type-he-event header .field_byline article > div .field_last_name:after {
          content: ','; }
  article.node--type-he-exclusive header .field_companies, article.node--type-he-news header .field_companies, article.node--type-he-industry-voice header .field_companies, article.node--type-he-opinion header .field_companies, article.node--type-he-event header .field_companies {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
    article.node--type-he-exclusive header .field_companies > div, article.node--type-he-news header .field_companies > div, article.node--type-he-industry-voice header .field_companies > div, article.node--type-he-opinion header .field_companies > div, article.node--type-he-event header .field_companies > div {
      display: inline-block; }
  article.node--type-he-exclusive header .field_published_on, article.node--type-he-news header .field_published_on, article.node--type-he-industry-voice header .field_published_on, article.node--type-he-opinion header .field_published_on, article.node--type-he-event header .field_published_on {
    color: #5B7A8F; }

@media (min-width: 992px) {
  article.node--type-he-exclusive .article-content-wrapper, article.node--type-he-news .article-content-wrapper, article.node--type-he-industry-voice .article-content-wrapper, article.node--type-he-opinion .article-content-wrapper, article.node--type-he-event .article-content-wrapper {
    padding-right: 30px; } }

article.node--type-he-exclusive .field_brightcove_video_wrapper,
article.node--type-he-exclusive .field_soundcloud_audio_wrapper,
article.node--type-he-exclusive .field_image_container, article.node--type-he-news .field_brightcove_video_wrapper,
article.node--type-he-news .field_soundcloud_audio_wrapper,
article.node--type-he-news .field_image_container, article.node--type-he-industry-voice .field_brightcove_video_wrapper,
article.node--type-he-industry-voice .field_soundcloud_audio_wrapper,
article.node--type-he-industry-voice .field_image_container, article.node--type-he-opinion .field_brightcove_video_wrapper,
article.node--type-he-opinion .field_soundcloud_audio_wrapper,
article.node--type-he-opinion .field_image_container, article.node--type-he-event .field_brightcove_video_wrapper,
article.node--type-he-event .field_soundcloud_audio_wrapper,
article.node--type-he-event .field_image_container {
  margin-bottom: 2.5rem; }

article.node--type-he-exclusive .go-deeper, article.node--type-he-news .go-deeper, article.node--type-he-industry-voice .go-deeper, article.node--type-he-opinion .go-deeper, article.node--type-he-event .go-deeper {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    article.node--type-he-exclusive .go-deeper, article.node--type-he-news .go-deeper, article.node--type-he-industry-voice .go-deeper, article.node--type-he-opinion .go-deeper, article.node--type-he-event .go-deeper {
      margin-bottom: 2.5rem; } }
  article.node--type-he-exclusive .go-deeper hr, article.node--type-he-news .go-deeper hr, article.node--type-he-industry-voice .go-deeper hr, article.node--type-he-opinion .go-deeper hr, article.node--type-he-event .go-deeper hr {
    background: #D6DFE8;
    border: 0;
    height: 1px;
    margin: 40px 0;
    width: 70px; }
  article.node--type-he-exclusive .go-deeper div, article.node--type-he-news .go-deeper div, article.node--type-he-industry-voice .go-deeper div, article.node--type-he-opinion .go-deeper div, article.node--type-he-event .go-deeper div {
    display: inline; }
  article.node--type-he-exclusive .go-deeper a, article.node--type-he-news .go-deeper a, article.node--type-he-industry-voice .go-deeper a, article.node--type-he-opinion .go-deeper a, article.node--type-he-event .go-deeper a {
    background-color: #333333;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    padding: .25rem .5rem;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    article.node--type-he-exclusive .go-deeper a:hover, article.node--type-he-news .go-deeper a:hover, article.node--type-he-industry-voice .go-deeper a:hover, article.node--type-he-opinion .go-deeper a:hover, article.node--type-he-event .go-deeper a:hover {
      background-color: #B22217;
      text-decoration: none;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }

article.node--type-he-exclusive .video-js, article.node--type-he-news .video-js, article.node--type-he-industry-voice .video-js, article.node--type-he-opinion .video-js, article.node--type-he-event .video-js {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 56.22642%; }
  article.node--type-he-exclusive .video-js img,
  article.node--type-he-exclusive .video-js video,
  article.node--type-he-exclusive .video-js iframe,
  article.node--type-he-exclusive .video-js object,
  article.node--type-he-exclusive .video-js embed, article.node--type-he-news .video-js img,
  article.node--type-he-news .video-js video,
  article.node--type-he-news .video-js iframe,
  article.node--type-he-news .video-js object,
  article.node--type-he-news .video-js embed, article.node--type-he-industry-voice .video-js img,
  article.node--type-he-industry-voice .video-js video,
  article.node--type-he-industry-voice .video-js iframe,
  article.node--type-he-industry-voice .video-js object,
  article.node--type-he-industry-voice .video-js embed, article.node--type-he-opinion .video-js img,
  article.node--type-he-opinion .video-js video,
  article.node--type-he-opinion .video-js iframe,
  article.node--type-he-opinion .video-js object,
  article.node--type-he-opinion .video-js embed, article.node--type-he-event .video-js img,
  article.node--type-he-event .video-js video,
  article.node--type-he-event .video-js iframe,
  article.node--type-he-event .video-js object,
  article.node--type-he-event .video-js embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

article.node--type-he-exclusive .field_image, article.node--type-he-news .field_image, article.node--type-he-industry-voice .field_image, article.node--type-he-opinion .field_image, article.node--type-he-event .field_image {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 576px) {
    article.node--type-he-exclusive .field_image, article.node--type-he-news .field_image, article.node--type-he-industry-voice .field_image, article.node--type-he-opinion .field_image, article.node--type-he-event .field_image {
      margin-left: 0;
      margin-right: 0; } }
  article.node--type-he-exclusive .field_image img, article.node--type-he-news .field_image img, article.node--type-he-industry-voice .field_image img, article.node--type-he-opinion .field_image img, article.node--type-he-event .field_image img {
    max-width: 100%;
    height: auto; }

article.node--type-he-exclusive .name_wrapper, article.node--type-he-news .name_wrapper, article.node--type-he-industry-voice .name_wrapper, article.node--type-he-opinion .name_wrapper, article.node--type-he-event .name_wrapper {
  display: none;
  visibility: hidden; }

article.node--type-he-exclusive .field_image_caption, article.node--type-he-news .field_image_caption, article.node--type-he-industry-voice .field_image_caption, article.node--type-he-opinion .field_image_caption, article.node--type-he-event .field_image_caption {
  color: #5B7A8F;
  font-size: 0.875rem;
  padding-top: 0.625rem; }
  article.node--type-he-exclusive .field_image_caption p, article.node--type-he-news .field_image_caption p, article.node--type-he-industry-voice .field_image_caption p, article.node--type-he-opinion .field_image_caption p, article.node--type-he-event .field_image_caption p {
    margin: 0; }

article.node--type-he-exclusive .article-left > div, article.node--type-he-exclusive .article-left .people-in-this, article.node--type-he-exclusive .article-left .companies-in-this, article.node--type-he-news .article-left > div, article.node--type-he-news .article-left .people-in-this, article.node--type-he-news .article-left .companies-in-this, article.node--type-he-industry-voice .article-left > div, article.node--type-he-industry-voice .article-left .people-in-this, article.node--type-he-industry-voice .article-left .companies-in-this, article.node--type-he-opinion .article-left > div, article.node--type-he-opinion .article-left .people-in-this, article.node--type-he-opinion .article-left .companies-in-this, article.node--type-he-event .article-left > div, article.node--type-he-event .article-left .people-in-this, article.node--type-he-event .article-left .companies-in-this {
  margin-bottom: 1.5rem; }

article.node--type-he-exclusive .article-left .share-buttons h2, article.node--type-he-news .article-left .share-buttons h2, article.node--type-he-industry-voice .article-left .share-buttons h2, article.node--type-he-opinion .article-left .share-buttons h2, article.node--type-he-event .article-left .share-buttons h2 {
  margin-bottom: .25rem; }

article.node--type-he-exclusive .article-left .share-buttons ul, article.node--type-he-news .article-left .share-buttons ul, article.node--type-he-industry-voice .article-left .share-buttons ul, article.node--type-he-opinion .article-left .share-buttons ul, article.node--type-he-event .article-left .share-buttons ul {
  margin-bottom: 0; }

article.node--type-he-exclusive .article-left .share-buttons ul li a, article.node--type-he-news .article-left .share-buttons ul li a, article.node--type-he-industry-voice .article-left .share-buttons ul li a, article.node--type-he-opinion .article-left .share-buttons ul li a, article.node--type-he-event .article-left .share-buttons ul li a {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.875rem;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  article.node--type-he-exclusive .article-left .share-buttons ul li a:hover, article.node--type-he-news .article-left .share-buttons ul li a:hover, article.node--type-he-industry-voice .article-left .share-buttons ul li a:hover, article.node--type-he-opinion .article-left .share-buttons ul li a:hover, article.node--type-he-event .article-left .share-buttons ul li a:hover {
    color: #B22217;
    text-decoration: none; }

article.node--type-he-exclusive .article-left .share-buttons .icon, article.node--type-he-news .article-left .share-buttons .icon, article.node--type-he-industry-voice .article-left .share-buttons .icon, article.node--type-he-opinion .article-left .share-buttons .icon, article.node--type-he-event .article-left .share-buttons .icon {
  font-size: 1.25rem;
  margin-right: .25rem;
  vertical-align: sub; }

article.node--type-he-exclusive .article-left .share-buttons .article_meta, article.node--type-he-news .article-left .share-buttons .article_meta, article.node--type-he-industry-voice .article-left .share-buttons .article_meta, article.node--type-he-opinion .article-left .share-buttons .article_meta, article.node--type-he-event .article-left .share-buttons .article_meta {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.875rem;
  word-wrap: break-word;
  overflow-wrap: break-word; }

article.node--type-he-exclusive .article-left h2, article.node--type-he-news .article-left h2, article.node--type-he-industry-voice .article-left h2, article.node--type-he-opinion .article-left h2, article.node--type-he-event .article-left h2 {
  border-bottom: 1px solid #D6DFE8;
  color: #7e97ad;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding-bottom: 3px; }

article.node--type-he-exclusive .article-left .companies-in-this a, article.node--type-he-news .article-left .companies-in-this a, article.node--type-he-industry-voice .article-left .companies-in-this a, article.node--type-he-opinion .article-left .companies-in-this a, article.node--type-he-event .article-left .companies-in-this a {
  text-decoration: none;
  color: #000000; }

article.node--type-he-exclusive .article-left .companies-in-this h2, article.node--type-he-news .article-left .companies-in-this h2, article.node--type-he-industry-voice .article-left .companies-in-this h2, article.node--type-he-opinion .article-left .companies-in-this h2, article.node--type-he-event .article-left .companies-in-this h2 {
  margin: 0 0 0 0; }

article.node--type-he-exclusive .article-left .up, article.node--type-he-news .article-left .up, article.node--type-he-industry-voice .article-left .up, article.node--type-he-opinion .article-left .up, article.node--type-he-event .article-left .up {
  background: #E4FBEB !important;
  position: relative !important; }

article.node--type-he-exclusive .article-left .down, article.node--type-he-news .article-left .down, article.node--type-he-industry-voice .article-left .down, article.node--type-he-opinion .article-left .down, article.node--type-he-event .article-left .down {
  background: #FFD4D4 !important;
  position: relative !important; }

article.node--type-he-exclusive .article-left .up::after, article.node--type-he-news .article-left .up::after, article.node--type-he-industry-voice .article-left .up::after, article.node--type-he-opinion .article-left .up::after, article.node--type-he-event .article-left .up::after {
  border-top: 1px solid #19be87;
  border-right: 1px solid #19be87; }

article.node--type-he-exclusive .article-left .up::before, article.node--type-he-news .article-left .up::before, article.node--type-he-industry-voice .article-left .up::before, article.node--type-he-opinion .article-left .up::before, article.node--type-he-event .article-left .up::before {
  border-left: 1px solid #19be87;
  border-bottom: 1px solid #19be87; }

article.node--type-he-exclusive .article-left .down::after, article.node--type-he-news .article-left .down::after, article.node--type-he-industry-voice .article-left .down::after, article.node--type-he-opinion .article-left .down::after, article.node--type-he-event .article-left .down::after {
  border-top: 1px solid #F72121;
  border-right: 1px solid #F72121; }

article.node--type-he-exclusive .article-left .down::before, article.node--type-he-news .article-left .down::before, article.node--type-he-industry-voice .article-left .down::before, article.node--type-he-opinion .article-left .down::before, article.node--type-he-event .article-left .down::before {
  border-left: 1px solid #F72121;
  border-bottom: 1px solid #F72121; }

article.node--type-he-exclusive .article-left .company-private::after, article.node--type-he-exclusive .article-left .company::after, article.node--type-he-news .article-left .company-private::after, article.node--type-he-news .article-left .company::after, article.node--type-he-industry-voice .article-left .company-private::after, article.node--type-he-industry-voice .article-left .company::after, article.node--type-he-opinion .article-left .company-private::after, article.node--type-he-opinion .article-left .company::after, article.node--type-he-event .article-left .company-private::after, article.node--type-he-event .article-left .company::after {
  border-top: 1px solid #c5c6c5;
  border-right: 1px solid #c5c6c5; }

article.node--type-he-exclusive .article-left .company-private::before, article.node--type-he-exclusive .article-left .company::before, article.node--type-he-news .article-left .company-private::before, article.node--type-he-news .article-left .company::before, article.node--type-he-industry-voice .article-left .company-private::before, article.node--type-he-industry-voice .article-left .company::before, article.node--type-he-opinion .article-left .company-private::before, article.node--type-he-opinion .article-left .company::before, article.node--type-he-event .article-left .company-private::before, article.node--type-he-event .article-left .company::before {
  border-left: 1px solid #c5c6c5;
  border-bottom: 1px solid #c5c6c5; }

article.node--type-he-exclusive .article-left .company-private, article.node--type-he-exclusive .article-left .company, article.node--type-he-news .article-left .company-private, article.node--type-he-news .article-left .company, article.node--type-he-industry-voice .article-left .company-private, article.node--type-he-industry-voice .article-left .company, article.node--type-he-opinion .article-left .company-private, article.node--type-he-opinion .article-left .company, article.node--type-he-event .article-left .company-private, article.node--type-he-event .article-left .company {
  border: 1px solid transparent;
  background: #ecedeb;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative; }

article.node--type-he-exclusive .article-left .company-private::after, article.node--type-he-exclusive .article-left .company::after, article.node--type-he-exclusive .article-left .company-stock::after, article.node--type-he-news .article-left .company-private::after, article.node--type-he-news .article-left .company::after, article.node--type-he-news .article-left .company-stock::after, article.node--type-he-industry-voice .article-left .company-private::after, article.node--type-he-industry-voice .article-left .company::after, article.node--type-he-industry-voice .article-left .company-stock::after, article.node--type-he-opinion .article-left .company-private::after, article.node--type-he-opinion .article-left .company::after, article.node--type-he-opinion .article-left .company-stock::after, article.node--type-he-event .article-left .company-private::after, article.node--type-he-event .article-left .company::after, article.node--type-he-event .article-left .company-stock::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  visibility: hidden;
  -webkit-transition: height 0.05s ease-in-out 0.1s , width 0.05s ease-in-out 0.15s , visibility 0.05s ease-out 0.2s;
  transition: height 0.05s ease-in-out 0.1s , width 0.05s ease-in-out 0.15s , visibility 0.05s ease-out 0.2s; }

article.node--type-he-exclusive .article-left .company-private::before, article.node--type-he-exclusive .article-left .company::before, article.node--type-he-exclusive .article-left .company-stock::before, article.node--type-he-news .article-left .company-private::before, article.node--type-he-news .article-left .company::before, article.node--type-he-news .article-left .company-stock::before, article.node--type-he-industry-voice .article-left .company-private::before, article.node--type-he-industry-voice .article-left .company::before, article.node--type-he-industry-voice .article-left .company-stock::before, article.node--type-he-opinion .article-left .company-private::before, article.node--type-he-opinion .article-left .company::before, article.node--type-he-opinion .article-left .company-stock::before, article.node--type-he-event .article-left .company-private::before, article.node--type-he-event .article-left .company::before, article.node--type-he-event .article-left .company-stock::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  visibility: hidden;
  -webkit-transition: height 0.05s ease-in-out , width 0.05s ease-in-out 0.05s , visibility 0.05s ease-out 0.2s;
  transition: height 0.05s ease-in-out , width 0.05s ease-in-out 0.05s , visibility 0.05s ease-out 0.2s; }

article.node--type-he-exclusive .article-left .company-private:hover::after, article.node--type-he-exclusive .article-left .company:hover::after, article.node--type-he-exclusive .article-left .company-stock:hover::after, article.node--type-he-news .article-left .company-private:hover::after, article.node--type-he-news .article-left .company:hover::after, article.node--type-he-news .article-left .company-stock:hover::after, article.node--type-he-industry-voice .article-left .company-private:hover::after, article.node--type-he-industry-voice .article-left .company:hover::after, article.node--type-he-industry-voice .article-left .company-stock:hover::after, article.node--type-he-opinion .article-left .company-private:hover::after, article.node--type-he-opinion .article-left .company:hover::after, article.node--type-he-opinion .article-left .company-stock:hover::after, article.node--type-he-event .article-left .company-private:hover::after, article.node--type-he-event .article-left .company:hover::after, article.node--type-he-event .article-left .company-stock:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-transition: width 0.05s ease-in-out , height 0.05s ease-in-out 0.05s;
  transition: width 0.05s ease-in-out , height 0.05s ease-in-out 0.05s; }

article.node--type-he-exclusive .article-left .company-private:hover::before, article.node--type-he-exclusive .article-left .company:hover::before, article.node--type-he-exclusive .article-left .company-stock:hover::before, article.node--type-he-news .article-left .company-private:hover::before, article.node--type-he-news .article-left .company:hover::before, article.node--type-he-news .article-left .company-stock:hover::before, article.node--type-he-industry-voice .article-left .company-private:hover::before, article.node--type-he-industry-voice .article-left .company:hover::before, article.node--type-he-industry-voice .article-left .company-stock:hover::before, article.node--type-he-opinion .article-left .company-private:hover::before, article.node--type-he-opinion .article-left .company:hover::before, article.node--type-he-opinion .article-left .company-stock:hover::before, article.node--type-he-event .article-left .company-private:hover::before, article.node--type-he-event .article-left .company:hover::before, article.node--type-he-event .article-left .company-stock:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  -webkit-transition: width 0.05s ease-in-out 0.1s , height 0.05s ease-in-out 0.15s;
  transition: width 0.05s ease-in-out 0.1s , height 0.05s ease-in-out 0.15s; }

article.node--type-he-exclusive .article-left .company-stock, article.node--type-he-exclusive .article-left .company-private, article.node--type-he-exclusive .article-left .company, article.node--type-he-news .article-left .company-stock, article.node--type-he-news .article-left .company-private, article.node--type-he-news .article-left .company, article.node--type-he-industry-voice .article-left .company-stock, article.node--type-he-industry-voice .article-left .company-private, article.node--type-he-industry-voice .article-left .company, article.node--type-he-opinion .article-left .company-stock, article.node--type-he-opinion .article-left .company-private, article.node--type-he-opinion .article-left .company, article.node--type-he-event .article-left .company-stock, article.node--type-he-event .article-left .company-private, article.node--type-he-event .article-left .company {
  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;
  padding: 0.75em;
  margin: 1rem 0 0 0;
  background: #ecedeb; }
  article.node--type-he-exclusive .article-left .company-stock .company-stock-info, article.node--type-he-exclusive .article-left .company-stock .company-private-info, article.node--type-he-exclusive .article-left .company-stock .company-info, article.node--type-he-exclusive .article-left .company-private .company-stock-info, article.node--type-he-exclusive .article-left .company-private .company-private-info, article.node--type-he-exclusive .article-left .company-private .company-info, article.node--type-he-exclusive .article-left .company .company-stock-info, article.node--type-he-exclusive .article-left .company .company-private-info, article.node--type-he-exclusive .article-left .company .company-info, article.node--type-he-news .article-left .company-stock .company-stock-info, article.node--type-he-news .article-left .company-stock .company-private-info, article.node--type-he-news .article-left .company-stock .company-info, article.node--type-he-news .article-left .company-private .company-stock-info, article.node--type-he-news .article-left .company-private .company-private-info, article.node--type-he-news .article-left .company-private .company-info, article.node--type-he-news .article-left .company .company-stock-info, article.node--type-he-news .article-left .company .company-private-info, article.node--type-he-news .article-left .company .company-info, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info, article.node--type-he-industry-voice .article-left .company-stock .company-private-info, article.node--type-he-industry-voice .article-left .company-stock .company-info, article.node--type-he-industry-voice .article-left .company-private .company-stock-info, article.node--type-he-industry-voice .article-left .company-private .company-private-info, article.node--type-he-industry-voice .article-left .company-private .company-info, article.node--type-he-industry-voice .article-left .company .company-stock-info, article.node--type-he-industry-voice .article-left .company .company-private-info, article.node--type-he-industry-voice .article-left .company .company-info, article.node--type-he-opinion .article-left .company-stock .company-stock-info, article.node--type-he-opinion .article-left .company-stock .company-private-info, article.node--type-he-opinion .article-left .company-stock .company-info, article.node--type-he-opinion .article-left .company-private .company-stock-info, article.node--type-he-opinion .article-left .company-private .company-private-info, article.node--type-he-opinion .article-left .company-private .company-info, article.node--type-he-opinion .article-left .company .company-stock-info, article.node--type-he-opinion .article-left .company .company-private-info, article.node--type-he-opinion .article-left .company .company-info, article.node--type-he-event .article-left .company-stock .company-stock-info, article.node--type-he-event .article-left .company-stock .company-private-info, article.node--type-he-event .article-left .company-stock .company-info, article.node--type-he-event .article-left .company-private .company-stock-info, article.node--type-he-event .article-left .company-private .company-private-info, article.node--type-he-event .article-left .company-private .company-info, article.node--type-he-event .article-left .company .company-stock-info, article.node--type-he-event .article-left .company .company-private-info, article.node--type-he-event .article-left .company .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-private-symbol, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-private-symbol, article.node--type-he-exclusive .article-left .company-stock .company-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-stock .company-info .company-private-symbol, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-private-symbol, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-private-symbol, article.node--type-he-exclusive .article-left .company-private .company-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company-private .company-info .company-private-symbol, article.node--type-he-exclusive .article-left .company .company-stock-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company .company-stock-info .company-private-symbol, article.node--type-he-exclusive .article-left .company .company-private-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company .company-private-info .company-private-symbol, article.node--type-he-exclusive .article-left .company .company-info .company-stock-symbol, article.node--type-he-exclusive .article-left .company .company-info .company-private-symbol, article.node--type-he-news .article-left .company-stock .company-stock-info .company-stock-symbol, article.node--type-he-news .article-left .company-stock .company-stock-info .company-private-symbol, article.node--type-he-news .article-left .company-stock .company-private-info .company-stock-symbol, article.node--type-he-news .article-left .company-stock .company-private-info .company-private-symbol, article.node--type-he-news .article-left .company-stock .company-info .company-stock-symbol, article.node--type-he-news .article-left .company-stock .company-info .company-private-symbol, article.node--type-he-news .article-left .company-private .company-stock-info .company-stock-symbol, article.node--type-he-news .article-left .company-private .company-stock-info .company-private-symbol, article.node--type-he-news .article-left .company-private .company-private-info .company-stock-symbol, article.node--type-he-news .article-left .company-private .company-private-info .company-private-symbol, article.node--type-he-news .article-left .company-private .company-info .company-stock-symbol, article.node--type-he-news .article-left .company-private .company-info .company-private-symbol, article.node--type-he-news .article-left .company .company-stock-info .company-stock-symbol, article.node--type-he-news .article-left .company .company-stock-info .company-private-symbol, article.node--type-he-news .article-left .company .company-private-info .company-stock-symbol, article.node--type-he-news .article-left .company .company-private-info .company-private-symbol, article.node--type-he-news .article-left .company .company-info .company-stock-symbol, article.node--type-he-news .article-left .company .company-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company-private .company-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company-private .company-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company .company-private-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company .company-private-info .company-private-symbol, article.node--type-he-industry-voice .article-left .company .company-info .company-stock-symbol, article.node--type-he-industry-voice .article-left .company .company-info .company-private-symbol, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-private-symbol, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-private-symbol, article.node--type-he-opinion .article-left .company-stock .company-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-stock .company-info .company-private-symbol, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-private-symbol, article.node--type-he-opinion .article-left .company-private .company-private-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-private .company-private-info .company-private-symbol, article.node--type-he-opinion .article-left .company-private .company-info .company-stock-symbol, article.node--type-he-opinion .article-left .company-private .company-info .company-private-symbol, article.node--type-he-opinion .article-left .company .company-stock-info .company-stock-symbol, article.node--type-he-opinion .article-left .company .company-stock-info .company-private-symbol, article.node--type-he-opinion .article-left .company .company-private-info .company-stock-symbol, article.node--type-he-opinion .article-left .company .company-private-info .company-private-symbol, article.node--type-he-opinion .article-left .company .company-info .company-stock-symbol, article.node--type-he-opinion .article-left .company .company-info .company-private-symbol, article.node--type-he-event .article-left .company-stock .company-stock-info .company-stock-symbol, article.node--type-he-event .article-left .company-stock .company-stock-info .company-private-symbol, article.node--type-he-event .article-left .company-stock .company-private-info .company-stock-symbol, article.node--type-he-event .article-left .company-stock .company-private-info .company-private-symbol, article.node--type-he-event .article-left .company-stock .company-info .company-stock-symbol, article.node--type-he-event .article-left .company-stock .company-info .company-private-symbol, article.node--type-he-event .article-left .company-private .company-stock-info .company-stock-symbol, article.node--type-he-event .article-left .company-private .company-stock-info .company-private-symbol, article.node--type-he-event .article-left .company-private .company-private-info .company-stock-symbol, article.node--type-he-event .article-left .company-private .company-private-info .company-private-symbol, article.node--type-he-event .article-left .company-private .company-info .company-stock-symbol, article.node--type-he-event .article-left .company-private .company-info .company-private-symbol, article.node--type-he-event .article-left .company .company-stock-info .company-stock-symbol, article.node--type-he-event .article-left .company .company-stock-info .company-private-symbol, article.node--type-he-event .article-left .company .company-private-info .company-stock-symbol, article.node--type-he-event .article-left .company .company-private-info .company-private-symbol, article.node--type-he-event .article-left .company .company-info .company-stock-symbol, article.node--type-he-event .article-left .company .company-info .company-private-symbol {
      font-size: 0.625em; }
    article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-stock-name, article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-private-name, article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-name, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-stock-name, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-private-name, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-name, article.node--type-he-exclusive .article-left .company-stock .company-info .company-stock-name, article.node--type-he-exclusive .article-left .company-stock .company-info .company-private-name, article.node--type-he-exclusive .article-left .company-stock .company-info .company-name, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-stock-name, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-private-name, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-name, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-stock-name, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-private-name, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-name, article.node--type-he-exclusive .article-left .company-private .company-info .company-stock-name, article.node--type-he-exclusive .article-left .company-private .company-info .company-private-name, article.node--type-he-exclusive .article-left .company-private .company-info .company-name, article.node--type-he-exclusive .article-left .company .company-stock-info .company-stock-name, article.node--type-he-exclusive .article-left .company .company-stock-info .company-private-name, article.node--type-he-exclusive .article-left .company .company-stock-info .company-name, article.node--type-he-exclusive .article-left .company .company-private-info .company-stock-name, article.node--type-he-exclusive .article-left .company .company-private-info .company-private-name, article.node--type-he-exclusive .article-left .company .company-private-info .company-name, article.node--type-he-exclusive .article-left .company .company-info .company-stock-name, article.node--type-he-exclusive .article-left .company .company-info .company-private-name, article.node--type-he-exclusive .article-left .company .company-info .company-name, article.node--type-he-news .article-left .company-stock .company-stock-info .company-stock-name, article.node--type-he-news .article-left .company-stock .company-stock-info .company-private-name, article.node--type-he-news .article-left .company-stock .company-stock-info .company-name, article.node--type-he-news .article-left .company-stock .company-private-info .company-stock-name, article.node--type-he-news .article-left .company-stock .company-private-info .company-private-name, article.node--type-he-news .article-left .company-stock .company-private-info .company-name, article.node--type-he-news .article-left .company-stock .company-info .company-stock-name, article.node--type-he-news .article-left .company-stock .company-info .company-private-name, article.node--type-he-news .article-left .company-stock .company-info .company-name, article.node--type-he-news .article-left .company-private .company-stock-info .company-stock-name, article.node--type-he-news .article-left .company-private .company-stock-info .company-private-name, article.node--type-he-news .article-left .company-private .company-stock-info .company-name, article.node--type-he-news .article-left .company-private .company-private-info .company-stock-name, article.node--type-he-news .article-left .company-private .company-private-info .company-private-name, article.node--type-he-news .article-left .company-private .company-private-info .company-name, article.node--type-he-news .article-left .company-private .company-info .company-stock-name, article.node--type-he-news .article-left .company-private .company-info .company-private-name, article.node--type-he-news .article-left .company-private .company-info .company-name, article.node--type-he-news .article-left .company .company-stock-info .company-stock-name, article.node--type-he-news .article-left .company .company-stock-info .company-private-name, article.node--type-he-news .article-left .company .company-stock-info .company-name, article.node--type-he-news .article-left .company .company-private-info .company-stock-name, article.node--type-he-news .article-left .company .company-private-info .company-private-name, article.node--type-he-news .article-left .company .company-private-info .company-name, article.node--type-he-news .article-left .company .company-info .company-stock-name, article.node--type-he-news .article-left .company .company-info .company-private-name, article.node--type-he-news .article-left .company .company-info .company-name, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-private-name, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-name, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-private-name, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-name, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-private-name, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-name, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-private-name, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-name, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-private-name, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-name, article.node--type-he-industry-voice .article-left .company-private .company-info .company-stock-name, article.node--type-he-industry-voice .article-left .company-private .company-info .company-private-name, article.node--type-he-industry-voice .article-left .company-private .company-info .company-name, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-stock-name, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-private-name, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-name, article.node--type-he-industry-voice .article-left .company .company-private-info .company-stock-name, article.node--type-he-industry-voice .article-left .company .company-private-info .company-private-name, article.node--type-he-industry-voice .article-left .company .company-private-info .company-name, article.node--type-he-industry-voice .article-left .company .company-info .company-stock-name, article.node--type-he-industry-voice .article-left .company .company-info .company-private-name, article.node--type-he-industry-voice .article-left .company .company-info .company-name, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-stock-name, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-private-name, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-name, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-stock-name, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-private-name, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-name, article.node--type-he-opinion .article-left .company-stock .company-info .company-stock-name, article.node--type-he-opinion .article-left .company-stock .company-info .company-private-name, article.node--type-he-opinion .article-left .company-stock .company-info .company-name, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-stock-name, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-private-name, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-name, article.node--type-he-opinion .article-left .company-private .company-private-info .company-stock-name, article.node--type-he-opinion .article-left .company-private .company-private-info .company-private-name, article.node--type-he-opinion .article-left .company-private .company-private-info .company-name, article.node--type-he-opinion .article-left .company-private .company-info .company-stock-name, article.node--type-he-opinion .article-left .company-private .company-info .company-private-name, article.node--type-he-opinion .article-left .company-private .company-info .company-name, article.node--type-he-opinion .article-left .company .company-stock-info .company-stock-name, article.node--type-he-opinion .article-left .company .company-stock-info .company-private-name, article.node--type-he-opinion .article-left .company .company-stock-info .company-name, article.node--type-he-opinion .article-left .company .company-private-info .company-stock-name, article.node--type-he-opinion .article-left .company .company-private-info .company-private-name, article.node--type-he-opinion .article-left .company .company-private-info .company-name, article.node--type-he-opinion .article-left .company .company-info .company-stock-name, article.node--type-he-opinion .article-left .company .company-info .company-private-name, article.node--type-he-opinion .article-left .company .company-info .company-name, article.node--type-he-event .article-left .company-stock .company-stock-info .company-stock-name, article.node--type-he-event .article-left .company-stock .company-stock-info .company-private-name, article.node--type-he-event .article-left .company-stock .company-stock-info .company-name, article.node--type-he-event .article-left .company-stock .company-private-info .company-stock-name, article.node--type-he-event .article-left .company-stock .company-private-info .company-private-name, article.node--type-he-event .article-left .company-stock .company-private-info .company-name, article.node--type-he-event .article-left .company-stock .company-info .company-stock-name, article.node--type-he-event .article-left .company-stock .company-info .company-private-name, article.node--type-he-event .article-left .company-stock .company-info .company-name, article.node--type-he-event .article-left .company-private .company-stock-info .company-stock-name, article.node--type-he-event .article-left .company-private .company-stock-info .company-private-name, article.node--type-he-event .article-left .company-private .company-stock-info .company-name, article.node--type-he-event .article-left .company-private .company-private-info .company-stock-name, article.node--type-he-event .article-left .company-private .company-private-info .company-private-name, article.node--type-he-event .article-left .company-private .company-private-info .company-name, article.node--type-he-event .article-left .company-private .company-info .company-stock-name, article.node--type-he-event .article-left .company-private .company-info .company-private-name, article.node--type-he-event .article-left .company-private .company-info .company-name, article.node--type-he-event .article-left .company .company-stock-info .company-stock-name, article.node--type-he-event .article-left .company .company-stock-info .company-private-name, article.node--type-he-event .article-left .company .company-stock-info .company-name, article.node--type-he-event .article-left .company .company-private-info .company-stock-name, article.node--type-he-event .article-left .company .company-private-info .company-private-name, article.node--type-he-event .article-left .company .company-private-info .company-name, article.node--type-he-event .article-left .company .company-info .company-stock-name, article.node--type-he-event .article-left .company .company-info .company-private-name, article.node--type-he-event .article-left .company .company-info .company-name {
      font-weight: 700;
      font-size: .7em; }
    article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-stock-price, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-stock-price, article.node--type-he-exclusive .article-left .company-stock .company-info .company-stock-price, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-stock-price, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-stock-price, article.node--type-he-exclusive .article-left .company-private .company-info .company-stock-price, article.node--type-he-exclusive .article-left .company .company-stock-info .company-stock-price, article.node--type-he-exclusive .article-left .company .company-private-info .company-stock-price, article.node--type-he-exclusive .article-left .company .company-info .company-stock-price, article.node--type-he-news .article-left .company-stock .company-stock-info .company-stock-price, article.node--type-he-news .article-left .company-stock .company-private-info .company-stock-price, article.node--type-he-news .article-left .company-stock .company-info .company-stock-price, article.node--type-he-news .article-left .company-private .company-stock-info .company-stock-price, article.node--type-he-news .article-left .company-private .company-private-info .company-stock-price, article.node--type-he-news .article-left .company-private .company-info .company-stock-price, article.node--type-he-news .article-left .company .company-stock-info .company-stock-price, article.node--type-he-news .article-left .company .company-private-info .company-stock-price, article.node--type-he-news .article-left .company .company-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-stock-price, article.node--type-he-industry-voice .article-left .company-private .company-info .company-stock-price, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-stock-price, article.node--type-he-industry-voice .article-left .company .company-private-info .company-stock-price, article.node--type-he-industry-voice .article-left .company .company-info .company-stock-price, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-stock-price, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-stock-price, article.node--type-he-opinion .article-left .company-stock .company-info .company-stock-price, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-stock-price, article.node--type-he-opinion .article-left .company-private .company-private-info .company-stock-price, article.node--type-he-opinion .article-left .company-private .company-info .company-stock-price, article.node--type-he-opinion .article-left .company .company-stock-info .company-stock-price, article.node--type-he-opinion .article-left .company .company-private-info .company-stock-price, article.node--type-he-opinion .article-left .company .company-info .company-stock-price, article.node--type-he-event .article-left .company-stock .company-stock-info .company-stock-price, article.node--type-he-event .article-left .company-stock .company-private-info .company-stock-price, article.node--type-he-event .article-left .company-stock .company-info .company-stock-price, article.node--type-he-event .article-left .company-private .company-stock-info .company-stock-price, article.node--type-he-event .article-left .company-private .company-private-info .company-stock-price, article.node--type-he-event .article-left .company-private .company-info .company-stock-price, article.node--type-he-event .article-left .company .company-stock-info .company-stock-price, article.node--type-he-event .article-left .company .company-private-info .company-stock-price, article.node--type-he-event .article-left .company .company-info .company-stock-price {
      font-size: 1em; }
      article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-stock-price span, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-stock-price span, article.node--type-he-exclusive .article-left .company-stock .company-info .company-stock-price span, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-stock-price span, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-stock-price span, article.node--type-he-exclusive .article-left .company-private .company-info .company-stock-price span, article.node--type-he-exclusive .article-left .company .company-stock-info .company-stock-price span, article.node--type-he-exclusive .article-left .company .company-private-info .company-stock-price span, article.node--type-he-exclusive .article-left .company .company-info .company-stock-price span, article.node--type-he-news .article-left .company-stock .company-stock-info .company-stock-price span, article.node--type-he-news .article-left .company-stock .company-private-info .company-stock-price span, article.node--type-he-news .article-left .company-stock .company-info .company-stock-price span, article.node--type-he-news .article-left .company-private .company-stock-info .company-stock-price span, article.node--type-he-news .article-left .company-private .company-private-info .company-stock-price span, article.node--type-he-news .article-left .company-private .company-info .company-stock-price span, article.node--type-he-news .article-left .company .company-stock-info .company-stock-price span, article.node--type-he-news .article-left .company .company-private-info .company-stock-price span, article.node--type-he-news .article-left .company .company-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company-private .company-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company .company-private-info .company-stock-price span, article.node--type-he-industry-voice .article-left .company .company-info .company-stock-price span, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-stock-price span, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-stock-price span, article.node--type-he-opinion .article-left .company-stock .company-info .company-stock-price span, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-stock-price span, article.node--type-he-opinion .article-left .company-private .company-private-info .company-stock-price span, article.node--type-he-opinion .article-left .company-private .company-info .company-stock-price span, article.node--type-he-opinion .article-left .company .company-stock-info .company-stock-price span, article.node--type-he-opinion .article-left .company .company-private-info .company-stock-price span, article.node--type-he-opinion .article-left .company .company-info .company-stock-price span, article.node--type-he-event .article-left .company-stock .company-stock-info .company-stock-price span, article.node--type-he-event .article-left .company-stock .company-private-info .company-stock-price span, article.node--type-he-event .article-left .company-stock .company-info .company-stock-price span, article.node--type-he-event .article-left .company-private .company-stock-info .company-stock-price span, article.node--type-he-event .article-left .company-private .company-private-info .company-stock-price span, article.node--type-he-event .article-left .company-private .company-info .company-stock-price span, article.node--type-he-event .article-left .company .company-stock-info .company-stock-price span, article.node--type-he-event .article-left .company .company-private-info .company-stock-price span, article.node--type-he-event .article-left .company .company-info .company-stock-price span {
        margin: 0 5px 0 0;
        font-size: 0.75em; }
    article.node--type-he-exclusive .article-left .company-stock .company-stock-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company-stock .company-private-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company-stock .company-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company-private .company-stock-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company-private .company-private-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company-private .company-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company .company-stock-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company .company-private-info .company-stock-percentage, article.node--type-he-exclusive .article-left .company .company-info .company-stock-percentage, article.node--type-he-news .article-left .company-stock .company-stock-info .company-stock-percentage, article.node--type-he-news .article-left .company-stock .company-private-info .company-stock-percentage, article.node--type-he-news .article-left .company-stock .company-info .company-stock-percentage, article.node--type-he-news .article-left .company-private .company-stock-info .company-stock-percentage, article.node--type-he-news .article-left .company-private .company-private-info .company-stock-percentage, article.node--type-he-news .article-left .company-private .company-info .company-stock-percentage, article.node--type-he-news .article-left .company .company-stock-info .company-stock-percentage, article.node--type-he-news .article-left .company .company-private-info .company-stock-percentage, article.node--type-he-news .article-left .company .company-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-stock .company-stock-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-stock .company-private-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-stock .company-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-private .company-stock-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-private .company-private-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company-private .company-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company .company-stock-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company .company-private-info .company-stock-percentage, article.node--type-he-industry-voice .article-left .company .company-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-stock .company-stock-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-stock .company-private-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-stock .company-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-private .company-stock-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-private .company-private-info .company-stock-percentage, article.node--type-he-opinion .article-left .company-private .company-info .company-stock-percentage, article.node--type-he-opinion .article-left .company .company-stock-info .company-stock-percentage, article.node--type-he-opinion .article-left .company .company-private-info .company-stock-percentage, article.node--type-he-opinion .article-left .company .company-info .company-stock-percentage, article.node--type-he-event .article-left .company-stock .company-stock-info .company-stock-percentage, article.node--type-he-event .article-left .company-stock .company-private-info .company-stock-percentage, article.node--type-he-event .article-left .company-stock .company-info .company-stock-percentage, article.node--type-he-event .article-left .company-private .company-stock-info .company-stock-percentage, article.node--type-he-event .article-left .company-private .company-private-info .company-stock-percentage, article.node--type-he-event .article-left .company-private .company-info .company-stock-percentage, article.node--type-he-event .article-left .company .company-stock-info .company-stock-percentage, article.node--type-he-event .article-left .company .company-private-info .company-stock-percentage, article.node--type-he-event .article-left .company .company-info .company-stock-percentage {
      font-size: 0.625em; }
  @media (min-width: 1400px) {
    article.node--type-he-exclusive .article-left .company-stock .company-info, article.node--type-he-exclusive .article-left .company-stock .company-private-info, article.node--type-he-exclusive .article-left .company-private .company-info, article.node--type-he-exclusive .article-left .company-private .company-private-info, article.node--type-he-exclusive .article-left .company .company-info, article.node--type-he-exclusive .article-left .company .company-private-info, article.node--type-he-news .article-left .company-stock .company-info, article.node--type-he-news .article-left .company-stock .company-private-info, article.node--type-he-news .article-left .company-private .company-info, article.node--type-he-news .article-left .company-private .company-private-info, article.node--type-he-news .article-left .company .company-info, article.node--type-he-news .article-left .company .company-private-info, article.node--type-he-industry-voice .article-left .company-stock .company-info, article.node--type-he-industry-voice .article-left .company-stock .company-private-info, article.node--type-he-industry-voice .article-left .company-private .company-info, article.node--type-he-industry-voice .article-left .company-private .company-private-info, article.node--type-he-industry-voice .article-left .company .company-info, article.node--type-he-industry-voice .article-left .company .company-private-info, article.node--type-he-opinion .article-left .company-stock .company-info, article.node--type-he-opinion .article-left .company-stock .company-private-info, article.node--type-he-opinion .article-left .company-private .company-info, article.node--type-he-opinion .article-left .company-private .company-private-info, article.node--type-he-opinion .article-left .company .company-info, article.node--type-he-opinion .article-left .company .company-private-info, article.node--type-he-event .article-left .company-stock .company-info, article.node--type-he-event .article-left .company-stock .company-private-info, article.node--type-he-event .article-left .company-private .company-info, article.node--type-he-event .article-left .company-private .company-private-info, article.node--type-he-event .article-left .company .company-info, article.node--type-he-event .article-left .company .company-private-info {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important; } }
  article.node--type-he-exclusive .article-left .company-stock .company-chart, article.node--type-he-exclusive .article-left .company-private .company-chart, article.node--type-he-exclusive .article-left .company .company-chart, article.node--type-he-news .article-left .company-stock .company-chart, article.node--type-he-news .article-left .company-private .company-chart, article.node--type-he-news .article-left .company .company-chart, article.node--type-he-industry-voice .article-left .company-stock .company-chart, article.node--type-he-industry-voice .article-left .company-private .company-chart, article.node--type-he-industry-voice .article-left .company .company-chart, article.node--type-he-opinion .article-left .company-stock .company-chart, article.node--type-he-opinion .article-left .company-private .company-chart, article.node--type-he-opinion .article-left .company .company-chart, article.node--type-he-event .article-left .company-stock .company-chart, article.node--type-he-event .article-left .company-private .company-chart, article.node--type-he-event .article-left .company .company-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
    @media (min-width: 1300px) {
      article.node--type-he-exclusive .article-left .company-stock .company-chart, article.node--type-he-exclusive .article-left .company-private .company-chart, article.node--type-he-exclusive .article-left .company .company-chart, article.node--type-he-news .article-left .company-stock .company-chart, article.node--type-he-news .article-left .company-private .company-chart, article.node--type-he-news .article-left .company .company-chart, article.node--type-he-industry-voice .article-left .company-stock .company-chart, article.node--type-he-industry-voice .article-left .company-private .company-chart, article.node--type-he-industry-voice .article-left .company .company-chart, article.node--type-he-opinion .article-left .company-stock .company-chart, article.node--type-he-opinion .article-left .company-private .company-chart, article.node--type-he-opinion .article-left .company .company-chart, article.node--type-he-event .article-left .company-stock .company-chart, article.node--type-he-event .article-left .company-private .company-chart, article.node--type-he-event .article-left .company .company-chart {
        display: block; } }

article.node--type-he-exclusive .article-left .company-disclaimer, article.node--type-he-news .article-left .company-disclaimer, article.node--type-he-industry-voice .article-left .company-disclaimer, article.node--type-he-opinion .article-left .company-disclaimer, article.node--type-he-event .article-left .company-disclaimer {
  font-size: 0.5em;
  display: none; }

article.node--type-he-exclusive .article-left .related-files .file a, article.node--type-he-news .article-left .related-files .file a, article.node--type-he-industry-voice .article-left .related-files .file a, article.node--type-he-opinion .article-left .related-files .file a, article.node--type-he-event .article-left .related-files .file a {
  color: #5B7A8F;
  border-color: #5B7A8F;
  padding: 0.375rem 0.5rem;
  font-size: 0.688rem;
  line-height: 1.5;
  border-radius: 0;
  border: 1px solid transparent;
  display: block;
  margin-bottom: 1rem;
  padding-right: 1.5rem;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  article.node--type-he-exclusive .article-left .related-files .file a:hover, article.node--type-he-news .article-left .related-files .file a:hover, article.node--type-he-industry-voice .article-left .related-files .file a:hover, article.node--type-he-opinion .article-left .related-files .file a:hover, article.node--type-he-event .article-left .related-files .file a:hover {
    color: #fff;
    background-color: #5B7A8F;
    border-color: #5B7A8F; }
  article.node--type-he-exclusive .article-left .related-files .file a:focus, article.node--type-he-exclusive .article-left .related-files .file a.focus, article.node--type-he-news .article-left .related-files .file a:focus, article.node--type-he-news .article-left .related-files .file a.focus, article.node--type-he-industry-voice .article-left .related-files .file a:focus, article.node--type-he-industry-voice .article-left .related-files .file a.focus, article.node--type-he-opinion .article-left .related-files .file a:focus, article.node--type-he-opinion .article-left .related-files .file a.focus, article.node--type-he-event .article-left .related-files .file a:focus, article.node--type-he-event .article-left .related-files .file a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 122, 143, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(91, 122, 143, 0.5); }
  article.node--type-he-exclusive .article-left .related-files .file a.disabled, article.node--type-he-exclusive .article-left .related-files .file a:disabled, article.node--type-he-news .article-left .related-files .file a.disabled, article.node--type-he-news .article-left .related-files .file a:disabled, article.node--type-he-industry-voice .article-left .related-files .file a.disabled, article.node--type-he-industry-voice .article-left .related-files .file a:disabled, article.node--type-he-opinion .article-left .related-files .file a.disabled, article.node--type-he-opinion .article-left .related-files .file a:disabled, article.node--type-he-event .article-left .related-files .file a.disabled, article.node--type-he-event .article-left .related-files .file a:disabled {
    color: #5B7A8F;
    background-color: transparent; }
  article.node--type-he-exclusive .article-left .related-files .file a:not(:disabled):not(.disabled):active, article.node--type-he-exclusive .article-left .related-files .file a:not(:disabled):not(.disabled).active,
  .show > article.node--type-he-exclusive .article-left .related-files .file a.dropdown-toggle, article.node--type-he-news .article-left .related-files .file a:not(:disabled):not(.disabled):active, article.node--type-he-news .article-left .related-files .file a:not(:disabled):not(.disabled).active,
  .show > article.node--type-he-news .article-left .related-files .file a.dropdown-toggle, article.node--type-he-industry-voice .article-left .related-files .file a:not(:disabled):not(.disabled):active, article.node--type-he-industry-voice .article-left .related-files .file a:not(:disabled):not(.disabled).active,
  .show > article.node--type-he-industry-voice .article-left .related-files .file a.dropdown-toggle, article.node--type-he-opinion .article-left .related-files .file a:not(:disabled):not(.disabled):active, article.node--type-he-opinion .article-left .related-files .file a:not(:disabled):not(.disabled).active,
  .show > article.node--type-he-opinion .article-left .related-files .file a.dropdown-toggle, article.node--type-he-event .article-left .related-files .file a:not(:disabled):not(.disabled):active, article.node--type-he-event .article-left .related-files .file a:not(:disabled):not(.disabled).active,
  .show > article.node--type-he-event .article-left .related-files .file a.dropdown-toggle {
    color: #fff;
    background-color: #5B7A8F;
    border-color: #5B7A8F; }
    article.node--type-he-exclusive .article-left .related-files .file a:not(:disabled):not(.disabled):active:focus, article.node--type-he-exclusive .article-left .related-files .file a:not(:disabled):not(.disabled).active:focus,
    .show > article.node--type-he-exclusive .article-left .related-files .file a.dropdown-toggle:focus, article.node--type-he-news .article-left .related-files .file a:not(:disabled):not(.disabled):active:focus, article.node--type-he-news .article-left .related-files .file a:not(:disabled):not(.disabled).active:focus,
    .show > article.node--type-he-news .article-left .related-files .file a.dropdown-toggle:focus, article.node--type-he-industry-voice .article-left .related-files .file a:not(:disabled):not(.disabled):active:focus, article.node--type-he-industry-voice .article-left .related-files .file a:not(:disabled):not(.disabled).active:focus,
    .show > article.node--type-he-industry-voice .article-left .related-files .file a.dropdown-toggle:focus, article.node--type-he-opinion .article-left .related-files .file a:not(:disabled):not(.disabled):active:focus, article.node--type-he-opinion .article-left .related-files .file a:not(:disabled):not(.disabled).active:focus,
    .show > article.node--type-he-opinion .article-left .related-files .file a.dropdown-toggle:focus, article.node--type-he-event .article-left .related-files .file a:not(:disabled):not(.disabled):active:focus, article.node--type-he-event .article-left .related-files .file a:not(:disabled):not(.disabled).active:focus,
    .show > article.node--type-he-event .article-left .related-files .file a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 122, 143, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(91, 122, 143, 0.5); }
  article.node--type-he-exclusive .article-left .related-files .file a:after, article.node--type-he-news .article-left .related-files .file a:after, article.node--type-he-industry-voice .article-left .related-files .file a:after, article.node--type-he-opinion .article-left .related-files .file a:after, article.node--type-he-event .article-left .related-files .file a:after {
    content: '\f2e3';
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    font-size: 1rem; }
  article.node--type-he-exclusive .article-left .related-files .file a:hover, article.node--type-he-news .article-left .related-files .file a:hover, article.node--type-he-industry-voice .article-left .related-files .file a:hover, article.node--type-he-opinion .article-left .related-files .file a:hover, article.node--type-he-event .article-left .related-files .file a:hover {
    text-decoration: none; }

article.node--type-he-exclusive .field_teaser, article.node--type-he-news .field_teaser, article.node--type-he-industry-voice .field_teaser, article.node--type-he-opinion .field_teaser, article.node--type-he-event .field_teaser {
  position: relative; }
  article.node--type-he-exclusive .field_teaser:after, article.node--type-he-news .field_teaser:after, article.node--type-he-industry-voice .field_teaser:after, article.node--type-he-opinion .field_teaser:after, article.node--type-he-event .field_teaser:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 136px;
    background: rgba(255, 255, 255, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

article.node--type-he-exclusive .article-body, article.node--type-he-news .article-body, article.node--type-he-industry-voice .article-body, article.node--type-he-opinion .article-body, article.node--type-he-event .article-body {
  margin: 0 auto; }
  article.node--type-he-exclusive .article-body .body p, article.node--type-he-news .article-body .body p, article.node--type-he-industry-voice .article-body .body p, article.node--type-he-opinion .article-body .body p, article.node--type-he-event .article-body .body p {
    font-size: 1.125rem;
    line-height: 1.875rem; }
  article.node--type-he-exclusive .article-body p a, article.node--type-he-news .article-body p a, article.node--type-he-industry-voice .article-body p a, article.node--type-he-opinion .article-body p a, article.node--type-he-event .article-body p a {
    border-bottom: 1px solid #D6DFE8;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    article.node--type-he-exclusive .article-body p a:hover, article.node--type-he-news .article-body p a:hover, article.node--type-he-industry-voice .article-body p a:hover, article.node--type-he-opinion .article-body p a:hover, article.node--type-he-event .article-body p a:hover {
      text-decoration: none; }
  article.node--type-he-exclusive .article-body img, article.node--type-he-news .article-body img, article.node--type-he-industry-voice .article-body img, article.node--type-he-opinion .article-body img, article.node--type-he-event .article-body img {
    max-width: 100%;
    height: auto; }
  article.node--type-he-exclusive .article-body .media-element, article.node--type-he-news .article-body .media-element, article.node--type-he-industry-voice .article-body .media-element, article.node--type-he-opinion .article-body .media-element, article.node--type-he-event .article-body .media-element {
    max-width: 100%;
    height: auto;
    height: auto !important; }
    article.node--type-he-exclusive .article-body .media-element.media-wysiwyg-align-right, article.node--type-he-news .article-body .media-element.media-wysiwyg-align-right, article.node--type-he-industry-voice .article-body .media-element.media-wysiwyg-align-right, article.node--type-he-opinion .article-body .media-element.media-wysiwyg-align-right, article.node--type-he-event .article-body .media-element.media-wysiwyg-align-right {
      float: right;
      margin: 0 0 1rem 1rem; }
    article.node--type-he-exclusive .article-body .media-element.media-wysiwyg-align-left, article.node--type-he-news .article-body .media-element.media-wysiwyg-align-left, article.node--type-he-industry-voice .article-body .media-element.media-wysiwyg-align-left, article.node--type-he-opinion .article-body .media-element.media-wysiwyg-align-left, article.node--type-he-event .article-body .media-element.media-wysiwyg-align-left {
      float: left;
      margin: 0 1rem 1rem 0; }
    article.node--type-he-exclusive .article-body .media-element.file-default, article.node--type-he-news .article-body .media-element.file-default, article.node--type-he-industry-voice .article-body .media-element.file-default, article.node--type-he-opinion .article-body .media-element.file-default, article.node--type-he-event .article-body .media-element.file-default {
      max-width: 100%;
      height: auto; }
  article.node--type-he-exclusive .article-body figure, article.node--type-he-news .article-body figure, article.node--type-he-industry-voice .article-body figure, article.node--type-he-opinion .article-body figure, article.node--type-he-event .article-body figure {
    display: table; }
  article.node--type-he-exclusive .article-body figure.align-left, article.node--type-he-news .article-body figure.align-left, article.node--type-he-industry-voice .article-body figure.align-left, article.node--type-he-opinion .article-body figure.align-left, article.node--type-he-event .article-body figure.align-left {
    margin: 0 1rem 1rem 0; }
  article.node--type-he-exclusive .article-body figure.align-right, article.node--type-he-news .article-body figure.align-right, article.node--type-he-industry-voice .article-body figure.align-right, article.node--type-he-opinion .article-body figure.align-right, article.node--type-he-event .article-body figure.align-right {
    margin: 0 0 1rem 1rem; }
  article.node--type-he-exclusive .article-body figure.align-center, article.node--type-he-news .article-body figure.align-center, article.node--type-he-industry-voice .article-body figure.align-center, article.node--type-he-opinion .article-body figure.align-center, article.node--type-he-event .article-body figure.align-center {
    margin: 1rem auto; }
  article.node--type-he-exclusive .article-body figcaption, article.node--type-he-news .article-body figcaption, article.node--type-he-industry-voice .article-body figcaption, article.node--type-he-opinion .article-body figcaption, article.node--type-he-event .article-body figcaption {
    display: table-caption;
    caption-side: bottom; }
  article.node--type-he-exclusive .article-body .file-download-link, article.node--type-he-news .article-body .file-download-link, article.node--type-he-industry-voice .article-body .file-download-link, article.node--type-he-opinion .article-body .file-download-link, article.node--type-he-event .article-body .file-download-link {
    background: #f8f9fa;
    border: 1px solid #a5b2bf;
    border-radius: 2px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    color: #212529;
    display: block;
    padding: 1.5rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    margin: 0 0 15px 0; }
    article.node--type-he-exclusive .article-body .file-download-link img, article.node--type-he-exclusive .article-body .file-download-link svg, article.node--type-he-news .article-body .file-download-link img, article.node--type-he-news .article-body .file-download-link svg, article.node--type-he-industry-voice .article-body .file-download-link img, article.node--type-he-industry-voice .article-body .file-download-link svg, article.node--type-he-opinion .article-body .file-download-link img, article.node--type-he-opinion .article-body .file-download-link svg, article.node--type-he-event .article-body .file-download-link img, article.node--type-he-event .article-body .file-download-link svg {
      margin-right: .750rem; }
    article.node--type-he-exclusive .article-body .file-download-link:hover, article.node--type-he-news .article-body .file-download-link:hover, article.node--type-he-industry-voice .article-body .file-download-link:hover, article.node--type-he-opinion .article-body .file-download-link:hover, article.node--type-he-event .article-body .file-download-link:hover {
      color: #B22217; }

article.node--type-he-exclusive .click_to_continue, article.node--type-he-news .click_to_continue, article.node--type-he-industry-voice .click_to_continue, article.node--type-he-opinion .click_to_continue, article.node--type-he-event .click_to_continue {
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  article.node--type-he-exclusive aside.article-sidebar, article.node--type-he-news aside.article-sidebar, article.node--type-he-industry-voice aside.article-sidebar, article.node--type-he-opinion aside.article-sidebar, article.node--type-he-event aside.article-sidebar {
    max-width: 346px;
    padding-left: 30px; } }

.page-node-type-he-publication .row.layout {
  margin-top: 2rem; }

.page-node-type-he-publication article h1 {
  font-weight: 900; }

.page-node-type-he-publication article .field_deck_wrapper p {
  font-size: 1.25rem;
  font-weight: 300; }

.page-node-type-he-publication article .field_publish_date_wrapper {
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem; }

.page-node-type-he-publication article .field_publish_date {
  color: #5B7A8F; }

@media (min-width: 992px) {
  .page-node-type-he-publication article .article-content-wrapper {
    border-right: 1px solid #D6DFE8; } }

.page-node-type-he-publication article .field_image img {
  -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto; }

.page-node-type-he-publication article .publication_links {
  margin: 2em 0; }
  .page-node-type-he-publication article .publication_links .field_link {
    border-top: 1px solid #D6DFE8;
    padding: .5rem 0; }
    .page-node-type-he-publication article .publication_links .field_link:last-child {
      border-bottom: 1px solid #D6DFE8; }
    .page-node-type-he-publication article .publication_links .field_link .link_text {
      font-weight: 700; }
    .page-node-type-he-publication article .publication_links .field_link p {
      margin-bottom: 0; }
      .page-node-type-he-publication article .publication_links .field_link p.small {
        color: #5B7A8F;
        font-family: "Roboto Mono", monospace;
        font-size: 0.75em; }
    .page-node-type-he-publication article .publication_links .field_link .btn {
      text-transform: uppercase;
      font-size: .875rem; }
    .page-node-type-he-publication article .publication_links .field_link .link_button {
      text-align: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .page-node-type-he-publication article .publication_links .field_link .link_button a:hover {
        text-decoration: none; }
      .page-node-type-he-publication article .publication_links .field_link .link_button .disabled {
        cursor: not-allowed; }
      .page-node-type-he-publication article .publication_links .field_link .link_button span {
        font-size: 0.625em;
        margin: 3px 0 0 0; }

.page-node-type-he-publication article .article-left > div {
  margin-bottom: 1.5rem; }

.page-node-type-he-publication article .article-left .share-buttons h2 {
  margin-bottom: .25rem; }

.page-node-type-he-publication article .article-left .share-buttons ul li a {
  color: #000;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.875rem;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .page-node-type-he-publication article .article-left .share-buttons ul li a:hover {
    color: #B22217;
    text-decoration: none; }

.page-node-type-he-publication article .article-left .share-buttons .icon {
  font-size: 1.25rem;
  margin-right: .25rem;
  vertical-align: sub; }

.page-node-type-he-publication article .article-left h2 {
  border-bottom: 1px solid #D6DFE8;
  color: #7e97ad;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding-bottom: 3px; }

.page-node-type-he-publication article .article-body p a {
  border-bottom: 1px solid #D6DFE8;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .page-node-type-he-publication article .article-body p a:hover {
    text-decoration: none; }

.page-node-type-he-publication .page-sidebar {
  border-left: 1px solid #D6DFE8; }

.node--type-he-publication .magazine_issue h3 {
  border-bottom: 1px solid #D6DFE8;
  font-size: .75rem;
  font-weight: 900;
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.25rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }
  .node--type-he-publication .magazine_issue h3 a {
    color: #7e97ad;
    text-deoration: none; }

.node--type-he-publication .magazine_issue .views-row {
  border-top: 1px solid #D6DFE8;
  margin-top: 2rem;
  padding-top: 2rem; }

.node--type-he-publication .magazine_issue h3 + div {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }

.node--type-he-publication .magazine_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .node--type-he-publication .magazine_article h5 {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem; }
  .node--type-he-publication .magazine_article h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .node--type-he-publication .magazine_article h2 a {
      color: #212529; }
  .node--type-he-publication .magazine_article p {
    margin-bottom: 0; }
  .node--type-he-publication .magazine_article .he_bylines {
    color: #5B7A8F;
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 0 0; }
    .node--type-he-publication .magazine_article .he_bylines article {
      margin: 0;
      display: inline; }
      .node--type-he-publication .magazine_article .he_bylines article > div {
        display: inline-block; }
      .node--type-he-publication .magazine_article .he_bylines article .field_first_name {
        display: inline; }
        .node--type-he-publication .magazine_article .he_bylines article .field_first_name:before {
          content: 'By ';
          font-family: Georgia,Times,Times New Roman,serif;
          font-style: italic; }
      .node--type-he-publication .magazine_article .he_bylines article .field_last_name {
        display: inline; }
        .node--type-he-publication .magazine_article .he_bylines article .field_last_name:after {
          content: ','; }
  .node--type-he-publication .magazine_article .field_published_on {
    display: inline-block;
    color: #5B7A8F;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem; }
  .node--type-he-publication .magazine_article .img-wrap {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .node--type-he-publication .magazine_article .img-wrap img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .node--type-he-publication .magazine_article .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        margin-left: 8.333333%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; } }
    .node--type-he-publication .magazine_article .img-wrap:empty {
      display: none; }
  .node--type-he-publication .magazine_article .text-wrap {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .node--type-he-publication .magazine_article .text-wrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
        .node--type-he-publication .magazine_article .text-wrap h3 {
          font-size: 1.5rem; } }

.node--type-he-publication .special_reports_issue {
  margin-top: 3rem; }
  .node--type-he-publication .special_reports_issue h3 {
    border-bottom: 1px solid #D6DFE8;
    font-size: .75rem;
    font-weight: 900;
    margin: 2rem 0 1rem 0;
    padding-bottom: 0.25rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase; }
    .node--type-he-publication .special_reports_issue h3 a {
      color: #7e97ad;
      text-deoration: none; }
  .node--type-he-publication .special_reports_issue .views-row {
    border-bottom: 1px solid #D6DFE8;
    margin-bottom: 2rem;
    padding-bottom: 2rem; }

.magazine_archive #page-title {
  margin: 2rem 0; }

.issue_archive .views-element-container > div > h3 {
  display: none; }

.issue_archive .views-row {
  border-bottom: 1px solid #D6DFE8;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.issue_archive .special_report_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .issue_archive .special_report_item .img-wrap {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .issue_archive .special_report_item .img-wrap img {
      max-width: 100%;
      height: auto;
      border: 1px solid #D6DFE8; }
    @media (min-width: 768px) {
      .issue_archive .special_report_item .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .issue_archive .special_report_item .img-wrap:empty {
      display: none; }
  .issue_archive .special_report_item .text-wrap {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .issue_archive .special_report_item .text-wrap h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      .issue_archive .special_report_item .text-wrap h3 a {
        color: #212529; }
    .issue_archive .special_report_item .text-wrap p {
      margin-bottom: .5rem; }
    @media (min-width: 768px) {
      .issue_archive .special_report_item .text-wrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
        .issue_archive .special_report_item .text-wrap h3 {
          font-size: 1.5rem; } }

.issue_archive .magazine_issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .issue_archive .magazine_issue .img-wrap {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .issue_archive .magazine_issue .img-wrap img {
      max-width: 100%;
      height: auto;
      border: 1px solid #D6DFE8; }
    @media (min-width: 768px) {
      .issue_archive .magazine_issue .img-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .issue_archive .magazine_issue .img-wrap:empty {
      display: none; }
  .issue_archive .magazine_issue .text-wrap {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .issue_archive .magazine_issue .text-wrap h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      .issue_archive .magazine_issue .text-wrap h3 a {
        color: #212529; }
    .issue_archive .magazine_issue .text-wrap p {
      margin-bottom: .5rem; }
    @media (min-width: 768px) {
      .issue_archive .magazine_issue .text-wrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
        .issue_archive .magazine_issue .text-wrap h3 {
          font-size: 1.5rem; } }
  .issue_archive .magazine_issue .field_published_on {
    color: #7e97ad;
    font-family: "Roboto Mono", monospace;
    font-size: .875rem; }
  .issue_archive .magazine_issue .cover-story h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .25rem; }

.issue_archive.latest h6 {
  color: #7e97ad;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1rem;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .issue_archive.latest .magazine_issue .img-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.issue_archive.latest .magazine_issue img {
  -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3); }

.issue_archive.newsletter_archive .views-row {
  border-bottom: 1px solid #D6DFE8;
  margin: 0;
  padding: 0; }

.issue_archive .view_newsletter h3 {
  font-size: 1.5rem; }

.issue_archive .view_newsletter > div {
  background-color: #f1f8fc;
  padding: 1rem;
  text-align: center; }

.issue_archive .view_newsletter span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  color: #7e97ad;
  margin-bottom: .5rem;
  display: block;
  letter-spacing: 1px; }

.issue_archive .view_newsletter .newsletter_buttons .btn {
  padding: 0.375rem 1.25rem; }

.issue_archive .download_newsletter {
  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; }
  .issue_archive .download_newsletter > a {
    color: #212529;
    font-size: 1.250rem;
    line-height: 1;
    margin: 1.250rem;
    position: relative;
    text-decoration: none; }
    .issue_archive .download_newsletter > a:after {
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
    .issue_archive .download_newsletter > a:after {
      color: #B22217;
      content: '\f2e3';
      display: inline-block;
      font-size: 1.5rem;
      position: absolute;
      top: 0;
      right: 0; }
    .issue_archive .download_newsletter > a:hover {
      opacity: .8; }
  .issue_archive .download_newsletter h3 {
    font-size: 1.5rem; }

.path-industryvoice .row.layout {
  margin-bottom: 3rem; }

#heiv {
  border-bottom: 3px solid #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: .75rem; }
  #heiv > div {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #heiv img {
    max-width: 100%;
    height: auto; }
  #heiv .what-is {
    text-align: right; }
  #heiv a {
    color: #5B7A8F;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    #heiv a:hover, #heiv a:active, #heiv a:focus {
      color: #6e8da3;
      outline: none;
      text-decoration: none; }
  #heiv .icon {
    font-size: 1.25rem;
    margin-right: .5rem; }

.heiv_list article {
  border-bottom: 1px solid #D6DFE8;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .heiv_list article .node__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .heiv_list article .node__content > a {
      float: right;
      text-align: right;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      .heiv_list article .node__content > a img {
        max-width: 100%;
        height: auto; }
        @media (min-width: 1200px) {
          .heiv_list article .node__content > a img {
            max-width: 270px; } }
    .heiv_list article .node__content .text-wrap {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    .heiv_list article .node__content h5 {
      color: #00A4FF;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .1rem;
      margin-bottom: 0.25rem; }
      .heiv_list article .node__content h5:empty {
        display: none; }
    .heiv_list article .node__content h3 {
      font-size: 1.5rem;
      font-weight: 700; }
      .heiv_list article .node__content h3 a {
        color: #212529; }
    .heiv_list article .node__content p {
      margin-bottom: .5rem; }
    .heiv_list article .node__content .field_companies {
      display: inline-block;
      font-size: 0.75rem;
      margin: 0 0.625rem 1rem 0; }
      .heiv_list article .node__content .field_companies > div {
        display: inline-block; }
      .heiv_list article .node__content .field_companies a {
        font-weight: bold; }
    .heiv_list article .node__content .field_published_on_wrapper {
      display: inline-block; }
    .heiv_list article .node__content .field_published_on {
      font-family: "Roboto Mono", monospace;
      font-size: 0.75rem;
      color: #5B7A8F;
      display: inline-block; }

.page-node-type-he-company #wrapper {
  margin-top: 2em; }

.page-node-type-he-company .row.layout {
  margin-bottom: 3rem; }

.page-node-type-he-company article.node header {
  border: none;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .page-node-type-he-company aside.page-sidebar {
    max-width: 340px; } }

.page-node-type-he-company .views-element-container {
  width: 100%; }

.page-node-type-he-company .views-element-container .company-section:last-child {
  margin: 0 0 25px 0; }

.page-node-type-he-company .view-more {
  text-align: center; }
  .page-node-type-he-company .view-more a button {
    padding: 5px 8px;
    background: #ececec;
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: .2s;
    transition: .2s; }
    @media (min-width: 992px) {
      .page-node-type-he-company .view-more a button {
        padding: 5px 10px; } }
  .page-node-type-he-company .view-more a button:hover {
    color: #FFFFFF;
    background: #000000;
    -webkit-transition: .2s;
    transition: .2s; }

.page-node-type-he-company .company-image-wrapper {
  min-width: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 130px;
  margin: 0 15px 0 0; }

.page-node-type-he-company .company-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.page-node-type-he-company #company-data header {
  border: none;
  margin-bottom: 0; }
  .page-node-type-he-company #company-data header h2 {
    position: relative;
    color: #000000; }
    .page-node-type-he-company #company-data header h2::after {
      position: absolute;
      top: 0;
      margin: 3px 0 0 10px;
      color: #000000;
      content: "\f28a";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }

.page-node-type-he-company #company-about {
  margin: 0 0 25px 0; }

.page-node-type-he-company #company-about-extra {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-node-type-he-company #company-about-extra #stock-symbols, .page-node-type-he-company #company-about-extra #website-links, .page-node-type-he-company #company-about-extra #main-phone {
    margin: 0 15px 0 0; }

.page-node-type-he-company #company-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page-node-type-he-company #company-social a {
    font-size: 23px;
    margin: 0 10px 0 0;
    color: #333333; }

.page-node-type-he-company .item-list--linkicon {
  margin: 0 0 0 0; }

.page-node-type-he-company #company-news-container .company-section, .page-node-type-he-company #company-iv-container .company-section {
  margin: 0 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .page-node-type-he-company #company-news-container .company-section, .page-node-type-he-company #company-iv-container .company-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .page-node-type-he-company #company-news-container .company-section:last-of-type, .page-node-type-he-company #company-iv-container .company-section:last-of-type {
    margin: 0 0 40px 0; }

.page-node-type-he-company #company-news-container .company-news-info .company-news-title, .page-node-type-he-company #company-news-container .company-news-info .company-iv-title, .page-node-type-he-company #company-news-container .company-iv-info .company-news-title, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-title, .page-node-type-he-company #company-iv-container .company-news-info .company-news-title, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-title, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-title, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 5px 0; }
  .page-node-type-he-company #company-news-container .company-news-info .company-news-title .news-category, .page-node-type-he-company #company-news-container .company-news-info .company-news-title .iv-category, .page-node-type-he-company #company-news-container .company-news-info .company-iv-title .news-category, .page-node-type-he-company #company-news-container .company-news-info .company-iv-title .iv-category, .page-node-type-he-company #company-news-container .company-iv-info .company-news-title .news-category, .page-node-type-he-company #company-news-container .company-iv-info .company-news-title .iv-category, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-title .news-category, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-title .iv-category, .page-node-type-he-company #company-iv-container .company-news-info .company-news-title .news-category, .page-node-type-he-company #company-iv-container .company-news-info .company-news-title .iv-category, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-title .news-category, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-title .iv-category, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-title .news-category, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-title .iv-category, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-title .news-category, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-title .iv-category {
    font-size: 12px; }
  .page-node-type-he-company #company-news-container .company-news-info .company-news-title .news-title a, .page-node-type-he-company #company-news-container .company-news-info .company-news-title .iv-title a, .page-node-type-he-company #company-news-container .company-news-info .company-iv-title .news-title a, .page-node-type-he-company #company-news-container .company-news-info .company-iv-title .iv-title a, .page-node-type-he-company #company-news-container .company-iv-info .company-news-title .news-title a, .page-node-type-he-company #company-news-container .company-iv-info .company-news-title .iv-title a, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-title .news-title a, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-title .iv-title a, .page-node-type-he-company #company-iv-container .company-news-info .company-news-title .news-title a, .page-node-type-he-company #company-iv-container .company-news-info .company-news-title .iv-title a, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-title .news-title a, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-title .iv-title a, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-title .news-title a, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-title .iv-title a, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-title .news-title a, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-title .iv-title a {
    color: #000000;
    font-weight: 600; }

.page-node-type-he-company #company-news-container .company-news-info .company-news-main p, .page-node-type-he-company #company-news-container .company-news-info .company-iv-main p, .page-node-type-he-company #company-news-container .company-iv-info .company-news-main p, .page-node-type-he-company #company-news-container .company-iv-info .company-iv-main p, .page-node-type-he-company #company-iv-container .company-news-info .company-news-main p, .page-node-type-he-company #company-iv-container .company-news-info .company-iv-main p, .page-node-type-he-company #company-iv-container .company-iv-info .company-news-main p, .page-node-type-he-company #company-iv-container .company-iv-info .company-iv-main p {
  color: #999999;
  font-size: 0.875em;
  margin: 0 0 0 0; }

.page-node-type-he-company #company-activity-highlight-container .company-section {
  margin: 0 0 5px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .page-node-type-he-company #company-activity-highlight-container .company-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .page-node-type-he-company #company-activity-highlight-container .company-section:last-of-type {
    margin: 0 0 40px 0; }

.page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 5px 0; }
  .page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title .activity-highlights-location {
    font-size: 12px; }
    .page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title .activity-highlights-location p {
      margin: 0 0 5px 0;
      color: #B22217;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title .activity-highlights-location p span {
        margin: 0 5px 0 0; }
  .page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title .activity-highlights-title h5 {
    margin: 0 0 0 0; }
  .page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info .company-activity-highlights-title .activity-highlights-title a {
    color: #000000;
    font-weight: 600;
    font-size: 1rem; }

.page-node-type-he-company #company-activity-highlight-container .company-activity-highlights-info p {
  color: #999999;
  font-size: 0.875em; }

.page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #D6DFE8;
  font-size: 13px;
  text-transform: capitalize; }
  .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 17%;
                flex: 0 0 17%; } }
  .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span:nth-child(1) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%; } }
  .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section header span:nth-child(3) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%; } }

.page-node-type-he-company #company-financing-container .views-element-container > div:first-child > .company-section ~ .company-section header {
  display: none; }

.page-node-type-he-company #company-financing-container .company-financing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  position: relative;
  border-bottom: 1px solid #D6DFE8;
  -webkit-transition: all 0.05s;
  transition: all 0.05s; }
  .page-node-type-he-company #company-financing-container .company-financing:hover {
    background: #fcfcfc;
    -webkit-transition: all 0.05s;
    transition: all 0.05s; }
  .page-node-type-he-company #company-financing-container .company-financing span {
    font-size: 0.8125em;
    padding: 10px 0 10px 0;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%; }
  .page-node-type-he-company #company-financing-container .company-financing span:nth-child(1) {
    padding: 15px 0 15px 0;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .company-financing span:nth-child(1) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%; } }
  .page-node-type-he-company #company-financing-container .company-financing span:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 120px;
    top: 0;
    bottom: 0;
    background: #D6DFE8;
    height: 100%;
    width: 1px; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .company-financing span:nth-child(1)::after {
        display: none; } }
  .page-node-type-he-company #company-financing-container .company-financing span:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-financing-container .company-financing span:nth-child(3) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 18%;
                flex: 0 0 18%; } }
  .page-node-type-he-company #company-financing-container .company-financing .company-financing-title, .page-node-type-he-company #company-financing-container .company-financing .company-financing-title a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0; }
  .page-node-type-he-company #company-financing-container .company-financing .company-financing-type {
    position: relative;
    font-weight: 600;
    z-index: 999; }
  .page-node-type-he-company #company-financing-container .company-financing .company-financing-body {
    text-align: right;
    font-size: 0.8125em;
    margin: 0 auto 0 0;
    padding: 5px 10px 5px 10px;
    text-align: left; }

.page-node-type-he-company #company-financing-container .company-section:last-of-type {
  margin: 0 0 40px 0; }

.page-node-type-he-company #company-financing-container .company-section:last-child .company-financing {
  border: none; }

.page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #D6DFE8;
  font-size: 13px;
  text-transform: capitalize; }
  .page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header span {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%; }
  .page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header span:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%; }
    @media (min-width: 768px) {
      .page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header span:nth-child(1) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 18%;
                flex: 0 0 18%; } }
  .page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header span:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%; }
    @media (min-width: 768px) {
      .page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section header span:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%; } }

.page-node-type-he-company #company-transactions-container .views-element-container > div:first-child > .company-section ~ .company-section header {
  display: none; }

.page-node-type-he-company #company-transactions-container .company-transactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  position: relative;
  border-bottom: 1px solid #D6DFE8;
  -webkit-transition: all 0.05s;
  transition: all 0.05s; }
  .page-node-type-he-company #company-transactions-container .company-transactions:hover {
    background: #fcfcfc;
    -webkit-transition: all 0.05s;
    transition: all 0.05s; }
  .page-node-type-he-company #company-transactions-container .company-transactions span {
    font-size: 0.8125em;
    padding: 10px 0 10px 0;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11%;
            flex: 0 0 11%; }
  .page-node-type-he-company #company-transactions-container .company-transactions span.transactions-price:empty::before {
    content: 'Unavailable'; }
  .page-node-type-he-company #company-transactions-container .company-transactions span:nth-child(1) {
    padding: 15px 0 15px 0;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%; }
    @media (min-width: 768px) {
      .page-node-type-he-company #company-transactions-container .company-transactions span:nth-child(1) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 18%;
                flex: 0 0 18%; } }
  .page-node-type-he-company #company-transactions-container .company-transactions span:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 120px;
    top: 0;
    bottom: 0;
    background: #D6DFE8;
    height: 100%;
    width: 1px; }
    @media (max-width: 767.98px) {
      .page-node-type-he-company #company-transactions-container .company-transactions span:nth-child(1)::after {
        display: none; } }
  .page-node-type-he-company #company-transactions-container .company-transactions span:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14%;
            flex: 0 0 14%; }
  .page-node-type-he-company #company-transactions-container .company-transactions .company-transactions-title, .page-node-type-he-company #company-transactions-container .company-transactions .company-transactions-title a {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0; }
  .page-node-type-he-company #company-transactions-container .company-transactions .company-transactions-type {
    position: relative;
    font-weight: 600;
    z-index: 999; }
  .page-node-type-he-company #company-transactions-container .company-transactions .company-transactions-body {
    text-align: right;
    font-size: 0.8125em;
    margin: 0 auto 0 0;
    padding: 5px 10px 5px 10px;
    text-align: left; }

.page-node-type-he-company #company-transactions-container .company-section:last-of-type {
  margin: 0 0 40px 0; }

.page-node-type-he-company #company-transactions-container .company-section:last-child .company-transactions {
  border: none; }

.ah-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  padding-top: .625rem;
  padding-bottom: 1rem; }

.ah-meta > div .icon {
  font-size: .875rem;
  margin-right: 0.313rem; }

.highlight-marker-body {
  margin: 10px 0 0 0; }

.gm-style.gm-style-iw, .gm-style-iw.gm-style-iw-c {
  max-width: 440px !important; }

.path-activity-highlights #main-navigation {
  display: none !important; }

.path-activity-highlights #footer {
  margin-top: 0; }

.path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_results {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_results {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  @media (min-width: 1200px) {
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_results {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 1200px) {
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map .views-element-container {
    height: 100%;
    height: -webkit-calc(100vh - 59px);
    height: calc(100vh - 59px);
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    z-index: 20; }
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map .views-element-container > div {
      height: 100%;
      position: relative; }
    .path-activity-highlights #activity_highlights_container.map_visible .activity_highlights_map .views-element-container nav {
      display: none; }

.path-activity-highlights #activity_highlights_container.map_visible #results_list .views-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1400px) {
    .path-activity-highlights #activity_highlights_container.map_visible #results_list .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }

.path-activity-highlights h1.page_title {
  font-size: .875rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0; }

.path-activity-highlights .geofield-google-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.path-activity-highlights .activity_highlights_results {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  background-color: #fff;
  /*@include media-breakpoint-up(lg) {
			@include make-col(5);
			order: 0;
			border-right: 1px solid $line-gray;
		}
		@include media-breakpoint-up(xxl) {
			@include make-col(6);
		}*/ }
  .path-activity-highlights .activity_highlights_results header {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
    margin-bottom: 1rem; }

.path-activity-highlights .ah-header {
  background-color: #f7f7f7;
  padding: 1.25rem 0; }
  .path-activity-highlights .ah-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .path-activity-highlights .ah-header .filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.path-activity-highlights .map_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .path-activity-highlights .map_toggle h6 {
    font-size: .875rem;
    margin-right: .5rem;
    margin-bottom: 0;
    text-transform: uppercase; }
  .path-activity-highlights .map_toggle #ah-map-toggle {
    display: none; }
    .path-activity-highlights .map_toggle #ah-map-toggle:checked + .mt_button {
      background: #28a745; }
    .path-activity-highlights .map_toggle #ah-map-toggle:checked + .mt_button:after {
      left: 0; }
  .path-activity-highlights .map_toggle .mt_button {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #D6DFE8;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .path-activity-highlights .map_toggle .mt_button:after {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%;
      left: 50%;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }

.path-activity-highlights #ah-filter-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  font-weight: 500; }
  .path-activity-highlights #ah-filter-toggle .icon {
    font-size: 1rem;
    margin-right: .313rem;
    line-height: 1; }

.path-activity-highlights .search_activity_highlights {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #eee;
  height: 100%; }

.path-activity-highlights .views-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .path-activity-highlights .views-exposed-form .btn-shore-type,
  .path-activity-highlights .views-exposed-form .btn-country,
  .path-activity-highlights .views-exposed-form .btn-publish-date,
  .path-activity-highlights .views-exposed-form .btn-sort-order {
    background-color: #fff;
    border-radius: .125rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.125rem;
    margin: 0 1rem;
    margin-bottom: 0;
    padding: .75rem 1.25rem .5rem 1.25rem;
    text-transform: uppercase; }
    .path-activity-highlights .views-exposed-form .btn-shore-type:hover,
    .path-activity-highlights .views-exposed-form .btn-country:hover,
    .path-activity-highlights .views-exposed-form .btn-publish-date:hover,
    .path-activity-highlights .views-exposed-form .btn-sort-order:hover {
      border-color: transparent;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
    .path-activity-highlights .views-exposed-form .btn-shore-type.open,
    .path-activity-highlights .views-exposed-form .btn-country.open,
    .path-activity-highlights .views-exposed-form .btn-publish-date.open,
    .path-activity-highlights .views-exposed-form .btn-sort-order.open {
      background-color: #000;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      color: #fff; }
  .path-activity-highlights .views-exposed-form .search_shore,
  .path-activity-highlights .views-exposed-form .search_location,
  .path-activity-highlights .views-exposed-form .search_publish_date,
  .path-activity-highlights .views-exposed-form .sort_order {
    position: relative; }
  .path-activity-highlights .views-exposed-form #shore_type_filter,
  .path-activity-highlights .views-exposed-form #country_filter,
  .path-activity-highlights .views-exposed-form #publish_date_filter,
  .path-activity-highlights .views-exposed-form #sort_order_filter {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50px;
    left: 1rem;
    width: 280px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 30; }
    .path-activity-highlights .views-exposed-form #shore_type_filter:after,
    .path-activity-highlights .views-exposed-form #country_filter:after,
    .path-activity-highlights .views-exposed-form #publish_date_filter:after,
    .path-activity-highlights .views-exposed-form #sort_order_filter:after {
      position: absolute;
      left: 1rem;
      top: -8px;
      width: 0;
      height: 0;
      content: '';
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #ffffff; }
    .path-activity-highlights .views-exposed-form #shore_type_filter > fieldset.form-wrapper,
    .path-activity-highlights .views-exposed-form #country_filter > fieldset.form-wrapper,
    .path-activity-highlights .views-exposed-form #publish_date_filter > fieldset.form-wrapper,
    .path-activity-highlights .views-exposed-form #sort_order_filter > fieldset.form-wrapper {
      padding: 1rem; }
  .path-activity-highlights .views-exposed-form #shore_type_filter legend,
  .path-activity-highlights .views-exposed-form #country_filter legend,
  .path-activity-highlights .views-exposed-form #publish_date_filter legend,
  .path-activity-highlights .views-exposed-form #sort_order_filter legend {
    display: none; }
  .path-activity-highlights .views-exposed-form #shore_type_filter label,
  .path-activity-highlights .views-exposed-form #country_filter label,
  .path-activity-highlights .views-exposed-form #publish_date_filter label,
  .path-activity-highlights .views-exposed-form #sort_order_filter label {
    display: inline-block;
    position: initial;
    font-weight: 400;
    margin: 0;
    text-indent: 1.625rem;
    min-width: -webkit-calc(1rem + 2px);
    min-width: calc(1rem + 2px); }
    .path-activity-highlights .views-exposed-form #shore_type_filter label:before, .path-activity-highlights .views-exposed-form #shore_type_filter label:after,
    .path-activity-highlights .views-exposed-form #country_filter label:before,
    .path-activity-highlights .views-exposed-form #country_filter label:after,
    .path-activity-highlights .views-exposed-form #publish_date_filter label:before,
    .path-activity-highlights .views-exposed-form #publish_date_filter label:after,
    .path-activity-highlights .views-exposed-form #sort_order_filter label:before,
    .path-activity-highlights .views-exposed-form #sort_order_filter label:after {
      content: '';
      width: -webkit-calc(1rem + 2px);
      width: calc(1rem + 2px);
      height: -webkit-calc(1rem + 2px);
      height: calc(1rem + 2px);
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0;
      border: 1px solid transparent;
      z-index: 0;
      position: absolute;
      left: 0;
      top: .25rem;
      background-color: transparent; }
    .path-activity-highlights .views-exposed-form #shore_type_filter label:before,
    .path-activity-highlights .views-exposed-form #country_filter label:before,
    .path-activity-highlights .views-exposed-form #publish_date_filter label:before,
    .path-activity-highlights .views-exposed-form #sort_order_filter label:before {
      border-color: #bdc3c7; }
    .path-activity-highlights .views-exposed-form #shore_type_filter label:after,
    .path-activity-highlights .views-exposed-form #country_filter label:after,
    .path-activity-highlights .views-exposed-form #publish_date_filter label:after,
    .path-activity-highlights .views-exposed-form #sort_order_filter label:after {
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); }
  .path-activity-highlights .views-exposed-form #shore_type_filter input,
  .path-activity-highlights .views-exposed-form #country_filter input,
  .path-activity-highlights .views-exposed-form #publish_date_filter input,
  .path-activity-highlights .views-exposed-form #sort_order_filter input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1rem;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .path-activity-highlights .views-exposed-form #shore_type_filter input:checked ~ label:after,
    .path-activity-highlights .views-exposed-form #country_filter input:checked ~ label:after,
    .path-activity-highlights .views-exposed-form #publish_date_filter input:checked ~ label:after,
    .path-activity-highlights .views-exposed-form #sort_order_filter input:checked ~ label:after {
      background-color: #28a745 !important; }
  .path-activity-highlights .views-exposed-form #shore_type_filter .fieldset-wrapper .form-item,
  .path-activity-highlights .views-exposed-form #country_filter .fieldset-wrapper .form-item,
  .path-activity-highlights .views-exposed-form #publish_date_filter .fieldset-wrapper .form-item,
  .path-activity-highlights .views-exposed-form #sort_order_filter .fieldset-wrapper .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin-bottom: .5rem;
    padding: .25rem 0rem;
    position: relative;
    white-space: nowrap; }
  .path-activity-highlights .views-exposed-form .form-item {
    padding-left: 15px;
    padding-right: 15px;
    /* input, select {
					display: block;
					height: calc(2.375rem + 2px);
					padding: 12px 20px 8px 20px;
					font-size: .75rem;
					font-weight: 500;
					line-height: 1.125rem;
					margin-top: 0;
					max-width: 100%;
					width: 100%;
					color: #495057;
					background-color: #fff;
					background-clip: padding-box;
					border:1px solid transparent;
					border-radius: 1.5rem;
					transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
				 }*/ }
    @media (min-width: 992px) {
      .path-activity-highlights .views-exposed-form .form-item {
        margin: 0; } }
    .path-activity-highlights .views-exposed-form .form-item label {
      /*font-size: 0.75rem;
					font-weight: $fw-bold;
					letter-spacing: .05em;
					text-transform: uppercase;*/
      display: none; }
    .path-activity-highlights .views-exposed-form .form-item select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .path-activity-highlights .views-exposed-form .form-item .shs-enabled.form-select.shs-processed.hidden {
      display: none; }
    .path-activity-highlights .views-exposed-form .form-item .shs-widget-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .path-activity-highlights .views-exposed-form .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
    .path-activity-highlights .views-exposed-form .form-actions input {
      font-weight: 400;
      max-width: 100%;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border: 1px solid transparent;
      padding: 0.375rem 1rem;
      font-size: 1rem;
      line-height: 1.5;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
      .path-activity-highlights .views-exposed-form .form-actions input:first-child {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745; }
        .path-activity-highlights .views-exposed-form .form-actions input:first-child:hover {
          color: #fff;
          background-color: #218838;
          border-color: #1e7e34; }
        .path-activity-highlights .views-exposed-form .form-actions input:first-child:focus, .path-activity-highlights .views-exposed-form .form-actions input:first-child.focus {
          color: #fff;
          background-color: #218838;
          border-color: #1e7e34;
          -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
        .path-activity-highlights .views-exposed-form .form-actions input:first-child.disabled, .path-activity-highlights .views-exposed-form .form-actions input:first-child:disabled {
          color: #fff;
          background-color: #28a745;
          border-color: #28a745; }
        .path-activity-highlights .views-exposed-form .form-actions input:first-child:not(:disabled):not(.disabled):active, .path-activity-highlights .views-exposed-form .form-actions input:first-child:not(:disabled):not(.disabled).active,
        .show > .path-activity-highlights .views-exposed-form .form-actions input:first-child.dropdown-toggle {
          color: #fff;
          background-color: #1e7e34;
          border-color: #1c7430; }
          .path-activity-highlights .views-exposed-form .form-actions input:first-child:not(:disabled):not(.disabled):active:focus, .path-activity-highlights .views-exposed-form .form-actions input:first-child:not(:disabled):not(.disabled).active:focus,
          .show > .path-activity-highlights .views-exposed-form .form-actions input:first-child.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
                    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
      .path-activity-highlights .views-exposed-form .form-actions input:nth-child(2) {
        background-color: transparent;
        color: #212529;
        padding: 0;
        font-size: .875rem;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
        padding: 0; }
        .path-activity-highlights .views-exposed-form .form-actions input:nth-child(2):hover {
          text-decoration: underline; }

.path-activity-highlights .results_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: auto;
  position: relative; }
  .path-activity-highlights .results_wrapper header {
    width: 100%;
    font-size: .875rem;
    margin-bottom: 1rem; }
    .path-activity-highlights .results_wrapper header div {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
  .path-activity-highlights .results_wrapper #activity_highlights_results {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem; }
    @media (min-width: 1400px) {
      .path-activity-highlights .results_wrapper #activity_highlights_results {
        padding: 1rem 2rem; } }

.path-activity-highlights #views-exposed-form-hart-company-activity-highlights-ac,
.path-activity-highlights #views-exposed-form-hart-company-activity-highlights-ac-loggedout {
  background-color: #e6ecf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem; }

.path-activity-highlights #results_list .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .path-activity-highlights #results_list .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 992px) {
    .path-activity-highlights #results_list .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .path-activity-highlights #results_list .views-row .ah-meta {
    margin: 0;
    padding: 0 0 .5rem;
    color: #666666;
    font-size: .875rem; }
  .path-activity-highlights #results_list .views-row .views-field-field-publish-date,
  .path-activity-highlights #results_list .views-row .views-field-field-locations-country-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .path-activity-highlights #results_list .views-row .views-field-field-publish-date .icon,
    .path-activity-highlights #results_list .views-row .views-field-field-locations-country-code .icon {
      font-size: .875rem;
      line-height: 1;
      margin-right: 0.375rem; }
  .path-activity-highlights #results_list .views-row .views-field-field-shore-type {
    background-color: #111;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .375rem .5rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 15px; }
  .path-activity-highlights #results_list .views-row h2 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0.25rem; }
  .path-activity-highlights #results_list .views-row .views-field-body {
    display: inline;
    font-size: .875rem; }
    .path-activity-highlights #results_list .views-row .views-field-body div,
    .path-activity-highlights #results_list .views-row .views-field-body p {
      display: inline; }
  .path-activity-highlights #results_list .views-row .geofield-static-google-map img {
    border-radius: 0px;
    min-height: 240px;
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .path-activity-highlights #results_list .views-row .read-more-link {
    display: inline;
    font-size: .875rem; }

.path-activity-highlights #results_list .highlighted {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(178, 34, 23, 0.18);
          box-shadow: 0 0.5rem 1rem rgba(178, 34, 23, 0.18);
  border: 2px solid #B22217; }

.path-activity-highlights #results_list .ah-pager {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 3rem; }

.path-activity-highlights .table td {
  border-color: #D6DFE8; }

.path-activity-highlights .more-link a {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-decoration: none; }
  .path-activity-highlights .more-link a:hover {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570; }
  .path-activity-highlights .more-link a:focus, .path-activity-highlights .more-link a.focus {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .path-activity-highlights .more-link a.disabled, .path-activity-highlights .more-link a:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .path-activity-highlights .more-link a:not(:disabled):not(.disabled):active, .path-activity-highlights .more-link a:not(:disabled):not(.disabled).active,
  .show > .path-activity-highlights .more-link a.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .path-activity-highlights .more-link a:not(:disabled):not(.disabled):active:focus, .path-activity-highlights .more-link a:not(:disabled):not(.disabled).active:focus,
    .show > .path-activity-highlights .more-link a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.path-activity-highlights .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin: 1em 0; }
  .path-activity-highlights .pager ul li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #B22217;
    background-color: #fff;
    border: 1px solid #D6DFE8; }
    .path-activity-highlights .pager ul li a:hover {
      background-color: #D6DFE8;
      text-decoration: none; }
  .path-activity-highlights .pager ul li:first-child a {
    margin-left: 0; }
  .path-activity-highlights .pager ul li.pager__item--ellipsis {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #999;
    background-color: #fff;
    border: 1px solid #D6DFE8; }
  .path-activity-highlights .pager ul li.is-active a {
    z-index: 1;
    color: #fff;
    background-color: #B22217;
    border-color: #B22217; }

.page-node-type-he-activity-highlight article header {
  margin: 1.25rem 0; }
  @media (min-width: 576px) {
    .page-node-type-he-activity-highlight article header {
      border-bottom: 1px solid #D6DFE8; } }
  .page-node-type-he-activity-highlight article header .field_categories_wrapper,
  .page-node-type-he-activity-highlight article header .field_event_type_wrapper {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin: 1rem 1rem .5rem 0;
    text-transform: uppercase; }
  .page-node-type-he-activity-highlight article header .field_categories_wrapper + .field_categories_wrapper {
    border-left: 1px solid #D6DFE8;
    padding-left: 1rem; }
  .page-node-type-he-activity-highlight article header h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.025em; }
    @media (min-width: 992px) {
      .page-node-type-he-activity-highlight article header h1 {
        font-size: 3.5rem; } }
  .page-node-type-he-activity-highlight article header .field_deck p {
    font-size: 1.25rem;
    font-weight: 300; }
  .page-node-type-he-activity-highlight article header .field_attribution_wrapper {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
  .page-node-type-he-activity-highlight article header .field_published_on_wrapper {
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
  .page-node-type-he-activity-highlight article header .field_byline {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
    .page-node-type-he-activity-highlight article header .field_byline article > div {
      display: inline-block; }
      .page-node-type-he-activity-highlight article header .field_byline article > div .field_first_name {
        display: inline; }
        .page-node-type-he-activity-highlight article header .field_byline article > div .field_first_name:before {
          content: 'By '; }
      .page-node-type-he-activity-highlight article header .field_byline article > div .field_last_name {
        display: inline; }
        .page-node-type-he-activity-highlight article header .field_byline article > div .field_last_name:after {
          content: ','; }
  .page-node-type-he-activity-highlight article header .field_published_on {
    color: #5B7A8F; }

.page-node-type-he-activity-highlight .ah_map {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  margin-bottom: 2rem; }
  .page-node-type-he-activity-highlight .ah_map .field_geo_coordinate > div:first-child {
    display: none; }

.page-node-type-he-activity-highlight .ah_details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }
  .page-node-type-he-activity-highlight .ah_details .section_title {
    margin-bottom: 0; }
  .page-node-type-he-activity-highlight .ah_details .inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #adbfd1; }
    .page-node-type-he-activity-highlight .ah_details .inner > div:last-child {
      border: 0;
      padding-bottom: 0; }
  .page-node-type-he-activity-highlight .ah_details .inner > div > div {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
    .page-node-type-he-activity-highlight .ah_details .inner > div > div:first-child {
      color: #666666;
      font-size: 0.75rem;
      font-weight: bold;
      text-transform: uppercase; }
    .page-node-type-he-activity-highlight .ah_details .inner > div > div:nth-child(2) {
      text-align: right;
      font-size: 0.813rem; }
  .page-node-type-he-activity-highlight .ah_details .inner .address {
    margin: 0; }
  .page-node-type-he-activity-highlight .ah_details .inner .field_publish_date_wrapper {
    font-family: "Roboto Mono", monospace; }

.page-node-type-he-activity-highlight .ah_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .page-node-type-he-activity-highlight .ah_content_wrapper .ah_logged_out {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .page-node-type-he-activity-highlight .ah_content_wrapper .ah_logged_out {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .page-node-type-he-activity-highlight .ah_content_wrapper .ah_body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .page-node-type-he-activity-highlight .ah_content_wrapper .ah_body .body > div:first-child {
      display: none; }

.page-node-type-he-activity-highlight .article-sidebar {
  border-left: 1px solid #D6DFE8; }

.path-new-financings #page-title h1 {
  border: none !important; }

.path-new-financings .nf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .path-new-financings .nf-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.path-new-financings .search-header {
  background: rgba(0, 123, 255, 0.062);
  padding: 15px 15px 15px 15px;
  border-radius: 4px; }

.path-new-financings .page-sidebar {
  padding-right: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.path-new-financings .search_new_financings {
  padding: 0 15px 0 0;
  border-right: 1px solid #D6DFE8;
  margin: 0 0 15px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 45%;
  -webkit-transition: .2s box-shadow;
  transition: .2s box-shadow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh; }
  .path-new-financings .search_new_financings .search-container {
    width: 100%; }
  @media (max-width: 991.98px) {
    .path-new-financings .search_new_financings {
      position: relative;
      height: auto;
      top: initial;
      border: none;
      width: 100%;
      padding: 0 0 0 0; }
      .path-new-financings .search_new_financings .search-container .search-header {
        width: 100%; } }
  .path-new-financings .search_new_financings .search_form_wrap .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .path-new-financings .search_new_financings .search_form_wrap input[value="Reset"] {
    margin-left: 25px;
    background: none;
    margin-left: 25px;
    color: black; }
  .path-new-financings .search_new_financings form {
    width: 100%; }
    .path-new-financings .search_new_financings form .form-checkboxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .path-new-financings .search_new_financings form .js-form-type-textfield label, .path-new-financings .search_new_financings form legend .fieldset-legend {
      font-size: 1rem;
      font-weight: 500;
      text-transform: capitalize;
      position: relative;
      width: 100%;
      padding: 0 0 5px 0;
      color: #a5a5a5; }
    .path-new-financings .search_new_financings form legend .fieldset-legend {
      color: #000000; }
    .path-new-financings .search_new_financings form .fieldset-wrapper {
      margin: 15px 0 0 0; }
    .path-new-financings .search_new_financings form .js-form-type-textfield label::after {
      font-family: "Ionicons" , -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      content: 'Expand \f3d0';
      position: absolute;
      color: #000000;
      right: 0;
      border-radius: 20px;
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
      padding: 2px 15px 2px 15px;
      font-size: 12px;
      cursor: pointer; }
    .path-new-financings .search_new_financings form .js-form-type-textfield.show-filter label::after {
      content: 'Collapse '; }
    .path-new-financings .search_new_financings form input[type="text"], .path-new-financings .search_new_financings form input[type="submit"], .path-new-financings .search_new_financings form select {
      width: 100%;
      padding: 5px 10px 5px 10px;
      border-radius: 4px;
      border: 1px solid #D6DFE8;
      display: block; }
    .path-new-financings .search_new_financings form input[type="text"] {
      width: 0;
      height: 0;
      opacity: 0;
      padding: 0;
      margin: 0;
      visibility: hidden; }
    .path-new-financings .search_new_financings form .show-filter label {
      color: #000000; }
    .path-new-financings .search_new_financings form .show-filter input[type="text"] {
      width: 100%;
      height: auto;
      visibility: visible;
      opacity: 1;
      padding: 5px 10px 5px 10px;
      margin: 5px 0 25px 0;
      font-size: 14px; }
    .path-new-financings .search_new_financings form input[type="submit"] {
      background: #28a745;
      border: none;
      margin: 20px 0 0 0;
      color: #FFFFFF; }
    .path-new-financings .search_new_financings form input[type="checkbox"] {
      margin: 2px 5px 0 0; }
    .path-new-financings .search_new_financings form #edit-reset {
      background: none;
      color: #000000;
      margin: 0 0 0 0;
      font-size: 14px; }
    .path-new-financings .search_new_financings form #edit-actions {
      margin-bottom: 0; }
    .path-new-financings .search_new_financings form .form-checkboxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .path-new-financings .search_new_financings form .form-checkboxes .js-form-type-checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .path-new-financings .search_new_financings form .form-checkboxes .js-form-type-checkbox label {
          font-size: 14px; }
  .path-new-financings .search_new_financings h4 {
    font-size: 1.125em;
    font-weight: 600;
    margin: 0 0 10px 0; }
  .path-new-financings .search_new_financings p {
    font-size: 0.875em;
    color: #686868;
    margin: 0 0 0 0; }

.path-new-financings #new-financings_results {
  margin: 0 1rem 0 1rem;
  width: 100%; }
  @media (max-width: 991.98px) {
    .path-new-financings #new-financings_results {
      margin: 0 0 0 0; } }
  .path-new-financings #new-financings_results header {
    margin-bottom: 1rem; }
  .path-new-financings #new-financings_results .views-row {
    border: 1px solid #D6DFE8;
    border-radius: 4px;
    padding: 15px 15px 15px 15px;
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-transition: .2s box-shadow;
    transition: .2s box-shadow; }
    .path-new-financings #new-financings_results .views-row:hover {
      -webkit-transition: .2s box-shadow;
      transition: .2s box-shadow;
      -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05); }
    .path-new-financings #new-financings_results .views-row:hover .tags .stock-ownership {
      opacity: 1;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .path-new-financings #new-financings_results .views-row .title {
      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; }
    .path-new-financings #new-financings_results .views-row .new-financings-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .path-new-financings #new-financings_results .views-row .interactive.hover {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin: 10px 0 0 0; }
      .path-new-financings #new-financings_results .views-row .interactive.hover .debt, .path-new-financings #new-financings_results .views-row .interactive.hover .equity, .path-new-financings #new-financings_results .views-row .interactive.hover .buyback, .path-new-financings #new-financings_results .views-row .interactive.hover .redemption {
        margin: 10px 0 0 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-new-financings #new-financings_results .views-row .interactive.hover .tags .symbol {
        -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05); }
      .path-new-financings #new-financings_results .views-row .interactive.hover .more-link {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 25px 0 0 0; }
      .path-new-financings #new-financings_results .views-row .interactive.hover .shadow-card {
        opacity: 1;
        -webkit-transition: .2s all;
        transition: .2s all;
        padding: 10px 0 8px 0; }
    .path-new-financings #new-financings_results .views-row .shadow-card {
      position: absolute;
      background: white;
      width: 100%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      z-index: 97;
      -webkit-transition: .3s all;
      transition: .3s all;
      cursor: pointer;
      padding: 0 0 0 0;
      left: 0; }
      @media (max-width: 1199.98px) {
        .path-new-financings #new-financings_results .views-row .shadow-card {
          top: 65%;
          padding: 0 0 15px 0; } }
      @media (max-width: 991.98px) {
        .path-new-financings #new-financings_results .views-row .shadow-card {
          top: 46%; } }
      .path-new-financings #new-financings_results .views-row .shadow-card .stock-symbol {
        opacity: 0; }
      .path-new-financings #new-financings_results .views-row .shadow-card .card-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%; }
        @media (max-width: 1199.98px) {
          .path-new-financings #new-financings_results .views-row .shadow-card .card-right {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 45%;
                    flex: 0 0 45%; } }
        @media (max-width: 991.98px) {
          .path-new-financings #new-financings_results .views-row .shadow-card .card-right {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 65%;
                    flex: 0 0 65%; } }
        .path-new-financings #new-financings_results .views-row .shadow-card .card-right h6 {
          font-size: 16px;
          font-weight: 600; }
      .path-new-financings #new-financings_results .views-row .shadow-card .stats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .path-new-financings #new-financings_results .views-row .shadow-card .stats .stats-row {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 46%;
                  flex: 0 0 46%; }
        .path-new-financings #new-financings_results .views-row .shadow-card .stats .stat-item {
          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;
          padding: 0 0 4px 0;
          margin: 6px 0 6px 0;
          border-bottom: 1px solid #D6DFE8; }
          .path-new-financings #new-financings_results .views-row .shadow-card .stats .stat-item:nth-child(4n), .path-new-financings #new-financings_results .views-row .shadow-card .stats .stat-item:last-child {
            padding: 0 0 0 0;
            margin: 0 0 0 0;
            border: none; }
          .path-new-financings #new-financings_results .views-row .shadow-card .stats .stat-item h5 {
            font-size: 12px;
            font-weight: 600;
            margin: 0 0 0 0; }
          .path-new-financings #new-financings_results .views-row .shadow-card .stats .stat-item h4 {
            font-size: 14px;
            font-weight: 400;
            margin: 0 0 0 0; }
        @media (max-width: 1199.98px) {
          .path-new-financings #new-financings_results .views-row .shadow-card .stats {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .path-new-financings #new-financings_results .views-row .shadow-card .stats .stats-row {
              width: 100%; }
            .path-new-financings #new-financings_results .views-row .shadow-card .stats .stats-row:first-child .stat-item:last-child {
              border-bottom: 1px solid #D6DFE8; } }
        @media (max-width: 991.98px) {
          .path-new-financings #new-financings_results .views-row .shadow-card .stats {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; }
            .path-new-financings #new-financings_results .views-row .shadow-card .stats .stats-row:first-child .stat-item:last-child {
              border: none; } }
      .path-new-financings #new-financings_results .views-row .shadow-card .stock-metadata {
        font-size: 12px; }
      .path-new-financings #new-financings_results .views-row .shadow-card .chart-data {
        border-radius: 4px;
        padding: 1px 5px 1px 5px;
        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;
        width: 176px; }
        .path-new-financings #new-financings_results .views-row .shadow-card .chart-data .symbol {
          font-size: 0.75em; }
        .path-new-financings #new-financings_results .views-row .shadow-card .chart-data .chart-data-price .price, .path-new-financings #new-financings_results .views-row .shadow-card .chart-data .chart-data-price .percentage {
          font-size: 0.75em; }
      .path-new-financings #new-financings_results .views-row .shadow-card .chart {
        border-radius: 3px;
        width: 180px;
        margin: 5px 0 0 0;
        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; }
        @media (max-width: 767.98px) {
          .path-new-financings #new-financings_results .views-row .shadow-card .chart {
            width: 120px; } }
        .path-new-financings #new-financings_results .views-row .shadow-card .chart .stock-ownership {
          font-size: 0.75em; }
        .path-new-financings #new-financings_results .views-row .shadow-card .chart svg ~ span {
          display: none; }
        .path-new-financings #new-financings_results .views-row .shadow-card .chart svg .x, .path-new-financings #new-financings_results .views-row .shadow-card .chart svg .y {
          opacity: .1; }
    .path-new-financings #new-financings_results .views-row .field_publish_date {
      font-family: "IBM Plex Mono",monospace;
      color: #7e97ad;
      display: inherit;
      font-size: 12px;
      position: relative;
      z-index: 99; }
    .path-new-financings #new-financings_results .views-row .body {
      margin: 0 0 25px 0; }
    .path-new-financings #new-financings_results .views-row .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .path-new-financings #new-financings_results .views-row .title h2 {
        margin: 0 0 0 0 !important; }
    .path-new-financings #new-financings_results .views-row .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      margin: 5px 0 0 0; }
      @media (max-width: 1199.98px) {
        .path-new-financings #new-financings_results .views-row .tags {
          margin: 5px 0 10px 0; } }
      .path-new-financings #new-financings_results .views-row .tags .stock-ownership, .path-new-financings #new-financings_results .views-row .tags .symbol {
        font-size: 12px;
        margin: 0 10px 0 0; }
      .path-new-financings #new-financings_results .views-row .tags .symbol {
        background: #eeeeee;
        border-radius: 4px;
        padding: 2px 5px 2px 5px;
        margin: 0 10px 0 0;
        cursor: pointer;
        z-index: 99;
        position: relative; }
    .path-new-financings #new-financings_results .views-row .badges {
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .path-new-financings #new-financings_results .views-row .badges .badge {
        padding: 5px 15px 5px 15px;
        border-radius: 4px;
        margin: 0 0 10px 0; }
        @media (max-width: 1199.98px) {
          .path-new-financings #new-financings_results .views-row .badges .badge {
            float: right;
            margin: 0 0 10px 0; } }
        @media (max-width: 991.98px) {
          .path-new-financings #new-financings_results .views-row .badges .badge {
            margin: 0 0 0 10px; } }
      .path-new-financings #new-financings_results .views-row .badges .amount {
        font-size: 1.3rem;
        padding: 0 0 0 0;
        margin: 0 0 10px 0; }
      .path-new-financings #new-financings_results .views-row .badges .debt {
        background: #5ed8bc;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-new-financings #new-financings_results .views-row .badges .redemption {
        background: #c884ff;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-new-financings #new-financings_results .views-row .badges .buyback {
        background: #ffae63;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-new-financings #new-financings_results .views-row .badges .equity {
        background: #ff6196;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
    .path-new-financings #new-financings_results .views-row .node-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 98; }
    .path-new-financings #new-financings_results .views-row .more-link {
      width: 100%;
      border-top: 1px solid #D6DFE8;
      color: #B22217;
      text-align: center;
      font-size: 12px;
      padding: 10px 0 0 0;
      margin: 5px 0 0 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .path-new-financings #new-financings_results .views-row h2 {
      font-size: 2rem;
      font-weight: 800; }
      @media (max-width: 1199.98px) {
        .path-new-financings #new-financings_results .views-row h2 {
          font-size: 1.5rem; } }
    .path-new-financings #new-financings_results .views-row h2.long {
      font-size: 1.9rem; }
      @media (max-width: 1199.98px) {
        .path-new-financings #new-financings_results .views-row h2.long {
          font-size: 1rem; } }

.path-new-financings #new-financings-table header {
  margin: 0; }

.path-new-financings #view-field-price-table-column,
.path-new-financings .views-field-field-companies {
  white-space: nowrap; }

.path-new-financings .table td {
  border-color: #D6DFE8; }

.path-new-financings .more-link a {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-decoration: none; }
  .path-new-financings .more-link a:hover {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570; }
  .path-new-financings .more-link a:focus, .path-new-financings .more-link a.focus {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .path-new-financings .more-link a.disabled, .path-new-financings .more-link a:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .path-new-financings .more-link a:not(:disabled):not(.disabled):active, .path-new-financings .more-link a:not(:disabled):not(.disabled).active,
  .show > .path-new-financings .more-link a.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .path-new-financings .more-link a:not(:disabled):not(.disabled):active:focus, .path-new-financings .more-link a:not(:disabled):not(.disabled).active:focus,
    .show > .path-new-financings .more-link a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.path-newsletters .hart-preference-center-form {
  margin: 25px 0 0 0; }

.path-newsletters .email-container {
  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; }
  @media (max-width: 767.98px) {
    .path-newsletters .email-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left; }
      .path-newsletters .email-container span {
        margin: 10px 0 0 0 !important; } }
  .path-newsletters .email-container .form-item {
    margin: 0 0 0 0; }

.path-newsletters .manage-row {
  padding: 1em 1em 1em 1em;
  margin: 1em 0 2em 0;
  background-color: #e6ecf1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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; }
  .path-newsletters .manage-row div {
    margin-top: 0; }
  .path-newsletters .manage-row label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase; }
  .path-newsletters .manage-row #email-container-actions {
    margin: 10px auto 0 auto;
    font-size: 0.875em;
    font-weight: 600; }
  .path-newsletters .manage-row #update-email-button {
    background: #000000;
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    border: none;
    font-size: 0.875em;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .2s background;
    transition: .2s background; }
    .path-newsletters .manage-row #update-email-button:hover {
      background: #4d4d4d;
      -webkit-transition: .2s background;
      transition: .2s background; }
  .path-newsletters .manage-row input[type=email] {
    display: block;
    width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 10px 0 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (min-width: 768px) {
      .path-newsletters .manage-row input[type=email] {
        width: auto; } }

.path-newsletters .newsletters-container h1 {
  font-size: 1.25em;
  font-weight: 700; }

.path-newsletters .newsletters-container p {
  color: #999999;
  font-size: 0.875em;
  margin: 0 0 0 25px; }

.path-newsletters .newsletters-container:last-child .newsletters-row {
  border: none; }

.path-newsletters .newsletters-container .newsletters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 15px 0;
  border-top: 1px solid #D6DFE8; }
  .path-newsletters .newsletters-container .newsletters-row .newsletters-item {
    margin: 0 25px 15px 0;
    position: relative; }
    @media (min-width: 576px) {
      .path-newsletters .newsletters-container .newsletters-row .newsletters-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 28%;
                flex: 0 0 28%; } }
    @media (min-width: 1200px) {
      .path-newsletters .newsletters-container .newsletters-row .newsletters-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%; } }
    .path-newsletters .newsletters-container .newsletters-row .newsletters-item .label-container {
      padding: 10px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .path-newsletters .newsletters-container .newsletters-row .newsletters-item .label-container h5 {
        color: #000000;
        font-weight: 600;
        font-size: 1rem;
        display: inline-block; }
    .path-newsletters .newsletters-container .newsletters-row .newsletters-item .input-container {
      position: relative;
      bottom: 0;
      margin: 0 0 0 0;
      display: inline-block; }
      .path-newsletters .newsletters-container .newsletters-row .newsletters-item .input-container div {
        margin: 0 10px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .path-newsletters .newsletters-container .newsletters-row .newsletters-item .subscribe {
      background: #B22217;
      color: #FFFFFF; }
    .path-newsletters .newsletters-container .newsletters-row .newsletters-item span {
      padding: 5px 8px;
      background: #ececec;
      margin: 0 10px 15px 0;
      font-size: 12px;
      font-weight: 700;
      border-radius: 4px;
      -webkit-transition: .2s;
      transition: .2s;
      cursor: pointer; }
      @media (min-width: 992px) {
        .path-newsletters .newsletters-container .newsletters-row .newsletters-item span {
          margin: 0 10px 15px 0;
          padding: 5px 10px; } }
      .path-newsletters .newsletters-container .newsletters-row .newsletters-item span:hover {
        color: #FFFFFF;
        background: #000000;
        -webkit-transition: .2s;
        transition: .2s; }

.path-newsletters #submit-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ececec;
  border-top: 1px solid #e4e4e4;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 5px rgba(31, 31, 34, 0.18), 0px -1px 7px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 5px rgba(31, 31, 34, 0.18), 0px -1px 7px rgba(0, 0, 0, 0.08); }
  .path-newsletters #submit-container input[name=unsubscribe] {
    background: none;
    border: none;
    font-size: 0.75em;
    padding: 5px 0 0 0; }
  .path-newsletters #submit-container input[name=submit] {
    background: #B22217;
    color: #FFFFFF;
    padding: 5px 10px;
    border: none;
    font-size: 0.875em;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .2s background;
    transition: .2s background; }
    .path-newsletters #submit-container input[name=submit]:hover {
      background: #851911;
      -webkit-transition: .2s background;
      transition: .2s background; }
  .path-newsletters #submit-container .view-more-newsletters {
    text-decoration: none;
    padding: 6px 10px;
    margin: 10px 0 0 10px;
    color: #FFFFFF;
    background: #000000;
    font-size: 0.875em;
    font-weight: 600;
    -webkit-transition: .2s background;
    transition: .2s background; }
    .path-newsletters #submit-container .view-more-newsletters:hover {
      background: #4d4d4d;
      -webkit-transition: .2s background;
      transition: .2s background; }
    .path-newsletters #submit-container .view-more-newsletters span {
      margin: 0 10px 0 0; }

.path-newsletters #footer {
  margin-top: 0 !important; }

.unsub-block {
  height: -webkit-calc(100vh - 57px - 120px);
  height: calc(100vh - 57px - 120px);
  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; }
  @media (max-width: 991px) {
    .unsub-block {
      height: -webkit-calc(100vh - 57px - 160px);
      height: calc(100vh - 57px - 160px); } }

#unsubscribe-container {
  text-align: center;
  margin: 50px auto 50px auto;
  border: 1px solid #D6DFE8;
  padding: 25px 25px 25px 25px; }
  @media (max-width: 767.98px) {
    #unsubscribe-container {
      border: none; } }
  #unsubscribe-container h3 {
    font-size: 1.375em; }
  #unsubscribe-container p {
    font-size: 1em;
    color: #999999; }
  #unsubscribe-container .button-link {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.875em; }
    #unsubscribe-container .button-link button {
      background: #B22217;
      border: none;
      border-radius: 4px;
      padding: 10px 20px 10px 20px;
      margin: 0 0 25px 0;
      -webkit-transition: .2s background;
      transition: .2s background; }
      #unsubscribe-container .button-link button:hover {
        background: #901c13;
        -webkit-transition: .2s background;
        transition: .2s background; }
  #unsubscribe-container h6 {
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 0; }

.unsub-prompt {
  height: -webkit-calc(100vh - 57px - 120px);
  height: calc(100vh - 57px - 120px);
  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; }
  @media (max-width: 991px) {
    .unsub-prompt {
      height: -webkit-calc(100vh - 57px - 160px);
      height: calc(100vh - 57px - 160px); } }
  .unsub-prompt #unsubscribe-prompt {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767.98px) {
      .unsub-prompt #unsubscribe-prompt {
        margin: 2rem 0 2rem 0; } }
    .unsub-prompt #unsubscribe-prompt h3 {
      text-align: center;
      font-size: 3rem;
      font-weight: 700; }
      @media (max-width: 767.98px) {
        .unsub-prompt #unsubscribe-prompt h3 {
          font-size: 2rem; } }
    .unsub-prompt #unsubscribe-prompt p {
      text-align: center;
      font-size: 1rem;
      color: #999999;
      width: 50%;
      margin-bottom: 2rem; }
      .unsub-prompt #unsubscribe-prompt p a {
        text-decoration: underline;
        color: #5d5d5d; }
      @media (max-width: 767.98px) {
        .unsub-prompt #unsubscribe-prompt p {
          font-size: .75rem;
          padding: 0 1rem 0 1rem;
          width: auto; } }
    .unsub-prompt #unsubscribe-prompt .unsub-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .unsub-prompt #unsubscribe-prompt .unsub-btns .button-link, .unsub-prompt #unsubscribe-prompt .unsub-btns .button-cancel {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 0.875em;
        background: #B22217;
        border: none;
        border-radius: 4px;
        padding: 5px 20px 5px 20px;
        margin: 0 .5rem 0 0;
        -webkit-transition: .2s background;
        transition: .2s background;
        text-decoration: none; }
        .unsub-prompt #unsubscribe-prompt .unsub-btns .button-link:hover, .unsub-prompt #unsubscribe-prompt .unsub-btns .button-cancel:hover {
          background: #901c13;
          -webkit-transition: .2s background;
          transition: .2s background; }
      .unsub-prompt #unsubscribe-prompt .unsub-btns .button-cancel {
        background: #dfdfdf;
        color: #616161;
        margin: 0 0 0 .5rem;
        -webkit-transition: .2s background;
        transition: .2s background; }
        .unsub-prompt #unsubscribe-prompt .unsub-btns .button-cancel:hover {
          background: #9b9b9b;
          -webkit-transition: .2s background;
          transition: .2s background; }

.user-logged-in.path-newsletters .manage-row .email-container {
  display: none; }

.user-logged-in.path-newsletters .manage-row #email-container-actions {
  margin-top: 0; }

.path-latest .latest-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .path-latest .latest-content .img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 8.333333%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .path-latest .latest-content .img-wrap img {
      max-width: 100%;
      height: auto; }
  .path-latest .latest-content .text-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .path-latest .latest-content .category-terms h5 {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem; }
  .path-latest .latest-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .path-latest .latest-content h3 a {
      color: #000000; }
  .path-latest .latest-content p {
    margin-bottom: .5rem; }
  .path-latest .latest-content .field_published_on {
    color: #7e97ad;
    font-family: "IBM Plex Mono",monospace;
    font-size: 0.75rem; }

.page-node-type-he-transaction #wrapper {
  margin-top: 2em; }

.page-node-type-he-transaction article header {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .page-node-type-he-transaction article header {
      border-bottom: 1px solid #D6DFE8; } }
  .page-node-type-he-transaction article header h1 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.025em; }
    @media (min-width: 992px) {
      .page-node-type-he-transaction article header h1 {
        font-size: 3.5rem; } }
  .page-node-type-he-transaction article header .field_deck p {
    font-size: 1.25rem;
    font-weight: 300; }

@media (min-width: 992px) {
  .page-node-type-he-transaction article .article-content-wrapper {
    border-right: 1px solid #D6DFE8; } }

.page-node-type-he-transaction article .field_companies,
.page-node-type-he-transaction article .field_companies_buyers,
.page-node-type-he-transaction article .field_transaction_type,
.page-node-type-he-transaction article .field_companies_marketers,
.page-node-type-he-transaction article .field_publish_date,
.page-node-type-he-transaction article .field_announce_date,
.page-node-type-he-transaction article .field_close_date,
.page-node-type-he-transaction article .field_room_opening_date,
.page-node-type-he-transaction article .field_price,
.page-node-type-he-transaction article .field_location_basin,
.page-node-type-he-transaction article .field_location_field {
  border-bottom: 1px dotted #D6DFE8;
  padding: .5rem 0; }
  .page-node-type-he-transaction article .field_companies > div:first-child,
  .page-node-type-he-transaction article .field_companies_buyers > div:first-child,
  .page-node-type-he-transaction article .field_transaction_type > div:first-child,
  .page-node-type-he-transaction article .field_companies_marketers > div:first-child,
  .page-node-type-he-transaction article .field_publish_date > div:first-child,
  .page-node-type-he-transaction article .field_announce_date > div:first-child,
  .page-node-type-he-transaction article .field_close_date > div:first-child,
  .page-node-type-he-transaction article .field_room_opening_date > div:first-child,
  .page-node-type-he-transaction article .field_price > div:first-child,
  .page-node-type-he-transaction article .field_location_basin > div:first-child,
  .page-node-type-he-transaction article .field_location_field > div:first-child {
    font-weight: 700; }

.page-node-type-he-transaction article .body > div:first-child {
  font-weight: 700;
  line-height: 2rem;
  padding: .25rem 0; }

.page-node-type-he-transaction article .field_related_content > div:first-child {
  font-weight: 700;
  line-height: 2rem;
  padding: .25rem 0; }

.page-node-type-he-transaction article .article-body p a {
  border-bottom: 1px solid #D6DFE8;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .page-node-type-he-transaction article .article-body p a:hover {
    text-decoration: none; }

@media (min-width: 992px) {
  .page-node-type-he-transaction article aside.article-sidebar {
    max-width: 330px; } }

.path-taxonomy #wrapper {
  margin-top: 0 !important; }

.path-taxonomy .page-sidebar {
  border-left: 1px solid #D6DFE8; }

.path-taxonomy #taxonomy-term-content {
  margin-top: 2rem; }
  .path-taxonomy #taxonomy-term-content .views-row {
    border-bottom: 1px solid #D6DFE8;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
  .path-taxonomy #taxonomy-term-content .he_story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .path-taxonomy #taxonomy-term-content .he_story h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      @media (min-width: 992px) {
        .path-taxonomy #taxonomy-term-content .he_story h3 {
          font-size: 1.5rem; } }
      .path-taxonomy #taxonomy-term-content .he_story h3 a {
        color: #212529; }
        .path-taxonomy #taxonomy-term-content .he_story h3 a:hover {
          color: #5a6570;
          text-decoration: none; }
    .path-taxonomy #taxonomy-term-content .he_story p {
      margin-bottom: .5rem; }
    .path-taxonomy #taxonomy-term-content .he_story .field_published_on {
      color: #5B7A8F;
      font-family: "Roboto Mono", monospace;
      font-size: 0.75rem; }
    .path-taxonomy #taxonomy-term-content .he_story .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      max-width: 250px;
      margin-left: 2.5rem; }
      .path-taxonomy #taxonomy-term-content .he_story .img-wrap img {
        max-width: 100%;
        height: auto; }
    .path-taxonomy #taxonomy-term-content .he_story .text-wrap {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }

.taxonomy-page-header {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .taxonomy-page-header {
      margin-top: 2rem; }
      .taxonomy-page-header h1 {
        border-bottom: 1px solid #D6DFE8;
        font-weight: bold; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .taxonomy-page-header h1 {
        font-size: 3rem;
        margin-bottom: 0;
        padding-bottom: .5rem; } }
  .taxonomy-page-header .nav {
    margin-bottom: 1rem;
    border-bottom: 2px solid #D6DFE8; }
    @media (max-width: 991.98px) {
      .taxonomy-page-header .nav {
        display: none; } }
    .taxonomy-page-header .nav li a {
      color: #212529;
      font-weight: 500;
      font-size: 0.625rem;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .taxonomy-page-header .nav li a {
          font-size: 0.6875rem; } }
      .taxonomy-page-header .nav li a:hover {
        color: #B22217; }
    .taxonomy-page-header .nav li:first-child a {
      padding-left: 0; }
    .taxonomy-page-header .nav li.dropdown .dropdown-toggle:hover {
      background-color: #f7f9fa; }
    .taxonomy-page-header .nav li.dropdown.show .dropdown-toggle {
      background-color: #000;
      color: #fff; }
    .taxonomy-page-header .nav .dropdown-menu {
      border-color: #D6DFE8;
      border-radius: 0;
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
              box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-top: 0; }
      .taxonomy-page-header .nav .dropdown-menu .dropdown-item:hover {
        background-color: #f7f9fa; }

#category-featured .publish_date {
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  color: #5B7A8F;
  display: inline-block; }

#category-featured .feature_2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (max-width: 767.98px) {
    #category-featured .feature_2 article:after {
      content: '';
      border-bottom: 1px solid #D6DFE8;
      margin: 0 25px;
      position: absolute;
      left: 0;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); } }
  @media (min-width: 992px) {
    #category-featured .feature_2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
      #category-featured .feature_2 .views-element-container {
        height: 100%; }
      #category-featured .feature_2 .views-element-container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        height: 100%; }
        #category-featured .feature_2 .views-element-container > div > div {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 66.66667%;
                  flex: 0 0 66.66667%;
          max-width: 66.66667%; }
        #category-featured .feature_2 .views-element-container > div > div + div {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%;
          border-left: 1px solid #D6DFE8; }
          #category-featured .feature_2 .views-element-container > div > div + div h3 {
            font-size: 1.500rem; } }
  #category-featured .feature_2 .he_industry_voice .text-wrap h5 {
    color: #4285F4;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.25rem; }
    #category-featured .feature_2 .he_industry_voice .text-wrap h5:empty {
      display: none; }
  #category-featured .feature_2 .img-wrap {
    margin-left: -15px;
    margin-right: -15px; }
    #category-featured .feature_2 .img-wrap:empty {
      display: none; }
    @media (min-width: 768px) {
      #category-featured .feature_2 .img-wrap {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1rem; } }
    #category-featured .feature_2 .img-wrap img {
      max-width: 100%;
      height: auto; }
  #category-featured .feature_2 .text-wrap {
    padding: 1.563em 0.625rem; }
    @media (min-width: 768px) {
      #category-featured .feature_2 .text-wrap {
        padding: 0; } }
  #category-featured .feature_2 h3 {
    font-size: 1.5rem;
    font-weight: 700; }
    @media (min-width: 992px) {
      #category-featured .feature_2 h3 {
        font-size: 2rem; } }
    #category-featured .feature_2 h3 a {
      color: #212529; }
      #category-featured .feature_2 h3 a:hover {
        color: #5a6570;
        text-decoration: none; }
  #category-featured .feature_2 .he_bylines {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0.625rem 1rem 0; }
    #category-featured .feature_2 .he_bylines article > div {
      display: inline-block; }
      #category-featured .feature_2 .he_bylines article > div .field_last_name {
        display: inline; }
        #category-featured .feature_2 .he_bylines article > div .field_last_name:after {
          content: ','; }

#category-featured .feature_3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 992px) {
    #category-featured .feature_3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      border-left: 1px solid #D6DFE8; } }
  #category-featured .feature_3 .views-row {
    border-bottom: 1px solid #D6DFE8;
    padding: 1.563rem 0.625rem; }
    #category-featured .feature_3 .views-row:last-child {
      border-bottom: 0; }
    @media (min-width: 992px) {
      #category-featured .feature_3 .views-row {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-left: 0;
        margin-bottom: 1rem; }
        #category-featured .feature_3 .views-row:last-child {
          border-bottom: 0;
          padding-bottom: 0; } }
    @media (max-width: 767.98px) {
      #category-featured .feature_3 .views-row .node__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      #category-featured .feature_3 .views-row .img-wrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      #category-featured .feature_3 .views-row h5 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #category-featured .feature_3 .views-row h3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #category-featured .feature_3 .views-row p {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; } }
    #category-featured .feature_3 .views-row .he_industry_voice .img-wrap {
      margin-bottom: 0; }
    #category-featured .feature_3 .views-row .he_industry_voice h5 {
      color: #4285F4;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 0.25rem; }
      #category-featured .feature_3 .views-row .he_industry_voice h5:empty {
        display: none; }
    #category-featured .feature_3 .views-row .img-wrap {
      clear: right;
      display: block;
      float: right;
      margin: 0 0 .75rem .75rem; }
      @media (min-width: 992px) {
        #category-featured .feature_3 .views-row .img-wrap {
          margin: 0 0 0.313rem 1rem;
          height: 75px;
          width: 75px; } }
      #category-featured .feature_3 .views-row .img-wrap:empty {
        display: none; }
      #category-featured .feature_3 .views-row .img-wrap img {
        max-width: 100%;
        height: auto; }
    #category-featured .feature_3 .views-row h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      #category-featured .feature_3 .views-row h3 a {
        color: #212529; }
        #category-featured .feature_3 .views-row h3 a:hover {
          color: #5a6570;
          text-decoration: none; }

.path-shale-plays #wrapper {
  margin-top: 0 !important; }

.path-ad-transactions #page-title h1 {
  border: none !important; }

.path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar,
.path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #D6DFE8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 15px; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .icon,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .icon {
    font-size: 1.3rem;
    padding: 0 15px 0 0; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .form-item, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .form-actions,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .form-item,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .form-actions {
    margin: 0 0 0 0; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer {
        display: none; } }
    @media (max-width: 767.98px) {
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer {
        display: none; } }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer {
      width: 100px;
      padding: 15px 15px 15px 0;
      margin: 0 15px 0 0;
      border-right: 1px solid #D6DFE8;
      -webkit-transition: .2s ease-in;
      transition: .2s ease-in; }
      @media (max-width: 991.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer {
          width: 75px; } }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer.active,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller.active,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer.active,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer.active {
      width: 250px;
      -webkit-transition: .2s ease-in;
      transition: .2s ease-in; }
      @media (max-width: 1199.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer.active {
          width: 150px; } }
      @media (max-width: 991.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_seller.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_buyer.active, .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .search_marketer.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_seller.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_buyer.active,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .search_marketer.active {
          width: 100px; } }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search-company .form-text,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search-company .form-text {
      width: 100%; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar input,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar input {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color: #969696; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter {
      position: relative; }
      @media (max-width: 575.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter {
          display: none; } }
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .dropdown-hidden,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .dropdown-hidden {
        display: none; }
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown {
        position: absolute;
        background: #FFFFFF;
        z-index: 99;
        padding: 10px 10px 10px 10px;
        border: 1px solid #D6DFE8;
        border-radius: 4px;
        right: 0;
        -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
        top: 62px; }
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown ul,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0 0 0 0;
          margin: 0 0 0 0;
          list-style: none; }
          .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown ul li,
          .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown ul li {
            background-color: #e7e7e7;
            padding: 5px 10px 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            margin: 0 5px 15px 5px;
            white-space: nowrap;
            cursor: pointer; }
          .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown ul .active,
          .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown ul .active {
            background-color: #000000;
            color: #FFFFFF; }
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown .js-form-type-radio,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown .js-form-type-radio {
          padding: 0 15px 0 15px; }
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown .search_post_date,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown .search_announce_date,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown .search_close_date,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown .search_post_date,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown .search_announce_date,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown .search_close_date {
          display: none;
          position: absolute; }
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .date-dropdown .selected,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .date-dropdown .selected {
          display: block;
          position: relative; }
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions .date-filter .ion-ios-calendar,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions .date-filter .ion-ios-calendar {
        border-right: 1px solid #D6DFE8;
        cursor: pointer; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions input,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions input {
      background: #28a745;
      color: #FFFFFF;
      font-size: 1rem;
      padding: 5px 15px 5px 15px;
      border: none;
      border-radius: 4px; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .filter-actions input[value="Reset"],
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .filter-actions input[value="Reset"] {
      background: none;
      color: black; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_transaction_type,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_transaction_type {
    padding: 18px 15px 18px 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #D6DFE8;
    position: relative; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_transaction_type .icon,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_transaction_type .icon {
      padding: 0 0 0 0; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_transaction_type .filter-dropdown,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_transaction_type .filter-dropdown {
      right: 0;
      top: 75px;
      width: 200px; }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_transaction_type .filter-button,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_transaction_type .filter-button {
      cursor: pointer;
      font-size: .75rem;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_transaction_type .filter-button span,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_transaction_type .filter-button span {
        margin: 0 0 0 10px;
        font-size: 1rem; }
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin,
  .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin {
    padding: 15px 15px 15px 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #D6DFE8;
    width: 250px; }
    @media (max-width: 1199.98px) {
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin {
        width: 150px; } }
    @media (max-width: 767.98px) {
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin {
        width: 100px; } }
    @media (max-width: 575.98px) {
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin,
      .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin {
        display: none; } }
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin input,
    .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin input {
      width: 250px;
      background: none; }
      @media (max-width: 1199.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin input,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin input {
          width: 150px; } }
      @media (max-width: 767.98px) {
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions .form-bar .search_basin input,
        .path-ad-transactions #views-exposed-form-hart-company-transactions-transactions-loggedout .form-bar .search_basin input {
          width: 100px; } }

.path-ad-transactions .filter-dropdown {
  position: absolute;
  background: #FFFFFF;
  z-index: 99;
  padding: 10px 15px 10px 15px;
  border: 1px solid #D6DFE8;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
  top: 50px;
  max-height: 300px;
  overflow-y: scroll; }
  .path-ad-transactions .filter-dropdown .js-form-type-checkbox {
    padding: 5px 0 5px 0; }
    .path-ad-transactions .filter-dropdown .js-form-type-checkbox input[type="checkbox"] {
      margin: 0 10px 0 0; }
  .path-ad-transactions .filter-dropdown .form-wrapper {
    margin: 0 0 0 0; }
  .path-ad-transactions .filter-dropdown.dropdown-hidden {
    display: none; }

.path-ad-transactions .form-bar-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.5rem 0; }
  .path-ad-transactions .form-bar-secondary .filter-dropdown {
    left: 0; }
  .path-ad-transactions .form-bar-secondary .search_toggles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .path-ad-transactions .form-bar-secondary .search_price, .path-ad-transactions .form-bar-secondary .search_country, .path-ad-transactions .form-bar-secondary .list-toggle {
    position: relative;
    font-size: 1rem;
    border: 1px solid #D6DFE8;
    border-radius: 4px;
    margin-right: 15px;
    padding: 5px 15px 5px 15px;
    line-height: 1rem;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05); }
    .path-ad-transactions .form-bar-secondary .search_price .filter-button, .path-ad-transactions .form-bar-secondary .search_country .filter-button, .path-ad-transactions .form-bar-secondary .list-toggle .filter-button {
      cursor: pointer;
      font-size: .75rem;
      font-weight: 600; }
      .path-ad-transactions .form-bar-secondary .search_price .filter-button span, .path-ad-transactions .form-bar-secondary .search_country .filter-button span, .path-ad-transactions .form-bar-secondary .list-toggle .filter-button span {
        margin: 0 0 0 5px; }
    .path-ad-transactions .form-bar-secondary .search_price .country-dropdown, .path-ad-transactions .form-bar-secondary .search_country .country-dropdown, .path-ad-transactions .form-bar-secondary .list-toggle .country-dropdown {
      width: 300px; }
    .path-ad-transactions .form-bar-secondary .search_price .price-dropdown, .path-ad-transactions .form-bar-secondary .search_country .price-dropdown, .path-ad-transactions .form-bar-secondary .list-toggle .price-dropdown {
      width: 200px; }
  .path-ad-transactions .form-bar-secondary .list-toggle {
    margin: 0 0 0 0; }
    @media (max-width: 767.98px) {
      .path-ad-transactions .form-bar-secondary .list-toggle {
        display: none; } }
  .path-ad-transactions .form-bar-secondary .search_country select {
    font-size: 1rem;
    border: 1px solid #D6DFE8;
    border-radius: 4px;
    background: none;
    width: 200px;
    line-height: 1rem;
    padding: 5px 15px 5px 15px; }

.path-ad-transactions #transactions_results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll; }
  .path-ad-transactions #transactions_results header {
    margin-bottom: 1rem; }
    .path-ad-transactions #transactions_results header div {
      font-size: .75rem; }
  .path-ad-transactions #transactions_results .chart .area {
    stroke-width: 0px; }
  .path-ad-transactions #transactions_results .basin-container, .path-ad-transactions #transactions_results .buyer-header, .path-ad-transactions #transactions_results .seller-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #D6DFE8; }
    .path-ad-transactions #transactions_results .basin-container .fields-header, .path-ad-transactions #transactions_results .buyer-header .fields-header, .path-ad-transactions #transactions_results .seller-header .fields-header {
      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: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .path-ad-transactions #transactions_results .basin-container .fields-header h3, .path-ad-transactions #transactions_results .buyer-header .fields-header h3, .path-ad-transactions #transactions_results .seller-header .fields-header h3 {
        font-weight: 600;
        font-size: 18px;
        margin: 0 0 0 0;
        max-width: 300px; }
      .path-ad-transactions #transactions_results .basin-container .fields-header span, .path-ad-transactions #transactions_results .buyer-header .fields-header span, .path-ad-transactions #transactions_results .seller-header .fields-header span {
        font-weight: 400;
        font-size: 12px;
        color: #999999; }
  .path-ad-transactions #transactions_results .icon-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;
    min-width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #e7e7e7;
    margin: 0 15px 0 0; }
  .path-ad-transactions #transactions_results .full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; }
  .path-ad-transactions #transactions_results .date-container {
    position: absolute;
    bottom: 15px; }
    .path-ad-transactions #transactions_results .date-container .date-string {
      font-family: "IBM Plex Mono",monospace;
      color: #7e97ad;
      display: inherit;
      font-size: 12px; }
  .path-ad-transactions #transactions_results .badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px 0; }
    .path-ad-transactions #transactions_results .badges .tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .path-ad-transactions #transactions_results .badges .tags .price {
        font-size: 1.3rem;
        padding: 0 0 0 0;
        margin: 0 10px 0 0; }
        @media (max-width: 1199.98px) {
          .path-ad-transactions #transactions_results .badges .tags .price {
            font-size: 1rem; } }
      .path-ad-transactions #transactions_results .badges .tags .badge {
        background: #eeeeee;
        border-radius: 4px;
        padding: 5px 15px 5px 15px;
        margin: 0 5px 0 0;
        font-weight: 700;
        font-size: 75%;
        line-height: 1; }
      .path-ad-transactions #transactions_results .badges .tags .ep {
        background: #61b3ff;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-ad-transactions #transactions_results .badges .tags .midstream {
        background: #ff6196;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-ad-transactions #transactions_results .badges .tags .ss {
        background: #ffae63;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-ad-transactions #transactions_results .badges .tags .otm {
        background: #5ed8bc;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .path-ad-transactions #transactions_results .badges .tags .renewable {
        background: #c884ff;
        color: #FFFFFF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
    .path-ad-transactions #transactions_results .badges .icon {
      color: #999999; }
  .path-ad-transactions #transactions_results.list-view .adt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .path-ad-transactions #transactions_results.list-view .adt-row .views-row {
      margin: 0 0 20px 0; }

.path-ad-transactions .card-view .list-header {
  display: none; }

.path-ad-transactions .card-view .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .path-ad-transactions .card-view .rows .adt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .path-ad-transactions .card-view .rows .adt-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .path-ad-transactions .card-view .rows .adt-row .shadow-card {
      border: 1px solid #D6DFE8;
      border-radius: 4px;
      padding: 15px 15px 15px 15px;
      -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.05);
      background: #FFFFFF;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      z-index: 99;
      width: 275px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      pointer-events: none; }
      @media (max-width: 991.98px) {
        .path-ad-transactions .card-view .rows .adt-row .shadow-card {
          right: -webkit-calc(-100% + 40px) !important;
          right: calc(-100% + 40px) !important;
          left: auto !important; } }
      @media (max-width: 767.98px) {
        .path-ad-transactions .card-view .rows .adt-row .shadow-card {
          display: none; } }
      .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .basin-container, .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .buyer-section, .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .seller-section, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .basin-container, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .buyer-section, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .seller-section {
          width: 100%; }
        .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .buyer-section .stock-info, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .buyer-section .stock-info {
          margin: 0 0 15px 0; }
        .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .no-stock .seller-header, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .no-stock .seller-header {
          border: none;
          margin: 0 0 0 0;
          padding: 0 0 0 0; }
        .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .stock-info, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .stock-info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .stock-info .stock-stats, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .stock-info .stock-stats {
            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: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
          .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .stock-info .stats-close, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .stock-info .stats-close {
            font-size: 22px;
            font-weight: 400; }
          .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .stock-info .stock-symbol, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .stock-info .stock-symbol {
            font-size: 12px;
            font-weight: 400; }
        .path-ad-transactions .card-view .rows .adt-row .shadow-card .shadow-container .chart, .path-ad-transactions .card-view .rows .adt-row .shadow-card .company-container .chart {
          width: 150px; }
    .path-ad-transactions .card-view .rows .adt-row .views-row {
      position: relative;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 1px solid #D6DFE8;
      border-radius: 4px;
      opacity: 1;
      padding: 15px 15px 15px 15px;
      margin: 0 10px 20px 10px;
      -webkit-transition: .2s box-shadow;
      transition: .2s box-shadow;
      -webkit-transition: .4s opacity;
      transition: .4s opacity; }
      @media (max-width: 991.98px) {
        .path-ad-transactions .card-view .rows .adt-row .views-row {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 47%;
                  flex: 0 0 47%;
          margin-right: 0; }
          .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(3) {
            margin-left: 0; } }
      @media (max-width: 575.98px) {
        .path-ad-transactions .card-view .rows .adt-row .views-row {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin: 0 0 20px 0; } }
      @media (min-width: 768px) {
        .path-ad-transactions .card-view .rows .adt-row .views-row.hover {
          -webkit-transition: .2s box-shadow;
          transition: .2s box-shadow;
          -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05);
                  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.05); }
          .path-ad-transactions .card-view .rows .adt-row .views-row.hover .shadow-card {
            visibility: visible !important;
            -webkit-transition: .2s all;
            transition: .2s all;
            opacity: 1; }
          .path-ad-transactions .card-view .rows .adt-row .views-row.hover .badges .icon::before {
            content: "";
            color: #000000; }
        .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+4).hover .shadow-card {
          -webkit-transform: translate(-50px, -50%);
              -ms-transform: translate(-50px, -50%);
                  transform: translate(-50px, -50%); }
        .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+2).hover .shadow-card {
          -webkit-transform: translate(50px, -50%);
              -ms-transform: translate(50px, -50%);
                  transform: translate(50px, -50%); }
        .path-ad-transactions .card-view .rows .adt-row .views-row.hide-content {
          opacity: .3;
          -webkit-transition: .4s opacity;
          transition: .4s opacity; } }
      @media (max-width: 991.98px) {
        .path-ad-transactions .card-view .rows .adt-row .views-row.hover .shadow-card {
          -webkit-transform: translate(50px, -50%) !important;
              -ms-transform: translate(50px, -50%) !important;
                  transform: translate(50px, -50%) !important; }
        .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(2n).hover .shadow-card {
          -webkit-transform: translate(-50px, -50%) !important;
              -ms-transform: translate(-50px, -50%) !important;
                  transform: translate(-50px, -50%) !important; } }
      .path-ad-transactions .card-view .rows .adt-row .views-row:first-child {
        margin-left: 0; }
      .path-ad-transactions .card-view .rows .adt-row .views-row:last-child {
        margin-right: 0; }
      .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+4) .shadow-card {
        left: -webkit-calc(-100% + 40px);
        left: calc(-100% + 40px); }
        @media (max-width: 1199.98px) {
          .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+4) .shadow-card {
            left: -webkit-calc(-140% + 40px);
            left: calc(-140% + 40px); } }
      .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+2) .shadow-card {
        right: -webkit-calc(-100% + 40px);
        right: calc(-100% + 40px);
        left: auto !important; }
        @media (max-width: 1199.98px) {
          .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(-n+2) .shadow-card {
            right: -webkit-calc(-140% + 40px);
            right: calc(-140% + 40px); } }
      @media (max-width: 991.98px) {
        .path-ad-transactions .card-view .rows .adt-row .views-row:nth-child(2n) .shadow-card {
          left: -webkit-calc(-100% + 40px) !important;
          left: calc(-100% + 40px) !important;
          right: auto !important; } }
      .path-ad-transactions .card-view .rows .adt-row .views-row h4 {
        font-weight: 800;
        font-size: 1.5rem;
        margin: 0 0 75px 0; }

.path-ad-transactions #transactions_results.list-view .list-header {
  width: 100%;
  margin: 0 0 0 0; }
  .path-ad-transactions #transactions_results.list-view .list-header ul {
    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;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid #D6DFE8;
    list-style: none; }
    .path-ad-transactions #transactions_results.list-view .list-header ul li {
      font-size: 12px;
      text-transform: uppercase;
      color: #7e97ad; }
      .path-ad-transactions #transactions_results.list-view .list-header ul li span {
        margin: 0 0 0 15px; }

@media (max-width: 575.98px) {
  .path-ad-transactions #transactions_results.list-view .list-header .header-date {
    display: none; } }

@media (max-width: 991.98px) {
  .path-ad-transactions #transactions_results.list-view .list-header .header-location {
    display: none !important; } }

.path-ad-transactions #transactions_results.list-view .adt-row .views-row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.05s;
  transition: all 0.05s; }
  .path-ad-transactions #transactions_results.list-view .adt-row .views-row:hover {
    background: #fcfcfc;
    -webkit-transition: all 0.05s;
    transition: all 0.05s; }
    .path-ad-transactions #transactions_results.list-view .adt-row .views-row:hover stop[offset="100%"] {
      stop-color: #fcfcfc; }

.path-ad-transactions #transactions_results.list-view .transactions-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-height: 70px; }
  .path-ad-transactions #transactions_results.list-view .transactions-card .date-container {
    position: static; }

.path-ad-transactions #transactions_results.list-view .stock-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.path-ad-transactions #transactions_results.list-view .shadow-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%; }
  @media (max-width: 991.98px) {
    .path-ad-transactions #transactions_results.list-view .shadow-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (max-width: 575.98px) {
    .path-ad-transactions #transactions_results.list-view .shadow-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; } }
  .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .icon-header {
      display: none; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .fields-header span {
      display: none; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .basin-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 991.98px) {
        .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .basin-container {
          display: none !important; } }
      .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .basin-container h3 {
        font-weight: 500; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .company-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-section, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-section {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991.98px) {
        .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-section, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-section {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 62%;
                  flex: 0 0 62%; } }
      .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-section .chart, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-section .chart {
        width: 75px; }
        @media (max-width: 991.98px) {
          .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-section .chart, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-section .chart {
            display: none; } }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-header, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin: 0 10px 0 0; }
      @media (max-width: 991.98px) {
        .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-header, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-header {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-header h3, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-header h3 {
        font-size: 1rem;
        font-weight: 500;
        margin: 0 10px 0 0;
        font-weight: 400; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .basin-container, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-header, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-header {
      border: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .basin-container h3, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .buyer-header h3, .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .seller-header h3 {
        font-size: 14px; }
    .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .company-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .path-ad-transactions #transactions_results.list-view .shadow-card .shadow-container .company-container .stock-stats {
        display: none; }

.path-ad-transactions #transactions_results.list-view .badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 20px 0 20px 0; }
  @media (max-width: 991.98px) {
    .path-ad-transactions #transactions_results.list-view .badges {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; } }
  @media (max-width: 767.98px) {
    .path-ad-transactions #transactions_results.list-view .badges {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media (max-width: 575.98px) {
    .path-ad-transactions #transactions_results.list-view .badges {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 28%;
              flex: 0 0 28%; } }
  .path-ad-transactions #transactions_results.list-view .badges .ep, .path-ad-transactions #transactions_results.list-view .badges .midstream, .path-ad-transactions #transactions_results.list-view .badges .ss, .path-ad-transactions #transactions_results.list-view .badges .otm {
    width: 55px;
    padding: 5px 5px 5px 5px;
    text-align: center; }
  .path-ad-transactions #transactions_results.list-view .badges .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media (max-width: 767.98px) {
      .path-ad-transactions #transactions_results.list-view .badges .tags {
        -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; }
        .path-ad-transactions #transactions_results.list-view .badges .tags .price {
          margin: 0 0 0 0 !important; } }
    .path-ad-transactions #transactions_results.list-view .badges .tags .price {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      font-size: 14px;
      margin: 0 0 0 15px; }
  .path-ad-transactions #transactions_results.list-view .badges .icon {
    display: none; }

.path-ad-transactions #transactions_results.list-view .date-container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .path-ad-transactions #transactions_results.list-view .date-container {
      display: none; } }

.path-ad-transactions #transactions_results.list-view h4 {
  display: none; }

.path-ad-transactions #view-field-price-table-column,
.path-ad-transactions .views-field-field-companies, .path-ad-transactions .views-field-view-node {
  white-space: nowrap; }

.path-ad-transactions .views-field-view-node a {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  text-decoration: none; }
  .path-ad-transactions .views-field-view-node a:hover {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570; }
  .path-ad-transactions .views-field-view-node a:focus, .path-ad-transactions .views-field-view-node a.focus {
    color: #fff;
    background-color: #5a6570;
    border-color: #5a6570;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
  .path-ad-transactions .views-field-view-node a.disabled, .path-ad-transactions .views-field-view-node a:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .path-ad-transactions .views-field-view-node a:not(:disabled):not(.disabled):active, .path-ad-transactions .views-field-view-node a:not(:disabled):not(.disabled).active,
  .show > .path-ad-transactions .views-field-view-node a.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .path-ad-transactions .views-field-view-node a:not(:disabled):not(.disabled):active:focus, .path-ad-transactions .views-field-view-node a:not(:disabled):not(.disabled).active:focus,
    .show > .path-ad-transactions .views-field-view-node a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

.path-ad-transactions .views-field-field-publish-date {
  width: 125px; }

.path-ad-transactions .table td {
  border-color: #D6DFE8; }

.page-node-type-he-whos-who article header {
  margin: 1.25rem 0; }
  @media (min-width: 576px) {
    .page-node-type-he-whos-who article header {
      border-bottom: 1px solid #D6DFE8; } }

.page-node-type-he-whos-who h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.025em; }
  @media (min-width: 992px) {
    .page-node-type-he-whos-who h1 {
      font-size: 3.5rem; } }

.page-node-type-he-whos-who #whos-who-sidebar {
  border: 1px solid #D6DFE8; }
  .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-top {
    padding: 25px 25px 25px 25px;
    border-bottom: 1px solid #D6DFE8;
    text-align: center; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-top img {
      width: 100px;
      height: 100px;
      max-width: 100px;
      max-height: 100px;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.5); }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-top h2 {
      font-size: 30px;
      margin: 10px 0 0 0;
      font-weight: 700; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-top span {
      color: #666666;
      font-size: 0.75rem;
      display: block; }
  .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom {
    padding: 25px 25px 25px 25px;
    background: #f1f1f1; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom #whos-who-location span {
      display: block; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom .whos-who-sidebar-container {
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #D6DFE8; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom .last-updated {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
      border: none; }
      .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom .last-updated time {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.75rem; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom a span {
      color: #B22217; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom h6 {
      font-size: 0.9rem;
      font-weight: bold;
      text-transform: uppercase;
      color: #333; }
    .page-node-type-he-whos-who #whos-who-sidebar #whos-who-sidebar-bottom span {
      color: #666666;
      font-size: 0.75rem; }

.page-node-type-he-whos-who #whos-who-main {
  margin: 25px 0 0 0; }
  @media (min-width: 768px) {
    .page-node-type-he-whos-who #whos-who-main {
      margin: 0 0 0 0; } }
  .page-node-type-he-whos-who #whos-who-main h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0; }
    .page-node-type-he-whos-who #whos-who-main h4 span {
      margin: 0 5px 0 0; }
  .page-node-type-he-whos-who #whos-who-main hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee; }
  .page-node-type-he-whos-who #whos-who-main #whos-who-education .education-section div {
    position: relative;
    padding: 0 0 20px 25px; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-education .education-section div span {
      display: block; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-education .education-section div::before {
      background-color: #dddddd;
      border-radius: 100%;
      content: "";
      height: 9px;
      left: 0;
      position: absolute;
      top: 8px;
      width: 9px; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-education .education-section div::after {
      border-left: 1px solid #dddddd;
      content: "";
      height: 100%;
      left: 4px;
      position: absolute;
      top: 15px;
      width: 1px; }
  .page-node-type-he-whos-who #whos-who-main #whos-who-education .education-section:last-child div::after {
    display: none; }
  .page-node-type-he-whos-who #whos-who-main #whos-who-experience .experience-inner-section {
    position: relative;
    padding: 0 0 20px 25px; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-experience .experience-inner-section span {
      display: block; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-experience .experience-inner-section::before {
      background-color: #dddddd;
      border-radius: 100%;
      content: "";
      height: 9px;
      left: 0;
      position: absolute;
      top: 8px;
      width: 9px; }
    .page-node-type-he-whos-who #whos-who-main #whos-who-experience .experience-inner-section::after {
      border-left: 1px solid #dddddd;
      content: "";
      height: 100%;
      left: 4px;
      position: absolute;
      top: 15px;
      width: 1px; }
  .page-node-type-he-whos-who #whos-who-main #whos-who-experience .experience-section:last-child div::after {
    display: none; }

.path-videos .node--view-mode-featurable-list,
.path-videos .node--view-mode-teaser {
  border-bottom: 1px solid #D6DFE8;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem; }
  .path-videos .node--view-mode-featurable-list .node__content,
  .path-videos .node--view-mode-teaser .node__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .path-videos .node--view-mode-featurable-list h5,
  .path-videos .node--view-mode-teaser h5 {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 0.25rem; }
  .path-videos .node--view-mode-featurable-list .category-terms h5,
  .path-videos .node--view-mode-teaser .category-terms h5 {
    display: inline-block; }
  .path-videos .node--view-mode-featurable-list .category-terms h5::after,
  .path-videos .node--view-mode-teaser .category-terms h5::after {
    content: '|';
    margin: 0 5px 0 9px;
    color: #b5c6d6; }
  .path-videos .node--view-mode-featurable-list .category-terms h5:last-child::after,
  .path-videos .node--view-mode-teaser .category-terms h5:last-child::after {
    display: none; }
  .path-videos .node--view-mode-featurable-list h3,
  .path-videos .node--view-mode-teaser h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    .path-videos .node--view-mode-featurable-list h3 a,
    .path-videos .node--view-mode-teaser h3 a {
      color: #212529; }
  .path-videos .node--view-mode-featurable-list p,
  .path-videos .node--view-mode-teaser p {
    margin-bottom: .5rem; }
  .path-videos .node--view-mode-featurable-list .field_published_on,
  .path-videos .node--view-mode-teaser .field_published_on {
    color: #5B7A8F;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem; }
  .path-videos .node--view-mode-featurable-list .node__content > a,
  .path-videos .node--view-mode-teaser .node__content > a {
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .path-videos .node--view-mode-featurable-list .node__content > a img,
    .path-videos .node--view-mode-teaser .node__content > a img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 1200px) {
      .path-videos .node--view-mode-featurable-list .node__content > a,
      .path-videos .node--view-mode-teaser .node__content > a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        margin-left: 8.333333%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; } }
  .path-videos .node--view-mode-featurable-list .text-wrap,
  .path-videos .node--view-mode-teaser .text-wrap {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .path-videos .node--view-mode-featurable-list .text-wrap,
      .path-videos .node--view-mode-teaser .text-wrap {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
        .path-videos .node--view-mode-featurable-list .text-wrap h3,
        .path-videos .node--view-mode-teaser .text-wrap h3 {
          font-size: 1.5rem; } }

#video_featured {
  background-color: #000;
  border-bottom: 1px solid #D6DFE8;
  color: #fff;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    #video_featured {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  #video_featured .channel_headline {
    display: inline-block;
    font-weight: 900;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-right: 1.25rem; }
  #video_featured .featured_video_carousel {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    /*@include media-breakpoint-up(xl){
            @include make-col(9);
        }*/ }
    @media (min-width: 768px) {
      #video_featured .featured_video_carousel {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      #video_featured .featured_video_carousel {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; } }
    #video_featured .featured_video_carousel .brightcove-player {
      position: relative;
      margin-left: -20px;
      margin-right: -20px; }
      @media (min-width: 768px) {
        #video_featured .featured_video_carousel .brightcove-player {
          margin-left: -30px;
          margin-right: -30px; } }
      @media (min-width: 992px) {
        #video_featured .featured_video_carousel .brightcove-player {
          margin-left: 0;
          margin-right: 0; } }
    #video_featured .featured_video_carousel .channel_headline {
      display: none; }
      @media (min-width: 992px) {
        #video_featured .featured_video_carousel .channel_headline {
          display: inline-block; } }
    #video_featured .featured_video_carousel .text-wrap {
      border-bottom: 1px solid #313132;
      color: #cccccc;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        #video_featured .featured_video_carousel .text-wrap {
          margin-bottom: 30px;
          padding-bottom: 30px; } }
      @media (min-width: 992px) {
        #video_featured .featured_video_carousel .text-wrap {
          border: 0;
          width: 95%;
          margin-bottom: 0;
          padding-bottom: 0; } }
      #video_featured .featured_video_carousel .text-wrap a {
        color: inherit;
        text-decoration: none; }
        #video_featured .featured_video_carousel .text-wrap a:hover {
          color: #fff; }
          #video_featured .featured_video_carousel .text-wrap a:hover h2 {
            color: #ccc; }
      #video_featured .featured_video_carousel .text-wrap h2 {
        color: #fff;
        font-weight: bold;
        margin-top: 1rem; }
        @media (max-width: 991.98px) {
          #video_featured .featured_video_carousel .text-wrap h2 {
            font-size: 1.5rem; } }
      #video_featured .featured_video_carousel .text-wrap p {
        margin-bottom: 0; }
        @media (min-width: 992px) {
          #video_featured .featured_video_carousel .text-wrap p {
            font-size: 1.25rem;
            font-weight: 300; } }
  #video_featured .featured_video_list {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      #video_featured .featured_video_list {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      #video_featured .featured_video_list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
    #video_featured .featured_video_list .views-row {
      margin-bottom: 1.5rem; }
    #video_featured .featured_video_list h3 {
      font-size: 1.125rem;
      margin-bottom: 0; }
      #video_featured .featured_video_list h3:hover {
        color: #ccc; }
    #video_featured .featured_video_list a {
      color: #fff;
      display: block;
      position: relative; }
      #video_featured .featured_video_list a:hover {
        text-decoration: none; }
    #video_featured .featured_video_list .img-wrap {
      position: relative; }
      @media (min-width: 992px) {
        #video_featured .featured_video_list .img-wrap {
          margin-bottom: .5rem; }
          #video_featured .featured_video_list .img-wrap:before {
            display: none; } }
      #video_featured .featured_video_list .img-wrap:before {
        background: rgba(0, 0, 0, 0.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #video_featured .featured_video_list .img-wrap img {
        max-width: 100%;
        height: auto; }
      #video_featured .featured_video_list .img-wrap .duration {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 3px 5px;
        font-size: .75rem;
        background-color: rgba(26, 26, 26, 0.8); }
    @media (max-width: 991.98px) {
      #video_featured .featured_video_list .text-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px; }
        #video_featured .featured_video_list .text-wrap h3 {
          font-size: 1.375rem;
          font-weight: 400;
          max-width: 95%; } }
  #video_featured .name_wrapper {
    display: none; }
  @media (min-width: 992px) {
    #video_featured .views-row {
      margin-bottom: 1.25rem; }
      #video_featured .views-row .brightcove-player {
        max-height: 540px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.video_channels > div > div > .col-12.col-lg {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .video_channels > div > div > .col-12.col-lg {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) {
    .video_channels > div > div > .col-12.col-lg {
      width: -webkit-calc(100% - 330px);
      width: calc(100% - 330px);
      padding-left: 15px;
      padding-right: 30px; } }

.video_channels .channel_block {
  border-bottom: 1px solid #D6DFE8;
  margin-bottom: 2rem; }
  .video_channels .channel_block .views-element-container {
    margin-bottom: 2rem;
    margin-right: -20px; }
    @media (min-width: 768px) {
      .video_channels .channel_block .views-element-container {
        margin-right: 0; } }
  .video_channels .channel_block .views-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-left: 0;
    padding-right: 0; }
    .video_channels .channel_block .views-row .img-wrap {
      background: #E6E7E9;
      margin-bottom: .5rem;
      position: relative;
      width: 175px;
      height: 98px; }
      @media (min-width: 992px) {
        .video_channels .channel_block .views-row .img-wrap {
          width: 250px;
          height: 140.5px; } }
      .video_channels .channel_block .views-row .img-wrap img {
        max-width: 100%;
        height: auto; }
    .video_channels .channel_block .views-row a {
      color: #212529; }
      .video_channels .channel_block .views-row a:hover {
        text-decoration: none; }
    .video_channels .channel_block .views-row h3 {
      font-size: 0.875rem;
      font-weight: normal; }
      @media (min-width: 992px) {
        .video_channels .channel_block .views-row h3 {
          font-size: 1rem; } }
      .video_channels .channel_block .views-row h3:hover {
        color: #B22217; }
    .video_channels .channel_block .views-row .field_published_on {
      color: #5B7A8F;
      font-family: "Roboto Mono", monospace;
      font-size: 0.75rem; }
  .video_channels .channel_block nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem; }
  .video_channels .channel_block .channel_headline {
    font-weight: 900;
    font-size: .875rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1.25rem; }
  .video_channels .channel_block .duration {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
    font-size: .75rem;
    background-color: rgba(26, 26, 26, 0.8);
    color: #fff; }
  .video_channels .channel_block .more-link {
    color: #7e97ad;
    font-size: 0.813em;
    margin-right: 5px;
    position: relative; }
    .video_channels .channel_block .more-link:after {
      content: "\f284";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .video_channels .channel_block .more-link:after {
      margin-left: 5px; }

.video_channels .tns-outer {
  position: relative; }

.video_channels [data-controls] {
  background: rgba(0, 0, 0, 0.9);
  border: 0;
  border-radius: 100%;
  padding: 0;
  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;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 55px;
  z-index: 1; }

.video_channels [data-controls="prev"] {
  left: -15px; }

.video_channels [data-controls="next"] {
  right: -15px; }

.video_channels button:disabled {
  display: none; }

#videopage .carousel-background {
  background-color: #D6DFE8;
  display: block;
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%; }
  #videopage .carousel-background:hover .text-wrap .play_button {
    background-color: #B22217;
    border-color: #B22217; }

#videopage .featured-video-ratio {
  display: block;
  height: 1px;
  position: relative;
  padding-top: 46.66667%; }
  #videopage .featured-video-ratio img,
  #videopage .featured-video-ratio video,
  #videopage .featured-video-ratio iframe,
  #videopage .featured-video-ratio object,
  #videopage .featured-video-ratio embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#videopage .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30; }
  #videopage .text-wrap h2 {
    color: #fff;
    font-size: 2.1250rem;
    margin: 0;
    overflow: hidden;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    max-width: 1000px;
    width: 80%;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap; }
    @media (min-width: 768px) {
      #videopage .text-wrap h2 {
        position: absolute;
        bottom: 30px;
        left: 140px; } }
    @media (min-width: 992px) {
      #videopage .text-wrap h2 {
        font-size: 3.250rem;
        position: absolute;
        bottom: 60px;
        left: 187px; } }
  #videopage .text-wrap .play_button {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 75px;
    width: 75px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: absolute;
    bottom: 30px;
    left: 30px; }
    @media (min-width: 992px) {
      #videopage .text-wrap .play_button {
        height: 100px;
        width: 100px;
        position: absolute;
        bottom: 50px;
        left: 52px; } }
    #videopage .text-wrap .play_button .icon {
      display: inline-block;
      font-size: 2.50rem;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 992px) {
        #videopage .text-wrap .play_button .icon {
          font-size: 2.750rem; } }

#videopage .carousel-shadow {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(95%, #000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 95%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 95%);
  height: 590px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20; }

#videopage .slick-dots {
  display: block;
  list-style: none;
  margin-bottom: 2rem;
  text-align: center;
  padding: 0;
  width: 100%; }
  #videopage .slick-dots li {
    margin-right: 20px;
    width: 70px;
    height: 5px;
    background: #D6DFE8;
    display: inline-block;
    position: relative; }
    #videopage .slick-dots li.slick-active {
      background: #B22217; }
    #videopage .slick-dots li button {
      width: 100%;
      height: 100%;
      text-indent: -999em;
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }

#videopage .slick__arrow {
  display: none; }

@media (min-width: 768px) {
  .video_center .page-sidebar {
    border-left: 1px solid #D6DFE8; } }

.view_all_videos {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .view_all_videos {
      margin-bottom: 0; } }
  .view_all_videos a {
    border: 1px solid #D6DFE8;
    color: #000;
    display: inline-block;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border .4s;
    transition: border .4s; }
    .view_all_videos a:hover {
      border-color: #000; }

#video_grid .video_nav {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E6E7E9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem; }
  #video_grid .video_nav .btn {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    #video_grid .video_nav {
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 0;
      padding-top: 0; }
      #video_grid .video_nav .btn {
        display: inline-block;
        width: auto; }
      #video_grid .video_nav > nav {
        border-left: 1px solid #fff;
        margin-left: 1rem; } }
  #video_grid .video_nav h6 {
    font-weight: 900;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-right: 1.25rem; }
  #video_grid .video_nav .dropdown-menu.show a {
    color: #212529; }
    #video_grid .video_nav .dropdown-menu.show a:hover {
      background-color: #f0f0f0;
      color: #B22217;
      text-decoration: none; }
  #video_grid .video_nav .dropdown-item:active {
    background-color: transparent; }
  #video_grid .video_nav .dropdown-submenu {
    position: relative; }
    #video_grid .video_nav .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
      border-radius: 0 6px 6px 6px; }
    #video_grid .video_nav .dropdown-submenu > a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-left-color: #ccc;
      margin-top: 5px;
      margin-right: -10px; }
    #video_grid .video_nav .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    #video_grid .video_nav .dropdown-submenu:hover > a:after {
      border-left-color: #B22217; }
    #video_grid .video_nav .dropdown-submenu.pull-left {
      float: none; }
      #video_grid .video_nav .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 6px 0 6px 6px; }

#video_grid .video_grid_content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
  #video_grid .video_grid_content .field_published_on {
    color: #5B7A8F;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem; }
  #video_grid .video_grid_content .term-list-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 8px 0; }
    #video_grid .video_grid_content .term-list-section .term-list, #video_grid .video_grid_content .term-list-section span {
      color: #7e97ad;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1px;
      margin: 0 5px 0 0; }
    #video_grid .video_grid_content .term-list-section span {
      color: #333333;
      font-weight: 500;
      letter-spacing: 0; }

#video_grid .views-element-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  #video_grid .views-element-container > div nav {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

#video_grid .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    #video_grid .views-row {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  #video_grid .views-row .img-wrap {
    position: relative; }
    #video_grid .views-row .img-wrap img {
      max-width: 100%;
      height: auto; }
    #video_grid .views-row .img-wrap .duration {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 3px 5px;
      font-size: .75rem;
      background-color: rgba(26, 26, 26, 0.8);
      color: #fff; }
  #video_grid .views-row .text-wrap {
    margin: 1rem 0 2rem; }
  #video_grid .views-row h3 {
    font-size: 1.125rem;
    font-weight: normal; }
    #video_grid .views-row h3 a {
      color: #000; }

.path-search .content_layout {
  width: 100%;
  min-height: 100vh; }

.path-search .search-wrapper {
  background: #f7f7f7;
  padding: 1.5rem 0 1.5rem 0;
  margin: 0 0 1.5rem 0; }
  .path-search .search-wrapper label[for="edit-keywords"] {
    display: none; }

.path-search .search-hits {
  font-size: .75rem;
  margin-bottom: .5rem; }

.path-search .search-no-results {
  margin-bottom: 1.5rem; }

.path-search .search-fields {
  width: 100%; }

.path-search .search-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .path-search .search-site input[type="submit"] {
    position: absolute;
    right: 1rem;
    top: 15%;
    margin: 3px 0 0 10px;
    color: #000000;
    display: inline-block;
    font-family: "Ionicons";
    font-size: 1.5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: transparent;
    border: none;
    padding: 0 0 0 2rem; }
  .path-search .search-site select::-ms-expand {
    display: none; }
  .path-search .search-site select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .path-search .search-site select {
    background: transparent;
    border: none;
    padding: 0 1rem 0 0;
    cursor: pointer; }
  .path-search .search-site .select-container {
    position: relative;
    margin: 0 2rem 0 0; }
    @media (max-width: 991.98px) {
      .path-search .search-site .select-container:last-child {
        margin-top: .5rem; } }
    .path-search .search-site .select-container .icon {
      position: absolute;
      right: 0;
      top: 0; }
  .path-search .search-site .form-item {
    margin: 0 0 0 0; }
  .path-search .search-site .js-form-item-keywords input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 .25rem 0;
    margin: 0 0 0 0;
    background: transparent;
    font-size: 2rem;
    font-weight: 600;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out; }
    .path-search .search-site .js-form-item-keywords input:hover {
      border-bottom: 1px solid #9e9e9e;
      -webkit-transition: border .2s ease-in;
      transition: border .2s ease-in; }
  .path-search .search-site .search-filters {
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.path-search .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #D6DFE8; }
  @media (max-width: 767.98px) {
    .path-search .search-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .path-search .search-item .item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    margin: 0 1.5rem 0 0; }
    .path-search .search-item .item-content .item-title a {
      font-size: 1.5rem;
      font-weight: 600;
      color: #000000; }
    .path-search .search-item .item-content p {
      font-size: 1rem; }
      .path-search .search-item .item-content p br {
        display: none; }
      .path-search .search-item .item-content p:empty {
        display: none; }
  .path-search .search-item .item-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767.98px) {
      .path-search .search-item .item-image {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 1rem; } }
    .path-search .search-item .item-image:hover .icon {
      -webkit-transition: .1s padding ease-in;
      transition: .1s padding ease-in;
      padding: 8px 18px 8px 18px; }
    .path-search .search-item .item-image .icon {
      position: absolute;
      -ms-flex-item-align: center;
          align-self: center;
      background: #B22217;
      color: #FFFFFF;
      font-size: 1.5rem;
      line-height: 2rem;
      padding: 5px 15px 5px 15px;
      -webkit-transition: .1s padding ease-out;
      transition: .1s padding ease-out; }
    .path-search .search-item .item-image a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 99; }
    .path-search .search-item .item-image img {
      width: 100%;
      height: auto;
      -ms-flex-item-align: center;
          align-self: center; }
  .path-search .search-item .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .path-search .search-item .item-meta .item-info {
      color: #5B7A8F;
      font-family: "IBM Plex Mono",monospace;
      font-size: 0.75rem; }
    .path-search .search-item .item-meta .iv-item {
      color: #007bff;
      display: block;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      margin: 0 0 0 1rem; }

.path-search .search-pager {
  margin: 2rem 0 2rem 0; }
  @media (max-width: 767.98px) {
    .path-search .search-pager .pager__item {
      display: none; }
    .path-search .search-pager .pager__item--first,
    .path-search .search-pager .pager__item--previous,
    .path-search .search-pager .pager__item--next,
    .path-search .search-pager .pager__item--last {
      display: list-item; } }
  .path-search .search-pager .pager__item.pager__item--ellipsis {
    margin-left: .5rem; }

.path-sitemap h1 {
  font-size: 3rem;
  border-bottom: 1px solid #D6DFE8;
  font-weight: bold;
  margin: 25px 0 15px 0;
  padding: 0 0 8px 0; }

.path-sitemap .sitemap-wrapper .sitemap-container h3 {
  font-size: 1.25em;
  font-weight: 700;
  padding: 1em 0 1em 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #D6DFE8; }

.path-sitemap .sitemap-wrapper .sitemap-container .sitemap-header-link {
  color: #000000; }
  .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-header-link:hover {
    color: #000000; }

.path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }
  @media (max-width: 991.98px) {
    .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 1.5rem 0; }
    .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list ul li {
      font-size: 1em; }
      .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list ul li h4 {
        font-size: 1em; }
    .path-sitemap .sitemap-wrapper .sitemap-container .sitemap-list ul .sitemap-grandchild {
      padding: 0 0 0 15px; }

.path-sourcebook .magazine_archive #all {
  margin: 0 0 2rem 0; }

.path-sourcebook p:empty {
  display: none; }

.path-sourcebook blockquote {
  font-size: 16px;
  padding: 0 0 0 15px;
  margin: 0 0 25px 0;
  position: relative;
  z-index: -1;
  background: #f3f3f3;
  padding: 10px 0 10px 15px; }
  .path-sourcebook blockquote p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 0 0; }
  .path-sourcebook blockquote::before {
    content: '';
    bottom: 0;
    height: 100%;
    width: 3px;
    background: #B22217; }
  .path-sourcebook blockquote h5 {
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 500; }
    .path-sourcebook blockquote h5 span {
      font-size: 16px;
      font-weight: 500; }
      .path-sourcebook blockquote h5 span::before {
        margin: 0 5px 0 0; }

.path-sourcebook #company-information .lead {
  font-size: 22px; }

.path-sourcebook #company-information blockquote {
  margin: 40px 0; }

.path-sourcebook #sourcebook-content {
  margin-top: 25px; }
  .path-sourcebook #sourcebook-content .logo {
    display: none; }

.path-sourcebook .box.info-bar.no-border {
  margin: 0 0 25px 0; }

.path-sourcebook .panel.panel-default.sidebar-menu .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px; }
  .path-sourcebook .panel.panel-default.sidebar-menu .text-center .call-sidebar {
    font-size: 12px; }

.path-sourcebook .panel.panel-default.sidebar-menu .panel-body {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #D6DFE8; }
  .path-sourcebook .panel.panel-default.sidebar-menu .panel-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .path-sourcebook .panel.panel-default.sidebar-menu .panel-body ul li {
      padding: 5px 0 5px 0; }
      .path-sourcebook .panel.panel-default.sidebar-menu .panel-body ul li a {
        color: #999999;
        font-weight: 500; }
  .path-sourcebook .panel.panel-default.sidebar-menu .panel-body:last-child {
    padding: 10px 10px 10px 10px; }

.path-sourcebook .panel.panel-default.sidebar-menu .panel-title {
  margin: 15px 0 15px 0;
  font-size: 25px;
  font-weight: 700; }

.path-sourcebook .alpha-sort .btn.btn-default.btn-sm, .path-sourcebook .alpha-sort .btn-group-sm > .btn.btn-default {
  background: #ececec;
  margin: 0 10px 10px 0; }

.path-sourcebook .alpha-sort .companies-showing p {
  font-size: 12px; }

.path-sourcebook .page-sort p {
  font-size: 12px; }

.path-sourcebook .directory-section h2 a {
  color: #000000;
  font-size: 18px;
  font-weight: 600; }

.path-sourcebook .btn.btn-default.btn-sm, .path-sourcebook .btn-group-sm > .btn.btn-default,
.path-sourcebook .directory-section + .btn.btn-default.btn-sm,
.path-sourcebook .btn-group-sm > .directory-section + .btn.btn-default,
.path-sourcebook .btn.btn-default.btn-sm + .btn.btn-default.btn-sm,
.path-sourcebook .btn-group-sm > .btn.btn-default + .btn.btn-default.btn-sm,
.path-sourcebook .btn-group-sm > .btn.btn-default.btn-sm + .btn.btn-default,
.path-sourcebook .btn-group-sm > .btn.btn-default + .btn.btn-default {
  background: #ececec;
  margin: 0 10px 10px 0; }

.path-sourcebook .btn-primary,
.path-sourcebook .directory-section + .btn-primary,
.path-sourcebook .btn-primary + .btn-primary {
  background: #007bff !important; }

.path-sourcebook #sourcebook-content > div > div.col-sm-3 {
  border-right: 1px solid #D6DFE8; }

.path-sourcebook #OGFSsearch {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D6DFE8; }
  .path-sourcebook #OGFSsearch input[type="text"] {
    margin: 0 10px 0 10px;
    border-radius: 0;
    font-size: 14px; }
  .path-sourcebook #OGFSsearch button[type="submit"] {
    padding: 0 10px 0 10px; }
  .path-sourcebook #OGFSsearch a {
    font-size: 12px;
    margin: 10px 0 0 10px;
    color: #999999;
    float: right; }

.path-sourcebook #SearchAdvanced .advanced-info, .path-sourcebook #SearchAdvanced .advanced-people, .path-sourcebook #SearchAdvanced .advanced-activity {
  background-color: #e6ecf1;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 0; }

.path-sourcebook #SearchBasic .basic-search-section {
  background-color: #e6ecf1;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 0; }
  .path-sourcebook #SearchBasic .basic-search-section .form-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.path-sourcebook #SearchBasic .form-section-row > form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 0 15px 0 15px; }
  .path-sourcebook #SearchBasic .form-section-row > form input[type="text"], .path-sourcebook #SearchBasic .form-section-row > form select {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0; }
  .path-sourcebook #SearchBasic .form-section-row > form input[type="submit"] {
    color: #fff;
    background: #212529 !important;
    border-color: #212529;
    border-radius: 0; }
    .path-sourcebook #SearchBasic .form-section-row > form input[type="submit"]:hover {
      background: #B22217 !important; }

.path-sourcebook #SearchBasic label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase; }

.path-sourcebook .advanced-info .col-sm-12 h3, .path-sourcebook .advanced-people .col-sm-12 h3, .path-sourcebook .advanced-activity .col-sm-12 h3 {
  font-size: 18px;
  font-weight: 600; }

.path-sourcebook .advanced-info .form-section-row, .path-sourcebook .advanced-people .form-section-row, .path-sourcebook .advanced-activity .form-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.path-sourcebook .advanced-info .form-section-row > div, .path-sourcebook .advanced-people .form-section-row > div, .path-sourcebook .advanced-activity .form-section-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  padding: 0 15px 0 15px; }
  .path-sourcebook .advanced-info .form-section-row > div input, .path-sourcebook .advanced-info .form-section-row > div select, .path-sourcebook .advanced-people .form-section-row > div input, .path-sourcebook .advanced-people .form-section-row > div select, .path-sourcebook .advanced-activity .form-section-row > div input, .path-sourcebook .advanced-activity .form-section-row > div select {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0; }

.path-sourcebook .advanced-info label, .path-sourcebook .advanced-people label, .path-sourcebook .advanced-activity label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase; }

.path-sourcebook button:focus, .path-sourcebook input:focus, .path-sourcebook select:focus {
  outline: 0; }

.path-sourcebook #sourcebook-content > div > div.col-sm-3 > div.panel.panel-default.sidebar-menu > div:nth-child(2) > h2 {
  text-align: center; }
  .path-sourcebook #sourcebook-content > div > div.col-sm-3 > div.panel.panel-default.sidebar-menu > div:nth-child(2) > h2 img {
    width: 150px; }

.path-sourcebook form[name="form1"] input[name="Reset"] {
  margin: 0 10px 0 0; }

.path-sourcebook form[name="form1"] input[name="Submit"] {
  margin: 0 0 0 10px; }

#author-profile {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  #author-profile .author-profile-image {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
    #author-profile .author-profile-image img {
      max-width: 100%;
      height: auto; }
      @media (min-width: 992px) {
        #author-profile .author-profile-image img {
          border: 1px solid #D6DFE8;
          border-radius: 50%;
          height: 183px;
          width: 183px; } }
    #author-profile .author-profile-image:empty {
      display: none; }
  #author-profile .author-info {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  #author-profile h1 {
    font-weight: bold; }
  #author-profile h4 {
    color: #7e97ad;
    font-weight: normal; }
  #author-profile h6 {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase; }
  #author-profile .author-meta {
    border-top: 1px solid #D6DFE8;
    border-bottom: 1px solid #D6DFE8;
    padding: 1rem 0; }
    #author-profile .author-meta .author-social {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      #author-profile .author-meta .author-social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none; }
      #author-profile .author-meta .author-social a {
        color: #231f20; }
      #author-profile .author-meta .author-social a:first-child {
        padding-left: 0; }
      #author-profile .author-meta .author-social .icon {
        font-size: 23px;
        margin: 0 10px 0 0;
        color: #333333; }
    #author-profile .author-meta .author-contact {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      text-align: right; }
      #author-profile .author-meta .author-contact a {
        border: 1px solid #e2e2e2;
        text-decoration: none;
        color: #212529;
        background-color: #f7f7f5;
        border-color: #e2e2e2;
        padding: 0.5rem 0.625rem;
        font-size: 0.75rem;
        line-height: 0.875rem;
        border-radius: 3px; }
        #author-profile .author-meta .author-contact a:hover {
          color: #212529;
          background-color: #e6e6e0;
          border-color: #c9c9c9; }
        #author-profile .author-meta .author-contact a:focus, #author-profile .author-meta .author-contact a.focus {
          color: #212529;
          background-color: #e6e6e0;
          border-color: #c9c9c9;
          -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }
        #author-profile .author-meta .author-contact a.disabled, #author-profile .author-meta .author-contact a:disabled {
          color: #212529;
          background-color: #f7f7f5;
          border-color: #e2e2e2; }
        #author-profile .author-meta .author-contact a:not(:disabled):not(.disabled):active, #author-profile .author-meta .author-contact a:not(:disabled):not(.disabled).active,
        .show > #author-profile .author-meta .author-contact a.dropdown-toggle {
          color: #212529;
          background-color: #e0e0d9;
          border-color: #c2c2c2; }
          #author-profile .author-meta .author-contact a:not(:disabled):not(.disabled):active:focus, #author-profile .author-meta .author-contact a:not(:disabled):not(.disabled).active:focus,
          .show > #author-profile .author-meta .author-contact a.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
                    box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5); }

#author-related-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    #author-related-content {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; } }
  #author-related-content .views-row {
    border-bottom: 1px solid #D6DFE8;
    margin-bottom: 1.250rem; }
  #author-related-content article {
    padding-bottom: 1.250rem; }
    #author-related-content article > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
      @media (min-width: 992px) {
        #author-related-content article > div {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      #author-related-content article > div > a {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          #author-related-content article > div > a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
            max-width: 25%;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-bottom: 0; } }
        #author-related-content article > div > a img {
          max-width: 100%;
          height: auto; }
  #author-related-content .text-wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  #author-related-content .category-terms h5 {
    display: inline-block;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1rem; }
    #author-related-content .category-terms h5:after {
      content: '|';
      margin: 0 5px 0 9px;
      color: #b5c6d6; }
    #author-related-content .category-terms h5:last-child:after {
      display: none; }
  #author-related-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
    #author-related-content h3 a {
      color: #212529; }
  #author-related-content .field_published_on {
    color: #5B7A8F;
    font-family: "Roboto Mono", monospace;
    font-size: 0.75rem; }

.path-user aside.page-sidebar {
  border-left: 1px solid #D6DFE8; }

#profile-node {
  margin-bottom: 1rem; }
  #profile-node .page-header h1 {
    margin-bottom: 0; }
  #profile-node .page-header .field_job_title_wrapper {
    margin-bottom: .75rem; }
  #profile-node .body_wrapper {
    margin-left: 1rem; }

.podcast_archive .banner {
  background-color: #141414;
  background-image: -webkit-linear-gradient(40deg, #1b1818 40%, #541212 100%);
  background-image: linear-gradient(50deg, #1b1818 40%, #541212 100%);
  color: #fefefe; }
  .podcast_archive .banner > .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .podcast_archive .banner .coverart {
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: -44px;
    right: 20px;
    border-radius: 8px; }
  .podcast_archive .banner .banner-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 52.5px;
    max-width: 820px; }
  .podcast_archive .banner .banner-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; }
    @media (min-width: 992px) {
      .podcast_archive .banner .banner-description {
        margin: 12px 500px 0 0;
        max-width: 720px;
        min-width: 700px; } }
  .podcast_archive .banner .subServices {
    margin: 3rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .podcast_archive .banner .subServices .label {
      font-size: .813rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 20px;
      letter-spacing: 2px; }
    .podcast_archive .banner .subServices .subServ {
      display: block;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: cover;
      margin-right: 20px; }
      .podcast_archive .banner .subServices .subServ.apple {
        background-image: url("../images/Podcasts_icon.svg"); }
      .podcast_archive .banner .subServices .subServ.spotify {
        background-image: url("../images/Spotify_logo_without_text.svg"); }
      .podcast_archive .banner .subServices .subServ.google {
        background-image: url("../images/google-podcasts.svg"); }
      .podcast_archive .banner .subServices .subServ.rss {
        background-image: url("../images/logo-rss.svg"); }

.podcast_archive .content_layout {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .podcast_archive .content_layout .views-row {
    margin-bottom: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .podcast_archive .content_layout .views-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
  .podcast_archive .content_layout .podcast_title {
    cursor: pointer;
    font-weight: 800;
    font-size: 36px;
    line-height: 45px;
    margin-top: 8px; }
    .podcast_archive .content_layout .podcast_title a {
      color: #000;
      text-decoration: none; }
      .podcast_archive .content_layout .podcast_title a:hover {
        color: #c00; }
  .podcast_archive .content_layout .podcast_pubDate {
    color: #262626;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .podcast_archive .content_layout .podcast_description {
    margin-top: 10px; }
  .podcast_archive .content_layout .podcast_listen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .875rem; }
    .podcast_archive .content_layout .podcast_listen a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      text-decoration: none; }
      .podcast_archive .content_layout .podcast_listen a:hover {
        color: #c00; }
    .podcast_archive .content_layout .podcast_listen .icon {
      font-size: 24px;
      margin-right: 8px; }
    .podcast_archive .content_layout .podcast_listen .length {
      margin-left: 1rem; }

.podcast-episode #block-hart-energy-local-tasks {
  max-width: 1280px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.node--type-episode .episode_header {
  background-color: #141414;
  background-image: -webkit-linear-gradient(40deg, #1b1818 40%, #541212 100%);
  background-image: linear-gradient(50deg, #1b1818 40%, #541212 100%);
  color: #fefefe;
  padding: 4rem 0 2rem;
  text-align: center; }
  @media (min-width: 768px) {
    .node--type-episode .episode_header {
      padding: 6rem 0; } }
  .node--type-episode .episode_header .episode_title {
    font-size: 2.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    display: none;
    font-size: 3rem; }
    @media (min-width: 768px) {
      .node--type-episode .episode_header .episode_title {
        display: block; } }
  .node--type-episode .episode_header .episode_date {
    display: none;
    font-size: .813rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .node--type-episode .episode_header .episode_date {
        display: block; } }

.node--type-episode .field_episode_audio_wrapper {
  margin: 0 auto; }

.node--type-episode .episode_player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .node--type-episode .episode_player {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .node--type-episode .episode_player .main_controls {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
    @media (min-width: 768px) {
      .node--type-episode .episode_player .main_controls {
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        margin-bottom: 0; } }
  .node--type-episode .episode_player #podcast_audio_player {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .node--type-episode .episode_player .player-controls {
    margin-top: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
    @media (min-width: 768px) {
      .node--type-episode .episode_player .player-controls {
        margin-top: 0; } }
    .node--type-episode .episode_player .player-controls progress {
      width: 100%;
      vertical-align: middle; }
    .node--type-episode .episode_player .player-controls progress[value] {
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      background-color: rgba(255, 255, 255, 0.2);
      color: white;
      height: 5px; }
    .node--type-episode .episode_player .player-controls progress[value]::-webkit-progress-bar {
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 2px;
      color: white; }
    .node--type-episode .episode_player .player-controls progress::-webkit-progress-value {
      background-color: white; }
  .node--type-episode .episode_player button {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: none; }
    .node--type-episode .episode_player button svg {
      fill: #ffffff; }
    .node--type-episode .episode_player button[disabled], .node--type-episode .episode_player button[disabled]:hover {
      cursor: default; }
      .node--type-episode .episode_player button[disabled] svg, .node--type-episode .episode_player button[disabled]:hover svg {
        fill: rgba(255, 255, 255, 0.2); }
    .node--type-episode .episode_player button:hover svg {
      fill: rgba(255, 255, 255, 0.8); }
  .node--type-episode .episode_player #play-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-right: 15px; }
    .node--type-episode .episode_player #play-btn .icon_pause {
      display: none; }
    .node--type-episode .episode_player #play-btn.pause .icon_play {
      display: none; }
    .node--type-episode .episode_player #play-btn.pause .icon_pause {
      display: block; }
  .node--type-episode .episode_player #forward-btn {
    width: 40px;
    height: 40px;
    margin-right: 15px; }
  .node--type-episode .episode_player #replay-btn {
    width: 40px;
    height: 40px;
    margin-right: 15px; }
  .node--type-episode .episode_player #mute-btn {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25px;
    height: 25px;
    margin-left: 15px; }
    @media (min-width: 768px) {
      .node--type-episode .episode_player #mute-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .node--type-episode .episode_player #mute-btn .icon_mute {
      display: none; }
    .node--type-episode .episode_player #mute-btn.muted .icon_vol {
      display: none; }
    .node--type-episode .episode_player #mute-btn.muted .icon_mute {
      display: block; }
  .node--type-episode .episode_player .episode_duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: .875rem;
    margin-right: 15px;
    text-align: right;
    width: 90px; }
    @media (min-width: 768px) {
      .node--type-episode .episode_player .episode_duration {
        -ms-flex-item-align: initial;
            align-self: initial; } }
    .node--type-episode .episode_player .episode_duration #listen {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .node--type-episode .episode_player .episode_duration .hms {
      font-family: "Roboto Mono", monospace;
      margin-left: 15px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility; }
    .node--type-episode .episode_player .episode_duration #duration {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      font-family: "Roboto Mono", monospace;
      display: none; }
      .node--type-episode .episode_player .episode_duration #duration > span {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility; }

.node--type-episode .node__content {
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .node--type-episode .node__content {
      padding: 3rem 0; } }
  .node--type-episode .node__content .podLinks {
    background-color: #f1f1f3;
    border-radius: 5px;
    margin-top: 1.5rem;
    padding: 1.5rem; }
    .node--type-episode .node__content .podLinks p:last-child {
      margin-bottom: 0; }
  .node--type-episode .node__content .episode_title {
    display: block;
    font-size: 2.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
    @media (min-width: 768px) {
      .node--type-episode .node__content .episode_title {
        display: none; } }

.mk-download h2 {
  font-weight: 900; }

.mk-download ul li {
  padding: .625rem 0; }

.mk-download h3 {
  font-weight: normal; }
  .mk-download h3 a {
    color: #212529;
    display: block;
    padding-left: 3rem;
    position: relative; }
    .mk-download h3 a:before {
      background-image: url("../images/pdf.svg");
      content: '';
      height: 32px;
      width: 32px;
      position: absolute;
      left: 0;
      top: 0; }
    .mk-download h3 a:hover {
      color: #B22217;
      text-decoration: none; }

.mk-download h6 {
  color: #7e97ad;
  font-size: .75rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: .1rem;
  text-transform: uppercase; }

#contact_page {
  margin-top: 3rem; }
  #contact_page h2.section-title {
    border-bottom: 1px solid #D6DFE8;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: .25rem;
    position: relative; }
  #contact_page .cust_serv h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1.5rem; }
  #contact_page .cust_serv p {
    color: #4d4d4d; }
  #contact_page hr {
    border-color: #D6DFE8; }

@media (min-width: 992px) {
  .contact-well {
    border-right: 1px solid #D6DFE8; } }

.contact-well form {
  max-width: 600px; }

.contact-well .mktoFormRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2rem; }
  .contact-well .mktoFormRow .mktoFormCol {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .contact-well .mktoFormRow .mktoField {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: .75rem;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #D6DFE8;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-family: inherit;
    font-weight: 400; }
  .contact-well .mktoFormRow .mktoAsterix {
    display: none; }
  .contact-well .mktoFormRow label {
    float: left;
    width: 10px; }
  .contact-well .mktoFormRow .mktoField {
    width: -webkit-calc(100% - 1rem);
    width: calc(100% - 1rem);
    float: right; }
  .contact-well .mktoFormRow .mktoRequiredField .mktoAsterix {
    display: block; }
  .contact-well .mktoFormRow textarea.mktoField {
    height: 180px; }
  .contact-well .mktoFormRow .mktoAsterix,
  .contact-well .mktoFormRow .mktoErrorMsg {
    color: #d9534f; }
  .contact-well .mktoFormRow .mktoErrorMsg {
    margin-left: 1rem; }
  .contact-well .mktoFormRow #Country {
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
    background-image: url(../images/select_arrow-down.svg); }

.contact-well .mktoButton {
  display: block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  width: 100%;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  float: right;
  margin-top: 1rem; }

.path-events .views-element-container {
  position: relative; }

.path-events .events_filter {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .path-events .events_filter {
      max-width: 270px; } }
  .path-events .events_filter .filter-select {
    position: relative; }
  .path-events .events_filter label {
    display: inline-block;
    position: initial;
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    text-indent: 1.625rem;
    text-transform: uppercase;
    min-width: -webkit-calc(1rem + 2px);
    min-width: calc(1rem + 2px); }
    .path-events .events_filter label:before, .path-events .events_filter label:after {
      content: '';
      width: -webkit-calc(1rem + 2px);
      width: calc(1rem + 2px);
      height: -webkit-calc(1rem + 2px);
      height: calc(1rem + 2px);
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0;
      border: 1px solid transparent;
      z-index: 0;
      position: absolute;
      left: 0;
      top: .25rem;
      background-color: transparent; }
    .path-events .events_filter label:before {
      border-color: #bdc3c7; }
    .path-events .events_filter label:after {
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); }
  .path-events .events_filter input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1rem;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .path-events .events_filter input:checked ~ label:after {
      background-color: #007bff !important; }
  .path-events .events_filter .fieldset-legend {
    color: #7e97ad;
    display: block;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .625rem;
    text-transform: uppercase; }
  .path-events .events_filter .js-form-type-radio {
    position: relative;
    display: block; }
  .path-events .events_filter .form-radio {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem; }
  .path-events .events_filter > .fieldgroup {
    margin-top: 0; }

.path-events .event_listing {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
  .path-events .event_listing .not-found {
    padding: 25px 0 25px 0;
    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;
    background: #f3f3f3; }
    .path-events .event_listing .not-found h4 {
      font-size: 1rem;
      margin: 0 0 0 0; }
  .path-events .event_listing header {
    color: #666666;
    font-size: .875rem; }
    .path-events .event_listing header span {
      color: #000;
      font-weight: bold; }
  .path-events .event_listing .views-row {
    border-bottom: 1px dashed #adbfd1;
    padding: 1.5rem 0; }
    .path-events .event_listing .views-row .event_wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-width: 0;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box; }
      .path-events .event_listing .views-row .event_wrapper.conference .date_range {
        background-color: #B22217;
        color: #fff; }
      .path-events .event_listing .views-row .event_wrapper.conference .event_info {
        background-color: #fce7e6;
        border-top: 3px solid #B22217; }
      .path-events .event_listing .views-row .event_wrapper.conference .event_date,
      .path-events .event_listing .views-row .event_wrapper.conference .event_venue {
        color: #212529; }
      .path-events .event_listing .views-row .event_wrapper.conference .hec_tag {
        background-color: #B22217;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-size: 0.688rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding: .125rem .5rem 0;
        position: absolute;
        right: 0;
        top: 0;
        text-transform: uppercase; }
    .path-events .event_listing .views-row .date_range {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #D6DFE8;
      color: #212529;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 100px;
      height: 100px;
      text-align: center; }
      .path-events .event_listing .views-row .date_range .start_day {
        font-size: 3rem;
        font-weight: 900;
        letter-spacing: -1px;
        line-height: 1; }
      .path-events .event_listing .views-row .date_range .start_month {
        font-size: .75rem;
        font-weight: bold;
        text-transform: uppercase; }
    .path-events .event_listing .views-row .event_date,
    .path-events .event_listing .views-row .event_venue {
      color: #666666;
      font-size: .875rem;
      margin-bottom: .125rem; }
      .path-events .event_listing .views-row .event_date .icon,
      .path-events .event_listing .views-row .event_venue .icon {
        margin-right: 8px; }
    .path-events .event_listing .views-row .event_venue {
      margin-bottom: 0; }
    .path-events .event_listing .views-row p {
      color: #666666;
      font-size: .875rem;
      margin-bottom: 0; }
  .path-events .event_listing .event_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem; }

.path-events .hec_upcoming {
  margin-bottom: 1rem; }
  .path-events .hec_upcoming > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .path-events .hec_upcoming h2.section_title {
    border-bottom: 0;
    padding-bottom: 0; }
  .path-events .hec_upcoming .views-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .path-events .hec_upcoming .views-row {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
  .path-events .hec_upcoming .hec_event {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #D6DFE8;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem; }
  .path-events .hec_upcoming .event_info {
    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;
    min-height: 190px;
    padding: 1.25rem;
    text-align: center; }
    .path-events .hec_upcoming .event_info h2 {
      font-size: 1.25rem;
      font-weight: 900;
      margin-bottom: 1rem; }
      .path-events .hec_upcoming .event_info h2 a {
        color: #212529;
        text-decoration: none; }
    .path-events .hec_upcoming .event_info .date_range,
    .path-events .hec_upcoming .event_info .event_venue {
      color: #000;
      font-family: "Roboto", sans-serif;
      font-size: .875rem;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .path-events .hec_upcoming .event_info h6 {
      color: #666666;
      font-size: .625rem;
      font-weight: bold;
      letter-spacing: .1em;
      margin-bottom: .125em; }
    .path-events .hec_upcoming .event_info .event_venue {
      margin-bottom: 0; }
  .path-events .hec_upcoming .hec_event_buttons {
    border-top: 1px solid #D6DFE8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .5rem 1rem; }
    .path-events .hec_upcoming .hec_event_buttons .text-link {
      color: #007bff;
      font-size: .875rem;
      font-weight: 500; }
      .path-events .hec_upcoming .hec_event_buttons .text-link:hover {
        color: #80bdff;
        text-decoration: none; }
    .path-events .hec_upcoming .hec_event_buttons .btn {
      background-color: #e6f2ff;
      border-color: #e6f2ff;
      color: #007bff;
      font-weight: 500; }
      .path-events .hec_upcoming .hec_event_buttons .btn:hover {
        background-color: #007bff;
        border-color: #007bff;
        color: #fff; }
  .path-events .hec_upcoming .img-wrap img {
    width: 100%;
    border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); }

.path-events .hec_event_wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.path-events .img-wrap img {
  max-width: 100%;
  height: auto; }

.path-events .img-wrap:empty {
  display: none; }

.path-events h5 {
  font-weight: 900;
  margin-bottom: .25rem; }
  .path-events h5 a {
    color: #212529; }
    .path-events h5 a:hover {
      color: #5a6570;
      text-decoration: none; }

.page-node-type-he-event .event-link {
  margin-bottom: 1rem; }
  .page-node-type-he-event .event-link a {
    border-radius: 0; }
    .page-node-type-he-event .event-link a.btn-dark {
      background-color: #000;
      border-color: #000; }

.page-node-type-he-event .event-info {
  margin-bottom: 2rem; }

@media (min-width: 992px) {
  .path-frontpage #header .masthead {
    padding: 1.25rem 0; } }

@media (min-width: 992px) {
  .path-frontpage #header #logo {
    height: 34px;
    width: 334px; } }

@media (min-width: 992px) {
  .path-frontpage #header #login-bar {
    display: none !important; } }

.path-frontpage #footer {
  margin-top: 0; }

.publication-panel {
  border-bottom: 1px solid #D6DFE8;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  .publication-panel h3 {
    font-size: 1.125rem; }
    .publication-panel h3 a {
      color: #000; }
  .publication-panel:last-child {
    border-bottom: 0; }
  .publication-panel nav a {
    border-left: 1px solid #D6DFE8;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1;
    padding: .25rem 1rem; }
    .publication-panel nav a:first-child {
      border-left: 0;
      padding-left: 0; }

#views-exposed-form-hart-whos-who-whos {
  background-color: #f1f8fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem; }
  #views-exposed-form-hart-whos-who-whos > .form-item,
  #views-exposed-form-hart-whos-who-whos > .fieldgroup,
  #views-exposed-form-hart-whos-who-whos .form-actions {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  #views-exposed-form-hart-whos-who-whos label,
  #views-exposed-form-hart-whos-who-whos > .fieldgroup > legend {
    color: #161f2d;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase; }
  #views-exposed-form-hart-whos-who-whos .fieldgroup .js-form-type-radio {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  #views-exposed-form-hart-whos-who-whos .fieldgroup input[type=radio] {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem; }
  #views-exposed-form-hart-whos-who-whos .fieldgroup .option {
    font-size: .875rem;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize; }
  #views-exposed-form-hart-whos-who-whos .form-text {
    display: block;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  #views-exposed-form-hart-whos-who-whos #edit-actions {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px; }
    #views-exposed-form-hart-whos-who-whos #edit-actions input {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border: 1px solid transparent;
      padding: 0.375rem 1rem;
      font-size: 1rem;
      line-height: 1.5;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
      #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who {
        color: #fff;
        background-color: #212529;
        border-color: #212529; }
        #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:hover {
          color: #fff;
          background-color: #B22217;
          border-color: #B22217; }
        #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:focus, #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who.focus {
          color: #fff;
          background-color: #B22217;
          border-color: #B22217;
          -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
                  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
        #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who.disabled, #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:disabled {
          color: #fff;
          background-color: #212529;
          border-color: #212529; }
        #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:not(:disabled):not(.disabled):active, #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:not(:disabled):not(.disabled).active,
        .show > #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who.dropdown-toggle {
          color: #fff;
          background-color: #0a0c0d;
          border-color: #050506; }
          #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:not(:disabled):not(.disabled):active:focus, #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who:not(:disabled):not(.disabled).active:focus,
          .show > #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-submit-hart-whos-who.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
                    box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }
      #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-reset {
        background-color: transparent;
        color: #212529; }
        #views-exposed-form-hart-whos-who-whos #edit-actions input#edit-reset:hover {
          text-decoration: underline; }
  @media (min-width: 992px) {
    #views-exposed-form-hart-whos-who-whos > .form-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      #views-exposed-form-hart-whos-who-whos > .form-item.fieldgroup.form-wrapper {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; }
    #views-exposed-form-hart-whos-who-whos .form-actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.whos_who_list header {
  color: #5B7A8F;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 1rem; }

.whos_who_list .views-row {
  padding: 1rem 0;
  border-bottom: 1px solid #D6DFE8; }
  .whos_who_list .views-row::after {
    display: block;
    clear: both;
    content: ""; }
  .whos_who_list .views-row .views-field-field-image {
    float: left;
    margin-right: 1rem; }
    .whos_who_list .views-row .views-field-field-image > div {
      background-image: url("../images/ww-empty-profile-pic.png");
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      width: 100px;
      height: 100px; }
    .whos_who_list .views-row .views-field-field-image img {
      max-width: 100%;
      height: auto; }
  .whos_who_list .views-row .views-field-title {
    font-size: 1.125rem;
    font-weight: bold; }

.billboard_4x1 {
  text-align: center; }
  .billboard_4x1 > div {
    background: #f7f7f7;
    padding: 1rem 0; }
  .billboard_4x1 span {
    color: #999;
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0.625rem 0;
    text-transform: uppercase; }
  .billboard_4x1 iframe {
    display: block;
    margin: 0 auto; }

.ad-8x1 {
  background: #f7f7f7;
  padding: 1rem 0;
  text-align: center; }
  .ad-8x1 span {
    color: #999;
    display: block;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0.625rem 0;
    text-transform: uppercase; }
  .ad-8x1 img {
    max-width: 100%;
    height: auto; }

.ad-1x1,
.ad-1x1_1 {
  margin: 0 auto 2rem;
  max-width: 300px;
  text-align: center; }

.tower_1x2 {
  text-align: center; }

#leaderboard_page_bottom {
  margin-bottom: 3rem;
  text-align: center; }
  @media (max-width: 991.98px) {
    #leaderboard_page_bottom {
      display: none; } }

.breadcrumb {
  background: none;
  padding: 20px 15px 19px 15px;
  margin: 0; }
  .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumb ul li {
      display: inline-block;
      color: #5B7A8F;
      font-size: 12px; }
      .breadcrumb ul li:after {
        content: '›';
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        font-weight: 300; }
      .breadcrumb ul li:last-child:after {
        display: none; }
      .breadcrumb ul li .icon {
        font-size: 0.5em; }
      .breadcrumb ul li a {
        color: #5B7A8F;
        font-weight: 400; }

.card.database {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  /*&:after {
		position: absolute;
		content: "";
		left: 412px;
		right: 0;
		bottom: 0;
		height: 75px;
		background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#f2f2f2);

		@include media-breakpoint-down(sm) {
    		display: none;
    	}
	}*/ }
  .card.database .card-image {
    position: absolute;
    left: 412px;
    top: 20px;
    max-width: 787px; }
    @media (max-width: 767.98px) {
      .card.database .card-image {
        display: none; } }
    .card.database .card-image img {
      max-width: 580px; }
  .card.database .card-body {
    padding: 2rem; }
  .card.database .btn {
    border-radius: 2px;
    font-size: .75rem;
    margin-right: 1rem;
    padding: 0.75rem 1rem;
    text-transform: uppercase; }
    .card.database .btn.btn-dark {
      background-color: #000;
      border-color: #000; }
      .card.database .btn.btn-dark:hover {
        background-color: #4d4d4d;
        border-color: #4d4d4d; }

.node-comment h2 {
  border-bottom: 1px solid #D6DFE8;
  color: #7e97ad;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0; }

.node-comment .comment {
  background-color: #f2f4f5;
  margin-bottom: 1rem;
  padding: 1rem; }
  .node-comment .comment h3 {
    font-size: 1rem;
    font-weight: bold; }
    .node-comment .comment h3 a {
      color: #000; }
  .node-comment .comment .comment-submitted {
    font-family: "Roboto Mono", monospace;
    font-size: .75rem; }
    .node-comment .comment .comment-submitted a {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.node-comment .content .links {
  padding-left: 0;
  list-style: none; }
  .node-comment .content .links li {
    display: inline-block; }
    .node-comment .content .links li:not(:last-child) {
      margin-right: 0.5rem; }
  .node-comment .content .links a {
    font-size: 0.875rem; }

.covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

#showcase {
  height: 500px;
  overflow: hidden; }
  #showcase .region-showcase {
    height: 100%;
    margin-bottom: 0; }
    #showcase .region-showcase .block,
    #showcase .region-showcase .body_wrapper,
    #showcase .region-showcase .body_wrapper .body {
      height: 100%;
      margin-bottom: 0;
      position: relative; }
  #showcase .body_wrapper .body {
    display: table;
    width: 100%; }
  #showcase #showcase-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff; }
    #showcase #showcase-text .container {
      position: relative; }
  #showcase .overlay {
    background: rgba(178, 34, 23, 0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  @media (min-width: 768px) {
    #showcase {
      height: 620px;
      position: relative; }
      #showcase h1 {
        font-size: 5rem;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 40px; } }
  @media (min-width: 992px) {
    #showcase {
      height: 700px; } }
  @media (min-width: 1200px) {
    #showcase {
      height: 800px; }
      #showcase h1 {
        font-size: 6.250rem;
        margin-top: 0;
        line-height: 1; } }

#block-views-block-hart-news-block-2 h2 {
  font-size: 2.375em;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 30px; }

.news-block .card img {
  max-width: 100%;
  height: auto; }

.news-block .card h4 {
  font-size: 1.125rem; }
  .news-block .card h4 a {
    color: #212529; }

.news-block .card .pubdate {
  color: #5B7A8F;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem; }

.img-responsive {
  max-width: 100%;
  height: auto; }

#block-productsservices .section {
  padding: 40px 0; }

@media (min-width: 768px) {
  #block-productsservices .section {
    padding: 80px 0; } }

#product-lines {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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; }
  @media (min-width: 768px) {
    #product-lines {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  #product-lines > div {
    position: relative;
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #product-lines > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (min-width: 992px) {
      #product-lines > div {
        border-right: 1px solid #d7d7d7;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333333%;
                flex: 0 0 33.33333333%;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        #product-lines > div:nth-child(1) {
          border-bottom: 1px solid #d7d7d7; }
        #product-lines > div:nth-child(2) {
          border-bottom: 1px solid #d7d7d7; }
        #product-lines > div:nth-child(3) {
          border-bottom: 1px solid #d7d7d7;
          border-right: none; }
        #product-lines > div:last-child {
          border-right: none; } }
    #product-lines > div:hover {
      -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
              box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12); }
      #product-lines > div:hover .platform-link:after {
        width: 99%; }
      #product-lines > div:hover svg {
        fill: #B22217; }
    #product-lines > div p {
      color: #767676;
      padding: 0 30px; }
      #product-lines > div p:last-child {
        margin-bottom: 0; }
    #product-lines > div .platform-link {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin: 0;
      padding: 0;
      border: 0;
      text-align: center;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-transition: all 0.6s ease;
      transition: all 0.6s ease;
      color: #b22217;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
      #product-lines > div .platform-link:after {
        content: '';
        position: absolute;
        bottom: -0.25em;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1px;
        width: 0rem;
        background-color: #b22217;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease; }
    #product-lines > div a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #product-lines > div h4 {
      font-weight: 600; }
  #product-lines .icon {
    font-size: 48px;
    color: #b22217; }
  #product-lines svg {
    width: 80px;
    height: 80px; }
  #product-lines .lead {
    color: #999;
    font-weight: 400; }

.wwd-more-link {
  text-align: center;
  margin: 60px 0; }
  .wwd-more-link .btn {
    padding: .5rem 1.5rem; }

#brand-block {
  background-color: #f5f5f5;
  padding: 100px 0; }
  #brand-block .lead {
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0.6); }
  #brand-block ul li {
    padding-left: 25px;
    padding-right: 25px; }
  #brand-block svg, #brand-block img {
    display: block;
    height: 48px;
    margin-bottom: 30px;
    vertical-align: baseline; }

.brand-links {
  background: #b22217;
  color: #fff;
  padding: 25px 20px 20px;
  margin: 0;
  padding-top: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.4); }
  @media (min-width: 992px) {
    .brand-links {
      min-height: 300px;
      max-width: 315px; } }
  .brand-links h3 {
    margin: 0 0 25px;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #fff; }
  .brand-links ul li {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative; }
    .brand-links ul li a {
      color: #fff;
      font-weight: 300; }
    .brand-links ul li .icon {
      font-size: 25px;
      position: absolute;
      left: 0;
      top: 0; }

.brand-page-cta {
  background: #191919; }
  .brand-page-cta .cta-body {
    position: relative;
    color: #fff;
    height: 400px;
    text-align: center; }
    @media (min-width: 768px) {
      .brand-page-cta .cta-body .cta-body {
        height: 680px;
        height: 100vh; } }
    .brand-page-cta .cta-body .background {
      opacity: .3; }
    .brand-page-cta .cta-body h2 {
      margin-bottom: 40px; }

#block-products > div.field_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  #block-products > div.field_product > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

#block-products .brand-panel {
  margin-bottom: 60px; }
  #block-products .brand-panel h3 {
    border-bottom: 1px solid #d7d7d7;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    #block-products .brand-panel h3 a {
      color: #111; }
  #block-products .brand-panel .product-description p {
    margin-bottom: 20px; }

#block-products .brand-panel .brand-panel .product-links .text-link {
  margin-left: 20px; }

#block-products .brand-banner {
  background-color: #eaeaea;
  height: 380px; }

#block-products .brand-banner img {
  margin: 0 auto; }

#block-products .brand-panel img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.125rem; }

#block-seniorleadership > div.field_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  #block-seniorleadership > div.field_profile > div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 768px) {
      #block-seniorleadership > div.field_profile > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      #block-seniorleadership > div.field_profile > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1200px) {
      #block-seniorleadership > div.field_profile > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }

#block-seniorleadership .sl-item {
  margin-bottom: 2rem; }
  #block-seniorleadership .sl-item a {
    display: block; }
  #block-seniorleadership .sl-item img {
    display: block;
    width: 100%;
    height: auto; }
  #block-seniorleadership .sl-item .text-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%; }
  #block-seniorleadership .sl-item .inner-wrap {
    background-image: -webkit-linear-gradient(rgba(102, 74, 93, 0) 63%, #191919 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(102, 74, 93, 0)), to(#191919));
    background-image: linear-gradient(rgba(102, 74, 93, 0) 63%, #191919 100%);
    display: table;
    height: 100%;
    width: 100%; }
  #block-seniorleadership .sl-item .sl-content {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: bottom;
    color: #fff; }
  #block-seniorleadership .sl-item h4 {
    letter-spacing: 0.2px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
  #block-seniorleadership .sl-item p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased; }

.page-banner .field_custom_content_items .center-image {
  height: 23.75rem; }
  .page-banner .field_custom_content_items .center-image h1 {
    color: #fff;
    font-size: 5.625rem;
    font-weight: bold;
    text-align: center; }

.path-corporate .news-item {
  border-bottom: 1px solid #D6DFE8;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .path-corporate .news-item .img-wrap {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
    .path-corporate .news-item .img-wrap img {
      max-width: 100%;
      height: auto; }
  .path-corporate .news-item .news_title {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
    .path-corporate .news-item .news_title h3 {
      font-weight: 400; }
      .path-corporate .news-item .news_title h3 a {
        color: #212529; }
  .path-corporate .news-item .news_date {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    font-family: "Roboto Mono", monospace;
    font-size: .75rem;
    color: #7e97ad; }
  @media (min-width: 768px) {
    .path-corporate .news-item .img-wrap {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .path-corporate .news-item .news_title {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .path-corporate .news-item .news_date {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.page-node-type-news .back_link {
  color: #212529;
  font-size: .75rem;
  line-height: 3.75rem;
  text-transform: uppercase; }

.page-node-type-news #page-title {
  background-color: #E6E7E9;
  margin: 0 0 3rem;
  padding: 2.5rem 0; }
  .page-node-type-news #page-title h1 {
    border: 0;
    margin: 0;
    font-weight: 300; }
    @media (min-width: 768px) {
      .page-node-type-news #page-title h1 {
        font-size: 3.75rem;
        line-height: 4.5rem; } }

.page-node-type-news .article-header .field_publish_date {
  display: block;
  color: #7e97ad;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  margin: 1rem 0; }

.field_custom_content_items .color-wrapper {
  height: 300px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .field_custom_content_items .color-wrapper {
      height: 600px; } }

.field_custom_content_items .side-image {
  height: 100%;
  position: absolute;
  top: 0px;
  padding: 0px; }

.page-banner .field_custom_content_items .center-image {
  height: 480px;
  position: relative;
  overflow: hidden; }

@media (min-width: 768px) {
  .field_custom_content_items .center-image,
  .page-node-type-product .page-banner .field_custom_content_items .center-image {
    height: 720px;
    position: relative;
    overflow: hidden; } }

.field_custom_content_items .center-image .backgroundColor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .9; }

.page-banner .field_custom_content_items .center-image .backgroundColor {
  opacity: .7; }

.field_custom_content_items .side-image.go-left {
  left: 0; }

.field_custom_content_items .side-image.go-right {
  right: 0; }

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-position: center; }

.media.media--blazy {
  background-color: #f8f9fa; }

.media.media--loading::before {
  display: none; }

.media img {
  max-width: 100%;
  height: auto; }
  .media img.b-lazy {
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
  .media img.b-loaded {
    opacity: 1; }

@media (min-width: 992px) {
  .page-sidebar {
    border-left: 1px solid #D6DFE8;
    max-width: 330px; } }

.page-sidebar .sticky {
  margin-bottom: 2rem; }

@media (min-width: 992px) {
  .article-sidebar {
    border-left: 1px solid #D6DFE8;
    max-width: 330px; }
    .article-sidebar #ad_pos_1 {
      height: 1050px; } }

.article-sidebar .sticky {
  margin-bottom: 2rem; }

#page-title {
  margin: 2rem 0 1.5rem 0; }
  #page-title h1 {
    border-bottom: 1px solid #D6DFE8;
    font-weight: bold; }
    @media (min-width: 992px) {
      #page-title h1 {
        font-size: 3rem; } }

.pager ul,
ul.js-pager__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin: 1em 0; }
  .pager ul li,
  ul.js-pager__items li {
    margin: 0 .5rem; }
    .pager ul li a,
    ul.js-pager__items li a {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #212529;
      background-color: #fff;
      border: 1px solid #D6DFE8; }
      .pager ul li a:hover,
      ul.js-pager__items li a:hover {
        background-color: #D6DFE8;
        text-decoration: none; }
    .pager ul li:first-child a,
    ul.js-pager__items li:first-child a {
      margin-left: 0; }
    .pager ul li.pager__item--ellipsis,
    ul.js-pager__items li.pager__item--ellipsis {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #999;
      background-color: #fff;
      border: 1px solid #D6DFE8; }
    .pager ul li.is-active a,
    ul.js-pager__items li.is-active a {
      z-index: 1;
      color: #fff;
      background-color: #000;
      border-color: #000; }

.recommended_reading {
  margin-top: 2rem; }
  .recommended_reading .recommended_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #D6DFE8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 1rem; }
    .recommended_reading .recommended_item:last-child {
      border-bottom: 0; }
    .recommended_reading .recommended_item .img-wrap {
      float: right;
      text-align: right;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 1rem; }
      .recommended_reading .recommended_item .img-wrap a:empty {
        display: none; }
      .recommended_reading .recommended_item .img-wrap img {
        max-width: 100%;
        height: auto; }
    .recommended_reading .recommended_item .text-wrap {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
      @media (min-width: 768px) {
        .recommended_reading .recommended_item .text-wrap {
          padding-right: 2rem; } }
    .recommended_reading .recommended_item h5 {
      color: #7e97ad;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .1rem;
      margin-bottom: 0.25rem; }
      .recommended_reading .recommended_item h5:empty {
        display: none; }
    .recommended_reading .recommended_item h3 {
      font-size: 1.5rem;
      font-weight: 700; }
      .recommended_reading .recommended_item h3 a {
        color: #212529; }
    .recommended_reading .recommended_item p {
      font-size: .938rem; }

.page-node-type-he-profile article {
  margin-bottom: 3rem; }
  .page-node-type-he-profile article header {
    margin: 1.25rem 0; }
    @media (min-width: 576px) {
      .page-node-type-he-profile article header {
        border-bottom: 1px solid #D6DFE8; } }
    .page-node-type-he-profile article header h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -.025em; }
      @media (min-width: 992px) {
        .page-node-type-he-profile article header h1 {
          font-size: 3.5rem; } }
    .page-node-type-he-profile article header .field_position_wrapper {
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 1rem; }
  .page-node-type-he-profile article .field_brightcove_video_wrapper,
  .page-node-type-he-profile article .field_soundcloud_audio_wrapper,
  .page-node-type-he-profile article .field_image_container {
    margin-bottom: 2rem; }
    .page-node-type-he-profile article .field_brightcove_video_wrapper .name_wrapper,
    .page-node-type-he-profile article .field_soundcloud_audio_wrapper .name_wrapper,
    .page-node-type-he-profile article .field_image_container .name_wrapper {
      display: none; }
  .page-node-type-he-profile article .video-js {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 56.22642%; }
    .page-node-type-he-profile article .video-js img,
    .page-node-type-he-profile article .video-js video,
    .page-node-type-he-profile article .video-js iframe,
    .page-node-type-he-profile article .video-js object,
    .page-node-type-he-profile article .video-js embed {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .page-node-type-he-profile article .under-40-profile-body {
    margin: 0 auto;
    max-width: 620px; }
  .page-node-type-he-profile article .body img {
    max-width: 100%;
    height: auto; }
  .page-node-type-he-profile article .profile-left img {
    max-width: 100%;
    height: auto; }
  .page-node-type-he-profile article .profile-left > div {
    margin-bottom: 1.5rem; }
  .page-node-type-he-profile article .profile-left .share-buttons h2 {
    margin-bottom: .25rem; }
  .page-node-type-he-profile article .profile-left .share-buttons ul {
    margin-bottom: 0; }
  .page-node-type-he-profile article .profile-left .share-buttons ul li a {
    color: #000;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.875rem;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    .page-node-type-he-profile article .profile-left .share-buttons ul li a:hover {
      color: #B22217;
      text-decoration: none; }
  .page-node-type-he-profile article .profile-left .share-buttons .icon {
    font-size: 1.25rem;
    margin-right: .25rem;
    vertical-align: sub; }
  .page-node-type-he-profile article .profile-left .share-buttons .article_meta {
    color: #000;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.875rem;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .page-node-type-he-profile article .profile-left h2 {
    border-bottom: 1px solid #D6DFE8;
    color: #7e97ad;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding-bottom: 3px; }
  .page-node-type-he-profile article .article-sidebar > div {
    margin-bottom: 2rem; }
  .page-node-type-he-profile article .article-sidebar .info h6 {
    border-bottom: 1px solid #D6DFE8;
    padding-bottom: .5rem;
    text-transform: uppercase;
    font-weight: bold; }
  .page-node-type-he-profile article.year--2019 .under-40-profile-body .field_deck p:first-child:first-letter {
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 4.688em;
    font-weight: 900;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px; }
  .page-node-type-he-profile article.year--2019 .under-40-profile-body p strong, .page-node-type-he-profile article.year--2019 .under-40-profile-body p b {
    color: #ab0f14; }
  @media (min-width: 1200px) {
    .page-node-type-he-profile article.year--2019 .under-40-profile-body blockquote {
      margin-left: -10rem; } }
  .page-node-type-he-profile article.year--2019 .under-40-profile-body blockquote p {
    line-height: 1.4;
    margin-bottom: 0; }
  .page-node-type-he-profile article.year--2019 .info h6 {
    display: none; }
  .page-node-type-he-profile article.year--2019 .info img {
    max-width: 100%;
    height: auto; }
  .page-node-type-he-profile article.year--2019 .article-sidebar .info {
    display: none; }

@media (max-width: 991.98px) {
  #subscribe_promo {
    padding-left: 0;
    padding-right: 0; } }

#subscribe_promo .promo_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/subscribe_promo_background.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
  position: relative; }
  @media (min-width: 992px) {
    #subscribe_promo .promo_wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  #subscribe_promo .promo_wrapper a {
    text-decoration: none; }
  #subscribe_promo .promo_wrapper .promo_content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      #subscribe_promo .promo_wrapper .promo_content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    #subscribe_promo .promo_wrapper .promo_content h3 {
      color: #fff;
      font-weight: 300;
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        #subscribe_promo .promo_wrapper .promo_content h3 {
          font-size: 2.5rem; }
          .node__content #subscribe_promo .promo_content h3 {
            font-size: 2rem; } }
      #subscribe_promo .promo_wrapper .promo_content h3 span {
        font-weight: 900; }
    #subscribe_promo .promo_wrapper .promo_content .btn {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: .87rem;
      font-weight: 600;
      margin-bottom: 2rem;
      text-decoration: none;
      text-transform: uppercase; }
    #subscribe_promo .promo_wrapper .promo_content .icon {
      font-size: 1.5rem;
      line-height: 1;
      margin-left: 5px; }
    #subscribe_promo .promo_wrapper .promo_content p > a {
      border-bottom: 1px dotted #ffffff;
      color: #ffffff;
      opacity: .9; }
      #subscribe_promo .promo_wrapper .promo_content p > a:hover {
        opacity: 1;
        text-decoration: none; }
  #subscribe_promo .promo_wrapper .promo_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 2rem; }
    @media (min-width: 992px) {
      #subscribe_promo .promo_wrapper .promo_image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12; } }

.sidebar_subscribe_promo {
  margin-bottom: 2rem; }
  .sidebar_subscribe_promo .card {
    border-color: #D6DFE8;
    border-bottom-color: #d3dce6;
    border-bottom-width: 2px;
    text-align: center; }
    .sidebar_subscribe_promo .card .subscribe_promo_graphic {
      max-width: 100%;
      height: auto;
      max-width: 150px; }
    .sidebar_subscribe_promo .card .logo {
      max-width: 100%;
      height: auto;
      max-width: 166px;
      margin: 1.5rem 0 .75rem; }
    .sidebar_subscribe_promo .card .btn-primary {
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      font-size: .875rem;
      font-weight: bold;
      padding: 10px 0;
      line-height: 22px; }
    .sidebar_subscribe_promo .card .btn-light {
      border: 1px solid #D6DFE8;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      font-size: .875rem;
      font-weight: bold;
      padding: 10px 0;
      line-height: 22px; }

.newsletter-container {
  border-bottom: 1px dashed #D6DFE8;
  margin-bottom: .75rem; }
  .newsletter-container .newsletter_signup {
    border-top: 1px solid #D6DFE8;
    padding: 1rem 0 1rem 0;
    text-align: left; }
    .newsletter-container .newsletter_signup h3 {
      font-size: 1.25em;
      font-weight: 600; }
    .newsletter-container .newsletter_signup img {
      margin-bottom: 1rem;
      width: 60px;
      height: auto; }
    .newsletter-container .newsletter_signup p {
      color: #5B7A8F;
      font-size: 0.875em; }
    .newsletter-container .newsletter_signup #newsletter-sidebar-container {
      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;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .newsletter-container .newsletter_signup #newsletter-sidebar-container .form-item {
        margin: .5em 0 .5em 0; }
      .newsletter-container .newsletter_signup #newsletter-sidebar-container input[type="email"] {
        border-radius: 4px;
        border: 1px solid #D6DFE8;
        padding: 7px 7px 7px 7px;
        font-size: 0.875em;
        width: 200px;
        -webkit-transition: .3s all;
        transition: .3s all; }
        .newsletter-container .newsletter_signup #newsletter-sidebar-container input[type="email"]:focus {
          -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
                  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
          -webkit-transition: .1s all;
          transition: .1s all; }
    .newsletter-container .newsletter_signup #nl-status {
      background: #e6e6e687;
      padding: 5px 10px 5px 10px;
      font-size: 0.8125em;
      display: none;
      border-left: 3px solid #9b9b9b87; }
    .newsletter-container .newsletter_signup .nl-status-show {
      display: block !important; }
    .newsletter-container .newsletter_signup .ajax-progress {
      clear: both;
      display: block;
      padding: 0 0 0 0; }
    .newsletter-container .newsletter_signup .btn {
      background-color: #B22217;
      border-color: #B22217;
      color: #fff;
      font-size: 0.875em;
      font-weight: 700; }
      .newsletter-container .newsletter_signup .btn:hover {
        background-color: #901c13;
        border-color: #851911; }
      .newsletter-container .newsletter_signup .btn:active {
        background-color: #851911;
        border-color: #7a1710; }

.social-container {
  margin-bottom: 2rem;
  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;
  padding-bottom: .75rem;
  border-bottom: 1px solid #D6DFE8; }
  .social-container h3 {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    margin: 0 0 0 0; }
  .social-container ul li {
    font-size: 1.25rem; }
    .social-container ul li a {
      color: #333333;
      -webkit-transition: .2s color ease-in-out;
      transition: .2s color ease-in-out; }
      .social-container ul li a:hover {
        color: #595959; }

.conference-promo {
  margin: 0 0 2rem 0;
  padding: 15px 15px 15px 15px;
  background: #B22217;
  position: relative;
  overflow: hidden; }
  .conference-promo::before {
    content: '';
    position: absolute;
    background: #000000;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .2s width;
    transition: .2s width;
    z-index: 98; }
  .conference-promo:hover::before {
    width: 100%;
    -webkit-transition: .2s width;
    transition: .2s width; }
  .conference-promo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100; }
  .conference-promo .conf-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 99; }
    .conference-promo .conf-link .icon {
      color: #FFFFFF;
      font-size: 1.5rem; }
  .conference-promo h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    z-index: 99; }
  .conference-promo h5 {
    font-size: 0.875rem;
    font-weight: 500 !important;
    color: #FFFFFF;
    margin: 0 0 0 0; }

.menu_promo_bar h4 {
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .menu_promo_bar h4 a {
    font-weight: 900; }

.menu_promo_bar ul {
  margin: 0; }
  .menu_promo_bar ul li {
    margin: 0 .75rem; }

.menu_promo_bar a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px dotted #fff; }
  .menu_promo_bar a:hover {
    text-decoration: none;
    border-bottom: none; }
  .menu_promo_bar a.disabled {
    border: none;
    opacity: .5;
    pointer-events: none; }

.click_to_continue {
  padding-top: 1rem; }
  .click_to_continue > p {
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase; }
  .click_to_continue .userAlready {
    color: #333;
    margin-bottom: 1rem;
    text-align: center; }
    .click_to_continue .userAlready a {
      color: #000;
      font-weight: bold;
      text-decoration: underline; }
  .click_to_continue .buttons {
    background-color: #f8f9fa;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .click_to_continue .buttons .btn {
      border-radius: 0.125rem;
      display: block;
      font-size: 1rem;
      line-height: 1.8;
      margin-top: 1rem;
      margin-right: auto;
      margin-left: auto;
      width: 200px;
      position: relative;
      text-transform: uppercase; }
    .click_to_continue .buttons h2 {
      color: #333;
      font-size: 1.375rem;
      font-weight: bold;
      line-height: 2rem;
      margin: 0; }
    .click_to_continue .buttons h3 {
      color: #333;
      font-size: 1.375rem;
      font-weight: normal;
      line-height: 2rem;
      margin: 0 auto;
      max-width: 460px;
      text-align: center; }
  .click_to_continue .click_to_continue_footer {
    color: #333;
    padding: 1.25rem 0;
    text-align: center; }
    .click_to_continue .click_to_continue_footer svg {
      margin-right: 1rem; }
    .click_to_continue .click_to_continue_footer p {
      font-size: .875rem;
      margin: 0; }
    .click_to_continue .click_to_continue_footer a {
      color: #000;
      font-weight: bold;
      text-decoration: underline; }

#full_home_banner {
  position: relative;
  background-color: #000;
  height: 25rem;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }
  #full_home_banner a:hover {
    text-decoration: none; }
    #full_home_banner a:hover .overlay {
      opacity: .75; }
  #full_home_banner .overlay {
    background: #136a8a;
    background: -webkit-gradient(linear, left top, right top, from(#267871), to(#136a8a));
    background: -webkit-linear-gradient(left, #267871, #136a8a);
    background: linear-gradient(90deg, #267871, #136a8a);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    z-index: 1; }
  #full_home_banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  #full_home_banner h1 {
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      #full_home_banner h1 {
        font-size: 5rem; } }

#shale-tech-showcase-banner {
  display: none;
  color: #fff;
  height: 130px;
  position: relative;
  text-align: center; }
  #shale-tech-showcase-banner a {
    color: #fff;
    text-decoration: none; }
  #shale-tech-showcase-banner .sts_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 768px) {
      #shale-tech-showcase-banner .sts_text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 10%;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  #shale-tech-showcase-banner .sts_title {
    margin: 0 0 10px 0;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    border: 1px solid;
    padding: 12px; }
    @media (min-width: 768px) {
      #shale-tech-showcase-banner .sts_title {
        font-size: 2rem;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        margin: 0; } }
  #shale-tech-showcase-banner .sts_deck {
    display: none;
    font-size: 1.25rem;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    margin: 0;
    padding: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      #shale-tech-showcase-banner .sts_deck {
        display: block; } }
  @media (min-width: 768px) {
    #shale-tech-showcase-banner .sts_cta {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      max-width: 15%; } }
  #shale-tech-showcase-banner .sts_cta button {
    border-radius: 2px;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #shale-tech-showcase-banner .sts_cta button {
        font-size: 1rem; } }
  #shale-tech-showcase-banner #shale-tech-showcase-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    width: 2rem;
    height: 2rem; }
    #shale-tech-showcase-banner #shale-tech-showcase-close:hover {
      background-color: #ffffff;
      color: #212529; }

#pb100_banner {
  display: none;
  color: #fff;
  height: 130px;
  position: relative;
  text-align: center; }
  #pb100_banner a {
    color: #fff;
    text-decoration: none; }
  #pb100_banner .sts_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px; }
    @media (min-width: 768px) {
      #pb100_banner .sts_text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0 10%;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    #pb100_banner .sts_text img {
      max-width: 150px; }
      @media (min-width: 768px) {
        #pb100_banner .sts_text img {
          max-width: 180px; } }
  #pb100_banner .sts_deck {
    display: block;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 12px;
    text-align: left;
    text-transform: uppercase; }
    #pb100_banner .sts_deck .pb100_banner_title {
      font-size: 1.25rem;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      line-height: 1.1; }
      @media (min-width: 768px) {
        #pb100_banner .sts_deck .pb100_banner_title {
          font-size: 1.875rem; } }
    #pb100_banner .sts_deck .pb100_banner_subtitle {
      display: block;
      font-style: italic;
      font-weight: 300;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        #pb100_banner .sts_deck .pb100_banner_subtitle {
          font-size: 1.25rem; } }
  @media (min-width: 768px) {
    #pb100_banner .sts_cta {
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%;
      max-width: 15%; } }
  #pb100_banner .sts_cta button {
    border-radius: 2px;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #pb100_banner .sts_cta button {
        font-size: 1rem; } }
  #pb100_banner #pb100-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1;
    width: 2rem;
    height: 2rem; }
    #pb100_banner #pb100-close:hover {
      background-color: #ffffff;
      color: #212529; }

.page-node-type-product #main-navigation {
  display: none !important; }

.page-node-type-product .content_layout {
  padding: 50px 0; }

.page-node-type-product .section {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.page-node-type-product .product-magazine {
  background: #121212;
  color: #fff;
  position: relative;
  text-align: left; }
  .page-node-type-product .product-magazine .cta {
    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; }
  .page-node-type-product .product-magazine h1 {
    font-weight: 900; }
  .page-node-type-product .product-magazine h3 {
    font-weight: normal; }
  .page-node-type-product .product-magazine .btn {
    border-radius: 0;
    padding: 1rem;
    width: 100%;
    max-width: 220px;
    margin-top: 2rem; }

.page-node-type-product .brand-page-contact {
  background-color: #f1f8fc; }
  .page-node-type-product .brand-page-contact h2 {
    font-weight: 900; }

.page-node-type-product #footer {
  margin-top: 0; }

.he-category {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .he-category {
      margin-bottom: 0.25rem; } }
  .he-category a:hover {
    opacity: .8; }

.iv-sponsored {
  color: #007bff;
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .iv-sponsored {
      margin-bottom: 0.25rem; } }
  .iv-sponsored:empty {
    display: none; }

#category-latest {
  margin-top: 2rem;
  margin-bottom: 3rem; }
  #category-latest .views-row {
    border-bottom: 1px solid #D6DFE8;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
  #category-latest .he_story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    #category-latest .he_story h3 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.25rem; }
      @media (min-width: 992px) {
        #category-latest .he_story h3 {
          font-size: 1.5rem; } }
      #category-latest .he_story h3 a {
        color: #212529; }
        #category-latest .he_story h3 a:hover {
          color: #5a6570;
          text-decoration: none; }
    #category-latest .he_story p {
      margin-bottom: .5rem; }
    #category-latest .he_story .field_published_on {
      color: #5B7A8F;
      font-family: "Roboto Mono", monospace;
      font-size: 0.75rem; }
    #category-latest .he_story .img-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      max-width: 250px;
      margin-left: 2.5rem; }
      #category-latest .he_story .img-wrap img {
        max-width: 100%;
        height: auto; }
    #category-latest .he_story .text-wrap {
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }

.page-node-type-he-under-40 article {
  margin-bottom: 3rem; }
  .page-node-type-he-under-40 article header {
    margin: 1.25rem 0; }
    @media (min-width: 576px) {
      .page-node-type-he-under-40 article header {
        border-bottom: 1px solid #D6DFE8; } }
    .page-node-type-he-under-40 article header h1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -.025em; }
      @media (min-width: 992px) {
        .page-node-type-he-under-40 article header h1 {
          font-size: 3.5rem; } }
    .page-node-type-he-under-40 article header .field_position_wrapper {
      font-size: 1.25rem;
      font-weight: 300;
      margin-bottom: 1rem; }
  .page-node-type-he-under-40 article .field_brightcove_video_wrapper,
  .page-node-type-he-under-40 article .field_soundcloud_audio_wrapper,
  .page-node-type-he-under-40 article .field_image_container {
    margin-bottom: 2rem; }
    .page-node-type-he-under-40 article .field_brightcove_video_wrapper .name_wrapper,
    .page-node-type-he-under-40 article .field_soundcloud_audio_wrapper .name_wrapper,
    .page-node-type-he-under-40 article .field_image_container .name_wrapper {
      display: none; }
  .page-node-type-he-under-40 article .video-js {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 56.22642%; }
    .page-node-type-he-under-40 article .video-js img,
    .page-node-type-he-under-40 article .video-js video,
    .page-node-type-he-under-40 article .video-js iframe,
    .page-node-type-he-under-40 article .video-js object,
    .page-node-type-he-under-40 article .video-js embed {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .page-node-type-he-under-40 article .under-40-profile-body {
    margin: 0 auto;
    max-width: 620px; }
  .page-node-type-he-under-40 article .profile-left img {
    max-width: 100%;
    height: auto; }
  .page-node-type-he-under-40 article .profile-left > div {
    margin-bottom: 1.5rem; }
  .page-node-type-he-under-40 article .profile-left .share-buttons h2 {
    margin-bottom: .25rem; }
  .page-node-type-he-under-40 article .profile-left .share-buttons ul {
    margin-bottom: 0; }
  .page-node-type-he-under-40 article .profile-left .share-buttons ul li a {
    color: #000;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.875rem;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    .page-node-type-he-under-40 article .profile-left .share-buttons ul li a:hover {
      color: #B22217;
      text-decoration: none; }
  .page-node-type-he-under-40 article .profile-left .share-buttons .icon {
    font-size: 1.25rem;
    margin-right: .25rem;
    vertical-align: sub; }
  .page-node-type-he-under-40 article .profile-left .share-buttons .article_meta {
    color: #000;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.875rem;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .page-node-type-he-under-40 article .profile-left h2 {
    border-bottom: 1px solid #D6DFE8;
    color: #7e97ad;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding-bottom: 3px; }
  .page-node-type-he-under-40 article .article-sidebar > div {
    margin-bottom: 2rem; }
  .page-node-type-he-under-40 article .article-sidebar .info h6 {
    border-bottom: 1px solid #D6DFE8;
    padding-bottom: .5rem;
    text-transform: uppercase;
    font-weight: bold; }
  .page-node-type-he-under-40 article.year--2019 .under-40-profile-body .field_deck p:first-child:first-letter, .page-node-type-he-under-40 article.year--2020 .under-40-profile-body .field_deck p:first-child:first-letter {
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 4.688em;
    font-weight: 900;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px; }
  .page-node-type-he-under-40 article.year--2019 .under-40-profile-body p strong, .page-node-type-he-under-40 article.year--2019 .under-40-profile-body p b, .page-node-type-he-under-40 article.year--2020 .under-40-profile-body p strong, .page-node-type-he-under-40 article.year--2020 .under-40-profile-body p b {
    color: #ab0f14; }
  @media (min-width: 1200px) {
    .page-node-type-he-under-40 article.year--2019 .under-40-profile-body blockquote, .page-node-type-he-under-40 article.year--2020 .under-40-profile-body blockquote {
      margin-left: -10rem; } }
  .page-node-type-he-under-40 article.year--2019 .under-40-profile-body blockquote p, .page-node-type-he-under-40 article.year--2020 .under-40-profile-body blockquote p {
    line-height: 1.4;
    margin-bottom: 0; }
  .page-node-type-he-under-40 article.year--2019 .info h6, .page-node-type-he-under-40 article.year--2020 .info h6 {
    display: none; }
  .page-node-type-he-under-40 article.year--2019 .info img, .page-node-type-he-under-40 article.year--2020 .info img {
    max-width: 100%;
    height: auto; }
  .page-node-type-he-under-40 article.year--2019 .article-sidebar .info, .page-node-type-he-under-40 article.year--2020 .article-sidebar .info {
    display: none; }
