.background {
  color: #f9f6ec; }

.text {
  color: #292929; }

.link {
  color: #d6f1fc; }

.accent {
  color: #ec5e55; }

.blockquote {
  color: #d8d9c6; }

.green {
  color: #8b8e5f; }

.text-secondary {
  color: #d2d2d2; }

.bg-background {
  background-color: #f9f6ec; }

.bg-text {
  background-color: #292929; }

.bg-link {
  background-color: #d6f1fc; }

.bg-accent {
  background-color: #ec5e55; }

.bg-blockquote {
  background-color: #d8d9c6; }

.bg-green {
  background-color: #8b8e5f; }

.bg-text-secondary {
  background-color: #d2d2d2; }

.gray--100 {
  color: #292929; }

.gray--200 {
  color: #393939; }

.gray--300 {
  color: #494949; }

.gray--400 {
  color: #595959; }

.gray--500 {
  color: #696969; }

.gray--600 {
  color: #797979; }

.bg-gray--100 {
  background-color: #292929; }

.bg-gray--200 {
  background-color: #393939; }

.bg-gray--300 {
  background-color: #494949; }

.bg-gray--400 {
  background-color: #595959; }

.bg-gray--500 {
  background-color: #696969; }

.bg-gray--600 {
  background-color: #797979; }

.bentonsansreregular {
  font-family: "Benton Sans RE Reg";
  font-style: Normal;
  font-weight: Normal; }

.bentonsansreitalic {
  font-family: "Benton Sans RE It";
  font-style: Italic;
  font-weight: Normal; }

.bentonsansrebold {
  font-family: "Benton Sans RE Bd";
  font-style: Normal;
  font-weight: Normal; }

.bentonsansrebolditalic {
  font-family: "Benton Sans RE Bd It";
  font-style: Italic;
  font-weight: Normal; }

.bentonsanscondensedregular {
  font-family: "Benton Sans Cond Reg";
  font-style: Normal;
  font-weight: Normal; }

.bentonsanscondensedbold {
  font-family: "Benton Sans Cond Bd";
  font-style: Normal;
  font-weight: Normal; }

.bentonsanscondensedbolditalic {
  font-family: "Benton Sans Cond Bd It";
  font-style: Italic;
  font-weight: Normal; }

.bentonsanscondensedblack {
  font-family: "Benton Sans Cond Bla";
  font-style: Normal;
  font-weight: Normal; }

.bentonsanscondensedblackitalic {
  font-family: "Benton Sans Cond Bla It";
  font-style: Italic;
  font-weight: Normal; }

body {
  font-family: "elena-web-basic",sans-serif;
  font-size: 18px; }

strong {
  font-weight: bold; }

.lead {
  font-size: 1.44em; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Benton Sans Cond Bd"; }

h1, .h1 {
  font-size: 2.488em; }

h2, .h2 {
  font-size: 2.074em; }

h3, .h3 {
  font-size: 1.728em; }

h4, .h4 {
  font-size: 1.44em; }

h5, .h5 {
  font-size: 1.2em; }

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

h1, .h1, h1 a {
  color: #292929; }

h2, .h2, h2 a {
  color: #393939; }

h3, .h3, h3 a {
  color: #494949; }

h4, .h4, h4 a {
  color: #595959; }

h5, .h5, h5 a {
  color: #696969; }

h6, .h6, h6 a {
  color: #797979; }

hr {
  border: 0;
  border-top: 1px solid #d8d9c6; }

blockquote {
  color: #2a5547;
  font-family: "Benton Sans Cond Reg";
  font-style: Normal;
  font-weight: Normal;
  border-left: 5px solid #d8d9c6;
  margin-left: 1em;
  padding-left: 1em; }

blockquote strong {
  font-family: "Benton Sans Cond Bd";
  font-weight: bold; }

figcaption {
  line-height: 1.25em !important; }

.list-group-item {
  background: none; }

.list-group .list-group-item a h4 {
  font-family: "Benton Sans Cond Reg" !important;
  font-style: Normal !important;
  font-weight: Normal !important;
  line-height: 1.25em; }

.sans, table, figcaption, header, nav {
  font-family: "Benton Sans RE Reg";
  font-size: .9rem;
  line-height: 2em; }

.sans strong, table strong, figcaption strong, header strong, nav strong {
  font-family: "Benton Sans RE Bd";
  font-style: Bold;
  font-weight: Bold; }

.person-meta {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

figure {
  display: block;
  margin: 30px 0; }
  figure img {
    display: block;
    margin: auto; }
  figure figcaption {
    padding-top: 15px;
    font-style: italic;
    color: #797979;
    margin: auto;
    text-align: center;
    width: 80%;
    margin-bottom: 15px !important; }

figure.img-thumbnail {
  margin: 0; }

.meeting-info .text {
  margin-bottom: 50px; }

header li {
  font-size: 13px !important; }

header a {
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 1px; }

header a:hover {
  text-decoration: none;
  color: #ec5e55; }

h1 a {
  text-transform: lowercase;
  letter-spacing: 0; }

h1 a:hover {
  color: #292929; }

header strong,
.nav__header {
  font-family: "Benton Sans RE Bd";
  color: #797979; }

header .active {
  color: #ec5e55;
  font-family: "Benton Sans RE Bd";
  font-weight: bold;
  border-bottom: none;
  letter-spacing: 0; }

footer {
  display: block;
  overflow: hidden;
  position: relative; }
  footer li, footer a {
    font-size: 13px !important;
    line-height: 1.5;
    color: #d8d9c6;
    font-weight: 900;
    font-family: "Benton Sans RE Bd";
    margin-bottom: .5em; }
    footer li ul, footer a ul {
      margin-left: 0;
      padding-left: 1em; }
      footer li ul li, footer li ul a, footer a ul li, footer a ul a {
        font-weight: 100;
        font-family: "Benton Sans RE Reg";
        margin-bottom: 0;
        color: #b4b692; }
  footer a:hover, footer a:active {
    color: #f9f6ec; }
  footer h6 {
    color: #d8d9c6; }

.logo {
  fill: #d8d9c6;
  width: 50%;
  height: 50%;
  opacity: .15;
  display: block;
  position: relative;
  bottom: -25%;
  left: -25%; }

body#home #footer-wrap, body#join #footer-wrap {
  margin: 0 !important; }

.nav a:link,
.nav a:visited {
  color: #797979;
  background: none !important; }

.nav a:link.nav-link,
.nav a:visited.nav-link {
  color: #292929; }

.nav .nav-link.active {
  font-family: 'Benton Sans RE Bd';
  font-weight: bold; }

.nav .nav-link:hover, .nav .dropdown-item:hover {
  color: #ec5e55; }

.nav .active, .nav .nav-item.open .nav-link {
  color: #ec5e55 !important; }

.nav--sidebar {
  margin-bottom: 50px; }

.toc__figure {
  max-width: 500px;
  margin: auto; }
  .toc__figure figcaption {
    font-size: 12px; }

.text img {
  max-width: 100%; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  line-height: 1 !important; }

.resp-sharing-button:hover {
  text-decoration: none !important;
  color: #fff; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #FF6600; }

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

body {
  background: #f9f6ec;
  position: relative; }

/* Join page bulleted list styles */
#m-60500885 ul {
  text-align: left !important;
  columns: 2;
  list-style-position: inside; }
  #m-60500885 ul li {
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }

.carousel-captions {
  display: block;
  border: 1px solid #d8d9c6;
  padding: 15px; }
  .carousel-captions h6, .carousel-captions .caption {
    color: #a4a67a; }
  .carousel-captions .caption {
    line-height: 1.5 !important; }

/* Homepage Carousel */
.carousel .carousel-cell,
.carousel img {
  max-width: 100%;
  height: auto; }

/* Images */
.image img {
  max-width: 100%;
  height: auto; }

.image.image--right {
  display: block;
  width: 33%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.image.image--left {
  display: block;
  width: 33%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

@media (min-width: 577px) {
  #scroll-nav {
    position: sticky;
    top: 0;
    padding-top: 15px; } }


/*****************************
  BEGIN SOCIAL INK CSS MODIFICATIONS
  INIT JANUARY 2020
*****************************/

.socialink-modified {

}

.current-image-cover-container img {
  width: 450px;
}




/*****************************
  END SOCIAL INK CSS MODIFICATIONS
*****************************/