<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Lato', sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 24pt;
  font-weight: bold;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  letter-spacing: 0;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 20pt;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18pt;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
h4 {
  font-family: 'Lato', sans-serif;
}
.featcontentwrap {
  margin-bottom: 1em;
}
.post-body-container {
  padding: .4em 1em 0em 1em;
}
.mdl-ripple {
  background: #000;
  opacity: 0.001;
}
.mdl-button {
  text-transform: capitalize;
}
.mdl-button--raised {
  box-shadow: none;
}
#cke_editor_publish_post #cke_1_contents {
  min-height: 500px !important;
}
#tcl-sidebar {
  padding: 8px;
}
#tcl-mainbar {
  padding: 8px;
}
.extra-padding {
  padding: 8px;
}
@media (max-width: 479px) {
  #tickerContainer {
    display: none;  
  }
  .extra-padding {
    padding: 0;
  }
  #tcl-sidebar {
    padding: 0;
  }
  #tcl-mainbar {
    padding: 0;
  }
  .mdl-grid {
    margin: 0px;
  }
  .post-body-container {
    padding: 0;
  }
  .content-grid {
    margin: 0 !important;
  }
  .mdl-cell--4-col {
    width: 100% !important;
  }
  #cc_firm_at_a_glance {
    margin-top: 20px;
  }
  .byline .title {
    font-size: 18pt !important;
    line-height: 1.3em !important;
  }
}

.mdl-navigation__link {
  padding: 16px 16px !important;
}

.mdl-layout__drawer {
  background: #FFFFFF !important;
}

.mdl-button {
  font-family: 'Lato', sans-serif;
  border-radius: 3px !important;
}

.mdl-layout__header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02),
    0 3px 1px -2px rgba(0, 0, 0, 0.02), 0 1px 5px 0 rgba(0, 0, 0, 0.02);
}
.post-card-container .mdl-card__title-text {
  font-size: 26px;
}
.mdl-card__title-text {
  font-size: 20px;
  font-weight: bold;
}
.mdl-card__title.mdl-card--border {
  border-bottom: 1px solid #eeeeee;
}
.mdl-card__supporting-text {
  font-size: 1em;
  line-height: 22px;
}
.mdl-card {
  border-radius: 3px !important;
}

.mdl-button--blue {
  background-color: rgb(35, 146, 245) !important;
  color: white;
}
.mdl-button:hover {
  background-color: none !important;
}
.mdl-button--hover-effect:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.2) !important;
}

.mdl-button--hover-gray:hover {
  background-color: #eee !important;
}

p {
  margin: 0;
  margin-bottom: 1em;
  line-height: 24px;
  font-size: 16px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 1.2em;
  opacity: 0;
  z-index: 7;
  transition: 0.5s ease;
  font-size: 10pt;
  text-align: center;
  background-color: #f4f4f4;
}

.container:hover .overlay {
  opacity: 1;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: -4px 0 0 3px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

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

.material-icons.mdl-badge.mdl-badge--overlap[data-badge]::after,
.mdl-badge.mdl-badge--overlap[data-badge]::after {
  color: white;
  background-color: #0092ff;
}

.mdl-layout__header {
  min-height: 53px;
  color: #757575;
  position: relative;
}

.mdl-layout__header-row {
  background: white;
}

.mdl-layout__header .mdl-layout__drawer-button {
  color: black !important;
  background: none !important;
}

.mdl-layout__header .mdl-layout__drawer-button .material-icons {
  line-height: 48px !important;
}

body {
  background-color: #FFFFFF;
}

.mdl-layout-title {
  text-align: center;
  padding-left: 0px !important;
  padding-top: 8px !important;
}

.mdl-layout-title a {
  /*line-height: 53px; */
}

#top-menu .mdl-menu__container {
  right: 0.5em !important;
}

.mdl-navigation__link {
  position: relative;
}

.mdl-navigation__link i.material-icons {
  position: absolute;
  margin-left: 0px;
  margin-top: -4px;
}

.left_vert_centered_img_container {
  position: absolute;
  margin-left: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

.left_vert_centered_img_container img {
  width: 24px;
}

.mdl-navigation__link .text {
  margin-left: 2.2em !important;
  line-height: 16px;
  display: block;
}

.profile-avatar img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.profile-avatar-square img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.profile-avatar-large {
  position: relative;
}

.profile-avatar-large img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.profile-avatar-triple img {
  width: 152px;
  height: 152px;
  min-width: 152px;
  min-height: 152px;
  margin: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.mdl-card--prem {
  width: 100%;
  height: auto;
  min-height: auto;
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 1em;
}

.featured-content-card {
  padding-right: 0;
  position: relative;
}

.featured-content-card.lesser-card:hover,
.post-card-body:hover,
.group-card:hover {
  background-color: none !important;
  cursor: pointer;
}

.featured-content-card.lesser-card:hover,
div.post-card-body:hover {
  background-color: none !important;
  cursor: pointer;
}

.premium-text-input {
  flex: 1 1 auto;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Lato';
  font-size: 1em;
  box-sizing: border-box;
}

/* cross-broswer compatibility requires multiple types of selectors */
.premium-text-input::placeholder {
  color: #aaa;
}

.premium-text-input:-ms-input-placeholder {
  color: #aaa;
}

.premium-text-input::-ms-input-placeholder {
  color: #aaa;
}

.premium-select-input {
  flex: 1 1 auto;
  align-content: flex-start;
  flex-wrap: wrap;
  min-height: 2em;
  box-sizing: border-box;
  position: relative;
}

.premium-select-input .multi-select {
  width: 100%;
  height: 100%;
}

.premium-card-title {
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: stretch;
}

.premium-select-input .Select-input &gt; input {
  padding-top: 12px;
}

.Select-value-label {
  color: black !important;
}

.premium-card-title span {
  font-size: 24px;
  padding-bottom: 2px;
  text-decoration: none;
  font-weight: bold;
}

.premium-firm-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.premium-firm-info &gt; div {
  padding-bottom: 1em;
}

.premium-firm-info a {
  font-weight: 700 !important;
  text-decoration: none;
}

.premium-card-title::after {
  content: ' ';
  display: inline-block;
  flex: 1 1 auto;
  padding-bottom: 2px;
}

.premium-public-page-byline-container {
  padding: 8px 0;
  border: none;
  position: relative;
}

.premium-public-page-byline-container .byline {
  display: flex;
  flex-grow: 1;
  flex-basis: 0px;
  flex-direction: column;
  margin: 1em 8em 0 1.5em;
}

.premium-public-page-tab {
  height: 100%;
  padding: 1em;
  font-weight: 600;
  color: #0092ff;
  border-bottom-style: none;
}

.premium-public-page-tab-selected {
  height: 100%;
  padding: 1em;
  font-weight: 600;
  color: black;
  background-color: #f2f9ff;
  border-bottom: #0c98ff;
  border-bottom-style: solid;
}

.premium-public-page-tab-selected:hover {
  background-color: #e1e8ef;
  border-bottom: #0c98ff;
  border-bottom-style: solid;
}

.premium-leadership {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 1em 0 0 0;
}

.premium-profile-avatar {
  min-height: 80px;
  min-width: 125px;
  position: relative;
}

.premium-profile-avatar img {
  width: 125px;
  height: 125px;
  min-width: 125px;
  min-height: 125px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  background-color: #FFFFFF;
  bottom: 0;
}

@media screen and (max-width: 750px) {
  .premium-public-page-byline-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .premium-public-page-byline-container .byline {
    flex: 1 1 0px;
    order: 2;
    margin: 0;
    min-width: 100%;
  }

  .premium-profile-avatar {
    min-height: 72px;
    min-width: 125px;
    position: relative;
    margin: 0 1em 0.5em 0;
  }

  .premium-profile-avatar img {
    width: 125px;
    height: 125px;
    min-width: 125px;
    min-height: 125px;
    position: absolute;
    bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .premium-public-page-byline-container .follow-button{
    top: .5em !important;
  }
  .premium-public-page-byline-container .title{
    margin-right: 90px;
  }
}

.prem-avatar-editor {
  position: relative;
  flex-basis: 192px;
}

.prem-avatar-editor &gt; div {
  position: absolute;
  top: -96px;
}

@media screen and (max-width: 480px) {
  .premium-profile-avatar {
    min-height: 48px;
    min-width: 96px;
    position: relative;
    margin: 0 1em 0.5em 0;
  }

  .premium-profile-avatar img {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    position: absolute;
    bottom: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .premium-public-page-byline-container .follow-button .mdl-button {
    line-height: 1.6em !important;
  }
  .browse-content.mdl-tabs__tab-bar .mdl-tabs__tab {
    margin-right: 6px !important;
  }
}

.text-wrap-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-wrap-normal {
  overflow: initial !important;
  white-space: normal !important;
}

.position-right {
  position: absolute;
  right: 1em;
}

.firm-subtitle {
  color: #757575;
  font-size: 10pt;
  text-transform: uppercase;
}
.white {
  color: white;
}
.black {
  color: black;
}
.gray {
  color: #757575;
}
.blue {
  color: #0092ff;
}
.light {
  font-weight: lighter;
}

.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
}

.no-decoration {
  text-decoration: none;
}

a.no-decoration.blue:hover {
  text-decoration: underline;
}

.hover-cursor {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

a {
  color: #757575;
}

.mdl-layout__header-row &gt; .mdl-navigation &gt; a {
  color: #757575 !important;
}

.mdl-layout__header-row &gt; .mdl-navigation &gt; button {
  color: #757575 !important;
}

.mdl-navigation a.icon-button {
  margin-right: 1em;
  text-decoration: none;
}

.mdl-navigation a.icon-button i {
  padding-top: 3px;
}

.mdl-menu__item a {
  color: #757575;
  text-decoration: none;
}

.flex-row {
  display: flex;
  display: -webkit-flex;
  direction: row;
  justify-content: flex-start;
}

.mdl-card--hvst {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 2em;
}

.mdl-card--noradius {
  border-radius: unset !important;
}

footer center {
  font-size: 9pt;
  line-height: 1.2em;
}

footer ul {
  padding-left: 0px;
  font-size: 9pt;
  line-height: 1.2em;
  text-align: center;
  margin: 0px;
}

footer ul li {
  display: inline-block;
  margin-right: 1em;
}

footer ul li a {
  color: #757575;
  text-decoration: none;
}

.fake-mdl-card {
  /* an mdl card w/o the cardness */
  margin-bottom: 1em;
}

ul.mdl-menu-visible {
  top: 50px;
  opacity: 1;
  clip: auto;
  z-index: 999;
  background: white;
}

ul.mdl-menu-visible li.mdl-menu__item {
  opacity: 1;
}

.no-focus-styling:focus {
  outline: none;
}

.social-button {
  font-size: 16px;
  padding: 6px 0px;
  color: white;
  text-decoration: none;
}

.social-button.big {
  font-size: 30px;
  width: 330px;
  text-transform: none;
}

.social-button i.fa-fw {
  font-size: 25px;
}

.social-button:focus,
.social-button:active,
.social-button:hover {
  color: white;
  text-decoration: none;
}

.twitter-signup {
  background: #4099ff;
}
.linkedin-signup {
  background: #FFFFFF;
  width: 100%;
  color: #363636;
  font-weight: bold;
  text-transform: none;
}
.linkedin-signup:hover {
  background: #fafafa;
  color: #363636;
}
.google-signup {
  background: #FFFFFF;
  width: 100%;
  font-weight: bold;
  color: #363636;
  text-transform: none;
}
.google-signup:hover {
  background: #fafafa;
  color: #363636;
}
.text-center {
  text-align: center;
}
form#signup_login .mdl-textfield__label,
form#signup_login .mdl-card__title-text {
  color: #363636;
}
form#signup_login .mdl-textfield {
  display: block;
  margin: 0 auto;
}
.big-profile-avatar-block img {
  min-width: 100px;
  max-width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  min-width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hvst-organization-profile-card &gt; #profile-header {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .hvst-organization-profile-card &gt; #profile-indept {
  }
}

.hvst-organization-profile-card &gt; #profile-header {
  display: flex;
}

.hvst-organization-profile-card &gt; #profile-indept {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.hvst-organization-profile-card &gt; #profile-indept &gt; * {
  -webkit-flex: 1 1 auto;
}

.hvst-organization-profile-card &gt; #profile-header &gt; #profile-info-container {
  -webkit-flex: 2 1 auto;
}

.post-title {
  font-size: 24pt;
}

@media screen and (max-width: 480px) {
  .post-title {
    font-size: 1.8em;
  }
}

table.firm-details {
    width: 100%;
    table-layout: fixed;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 5px;
    overflow: hidden;
}

table.firm-details td.label {
    text-align: left;
    color: #757575;
    font-size: 9pt;
    text-transform: uppercase;
}

table.firm-details td.value {
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 9pt;
    color: black;
    text-transform: uppercase;

}


#post-content a {
  color: rgb(33, 150, 243);
  text-decoration: none;
}

#post-content a:hover {
  text-decoration: underline;
}

#post-content img {
  max-width: 100%;
  margin: 0 1em 1em 0;
}

#post-content p {
  font-size: 1.05em;
  line-height: 1.5em;
  margin: 0.8em 0;
  clear: both;
}

#post-content &gt; blockquote p {
  display: inline;
}

#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
}

#post-content h1 {
  font-size: 2em;
}

#post-content h2 {
  font-size: 1.5em;
}
#post-content h3 {
  font-size: 1.17em;
}
#post-content h4 {
  font-size: 1em;
}

#post-content h5 {
  font-size: 0.83em;
}

#post-content h6 {
  font-size: 0.67em;
}

#post-content address {
  font-size: 1.05em;
  font-style: italic;
  font-weight: normal;
}

.delete-button {
  color: white !important;
  background-color: #c00 !important;
}

.error-toast {
  color: white !important;
  background-color: #c00 !important;
}

.mdl-card--bio &gt; .mdl-card__title {
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.mdl-card--bio &gt; .mdl-card__title &gt; .mdl-card__title-text {
  font-size: 14px;
  text-transform: uppercase;
}
.mdl-card--rightrail &gt; .mdl-card__title {
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.mdl-card--rightrail &gt; .mdl-card__title &gt; .mdl-card__title-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
  padding-bottom: 5px;
}

.mdl-card--rightrail &gt; ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mdl-card--rightrail ul li {
  line-height: 1.2em;
}

.mdl-card--rightrail ul li &gt; a {
  display: block;
  padding: 8px 16px;
}

ul.rightrail-ul-hover-highlight li:hover,
li.highlighted,
a.rightrail-hover-highlight:hover {
  cursor: pointer;
}

.rec-reading-post-title {
  color: black;
  font-size: 1.1em;
  line-height: 1.2em;
  white-space: normal;
}

.rec_reading_bold .rec-reading-post-title,
.rec_reading_all_changes .rec-reading-post-title,
.rec_reading_all_changes_no_badge .rec-reading-post-title,
.rec_reading_title_changes .rec-reading-post-title {
  font-weight: 700;
}

.rec_reading_bigger_text .rec-reading-post-title,
.rec_reading_all_changes .rec-reading-post-title,
.rec_reading_all_changes_no_badge .rec-reading-post-title,
.rec_reading_title_changes .rec-reading-post-title {
  font-size: 1.2em;
}

/* Narrow sidebar width doesn't combine with supporting text well */
#tcl-sidebar .mdl-card__supporting-text {
  width: auto;
}

.highlighted-row {
  background-color: rgba(0, 0, 0, 0.08);
}

.public-DraftEditor-content {
  min-height: 20em;
}

.hvst-rte-menu {
  padding: 0px;
  margin-right: 1px;
  min-width: 36px;
}

.mdl-data-table {
  z-index: 2;
}

.mdl-tabs__tab {
  background-color: rgba(244, 244, 244, 0.1);
  text-transform: none;
  font-weight: bold;
}

.post-to-list {
  list-style-type: none;
  margin: 0;
}
.post-to-list &gt; li &gt; ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: 10px;
}
.post-to-list li,
.post-to-list li ul li {
  cursor: pointer;
  padding: 3px;
  text-decoration: none;
}
.post-to-list li:hover {
  background-color: #eeeeee;
}

#page-welcome-msg p {
  line-height: 1.3em;
}

.text-align-left,
.text-align-left td,
.text-align-left th {
  text-align: left;
}

a.hover-background div:hover {
  background-color: #eee;
}

.horizontal-image-slider {
  margin: 0;
  transition: all 0.5s ease-in-out;
}

.horizontal-image-slider::-webkit-scrollbar {
  width: 0px; /* remove scrollbar space */
  background: transparent; /* optional: just make scrollbar invisible */
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

button:focus {
  outline: 0 !important;
}

.carousel-wrapper .slider-icon {
  visibility: visible;
}

.hover-effect:hover {
  opacity: 0.6;
}

.slider-arrow-container {
  position: absolute;
  top: 17px;
  width: 3%;
  min-width: 30px;
  max-width: 60px;
  margin-top: 30px;
  height: 210px;
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  text-align: center;
  webkitjustifycontent: center;
  justify-content: center;
  display: webkit box;
  display: webkit flex;
  display: moz box;
  display: ms flexbox;
  display: flex;
}

.slider-arrow-container.left {
  left: 0;
}

.slider-arrow-container.right {
  right: 0;
}

.carousel-wrapper .slider-arrow-container {
  background: rgb(244, 244, 244);
  opacity: 0.5;
}

.slider-icon {
  opacity: 1;
  align-self: center;
  position: relative;
  height: auto;
  transform-origin: 55% 50%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  transition: transform 0.1s ease-out 0s;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  color: black;
}

.slider-arrow-container:hover {
  opacity: 0.8;
}
@media screen and (min-width: 300px) {
  .slider-icon {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1084px) {
  .slider-icon {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 841px) {
  #switchCollapseWrap {
    display: block;
  }
  .fullpage-mainbar-true #pdfs canvas {
    width: 100%;
  }
  .hvst-3-cols .full-width-card{
    height: 240px !important;
  }
  .hvst-3-cols .full-width-description h2{
    font-size: 2em !important;
  }
  .hvst-3-cols .summary-description h3{
    font-size: 1.3rem !important;
    font-weight: 600 !important;
  }
  .hvst-3-cols .content-grid{
    padding: 0 16px 8px;
  }
  .hvst-3-cols .extra-padding{
    padding: 0;
  }
  .hvst-3-cols .summary-card{
    width: 120px !important;
    height: 80px !important;
  }
}

.scalable-card-image {
  flex: 0 0 auto;
  border-radius: 3px;
  width: 250px;
  height: 167px;
  margin-left: 16px;
  margin-bottom: 2em;
  overflow: hidden;
}

.relevant-posts-container {
  display: flex;
}

@media screen and (max-width: 480px) {
  .relevant-posts-container {
    display: flex;
    flex-direction: column;
  }
}

.post-card-container {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
}

.fake-post-container {
  color: #eee;
  width: 100%;
}
.scalable-title {
  font-size: 26px;
  font-weight: 800;
  color: #000000;
}

.hvst-cell--five-cols {
  width: 20%;
}

@media screen and (max-width: 840px) {
  #switchCollapseWrap {
    display: none;
  }
  .scalable-title {
    font-size: 1.2rem !important;
  }
  .scalable-card-image {
    flex: 0 0 auto;
    width: 150px;
    height: 100px;
    overflow: hidden;
    align-self: center;
  }
  .scalable-card-image image {
    min-height: 100px;
  }
  .hvst-cell--five-cols {
    width: 50%;
  }
  #keywordSearchSection.hvst-cell--five-cols {
    width: 100%;
  }
  .my-widget-wrapper {
    margin: 0 16px;
  }
  .hvst-3-cols&gt;.mdl-cell{
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .scalable-title {
    font-size: 1.8em !important;
  }
  .post-card-container {
    display: flex;
    flex-direction: column-reverse;
    text-decoration: none;
    justify-content: space-between;
  }
  .scalable-card-image {
    flex: 0 0 auto;
    width: 100%;
    height: 167px;
    overflow: hidden;
    padding: 0;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .scalable-card-image div {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.carSecondaryText {
  color: #bbb !important;
}

.carGreen {
  color: #38761d !important;
}

.carYellow {
  color: rgb(237, 180, 66) !important;
}

.carBlue,
.carBlue::first-letter {
  color: blue !important;
}

.car-badge,
.car-badge-pctl,
.car-badge::first-letter,
.car-badge-pctl::first-letter {
  color: white !important;
}

.car-badge {
  background: #2196f3 !important;
}

.car-badge-pctl {
  background: green !important;
}

.bannerGraph .c3-text {
  fill: white !important;
}

.mdl-box-hover-effect:hover {
  background-color: #eee;
}

.hvst-table {
  width: 100%;
}

.hvst-table &gt; tbody &gt; tr &gt; td {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0;
  margin: 0;
}

.hvst-table &gt; tbody &gt; tr &gt; td i.material-icons {
  font-size: 10pt;
  padding-top: 0.2em;
  line-height: 8pt;
}

.hvst-table &gt; thead &gt; tr &gt; th i.material-icons {
  font-size: 10pt;
  padding-top: 0.2em;
  line-height: 8pt;
}

.hvst-table &gt; thead &gt; tr &gt; th {
  text-align: left;
  padding: 0;
  margin: 0;
}

.mdl-grid-card--hvst {
  width: 500px;
}

.competition-card-info {
  float: left;
  width: calc(100% - 160px);
}

.competition-card-rank-tile {
  float: right;
  margin: -16px 32px 0 16px;
  background-color: #2392f5;
  padding: 20px;
  color: white;
  text-align: right;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .mdl-grid-card--hvst {
    width: 100%;
  }

  .competition-card-info {
    float: none;
    width: 100%;
  }

  .competition-card-rank-tile {
    margin: 0 0 0 -8px;
    float: left;
    text-align: left;
    width: 100%;
  }

  .competition-card-rank-tile-rank {
    display: inline-block;
    padding-right: 8px;
  }

  .competition-card-rank-tile-player-count {
    display: inline-block;
  }

  .hvst-cell--five-cols {
    width: 100%;
  }
}

.card-header-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d628b+0,48c3a3+100 */
  background: #4d628b; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #4d628b 0%,
    #48c3a3 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #4d628b 0%,
    #48c3a3 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #4d628b 0%,
    #48c3a3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d628b', endColorstr='#48c3a3',GradientType=1 ); /* IE6-9 */
}

.card-header-blue {
  background-color: #31426e;
}

.faq-link {
  text-decoration: none;
  color: #2196f3;
}

.faq-link:hover {
  text-decoration: underline;
}

.mdl-shadow--2dp,
.mdl-border--hvst {
  box-shadow: none !important;
  border: 1px #eeeeee solid;
}

.mdl-layout__drawer {
  border-right: none !important;
}

.page-menu &gt; div:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1em;
  margin-top: 8px;
}

.black_to_transparent_gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+48,0.65+78 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 48%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 48%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 48%,
    rgba(0, 0, 0, 0.65) 78%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.hide-drawer &gt; div.mdl-layout__drawer-button {
  display: none;
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}

.hidden {
  display: none;
  opacity: 0;
}

.in-top-nav .nav-dropdown-link-container {
  border-right: 1px solid #e0e0e0;
}

.nav-dropdown {
  opacity: 1;
  display: inherit;
  transition: opacity 3s;
}

.in-top-nav .nav-dropdown-link-container {
  color: black;
}

.in-left-nav .nav-dropdown-link-container {
  width: calc(100% - 2em);
  padding: 0 1em;
}

.in-left-nav .nav-dropdown-link-container a {
  display: block;
}

.in-left-nav .nav-dropdown-link-container ul a:hover {
  background-color: #eee;
}

.nav-dropdown-link-container:last-of-type {
  border-right: none;
}

.nav-dropdown-links-title {
  font-weight: bold;
  padding: 1em 2em;
}

.nav-dropdown-link-container ul {
  padding: 0;
}

.nav-dropdown-link-container li {
  list-style-type: none;
  padding: 0 2em;
  color: #000000;
}

.nav-dropdown-link-container li:hover {
  list-style-type: none;
  background-color: #eee;
  padding: 0 2em;
}

/** to be used in conjuction with 'limit-X-lines' class(es) below **/
.limit-height-with-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/** specify custom line height and max height on element for best results **/
.limit-2-lines {
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1em; /* CUSTOMIZE IN ELEMENT IF NECESSARY */
  max-height: 2em; /* number of lines * line height -- CUSTOMIZE IN ELEMENT IF NECESSARY */
}

/* modal background */
.modal {
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.75); /* Black w/ opacity */
  display: flex; /* vertically center modal-content div */
}
/* modal content/box */
.modal-content {
  background-color: #fefefe;
  margin: auto; /* centered */
  padding: 0.5em;
  border: 1px solid #888;
  /* width: 60%; /* Could be more or less, depending on screen size */
  min-height: 30px;
  min-width: 320px;
}

.modal-text {
  padding: 1em 2em;
}

/*
  This may just be for me.
  I somehow have a user agent stylesheet which adds padding to `ul` and makes
  it look horrible. Presumaably others might too, especially if its a chrome thing?
*/
ul.react-datepicker__time-list {
  padding: 0;
}

/*
  On firm pages, display a grey separator between Focus
  note: works fine on ie11
*/
.firm-focus :first-child {
  padding-left: 0 !important;
  border-left: none !important;
}

.firm-focus &gt; .separated {
  display: inline-block;
  padding-right: 10px;
  border-left: 1px solid #bcbcbc;
  padding-left: 10px;
  /* and dont wrap */
  white-space: nowrap;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Lato;
  font-size: 16px;
  border-color: #eee;
  background-color: #eee;
  padding: 3px;
  border-radius: 1px;
}

.feed-search-input-label {
  top: 6px;
}

.feed-search-input-label:after {
  bottom: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.message-carousel .message-carousel-list{
  padding: 16px 16px 0;
  margin: 0 0 16px;
}
.message-carousel .message-carousel-list .message-carousel-list-item {
  display: none;
  animation: fade-out 1s;
}
.message-carousel .message-carousel-list .message-carousel-list-item.active {
  display: block;
  animation: fade-in 1s;
}
.message-carousel&gt;div {
  text-align: center;
}
.message-carousel .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.message-carousel .dot.active{
  background-color: #000;
}
.message-carousel .dot:hover {
  background-color: #bbb;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel-wrapper {
  border: none;
}
.carousel-wrapper .message-carousel ul{
  border-radius: 3px;
  box-shadow: none;
  border: 1px #eeeeee solid;
  list-style-type: none;
}

.two-column-mdl-checkbox{
  display: flex;
  margin: 8px;
}
.two-column-mdl-checkbox&gt;div&gt;strong{
  display: block;
  width: 100%;
  margin: 6px 0 12px;
}
.two-column-mdl-checkbox .mdl-checkbox{
  width: 50%;
}
#hvst-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
}
#hvst-popup.investment-components&gt;.mdl-card--hvst{
  padding: 4px 8px 12px !important;
}
#hvst-popup.investment-components&gt;.mdl-card--hvst .mdl-card {
  border: none !important;
  height: 578px;
  text-align: left;
}
#hvst-popup.investment-components .sign-up-details,
#hvst-popup.investment-components .sign-up-toggle {
  display: none;
}
.hvst-progress-bar .bar-item:first-child {
  border-radius: 3px 0 0 3px;
}
.hvst-progress-bar .bar-item:last-child {
  border-radius: 0 3px 3px 0;
}
.hvst-progress-bar .bar-item{
  background-color: #e1e9ee;
  position: relative;
  display: inline-block;
  height: 10pt;
  border: solid white;
  border-width: 0 1px;
  box-sizing: border-box;
  z-index: 1;
}
.hvst-progress-bar .bar-item.read{
  background-color: #0092FF;
  z-index: 2;
}
.hvst-progress-bar .bar-item .material-icons {
  position: absolute;
  color: #0092FF;
  border-radius: 50%;
  border: 3px solid #0092FF;
  background-color: #FFF;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  font-size: 14pt;
  width: 18pt;
  height: 18pt;
  line-height: 18pt;
  text-align: center;
  right: -9pt;
  top: -6pt;
}
.inline-questions .question-text{
  margin: 0 0 10px !important;
  word-wrap: break-word;
}
.inline-questions .mdl-card__supporting-text{
  padding: 0;
}
.inline-questions .mdl-button.mdl-button--raised{
  background-color: black;
  color: white;
}
.inline-questions .mdl-card__actions.mdl-card--border{
  padding: 0;
  border: 0;
}
.inline-questions .mdl-textfield{
  padding-top: 0;
}
.inline-questions .mdl-textfield__label{
  top: 0;
}
.pwp-goal-point{
    border: solid 3px transparent;
}
.pwp-goal-point:hover{
  border-color: black;
}
#post_banner .mdl-button {
  width: auto !important;
}
@media screen and (max-width: 1200px) {
  #post_banner .mdl-card {
    display: block !important;
  }
  #post_banner .banner-image, #post_banner .mdl-button {
    width: 100% !important;
  }
}
#banner_performance_summary .banner-content, .banner-summary .banner-content {
  line-height: normal !important;
  font-size: 12px !important;
}
#banner_performance_summary .banner-title, .banner-summary .banner-title {
  line-height: normal !important;
  font-size: 13px !important;
}
.my-widget-wrapper {
  position: relative;
}
.my-widget-wrapper .widget-title {
  text-transform: uppercase;
  padding-right: 60px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}
.my-widget-wrapper .widget-title .see-more {
  font-size: 14px;
  color: rgb(0, 146, 255);
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: none;
}
.mdl-tabs__tab-bar.settings-tabs {
  text-align: left;
  display: block;
  height: 35px;
  margin: 0 15px 25px;
}
.mdl-tabs__tab-bar.settings-tabs a {
  height: 35px;
  line-height: 38px;
  margin: 0 24px 0 0;
  padding: 0;
}
.settings-card-title {
  font-size: 30px;
  font-weight: 600;
}
.settings-card-body {
  margin: 15px;
  padding: 18px 8px;
  background-color: white;
  border: 1px #eeeeee solid;
  border-radius: 3px;
}
.rss_import_src_button a {
  border: 1px solid rgba(0,0,0,.87);
  color: rgba(0,0,0,.87) !important;
  font-size: 16px;
  padding: 2px 22px;
  font-family: 'Lato', sans-serif;
  border-radius: 2px;
  line-height: 36px;
  display: inline-block;
}
.rss_import_src_button a i{
  margin-right: 8px;
}
.browse-content.mdl-tabs__tab-bar .mdl-tabs__tab {
  color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  font-size: 16px;
  margin: 0px 36px 0px 0px;
  padding: 0px 5px;
  height: 40px;
}

#tcl-sidebar-container .react-datepicker-popper {
  z-index: 1000;
}

#global-player-audio {
  display: none;
}

.player {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 90px;
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  /* TODO: remove this */

}

.player &gt; .left-options {
  /* flex:0 1 auto; */
  display: flex;
  flex-shrink:1;
  align-self:auto;
  flex-direction: row;
  padding-left: 4em;

}

.player &gt; .right-options {
  padding-right: 4em;
}

.podcast-card__image {
  display: none;
  width: 100%;
  height: 260px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.podcast-card__image--small {
  display: none;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
 media query for mobile
*/
@media screen and (max-width: 768px) {
  .podcast-card__image {
    display: hidden;
  }
  .podcast-card__image--small {
    display: hidden;
  }
}

/*
 media query for tablet
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .podcast-card__image {
    display: block;
    height: 160px;
  }
  .podcast-card__image--small {
    display: block;
  }
}
/*
 media query for desktop
*/
@media screen and (min-width: 1024px) {
  .podcast-card__image {
    display: block;
  }
  .podcast-card__image--small {
    display: block;
  }
}

/*
  Player styles
*/
.player__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 1em;
}

.player__progress {
  flex: 1 1 auto;
  display: flex;
  /* border: solid 1px #00b300; */
  height: 7px;
  outline: none; 
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  
}

.player__progress:hover {
  cursor: pointer;
  opacity: 1;
}

.player__progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1px;
  height: 7px;
  background-color: #0092ff;
  cursor: pointer;
}

.player__controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.player__controls-left , .player__controls-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  gap: 1em;
}

.floating-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  padding-top: 0.5em;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}</pre></body></html>