@import url(https://cdn.icomoon.io/66770/DDTemplates/style-cf.css?g8dsw);
@import url(https://use.typekit.net/irh4abo.css);
@import url(https://cdn.icomoon.io/66770/CFT/style.css?ed8yvx);
@keyframes underline-to-primary {
  to {
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #0047b6, #0047b6);
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
  }
}
@keyframes underline-to-secondary {
  to {
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #d6940b, #d6940b);
    background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-color));
  }
}
:root {
  --primary-color: #0047b6;
  --secondary-color: #d6940b;
  --base-border-color: #e6e6e6;
  --base-text-color: #313131;
  --base-font: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  --heading-font: mrs-eaves-xl-serif-narrow, serif;
  --base-font-size: 1.7rem;
}
html {
  height: 100%;
  font-size: 10px;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  width: 100%;
  height: 100%;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  background-color: white;
  color: #313131;
  color: var(--base-text-color);
}
body.user-1,
body.admin-menu {
  margin-top: 0 !important;
  padding-bottom: 0;
}
body.node-content {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
@media (max-width: 1024px) {
  body.menu-active {
    overflow: hidden;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
.overview .node-header,
.node-full .node-header {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: normal;
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1.7rem;
  margin-bottom: var(--base-font-size);
  font-weight: bold;
  line-height: 1.2;
}
h1,
.overview .node-header,
.node-full .node-header {
  margin: -0.25em 0 0;
  font-size: 4rem;
}
h2 {
  margin: 0;
  font-size: 3.5rem;
}
h3 {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-size: 2.5rem;
}
h4 {
  margin-top: 1.5em;
  font-size: 1.8rem;
  color: #0047b6;
  color: var(--primary-color);
}
h5 {
  margin-top: 1.25em;
  text-transform: uppercase;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-size: 2.2rem;
}
h6 {
  margin-top: 2.2em;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #0047b6;
  color: var(--primary-color);
}
p {
  margin: 1em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
blockquote {
  position: relative;
  min-height: 9.4rem;
  margin: 0;
  padding: 0 0 2.4rem;
  border-left: none;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  background: transparent;
  color: #4d4d4d;
}
blockquote footer {
  display: block;
  font-size: 80%;
  margin-bottom: 2.4rem;
  color: #0047b6;
  color: var(--primary-color);
  text-align: right;
}
blockquote footer:before {
  content: "\2014   \A0";
}
blockquote:after {
  content: "\201D";
  position: absolute;
  z-index: -1;
  right: -15px;
  bottom: -15px;
  font-family: Arial, sans-serif;
  font-size: 260px;
  line-height: 0;
  color: #e3e3e3;
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #0047b6;
  color: var(--primary-color);
}
a:hover {
  -webkit-text-decoration: underline #d6940b;
          text-decoration: underline #d6940b;
  -webkit-text-decoration: underline var(--secondary-color);
          text-decoration: underline var(--secondary-color);
  color: #0047b6;
  color: var(--primary-color);
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
figure {
  margin: 0 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
pre,
kbd,
code,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  word-break: break-word;
  font-size: 87.5%;
  color: #e83e8c;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  word-break: normal;
  font-size: inherit;
  color: inherit;
}
samp {
  font-size: 1em;
}
.dd-templates-font,
span.ext:after,
.video-play:before,
.link a:before,
.file a:before,
.slideshow-icon:after,
.block-dd_social .social:after,
.slick-arrow:before {
  font-family: 'dd-templates' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.clearfix:after,
.overview:before,
.overview:after,
.node-full:before,
.node-full:after {
  content: " ";
  display: table;
}
.clearfix:after,
.overview:after,
.node-full:after {
  clear: both;
}
.block {
  position: relative;
}
.channel,
.subterm,
.node {
  float: none;
  width: auto;
}
.channel,
.subterm,
.block,
.node,
.messages {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
}
.page,
.above-page,
.below-page {
  font-size: 14px;
  line-height: 1.5;
}
.node {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  overflow: hidden;
}
.node-teaser {
  margin-bottom: 35px;
  padding-bottom: 0;
  clear: both;
}
.node-header {
  line-height: 1.2;
}
.node-header a,
.node-header a:hover {
  text-decoration: none;
}
.title {
  letter-spacing: -0.02em;
  color: #313131;
  color: var(--base-text-color);
}
a .title {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  display: inline;
}
a .title:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a .title:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.subtitle {
  margin-top: 0.5rem;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 62.85714286%;
  line-height: 1.2;
  color: #0047b6;
  color: var(--primary-color);
}
.page-right .block {
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
.page-right .block-title {
  padding-top: 16px;
  margin-bottom: 10px;
  border-top: 5px solid #e6e6e6;
  border-top: 5px solid var(--base-border-color);
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.9rem;
  font-weight: 700;
  color: #313131;
  color: var(--base-text-color);
}
.node-image {
  margin-top: 0;
}
.field-image {
  margin-bottom: 1em;
}
.field-image a {
  text-decoration: none;
}
.field-image img,
.node-teaser .field-image img {
  margin: 0;
}
.node-image .field-image,
.node-image .gallery {
  margin-top: 1em;
}
.node-image .gallery .field-image {
  margin-top: 0;
}
.caption {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #6c757d;
}
.node-teaser .caption {
  display: none;
}
.field-image.has-caption a {
  display: flex;
  flex-direction: column;
}
.node-meta {
  display: none;
}
.node-full .node-meta {
  display: block;
}
.meta-item,
.meta-item a {
  color: #777;
}
.meta .meta-item a:hover {
  -webkit-text-decoration: underline #0047b6;
          text-decoration: underline #0047b6;
  -webkit-text-decoration: underline var(--primary-color);
          text-decoration: underline var(--primary-color);
}
.meta .meta-item {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.meta .event-date {
  display: inherit;
}
.node-content ul,
.node-content ol {
  margin: 1em 0;
  padding: 0;
  list-style-position: inside;
  overflow: visible;
}
.node-content li {
  margin-left: 2em;
  margin-bottom: 0.3em;
  list-style-position: outside;
}
.node-content p,
.node-contact p,
.node-webform p,
.node-content ul,
.node-contact ul,
.node-webform ul,
.node-content li,
.node-contact li,
.node-webform li,
.node-content div,
.node-contact div,
.node-webform div {
  letter-spacing: 0.02em;
}
.node-content a,
.node-contact a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.node-content a:hover,
.node-contact a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .node-content a:hover,
  .node-contact a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.node-content .field-image a,
.node-contact .field-image a {
  background: none;
  animation: none;
}
span.ext {
  background: none;
  padding-right: 0;
  padding-left: 0.2em;
}
span.ext:after {
  content: "\E614";
  line-height: inherit;
  vertical-align: middle;
  opacity: 0.5;
}
.node-content p img {
  float: none;
  max-width: 100%;
  margin: 0;
}
.video-play {
  opacity: 0.5;
  background: none;
  transition: opacity 0.3s ease-out;
}
.video-play:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  font-size: 48px;
  content: "\E900";
  color: white;
}
.field-video .video-lightframe {
  display: inline-block;
}
a.video-lightframe:hover .video-play {
  background: transparent;
  opacity: 0.9;
}
.node-contact-wrapper {
  width: 100%;
  margin: 1em 0;
}
.node-contact .field-email {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.admin-content .views-field-field-image-fid img {
  max-width: none;
}
form[action*='/tblock/order'] .views-field-field-image-fid a.imagecache {
  display: block;
  overflow: hidden;
  max-width: 75px;
  max-height: 75px;
}
.add-term,
.edit-term {
  z-index: 1;
}
.block-name {
  font-size: 12px;
}
.ui-dialog {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
table.sticky-header {
  z-index: 1;
  background-color: white;
}
div.messages {
  margin-bottom: 0;
}
.tagged-posts .block-title,
.bundled-posts .block-title {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding-top: 1.6rem;
  border-top: 5px solid #e6e6e6;
  border-top: 5px solid var(--base-border-color);
  font-size: 4rem;
  letter-spacing: -0.02em;
  background: white;
}
.section-find .search-results .title,
.section-search .search-results .title {
  display: block;
}
html.js fieldset.collapsible div.fieldset-wrapper {
  overflow: visible;
}
.block-dd_social .item-list ul li.social-google {
  display: none;
}
.layout,
.ttv-front .page-top {
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .layout,
  .ttv-front .page-top {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1366px) {
  .layout,
  .ttv-front .page-top {
    margin-left: auto;
    margin-right: auto;
  }
}
#block-digitaldcore-comments {
  float: inherit;
}
.node-full .node-contact-wrapper,
.node-sidebar .node-contact-wrapper {
  float: inherit;
}
.node-content table {
  display: table;
  width: 100% !important;
  max-width: 100%;
  overflow: auto;
  margin: 1em 0;
  padding: 0;
  border: 1px solid #eee;
  border-spacing: 0;
  background-color: white;
  box-sizing: border-box;
}
.node-content thead,
.node-content tbody,
.node-content tr,
.node-content th,
.node-content td {
  margin: 0;
  padding: 0;
  border: 0;
}
.node-content th,
.node-content td {
  padding: 10px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  text-align: left;
}
.node-content td {
  vertical-align: top;
}
.node-content th {
  line-height: 1.2;
  vertical-align: bottom;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.node-content tbody tr {
  transition: all 0.2s ease-in-out;
}
.node-content tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.node-content tbody tr:nth-child(odd) td:before {
  background-color: #f2f2f2;
}
.node-content tbody tr:nth-child(even) td:before {
  background-color: #e9e9e9;
}
.node-content tbody tr:hover {
  background-color: #ddd;
}
.node-content tbody td {
  position: relative;
  vertical-align: middle;
}
.node-content tbody td:not(:first-child):before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 1px;
}
.node-upper-meta {
  margin-bottom: 3px;
  padding-top: 2em;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--base-border-color);
  font-size: 1.2rem;
  line-height: 1;
}
.meta .meta-item {
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.meta .meta-item a {
  text-decoration: none;
}
.node-webform input,
.node-webform button,
.node-webform select,
.node-webform option,
.node-webform legend,
.node-webform textarea,
.node-webform fieldset {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
.node-webform label,
.node-webform legend {
  color: #666;
}
.node-webform .form-text {
  padding: 0.8rem 1rem;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--base-border-color);
  border-radius: 0.5rem;
  background: white;
  color: #313131;
  color: var(--base-text-color);
}
.node-webform .form-text,
.node-webform .form-textarea {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.node-webform .form-text:-ms-input-placeholder,
.node-webform .form-textarea:-ms-input-placeholder {
  color: #888;
}
.node-webform .form-text::-ms-input-placeholder,
.node-webform .form-textarea::-ms-input-placeholder {
  color: #888;
}
.node-webform .form-text::placeholder,
.node-webform .form-textarea::placeholder {
  color: #888;
}
.node-webform .form-text:focus,
.node-webform .form-textarea:focus {
  outline: 0;
  border-color: #0047b6;
  border-color: var(--primary-color);
  box-shadow: inset 0 0 4px #0047b6;
  box-shadow: inset 0 0 4px var(--primary-color);
}
.node-webform .form-text:focus:-ms-input-placeholder,
.node-webform .form-textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.node-webform .form-text:focus::-ms-input-placeholder,
.node-webform .form-textarea:focus::-ms-input-placeholder {
  opacity: 0.5;
}
.node-webform .form-text:focus::placeholder,
.node-webform .form-textarea:focus::placeholder {
  opacity: 0.5;
}
.node-webform .form-textarea {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--base-border-color);
  border-radius: 0.5rem;
}
.node-webform .form-select {
  max-width: 100%;
  height: 3.6rem;
  border-color: #e6e6e6;
  border-color: var(--base-border-color);
  background: white;
  color: #313131;
  color: var(--base-text-color);
}
.node-webform .grippie {
  display: none;
}
.node-webform fieldset {
  min-width: 100%;
  margin-top: 0;
  border: 1px solid #e6e6e6 !important;
  border: 1px solid var(--base-border-color) !important;
  border-radius: 0.5rem;
  overflow: hidden;
}
html.js .node-webform fieldset.collapsed {
  padding-bottom: 0;
  height: auto;
}
html.js .node-webform fieldset.collapsed legend {
  margin-bottom: 0;
  border-bottom: none;
}
.node-webform legend {
  float: left;
  width: 100%;
  padding: 1rem 2rem;
  margin: -1rem -2rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid var(--base-border-color);
  background-color: #eee;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html.js .node-webform fieldset.collapsed,
html.js .node-webform fieldset.collapsible {
  margin-bottom: 1em !important;
}
html.js .node-webform fieldset.collapsed legend a,
html.js .node-webform fieldset.collapsible legend a {
  position: relative;
  padding-left: 1em;
  background: none;
}
html.js .node-webform fieldset.collapsible legend a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-top: 5px solid #666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: transform 0.2s;
}
html.js .node-webform fieldset.collapsed legend a:before {
  transform: rotate(-90deg);
}
.node-links ul.links.inline {
  display: block;
}
.node-links ul.links li {
  clear: left;
  margin: 0;
}
.node-links ul.links .link:not(.link-read-more) a {
  display: flex;
  padding: 5px 0;
  line-height: 1.3;
  background-position: 20px 85%;
}
.node-links ul.links .link:not(.link-read-more) a:hover {
  text-decoration: none;
}
.node-links ul.links .link:not(.link-read-more) span {
  display: flex;
  align-items: center;
}
.link {
  display: none;
}
/* ========================================================================== *\
   ICONS AND INLINE FILE ATTACHMENTS
\* ========================================================================== */
.link a:before,
.file a:before {
  font-family: 'dd-templates' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: inherit;
  padding-right: 0.2em;
}
.link-related:not(.link-read-more) a:before {
  content: "\E600";
}
.file {
  /* stylelint-disable declaration-block-single-line-max-declarations */
  /* stylelint-enable */
}
.file.file-text-html a:before,
.file.file-text-plain a:before {
  content: "\E601";
}
.file.file-text-css a:before {
  content: "\E602";
}
.file.file-application-xml a:before {
  content: "\E603";
}
.file.file-application-zip a:before {
  content: "\E611";
}
.file.file-application-pdf a:before {
  content: "\E604";
  color: #f91916;
}
.file.file-application-msword a:before {
  content: "\E605";
  color: #2a5699;
}
.file.file-application-vnd-ms-excel a:before {
  content: "\E606";
  color: #227547;
}
.file.file-application-vnd-ms-powerpoint a:before {
  content: "\E607";
  color: #d14524;
}
.file.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet a:before {
  content: "\E606";
  color: #227547;
}
.file.file-application-vnd-openxmlformats-officedocument-wordprocessingml-document a:before {
  content: "\E605";
  color: #2a5699;
}
.file.file-application-vnd-openxmlformats-officedocument-presentationml-presentation a:before {
  content: "\E607";
  color: #d14524;
}
.file.file-application-x-msdos-program a:before {
  content: "\E612";
  color: black;
}
.file.file-image-gif a:before,
.file.file-image-png a:before,
.file.file-image-jpeg a:before {
  content: "\E608";
}
.file.file-audio-mpeg a:before {
  content: "\E610";
}
.file.file-video-mpg a:before,
.file.file-video-mpeg a:before,
.file.file-video-quicktime a:before {
  content: "\E609";
}
span.file a {
  display: inline;
  padding: 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: none !important;
  background-position: 20px 100%;
  background-size: 100% 2px;
}
span.file a:hover {
  text-decoration: none !important;
}
@media (min-width: 1025px) {
  span.file a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.link-read-more {
  display: block;
}
.link-read-more a {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}
.link-read-more a:hover {
  text-decoration: none;
}
.link-read-more .read-more-text {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, #0047b6, #0047b6);
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
}
.link-read-more .read-more-text:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .link-read-more .read-more-text:hover {
    background-size: 2px 2px;
    animation: underline-to-secondary 0.3s forwards linear;
  }
}
.all-dates-link {
  position: relative;
  text-decoration: underline;
  color: #0047b6;
  color: var(--primary-color);
}
.all-dates-link.meta-item {
  padding-right: 30px;
}
.all-dates-link:after {
  position: absolute;
  top: 0;
  right: 10px;
  content: '+';
  font-size: 1.5em;
  transition: all 0.3s linear;
}
.show-all-dates .all-dates-link:after {
  transform: rotate(45deg);
}
.all-dates {
  height: 0;
  overflow: hidden;
}
.show-all-dates .all-dates {
  height: auto;
}
.all-dates .meta-item {
  display: block;
  margin: 10px 0;
  padding: 0;
  border: 0;
}
.accordion-heading {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  border-top: 2px solid #0047b6;
  border-top: 2px solid var(--primary-color);
  transition: all 0.25s 0.25s ease-out;
}
h3.accordion-heading {
  font-size: 2.4rem;
}
h4.accordion-heading {
  font-size: 2.1rem;
}
.accordion-heading a {
  transition: all 0.25s ease-in-out;
  color: #313131;
  color: var(--base-text-color);
}
.accordion-heading a:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\2295";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -12px;
  border-radius: 100%;
  font-size: 24px;
}
.accordion-heading:first-child {
  margin-top: 10px;
}
.accordion-heading .link-text {
  display: block;
  margin-right: 40px;
  padding: 15px 0;
}
.accordion-heading.active a:before {
  content: "\2296";
}
.accordion-content > *:first-child {
  margin-top: 0;
}
.field-image a.slideshow-btn {
  display: inline-block;
  position: relative;
}
.field-image a.slideshow-btn .caption {
  display: none;
}
.slideshow-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  color: white;
}
.slideshow-icon:after {
  position: absolute;
  right: 6%;
  bottom: 0;
  content: "\E901";
  font-size: 48px;
}
.slideshow-icon:hover {
  opacity: 0.9;
}
.photo-gallery .node-image,
.photo-gallery .node-upper-image,
.node-content .photo-gallery {
  opacity: 0;
  transition: opacity 0.1s linear;
}
.photo-gallery .node-image.ready,
.photo-gallery .node-upper-image.ready,
.node-content .photo-gallery.ready {
  opacity: 1;
}
.photo-gallery .node-image.slick-dotted,
.photo-gallery .node-upper-image.slick-dotted,
.node-content .photo-gallery.slick-dotted {
  margin-bottom: 5rem;
}
.photo-gallery .field-image {
  position: relative;
  float: none !important;
  max-width: none !important;
  margin: 0 !important;
}
.photo-gallery .field-image .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
@media (min-width: 640px) {
  .photo-gallery .field-image .caption {
    display: block;
  }
}
.photo-gallery .node-item .field-image {
  margin: 0;
}
.photo-gallery .slick-slider {
  margin-bottom: 1em;
}
.photo-gallery .node-image {
  margin-top: 1em;
}
.photo-gallery .slick-track {
  background-color: #17191a;
}
.photo-gallery .slick-track:before,
.photo-gallery .slick-track:after {
  display: none;
}
.photo-gallery .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #17191a;
}
.photo-gallery .slick-slide a {
  display: block;
  width: auto;
  max-width: 100%;
}
.photo-gallery .slick-slide img {
  margin: 0 auto;
}
.photo-gallery .slick-dots {
  bottom: -35px;
  margin: 0;
  padding: 0;
}
.photo-gallery .slick-dots li {
  margin: 0;
  padding: 0;
}
.photo-gallery .slick-dots li button {
  padding: 5px 3px;
}
.photo-gallery .slick-dots li button:before {
  background-color: #555;
}
.photo-gallery .slick-dots li.slick-active button:before {
  background-color: #555;
}
.photo-gallery .slick-arrow {
  opacity: 0;
  transition: opacity 0.2s;
}
.photo-gallery .slick-arrow:before {
  opacity: 0.5;
}
.photo-gallery .slick-arrow:hover:before,
.photo-gallery .slick-arrow:focus:before {
  opacity: 0.75;
}
.photo-gallery .slick-slider:hover .slick-arrow,
.photo-gallery.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.item-list .pager li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pager li.pager-current,
.pager li a {
  margin: 0 0 4px;
  padding: 3px 10px;
  border: 1px solid #0047b6;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.pager li a {
  display: block;
  transition: all 0.3s ease-out;
  background-color: white;
  color: #0047b6;
  color: var(--primary-color);
}
.pager li a:hover {
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
div.dtabs {
  float: none;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
  padding: 25px 0 0;
  border-bottom: 2px solid #0047b6;
  border-bottom: 2px solid var(--primary-color);
  background-color: white;
}
div.tab {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.3s ease-out;
  background-color: transparent;
  color: #313131;
  color: var(--base-text-color);
}
div.tab:hover {
  color: #0047b6;
  color: var(--primary-color);
}
div.tab.active {
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.lexicon-links {
  font-size: 0;
  background-color: transparent;
  text-align: left;
}
.lexicon-links a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px 11px 5px;
  border: 1px solid #0047b6;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: #0047b6;
  color: var(--primary-color);
  background-color: transparent;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.lexicon-links a:hover {
  color: white;
  border-color: #4c5d6f;
  background-color: #4c5d6f;
}
.lexicon-links .lexicon-alphabar-instructions {
  font-size: 14px;
}
.lexicon-list {
  margin-top: 30px;
}
.lexicon-list a[id*=letter_] {
  font-size: 2em;
}
.lexicon-list dl {
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.lexicon-list dt {
  padding: 5px 10px;
  font-weight: bold;
  background: #a8a8a8;
  color: white;
}
.lexicon-list dd {
  margin: 0;
  padding: 1px 10px;
  border: 1px solid #eee;
  border-top: none;
}
#lightbox {
  position: fixed;
  top: 40px !important;
}
#lightbox2-overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#outerImageContainer {
  max-width: 90%;
}
#lightboxFrame {
  max-width: 100%;
}
#lightboxImage {
  height: auto !important;
}
#imageDataContainer {
  max-width: 90%;
}
.col-1 .views-row {
  width: 100%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  clear: both;
}
@media (min-width: 640px) {
  .col-1 .view-content,
  .col-2 .view-content,
  .col-3 .view-content,
  .col-4 .view-content,
  .col-5 .view-content,
  .col-6 .view-content {
    font-size: 0;
  }
  .col-1 .views-row,
  .col-2 .views-row,
  .col-3 .views-row,
  .col-4 .views-row,
  .col-5 .views-row,
  .col-6 .views-row {
    display: inline-block;
    vertical-align: top;
  }
  .col-1 .js-tabs-show,
  .col-2 .js-tabs-show,
  .col-3 .js-tabs-show,
  .col-4 .js-tabs-show,
  .col-5 .js-tabs-show,
  .col-6 .js-tabs-show {
    display: inline-block !important;
  }
  .col-1 .node,
  .col-2 .node,
  .col-3 .node,
  .col-4 .node,
  .col-5 .node,
  .col-6 .node {
    font-size: 1.7rem;
    font-size: var(--base-font-size);
  }
  .col-2 .views-row,
  .col-3 .views-row,
  .col-4 .views-row,
  .col-5 .views-row,
  .col-6 .views-row {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .col-3 .views-row {
    width: 33.33333333%;
  }
  .col-4 .views-row {
    width: 25%;
  }
  .col-5 .views-row {
    width: 20%;
  }
  .col-6 .views-row {
    width: 16.66666667%;
  }
}
/* stylelint-disable declaration-colon-space-after */
@media (min-width: 640px) {
  .gap-0 .view-content {
    margin-left: 0;
  }
  .gap-0 .node {
    margin-left: 0;
  }
  .gap-10 .view-content {
    margin-left: -10px;
  }
  .gap-10 .node {
    margin-left: 10px;
  }
  .gap-15 .view-content {
    margin-left: -15px;
  }
  .gap-15 .node {
    margin-left: 15px;
  }
  .gap-20 .view-content {
    margin-left: -20px;
  }
  .gap-20 .node {
    margin-left: 20px;
  }
  .gap-25 .view-content {
    margin-left: -25px;
  }
  .gap-25 .node {
    margin-left: 25px;
  }
  .gap-30 .view-content {
    margin-left: -30px;
  }
  .gap-30 .node {
    margin-left: 30px;
  }
  .gap-35 .view-content {
    margin-left: -35px;
  }
  .gap-35 .node {
    margin-left: 35px;
  }
  .gap-40 .view-content {
    margin-left: -40px;
  }
  .gap-40 .node {
    margin-left: 40px;
  }
}
/* stylelint-enable */
@media (min-width: 640px) {
  .fiw-25 .node-item:not(.node-content) .field-image {
    max-width: 25% !important;
  }
  .fiw-30 .node-item:not(.node-content) .field-image {
    max-width: 30% !important;
  }
  .fiw-35 .node-item:not(.node-content) .field-image {
    max-width: 35% !important;
  }
}
@media (min-width: 1025px) {
  .fiw-40 .node-item:not(.node-content) .field-image {
    max-width: 40% !important;
  }
  .fiw-50 .node-item:not(.node-content) .field-image {
    max-width: 50% !important;
  }
  .fiw-60 .node-item:not(.node-content) .field-image {
    max-width: 60% !important;
  }
  .fiw-75 .node-item:not(.node-content) .field-image {
    max-width: 75% !important;
  }
}
.fiw-100 .node-item:not(.node-content) .field-image {
  max-width: 100% !important;
}
@media (min-width: 1025px) {
  .fif-lt .node-item:not(.node-content) .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .fif-rt .node-item:not(.node-content) .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.fif-no .node-item:not(.node-content) .field-image {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  .fif-lt.fiw-25 .node-item:not(.node-content) .field-image,
  .fif-lt.fiw-30 .node-item:not(.node-content) .field-image,
  .fif-lt.fiw-35 .node-item:not(.node-content) .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .fif-lt.fiw-40 .node-item:not(.node-content) .field-image,
  .fif-lt.fiw-50 .node-item:not(.node-content) .field-image,
  .fif-lt.fiw-60 .node-item:not(.node-content) .field-image,
  .fif-lt.fiw-75 .node-item:not(.node-content) .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 640px) {
  .fif-rt.fiw-25 .node-item:not(.node-content) .field-image,
  .fif-rt.fiw-30 .node-item:not(.node-content) .field-image,
  .fif-rt.fiw-35 .node-item:not(.node-content) .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  .fif-rt.fiw-40 .node-item:not(.node-content) .field-image,
  .fif-rt.fiw-50 .node-item:not(.node-content) .field-image,
  .fif-rt.fiw-60 .node-item:not(.node-content) .field-image,
  .fif-rt.fiw-75 .node-item:not(.node-content) .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.page,
.above-page,
.below-page {
  clear: both;
  position: relative;
  box-sizing: border-box;
}
.page {
  overflow: hidden;
  min-height: 100%;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .page {
    padding-top: 130px;
  }
}
.page-header,
.page-main,
.page-footer {
  clear: both;
  position: relative;
  box-sizing: border-box;
}
.page-header {
  z-index: 3;
}
.page-main {
  z-index: 2;
}
.page-footer {
  z-index: 10;
}
.page-top,
.page-center,
.page-bottom {
  position: relative;
  box-sizing: border-box;
}
.page-top {
  z-index: 3;
}
.page-center {
  z-index: 2;
}
.page-bottom {
  z-index: 1;
}
@media (min-width: 1025px) {
  .page-center {
    display: flex;
    flex-flow: row nowrap;
  }
}
.page-left,
.page-right,
.page-content {
  position: relative;
  box-sizing: border-box;
}
.page-left {
  z-index: 3;
}
.page-content {
  z-index: 2;
}
.page-right {
  z-index: 1;
}
.page-left,
.page-right,
.page-content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .page-left,
  .page-right,
  .page-content {
    margin-top: 90px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .page-left {
    width: 25%;
  }
  .page-left .page-sidebar {
    margin-right: 35px;
  }
}
@media (min-width: 1200px) {
  .page-left .page-sidebar {
    margin-right: 70px;
  }
}
@media (min-width: 1025px) {
  .sidebar-left .page-content {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .page-right {
    width: 25%;
  }
  .page-right .page-sidebar {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .page-right .page-sidebar {
    margin-left: 70px;
  }
}
@media (min-width: 1025px) {
  .sidebar-right .page-content {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .page-left .sticky.page-sidebar,
  .page-right .sticky.page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
  }
}
@media (min-width: 1025px) {
  .two-sidebars .page-content {
    width: 50%;
  }
}
.section-find h2.title,
.section-search h2.title {
  display: none;
}
.section-find .faceted-search-numbering,
.section-search .faceted-search-numbering {
  float: none;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 16px;
}
.section-find .search-results,
.section-search .search-results {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
}
.section-find .search-results dd.search-result-node,
.section-search .search-results dd.search-result-node {
  margin-bottom: 35px;
  padding: 0;
  border: 0;
}
.section-find .search-results .title,
.section-search .search-results .title {
  margin-bottom: 10px;
  padding: 20px 0 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--base-border-color);
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  background: transparent;
  color: #313131;
  color: var(--base-text-color);
}
.section-find .search-results .title a,
.section-search .search-results .title a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  color: inherit;
}
.section-find .search-results .title a:hover,
.section-search .search-results .title a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .section-find .search-results .title a:hover,
  .section-search .search-results .title a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.section-find .search-results .title a:hover,
.section-search .search-results .title a:hover {
  color: inherit;
}
.section-find .search-results .field-image,
.section-search .search-results .field-image {
  margin: 0;
  padding-left: 20px;
  max-width: 15% !important;
}
.section-find .search-results .field-image img,
.section-search .search-results .field-image img {
  width: auto;
  max-height: 150px;
}
.section-find .search-results p,
.section-search .search-results p {
  margin-bottom: 10px;
}
.section-find .search-results span.file a,
.section-search .search-results span.file a {
  padding-left: 0;
}
.section-find .search-results .search-info,
.section-search .search-results .search-info {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
#block-faceted_search_ui-1_keyword {
  margin-bottom: 35px;
  padding-bottom: 0;
  border-bottom: none;
}
#edit-keys-wrapper label,
body.section-search #search-form .form-text,
body.section-search #search-form #edit-submit {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  line-height: 1.2;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
}
.subterm {
  margin-bottom: 0;
}
.subterm-header,
.subterm-content {
  display: none;
}
.subterm-overview .node {
  margin-bottom: 35px;
  padding-bottom: 0;
}
.subterm-overview .node-links .link-read-more {
  display: block;
}
.subterm-link {
  display: none;
}
.modern-directory {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
}
.modern-directory .view-filters {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--base-border-color);
}
.modern-directory .views-exposed-widgets {
  margin: 1em 0;
}
.modern-directory .views-exposed-widget {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
.modern-directory .views-exposed-widget label {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}
.modern-directory #edit-keys-wrapper {
  width: 200px;
  height: 31px;
  margin: 0;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--base-border-color);
  box-sizing: border-box;
  background: #f2f2f2;
}
.modern-directory #edit-keys-wrapper input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 21px;
  background: #f2f2f2;
}
.modern-directory .views-submit-button .form-submit {
  margin-top: 0;
}
.modern-directory .attachment {
  margin: 1em 0;
}
.modern-directory .item-list ul {
  margin: 0;
  padding: 0;
}
.modern-directory .item-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modern-directory .item-list li.pager-current {
  margin-bottom: 4px;
  padding: 3px 10px;
}
.modern-directory .item-list a {
  display: block;
  margin-bottom: 4px;
  padding: 3px 9px;
  line-height: 21px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.modern-directory .item-list a:hover {
  background-color: #d6940b;
  background-color: var(--secondary-color);
}
.modern-directory .node {
  clear: both;
}
.modern-directory .field-image {
  margin-top: 0;
  margin-bottom: 20px;
}
.modern-directory .has-image .node-header,
.modern-directory .has-image .node-contact {
  float: right;
  width: 70%;
}
.modern-directory .has-image .node-image {
  float: left;
  max-width: 25% !important;
}
#admin-menu .admin-menu-icon > a {
  display: block;
}
#admin-menu .admin-menu-icon > a img {
  display: none;
}
#admin-menu .admin-menu-icon > a:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/sites/all/themes/dtheme/favicon.ico) no-repeat left top transparent;
  background-size: 16px;
}
@media (min-width: 1025px) {
  .admin-menu .above-page {
    border-top: 20px solid black;
  }
}
.breadcrumb-nav {
  position: relative;
  padding: 0 35px;
  font-size: 12px;
  line-height: 3em;
  background: #eee;
  color: #aaa;
}
.breadcrumb-nav a {
  color: #313131;
  color: var(--base-text-color);
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  color: #0047b6;
  color: var(--primary-color);
}
.breadcrumb-nav .active {
  color: #d6940b;
  color: var(--secondary-color);
}
.breadcrumb {
  padding-bottom: 0;
}
.pods {
  color: white;
}
.pods .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -28px;
}
.pods .views-row {
  width: 100%;
  margin-bottom: 28px;
  padding-left: 28px;
  box-sizing: border-box;
}
.pods .views-row:nth-child(odd) .node {
  background-color: #0047b6;
  background-color: var(--primary-color);
}
.pods .views-row:nth-child(even) .node {
  background-color: #d6940b;
  background-color: var(--secondary-color);
}
.pods .node {
  height: 100%;
  margin-bottom: 0;
  transition: background-color 0.2s ease-out;
}
.pods .node-inner {
  padding: 25px 20px;
}
.pods .node-item {
  display: none;
}
.pods .node-links,
.pods .node-header,
.pods .node-webform,
.pods .node-upper-image {
  display: block;
}
.pods .node-upper-image {
  margin: -25px -20px 0;
}
.pods .field-image {
  margin-bottom: 25px;
}
.pods .node-header {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 2.2rem;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.38);
}
.pods .title {
  letter-spacing: 0.02em;
  color: white;
}
.pods .subtitle {
  font-weight: normal;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  line-height: 1.4;
  color: white;
}
.pods label {
  color: white;
}
.pods .node-links {
  display: block;
}
.pods ul.links li {
  display: none;
}
.pods ul.links .link-read-more {
  display: block;
}
.pods .link-read-more a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: border 0.2s ease-out;
  background: transparent;
  animation: none;
}
.pods .link-read-more a span,
.pods .link-read-more a:after,
.pods .link-read-more a:before {
  display: none;
}
.pods .link-read-more span.ext {
  display: none;
}
.pods .node-webform {
  position: relative;
  z-index: 3;
}
.pods .node-webform fieldset,
.pods .node-webform .form-submit,
.pods .node-webform input[type=text] {
  width: 100%;
}
.pods .node-webform .form-submit {
  border-radius: 0.5rem;
}
.pods .node:hover {
  background-color: #d6940b;
  background-color: var(--secondary-color);
}
.pods .node:hover .link-read-more a {
  background: transparent;
}
@media (min-width: 500px) {
  .pods .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .pods .views-row {
    flex: 0 0 33.33333333%;
  }
}
@media (min-width: 1025px) {
  .pods .views-row:hover:nth-child(odd) .node {
    background-color: #d6940b;
    background-color: var(--secondary-color);
  }
  .pods .views-row:hover:nth-child(even) .node {
    background-color: #0047b6;
    background-color: var(--primary-color);
  }
  .pods.pods-right .view-content {
    display: block;
  }
  .pods.pods-right .views-row {
    width: 100%;
  }
  .pods.pods-below {
    margin-top: 35px;
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--base-border-color);
    padding-top: 70px;
  }
}
.overview .node-upper-meta {
  display: none;
}
.overview .has-meta .node-upper-meta {
  display: block;
}
.overview .node-header a {
  cursor: default;
}
.overview .caption {
  display: block;
}
.appearing-nav {
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
.appearing-nav #nav-back {
  display: none;
}
.appearing-nav .small {
  display: none;
}
.appearing-nav ul.links li {
  margin-left: 0;
  margin-right: 0;
}
.appearing-nav ul.links .first a {
  border-top: none;
}
.appearing-nav ul.links li a {
  display: inline-block;
  margin: 3px 0;
  padding: 2px 0;
  border-bottom: none;
  line-height: 1.2;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.appearing-nav ul.links li a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .appearing-nav ul.links li a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.block-dd_social {
  margin-bottom: 35px;
}
.block-dd_social .block-title {
  margin-bottom: 15px;
}
.block-dd_social ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.block-dd_social .item-list ul li {
  margin: 0;
  list-style: none;
}
.block-dd_social li {
  display: inline-block;
}
.block-dd_social span.ext {
  display: none;
}
.block-dd_social .social {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0047b6;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease-out;
}
.block-dd_social .social:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: white;
}
.block-dd_social a.social-facebook:after {
  content: "\E700";
}
.block-dd_social a.social-facebook:hover,
.block-dd_social a.social-facebook:active {
  background-color: #3c5a9b;
}
.block-dd_social a.social-google:after {
  content: "\E703";
}
.block-dd_social a.social-google:hover,
.block-dd_social a.social-google:active {
  background-color: #db4c3f;
}
.block-dd_social a.social-linkedin:after {
  content: "\E702";
}
.block-dd_social a.social-linkedin:hover,
.block-dd_social a.social-linkedin:active {
  background-color: #1879b3;
}
.block-dd_social a.social-twitter:after {
  content: "\E701";
}
.block-dd_social a.social-twitter:hover,
.block-dd_social a.social-twitter:active {
  background-color: #30aade;
}
.node-fields .node-upper-meta {
  display: none;
}
.node-fields .node-image,
.node-fields .node-upper-meta {
  display: none;
}
.node-fields .link-file,
.node-fields .link-related,
.node-fields .link-twitter {
  padding-bottom: 0;
  border: none;
}
.node-fields .node-contact {
  margin: 0;
  padding: 0;
  border: none;
}
.node-fields .node-contact-wrapper {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.node-fields .node-links {
  clear: both;
  margin-bottom: 30px;
}
.node-fields .node-links.placeholder-block {
  display: none;
}
.contact-posts .views-row:not(:first-child) {
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid var(--base-border-color);
}
.contact-posts .node-item {
  display: none;
}
.contact-posts .node-header,
.contact-posts .node-contact {
  display: block;
}
.contact-posts .title {
  font-size: 1.8rem;
  line-height: 1.3;
}
.contact-posts .subtitle {
  font-size: 1.4rem;
  line-height: 1.3;
}
.profile-posts {
  margin-bottom: 35px;
}
.profile-posts .node-item {
  display: none;
}
.profile-posts .node-upper-meta,
.profile-posts .node-header,
.profile-posts .node-contact,
.profile-posts .node-links {
  display: block;
}
.profile-posts .views-row:first-child .node-upper-meta {
  border-top: 0;
}
.profile-posts .node-upper-meta {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
.profile-posts .node-header {
  font-size: 1.286em;
  line-height: 1.333;
}
.profile-posts .node-header .subtitle {
  font-size: 0.778em;
}
.node-content .image {
  /* stylelint-disable declaration-colon-space-after */
  /* stylelint-enable */
}
.node-content .image.circle img {
  border-radius: 100%;
}
.node-content .image.center {
  margin: 0 auto;
}
.node-content .image.center img {
  margin: 0 auto;
}
@media (min-width: 640px) {
  .node-content .image.right {
    float: right;
    max-width: 35% !important;
    margin-right: 0;
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .node-content .image.left {
    float: left;
    max-width: 35% !important;
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1025px) {
  .node-content .image.right {
    max-width: 50% !important;
  }
  .node-content .image.left {
    max-width: 50% !important;
  }
}
@media (min-width: 640px) {
  .node-content .image.w25 {
    max-width: 25% !important;
  }
  .node-content .image.w30 {
    max-width: 30% !important;
  }
  .node-content .image.w35,
  .node-content .image.w40,
  .node-content .image.w45,
  .node-content .image.w50 {
    max-width: 35% !important;
  }
}
@media (min-width: 1025px) {
  .node-content .image.w40 {
    max-width: 40% !important;
  }
  .node-content .image.w45 {
    max-width: 45% !important;
  }
  .node-content .image.w50 {
    max-width: 50% !important;
  }
  .node-content .image.w55 {
    max-width: 55% !important;
  }
  .node-content .image.w60 {
    max-width: 60% !important;
  }
  .node-content .image.w65 {
    max-width: 65% !important;
  }
  .node-content .image.w70 {
    max-width: 70% !important;
  }
  .node-content .image.w75 {
    max-width: 75% !important;
  }
  .node-content .image.w80 {
    max-width: 80% !important;
  }
  .node-content .image.w85 {
    max-width: 85% !important;
  }
  .node-content .image.w90 {
    max-width: 90% !important;
  }
  .node-content .image.w95 {
    max-width: 95% !important;
  }
  .node-content .image.w100 {
    max-width: 100% !important;
  }
}
@media (min-width: 640px) {
  .node-content .has-caption.caption-left:before,
  .node-content .has-caption.caption-right:before,
  .node-content .has-caption.caption-left:after,
  .node-content .has-caption.caption-right:after {
    content: " ";
    display: table;
  }
  .node-content .has-caption.caption-left:after,
  .node-content .has-caption.caption-right:after {
    clear: both;
  }
  .node-content .has-caption.caption-left a,
  .node-content .has-caption.caption-right a {
    width: 100%;
    display: block;
    table-layout: inherit;
  }
  .node-content .has-caption.caption-left img,
  .node-content .has-caption.caption-right img {
    max-width: 76% !important;
  }
  .node-content .has-caption.caption-left .caption,
  .node-content .has-caption.caption-right .caption {
    margin-top: 0;
    display: inline-block;
    caption-side: inherit;
    width: 21%;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--base-border-color);
  }
  .node-content .has-caption.caption-left img {
    float: right;
  }
  .node-content .has-caption.caption-left .caption {
    margin-left: 0;
    margin-right: 3%;
    text-align: right;
  }
  .node-content .has-caption.caption-right img {
    float: left;
  }
  .node-content .has-caption.caption-right .caption {
    margin-right: 0;
    margin-left: 3%;
    text-align: left;
  }
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.two-columns,
.three-columns,
.four-columns {
  clear: both;
}
@media (min-width: 640px) {
  .two-columns,
  .three-columns,
  .four-columns {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .two-columns > *,
  .three-columns > *,
  .four-columns > * {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .two-columns > * {
    flex: 1 0 50%;
  }
  .three-columns > * {
    flex: 1 0 33.33333333%;
  }
  .four-columns > * {
    flex: 1 0 25%;
  }
  .two-columns.lines,
  .three-columns.lines,
  .four-columns.lines {
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-columns.lines > *,
  .three-columns.lines > *,
  .four-columns.lines > * {
    padding-left: 21px;
    padding-right: 19px;
  }
  .two-columns.lines > *:not(:first-child),
  .three-columns.lines > *:not(:first-child),
  .four-columns.lines > *:not(:first-child) {
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 640px) {
  blockquote.left,
  blockquote.right {
    width: 25%;
  }
  blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 30px;
  }
  blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 30px;
  }
}
.node-content table.no-stripes tbody td {
  padding: 6px 0;
}
.node-content table.no-stripes tbody tr.odd,
.node-content table.no-stripes tbody tr:nth-child(odd),
.node-content table.no-stripes tbody tr.even,
.node-content table.no-stripes tbody tr:nth-child(even) {
  background-color: transparent;
}
.node-content table.key-value-data tbody td:first-child {
  text-align: left;
}
.node-content table.key-value-data tbody td:last-child {
  text-align: right;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: flex;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 0 auto;
  line-height: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.slick-current {
  z-index: 100;
}
.slick-dots {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
}
.slick-dots li button {
  display: block;
  padding: 5px 3px;
  border: 0;
  outline: none;
  font-size: 0;
  line-height: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transform: scale(1.25);
}
.slick-dots li button:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  opacity: 0.25;
  transition: transform 0.1s;
}
.slick-dots li.slick-active button:before {
  background-color: white;
  opacity: 0.75;
}
.slick-arrow {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 10%;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-arrow:before {
  display: block;
  position: absolute;
  top: 50%;
  width: 64px;
  margin-top: -16px;
  font-size: 32px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  transition: opacity 0.2s;
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  left: 0;
  content: "\E300";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  right: 0;
  content: "\E301";
}
.slick-btn {
  display: block;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
  white-space: nowrap;
  background: transparent;
  color: transparent;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.slick-btn:hover,
.slick-btn:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-btn.slick-play:before {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-left: 16px solid white;
  border-bottom: 10px solid transparent;
}
.slick-btn.slick-pause:before,
.slick-btn.slick-pause:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 20px;
  background-color: white;
}
.slick-btn.slick-pause:before {
  margin-right: 2px;
}
.slick-btn.slick-pause:after {
  margin-left: 2px;
}
.slick-btn[aria-hidden='true'],
.slick-btn[aria-hidden='true']:hover,
.slick-btn[aria-hidden='true']:focus {
  opacity: 0;
  visibility: hidden;
}
.slick-btn[aria-hidden='false'] {
  z-index: 5;
  opacity: 0.75;
  visibility: visible;
}
.slick-btn[aria-hidden='false']:hover,
.slick-btn[aria-hidden='false']:focus {
  opacity: 1;
}
.theme-font {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconography {
  text-align: center;
}
.iconography p {
  margin: 10px 0;
}
.iconography span {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #d6940b;
  color: #ffffff;
}
.iconography span:hover {
  background-color: #0047b6;
  color: #ffffff;
}
.iconography span:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 1;
  transition: all 0.1s ease-out;
}
.iconography span.letter-icon:before {
  content: "\E900";
}
.iconography span.anchors-icon:before {
  content: "\E901";
}
.iconography span.auth-icon:before {
  content: "\E902";
}
.iconography span.balance-icon:before {
  content: "\E903";
}
.iconography span.ballot-icon:before {
  content: "\E904";
}
.iconography span.ballot2-icon:before {
  content: "\E905";
}
.iconography span.cake-icon:before {
  content: "\E906";
}
.iconography span.calendar-icon:before {
  content: "\E907";
}
.iconography span.cap-icon:before {
  content: "\E908";
}
.iconography span.doc-icon:before {
  content: "\E909";
}
.iconography span.fist-icon:before {
  content: "\E90A";
}
.iconography span.heart-icon:before {
  content: "\E90B";
}
.iconography span.judges-icon:before {
  content: "\E90C";
}
.iconography span.like-icon:before {
  content: "\E90D";
}
.iconography span.like2-icon:before {
  content: "\E90E";
}
.iconography span.location-icon:before {
  content: "\E916";
}
.iconography span.money-icon:before {
  content: "\E910";
}
.iconography span.network-icon:before {
  content: "\E911";
}
.iconography span.pie-icon:before {
  content: "\E912";
}
.iconography span.secure-icon:before {
  content: "\E913";
}
.iconography span.shake-icon:before {
  content: "\E914";
}
.iconography span.speaker-icon:before {
  content: "\E915";
}
.iconography span code {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Courier New, Courier, monospace;
  background-color: #eaeaea;
  color: #333;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.25s 1s ease-out;
  background-color: white;
  color: #c3c3c3;
}
.placeholder-block .loader {
  display: none !important;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  display: block;
  border: 2px solid transparent;
  border-radius: 100%;
  animation: loader-rotate 0.7s linear infinite;
  transform: translateZ(0);
}
.loader:before {
  animation-duration: 0.912s;
  border-right-color: #0047b6;
  border-right-color: var(--primary-color);
}
.loader:after {
  animation-direction: reverse;
  border-left-color: #efefef;
}
.block.ready .loader {
  opacity: 0;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  height: 100px;
  transition: all 0.25s ease-out;
}
.page-header .layout {
  position: relative;
  max-width: 1282px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .page-header .layout {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1025px) {
  .page-header .layout {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media (min-width: 1366px) {
  .page-header .layout {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-header .header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  height: 100px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .page-header {
    position: fixed;
  }
  .page-header.unlocked {
    transform: translate3d(0, -100%, 0);
  }
  .menu-active .page-header {
    height: 100vh;
    transform: translate3d(0, 0, 0) !important;
  }
  .menu-active .page-header .header-top {
    box-shadow: none;
  }
  .page-header .header-top,
  .page-header .header-bottom {
    position: fixed;
  }
  .page-header .header-top {
    z-index: 2;
  }
  .page-header.not-top .header-top {
    box-shadow: inset 0 0 0 2px #e6e6e6;
    box-shadow: inset 0 0 0 2px var(--base-border-color);
  }
  .page-header .header-bottom {
    z-index: 1;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 100%;
    overflow: hidden;
    transition: all 0.2s ease-out;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }
  .menu-active .page-header .header-bottom {
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-header .header-bottom {
    top: 130px;
  }
}
@media (min-width: 768px) {
  .page-header {
    height: 130px;
  }
  .page-header .header-top {
    height: 130px;
  }
}
.overlay {
  display: block;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  cursor: pointer;
  background-color: white;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.menu-active .overlay {
  bottom: -200px;
  opacity: 1;
}
@media (min-width: 1025px) {
  .overlay {
    display: none;
  }
}
.footprint {
  position: relative;
  display: block;
  height: 400px;
}
@media (max-width: 1024px) {
  .footprint {
    display: none;
  }
}
.page-footer {
  padding-top: 35px;
  background-color: #efefef;
  transition: opacity 0.25s;
  opacity: 0;
}
.page-footer.ready {
  opacity: 1;
}
.page-footer .branding p {
  max-width: 280px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  font-style: italic;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin: 1em auto;
}
.page-footer .basement {
  clear: both;
  padding: 80px 0;
  background-color: #e2e2e2;
  color: #8d8d8d;
}
.page-footer .basement li {
  margin: 10px 0;
  list-style: none;
}
.page-footer .basement a {
  padding-bottom: 2px;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.page-footer .basement a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .page-footer .basement a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
@media (max-width: 1024px) {
  .page-footer .branding,
  .page-footer .links,
  .page-footer .subscribe,
  .page-footer .social {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .page-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 90px;
  }
  .page-footer .branding,
  .page-footer .footerlinks {
    float: left;
  }
  .page-footer .branding {
    width: 28%;
    margin-top: -28px;
  }
  .page-footer .footerlinks {
    width: 52%;
  }
  .page-footer .subscribe,
  .page-footer .social {
    clear: right;
    float: right;
    width: 20%;
  }
  .page-footer .basement {
    padding: 20px 0;
    text-align: center;
  }
  .admin-menu .page-footer .basement {
    padding-bottom: 50px;
  }
  .page-footer .basement .layout {
    display: flex;
    justify-content: center;
  }
  .page-footer .basement li {
    margin: 10px;
  }
}
#block-digitaldcore-search {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  #block-digitaldcore-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
}
.dd-search {
  float: none;
  max-width: none;
  margin: 0;
  padding-top: 3px;
  font-size: 0;
}
.dd-search * {
  height: auto;
  line-height: 1;
}
.dd-search .dd-search-keywords {
  float: none;
  width: 100%;
  margin-right: 0;
  border: none;
  overflow: visible;
  background: transparent;
  box-sizing: border-box;
}
.dd-search .dd-search-keywords .form-text {
  opacity: 1;
  width: 100%;
  margin: 0;
  padding: 0 50px 0 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  font-style: italic;
  font-weight: normal;
  font-size: 3.3rem;
  line-height: 1;
  background: transparent;
  color: #313131;
  color: var(--base-text-color);
}
.dd-search .dd-search-keywords .form-text:-ms-input-placeholder {
  transition: opacity 0.2s;
  color: #313131;
  color: var(--base-text-color);
}
.dd-search .dd-search-keywords .form-text::-ms-input-placeholder {
  transition: opacity 0.2s;
  color: #313131;
  color: var(--base-text-color);
}
.dd-search .dd-search-keywords .form-text::placeholder {
  transition: opacity 0.2s;
  color: #313131;
  color: var(--base-text-color);
}
.dd-search .dd-search-keywords .form-text:focus:-ms-input-placeholder {
  opacity: 0.65;
}
.dd-search .dd-search-keywords .form-text:focus::-ms-input-placeholder {
  opacity: 0.65;
}
.dd-search .dd-search-keywords .form-text:focus::placeholder {
  opacity: 0.65;
}
.dd-search .dd-search-submit {
  border: none;
  float: none;
  height: auto;
}
.dd-search .dd-search-submit button {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.dd-search .dd-search-submit button:hover {
  background-color: white;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #0047b6;
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--primary-color);
  color: #0047b6;
  color: var(--primary-color);
}
.dd-search .dd-search-submit button:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\1F50D";
  font-size: 24px;
  line-height: 40px;
}
.dd-search .dd-search-submit-button {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .dd-search {
    background: #efefef;
    padding: 20px;
  }
  .dd-search .dd-search-keywords .form-text {
    font-size: 2.4rem;
  }
  .dd-search .dd-search-submit button {
    bottom: 12px;
    right: 12px;
  }
}
@media (min-width: 1025px) {
  .dd-search {
    position: absolute;
    top: 49px;
    right: 0;
    width: 0;
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 8px;
    background-color: white;
    border-bottom: 2px solid #e6e6e6;
    border-bottom: 2px solid var(--base-border-color);
  }
  .menu-active .dd-search {
    right: 50px;
    width: 540px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
.toolbar {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  font-size: 0;
  white-space: nowrap;
}
.toolbar button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  color: #313131;
  color: var(--base-text-color);
}
.toolbar button:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}
.toolbar button.search-icon:before {
  content: "\1F50D";
}
.section-find .toolbar button.search-icon {
  display: none;
}
@media (max-width: 1024px) {
  .toolbar {
    right: -70px;
  }
  .toolbar button.menu-icon {
    background-color: #0047b6;
    background-color: var(--primary-color);
  }
  .toolbar button.search-icon {
    transition: all 0.2s ease-out;
  }
  .toolbar button.search-icon:before {
    line-height: 70px;
  }
  .menu-active .toolbar button.search-icon {
    margin-right: -70px;
    opacity: 0;
  }
  .toolbar .hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 36px;
    transition: transform 0.3s ease-out;
    transform: translate3d(-50%, -50%, 0);
  }
  .toolbar .hamburger .patty {
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    transition: transform 0.15s ease-out, top 0.15s 0.15s ease-out;
    background-color: white;
  }
  .toolbar .hamburger .patty.top {
    top: 3px;
  }
  .toolbar .hamburger .patty.mid {
    top: 17px;
  }
  .toolbar .hamburger .patty.low {
    top: 31px;
  }
  .menu-active .toolbar .hamburger {
    transform: rotate(180deg) translate3d(50%, 50%, 0);
  }
  .menu-active .toolbar .hamburger .patty.top,
  .menu-active .toolbar .hamburger .patty.mid,
  .menu-active .toolbar .hamburger .patty.low {
    top: 17px;
    transition: top 0.15s ease-out, transform 0.15s 0.15s ease-out;
  }
  .menu-active .toolbar .hamburger .patty.top {
    transform: rotate(-45deg);
  }
  .menu-active .toolbar .hamburger .patty.mid,
  .menu-active .toolbar .hamburger .patty.low {
    transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .toolbar {
    right: -20px;
  }
  .toolbar button.search-icon {
    display: none;
  }
}
@media (min-width: 1025px) {
  .toolbar {
    transition: all 0.3s ease-in-out;
  }
  .toolbar button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #0047b6;
    background-color: var(--primary-color);
    color: white;
  }
  .toolbar button:hover {
    background-color: white;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #0047b6;
    box-shadow: 0 0 0 2px white, 0 0 0 4px var(--primary-color);
    color: #0047b6;
    color: var(--primary-color);
  }
  .toolbar button:before {
    font-size: 24px;
  }
  .toolbar button.menu-icon {
    top: 65px;
    right: -40px;
    opacity: 0;
  }
  .toolbar button.menu-icon:before {
    content: "\2261";
  }
  .menu-active .toolbar button.menu-icon {
    right: 0;
    opacity: 1;
  }
  .menu-active .toolbar button.menu-icon:before {
    content: "\D7";
  }
  .toolbar button.search-icon {
    top: 65px;
    right: 0;
  }
  .menu-active .toolbar button.search-icon {
    right: -40px;
    opacity: 0;
  }
}
.page-header .branding {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.page-header .branding .name,
.page-header .branding .slogan,
.page-header .branding .mission {
  display: none;
}
.branding .logo a {
  display: block;
  line-height: 0;
}
.branding .logo img {
  max-width: 240px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .branding .logo img {
    max-width: 315px;
    margin-left: -12px;
  }
}
@media (min-width: 1025px) {
  .branding .logo img {
    margin-left: 20px;
    margin-top: 31px;
  }
}
.page-footer .branding .logo {
  text-align: center;
}
.page-footer .branding .logo img {
  margin-left: unset;
  width: auto;
  height: auto;
  max-width: 100px;
}
@media (min-width: 768px) {
  .page-footer .branding .logo img {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  #block-nice_menus-3 {
    position: relative;
  }
  .primary-navigation {
    display: flex;
    flex-direction: column;
  }
  .main-navigation {
    font-size: 1.8rem;
  }
  .main-navigation li {
    position: relative;
    display: block;
  }
  .main-navigation a.menu-link {
    display: block;
    padding: 10px 45px 10px 0;
    border-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    color: #313131;
    color: var(--base-text-color);
  }
  .main-navigation a.menu-link.active {
    color: #d6940b;
    color: var(--secondary-color);
  }
  .main-navigation .active-trail > a.menu-link {
    color: #0047b6;
    color: var(--primary-color);
  }
  .main-navigation li.depth-1 {
    border-bottom: 2px solid #e6e6e6;
    border-bottom: 2px solid var(--base-border-color);
  }
  .main-navigation a.depth-1 {
    position: relative;
    z-index: 2;
    display: block;
    padding: 20px 45px 20px 0;
    font-size: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: white;
    color: #313131;
    color: var(--base-text-color);
  }
  .main-navigation a.depth-2 {
    padding-left: 20px;
  }
  .main-navigation a.depth-1.active .menu-title:after,
  .main-navigation .active-trail a.depth-1 .menu-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
  }
  .main-navigation .menuparent a.depth-1:after {
    font-family: 'theme' !important;
    speak: none;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    transform: translate3d(0.5em, -50%, 0);
  }
  .main-navigation .menuparent a.depth-1.expand:after {
    content: "-";
  }
  .main-navigation ul.depth-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 50px;
    margin-top: -50px;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .main-navigation a.expand + ul.depth-2 {
    z-index: 2;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
    opacity: 1;
  }
  .main-navigation ul.depth-3 {
    display: none;
  }
}
@media (min-width: 1025px) {
  .primary-navigation {
    position: absolute;
    top: 0;
    right: 40px;
    height: 0;
    font-size: 1.7rem;
    font-size: var(--base-font-size);
    transition: all 0.3s ease-in-out;
  }
  .menu-active .primary-navigation {
    right: 0;
    opacity: 0;
    overflow: hidden;
  }
  .main-navigation ul.nice-menu {
    display: flex;
    height: 130px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .main-navigation ul.nice-menu:before {
    content: '';
    position: absolute;
    z-index: 4;
    top: 0;
    left: -100vw;
    right: -100vw;
    height: 130px;
    background-image: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0) 90%);
  }
  .main-navigation ul {
    list-style: none;
  }
  .main-navigation a,
  .main-navigation a:hover {
    text-decoration: none;
  }
  .main-navigation a.menu-link {
    position: relative;
    font-weight: bold;
    font-size: 2.1rem;
    background-color: transparent;
    color: #313131;
    color: var(--base-text-color);
  }
  .main-navigation a.menu-link .menu-title {
    position: relative;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
  }
  .main-navigation a.menu-link.active {
    color: #d6940b;
    color: var(--secondary-color);
  }
  .main-navigation li.show > a.menu-link,
  .main-navigation li:hover > a.menu-link,
  .main-navigation li:focus > a.menu-link {
    text-decoration: none;
  }
  .main-navigation li.show > a.menu-link .menu-title,
  .main-navigation li:hover > a.menu-link .menu-title,
  .main-navigation li:focus > a.menu-link .menu-title {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards ease-in-out;
  }
  .main-navigation li.depth-1 {
    position: relative;
  }
  .main-navigation a.depth-1 {
    position: relative;
    z-index: 4;
    display: block;
    margin-right: 20px;
    padding: 0 0 30px 0;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }
  .main-navigation .active-trail a.depth-1 {
    color: #0047b6;
    color: var(--primary-color);
  }
  .main-navigation ul ul {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 250px;
    text-align: left;
    background-color: white;
    transform: translate3d(0, -100%, 0);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: padding, transform, box-shadow;
  }
  .main-navigation li.depth-1:last-child > ul.depth-2 {
    left: auto;
    right: 22px;
    text-align: right;
    margin-left: 0;
    margin-right: -100vw;
  }
  .main-navigation ul.depth-2 {
    padding-left: 100vw;
    padding-right: 100vw;
    margin-left: -100vw;
  }
  .main-navigation ul.depth-2 a.menu-link {
    display: block;
    opacity: 0;
    padding: 8px 0;
    line-height: 21px;
    white-space: normal;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .main-navigation ul.depth-3 {
    display: none;
  }
  .main-navigation li.show > ul {
    z-index: 3;
    transition-delay: 0s;
    padding-top: 55px;
    padding-bottom: 50px;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 2px #e6e6e6;
    box-shadow: 0 0 0 2px var(--base-border-color);
  }
  .main-navigation li.show > ul a.menu-link {
    transition-delay: 0.25s;
    opacity: 1;
  }
  body.show-vblocks .main-navigation .block-controls {
    position: absolute;
    top: 30px;
    left: 0;
  }
  body.show-vblocks .main-navigation.with-block-editing .block-controls-wrapper {
    padding-top: 0;
  }
  .nt-lock span.menu-title:after {
    padding-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .main-navigation a.menu-link {
    font-size: 1.65vw;
  }
}
.secondary-links {
  font-size: 2rem;
  order: -1;
}
.secondary-links li {
  list-style: none;
}
.secondary-links li a {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #5c5c5c;
  white-space: nowrap;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.secondary-links li a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .secondary-links li a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.secondary-links li a:hover {
  text-decoration: none;
}
.secondary-links li a.location-icon {
  background-position: 1em 100%;
}
.secondary-links li a.location-icon:before {
  content: "\E90F";
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1025px) {
  .secondary-links {
    position: absolute !important;
    z-index: 5;
    top: 20px;
    right: -40px;
    font-size: 1.7rem;
    font-size: var(--base-font-size);
  }
  .secondary-links ul {
    display: flex;
    justify-content: flex-end;
  }
  .secondary-links li {
    margin-left: 20px;
  }
}
.footerlinks .node-item {
  display: none;
}
.footerlinks .node-header {
  display: block;
  margin-bottom: 25px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 1.8rem;
}
.footerlinks .node-links {
  display: block;
}
.footerlinks ul.links li {
  display: none;
}
.footerlinks ul.links .link-related {
  display: block;
}
.footerlinks .link-related a {
  display: inline-block;
  color: #313131;
  color: var(--base-text-color);
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.footerlinks .link-related a:before {
  display: none;
}
.footerlinks .link-related a:hover .link-text {
  text-decoration: none !important;
}
.footerlinks .link-related a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .footerlinks .link-related a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.footerlinks .node-links ul.links .link-related a {
  margin-bottom: 20px;
  padding: 0;
}
.footerlinks .node-links ul.links .link-related a:before {
  display: none;
}
@media (max-width: 1024px) {
  .footerlinks .node {
    border-bottom: 1px solid #b3c8d9;
  }
  .footerlinks .node-header {
    margin-bottom: 0;
  }
  .footerlinks .title {
    display: block;
    position: relative;
    text-transform: none;
    cursor: pointer;
  }
  .footerlinks .title:after {
    font-family: 'theme' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 2.4rem;
  }
  .footerlinks .node-links ul.links {
    overflow: hidden;
    opacity: 0;
    margin: 1.6rem 0;
    padding: 0 1.6rem;
    transition: all 0.2s ease-in-out;
  }
  .footerlinks .node-links ul.links li.link-related a {
    transition: all 0.2s ease-in-out;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .footerlinks .expand .title:after {
    content: "-";
  }
  .footerlinks .expand .node-links ul.links {
    opacity: 1;
  }
  .footerlinks .expand .node-links ul.links li.link-related a {
    padding: 10px 0;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .footerlinks .view-content {
    display: flex;
    flex-wrap: wrap;
  }
  .footerlinks .views-row {
    box-sizing: border-box;
    width: 50%;
    padding: 0 60px;
  }
  .footerlinks .node-links ul.links .link-related a {
    background-position: 0 100%;
  }
}
.subscribe .block-title {
  margin-bottom: 25px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 1.8rem;
}
.subscribe .block-title:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E900";
  line-height: 1.8rem;
  vertical-align: top;
  font-size: 3.6rem;
}
.subscribe .block-title .block-title-text {
  display: inline;
}
.subscribe .node-item {
  display: none;
}
.subscribe .node-header {
  display: block;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 25px;
}
.subscribe .node-webform {
  display: block;
}
.subscribe .node-links {
  display: block;
}
.subscribe ul.links li {
  display: none;
}
.subscribe ul.links .link-read-more {
  display: block;
}
.subscribe .link-read-more a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background: #0047b6;
  background: var(--primary-color);
  color: white;
}
.subscribe .link-read-more a:hover {
  background: #d6940b;
  background: var(--secondary-color);
}
.subscribe .link-read-more span.ext {
  display: none;
}
@media (max-width: 1024px) {
  .subscribe .link-read-more a {
    padding: 1em;
    font-size: 2.2rem;
  }
}
.social.block .block-title {
  margin-bottom: 20px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 1.8rem;
}
.social.block .view-content {
  display: flex;
  justify-content: flex-start;
}
.social.block .views-row {
  box-sizing: border-box;
  padding-right: 30px;
}
.social.block .node {
  overflow: inherit;
}
.social.block .node-item {
  display: none;
}
.social.block .node-header {
  display: block;
}
.social.block .node-header a {
  position: relative;
  transition: all 0.2s ease-in-out;
  color: #313131;
  color: var(--base-text-color);
}
.social.block .node-header a:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: relative;
  z-index: 2;
  width: 24px;
  font-size: 24px;
  text-align: center;
}
.social.block .node-header a:hover {
  color: #d6940b;
  color: var(--secondary-color);
}
.social.block .node-header a[href*='facebook.com']:before {
  content: "\F09A";
}
.social.block .node-header a[href*='flickr.com']:before {
  content: "\F16E";
}
.social.block .node-header a[href*='google.com']:before {
  content: "\F1A0";
}
.social.block .node-header a[href*='instagram.com']:before {
  content: "\F16D";
}
.social.block .node-header a[href*='linkedin.com']:before {
  content: "\F0E1";
}
.social.block .node-header a[href*='pinterest.com']:before {
  content: "\F231";
}
.social.block .node-header a[href*='twitter.com']:before {
  content: "\F099";
}
.social.block .node-header a[href*='youtube.com']:before {
  content: "\F167";
}
.social.block .title,
.social.block .subtitle {
  display: none;
}
.term-nav .menu li {
  position: relative;
}
.term-nav .menu a {
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .term-nav {
    position: relative;
    z-index: 1;
    margin: -20px -70px 0;
    padding: 0 70px;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    transition: margin-bottom 0.2s ease-out;
    background-color: #0047b6;
    background-color: var(--primary-color);
  }
  .term-nav:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 44px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .term-nav ul {
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
  }
  .term-nav li {
    list-style: none;
  }
  .term-nav .block-inner {
    position: relative;
    z-index: 1;
    display: block;
  }
  .term-nav .block-title {
    position: relative;
    z-index: 2;
    margin-left: -12px;
    margin-bottom: 0;
  }
  .term-nav .block-title a,
  .term-nav .block-title a.depth-2,
  .term-nav .block-title a.depth-3 {
    position: relative;
    display: block;
    padding: 0;
    font-weight: normal;
    letter-spacing: 0.02em;
    font-size: 2.1rem;
    line-height: 2.1rem;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    border-bottom: none;
    background-color: #0047b6;
    background-color: var(--primary-color);
    color: white;
  }
  .term-nav .block-title a:hover,
  .term-nav .block-title a.depth-2:hover,
  .term-nav .block-title a.depth-3:hover,
  .term-nav .block-title a:focus,
  .term-nav .block-title a.depth-2:focus,
  .term-nav .block-title a.depth-3:focus {
    text-decoration: none;
  }
  .term-nav .block-title a.hidden {
    display: block !important;
  }
  .term-nav .block-title .menu-title {
    margin-left: 46px;
    padding: 12px 12px 12px 14px;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .term-nav .block-title .menu-title:after {
    content: ' Menu';
  }
  .term-nav .menu a.menu-link {
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: left;
    border-bottom: none;
    background-color: transparent;
    color: white;
  }
  .term-nav .menu a.menu-link:focus {
    text-decoration: none;
  }
  .term-nav .menu a.depth-2 {
    padding: 10px 0;
    font-size: 1.9rem;
    background-color: #0047b6;
    background-color: var(--primary-color);
  }
  .term-nav .menu a.active {
    font-weight: bold;
  }
  .term-nav .menu-name-primary-links > .menu {
    position: relative;
    z-index: 1;
    top: -46px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0047b6;
    background-color: var(--primary-color);
    box-sizing: border-box;
  }
  .term-nav .menu-name-primary-links > .menu > li {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  }
  .term-nav .menu-name-primary-links > .menu ul a {
    padding-left: 10px;
  }
  .term-nav .menu-name-primary-links > .menu ul ul a {
    padding-left: 20px;
  }
  .term-nav .menu-name-primary-links > .menu ul ul ul a {
    padding-left: 30px;
  }
  .term-nav .menu-name-primary-links > .menu ul {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    padding: 0 15px;
    opacity: 0;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
  }
  .term-nav .menu-name-primary-links > .menu li.expanded > ul {
    z-index: 2;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
    opacity: 1;
  }
  .term-nav.expanded {
    margin-bottom: 46px;
  }
  .term-nav.expanded .menu-name-primary-links > .menu {
    top: 0;
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    opacity: 1;
  }
  .term-nav .patty {
    display: block;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: white;
  }
  .term-nav .patty:nth-child(1),
  .term-nav .patty:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .term-nav .patty:nth-child(1) {
    top: 15px;
    width: 20px;
  }
  .term-nav .patty:nth-child(2) {
    top: 22px;
    width: 16px;
    transition: all 0.2s ease-in-out;
  }
  .term-nav .patty:nth-child(3) {
    top: 29px;
    width: 18px;
  }
  .term-nav.expanded .patty:nth-child(1) {
    top: 22px;
    transform: rotate(135deg);
  }
  .term-nav.expanded .patty:nth-child(2) {
    left: 23px;
    width: 0;
    opacity: 0;
  }
  .term-nav.expanded .patty:nth-child(3) {
    top: 22px;
    width: 20px;
    transform: rotate(-135deg);
  }
  .term-nav .menu .expanded > a:before,
  .term-nav .menu .collapsed > a:before,
  .term-nav .menu .expanded > a:after,
  .term-nav .menu .collapsed > a:after {
    content: '';
    position: absolute;
    background-color: white;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .term-nav .menu .expanded > a:before,
  .term-nav .menu .collapsed > a:before {
    top: 14px;
    right: 8px;
    width: 2px;
    height: 18px;
  }
  .term-nav .menu .expanded > a:after,
  .term-nav .menu .collapsed > a:after {
    top: 22px;
    right: 0;
    width: 18px;
    height: 2px;
  }
  .term-nav .menu .expanded > a:before {
    top: 26px;
    height: 0;
  }
}
@media (max-width: 374px) {
  .term-nav {
    margin: -20px -20px 0;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .term-nav {
    opacity: 0;
    margin-left: 0;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: 5px solid #e6e6e6;
    border-top: 5px solid var(--base-border-color);
    border-bottom: 5px solid #e6e6e6;
    border-bottom: 5px solid var(--base-border-color);
    font-size: 1.7rem;
    font-size: var(--base-font-size);
    transition: opacity 0.2s 0.2s linear;
  }
  .term-nav.ready {
    opacity: 1;
  }
  .term-nav .block-title {
    margin-bottom: 0;
    padding-top: 0;
    border-top: 0;
  }
  .term-nav .block-title a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 0;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: normal;
    font-size: 2.6rem;
    color: #313131;
    color: var(--base-text-color);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  .term-nav .block-title a.active {
    color: #0047b6;
    color: var(--primary-color);
  }
  .term-nav .block-title a:hover {
    text-decoration: none;
  }
  .term-nav ul,
  .term-nav li {
    overflow: visible;
  }
  .term-nav ul {
    margin-left: 0;
  }
  .term-nav ul ul a {
    margin-left: 18px;
  }
  .term-nav ul ul ul a {
    margin-left: 36px;
  }
  .term-nav ul ul ul ul a {
    margin-left: 54px;
  }
  .term-nav .menu ul {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    height: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .term-nav .menu .expanded > ul {
    height: auto;
    margin-top: 0;
    overflow: visible;
    opacity: 1;
  }
  .term-nav .menu a {
    padding: 8px 28px 8px 0;
    border-bottom: none;
    font-size: 1.7rem;
    font-size: var(--base-font-size);
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #313131;
    color: var(--base-text-color);
  }
  .term-nav .menu a .menu-title {
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  .term-nav .menu a .menu-title:hover {
    text-decoration: none;
  }
  .term-nav .menu a:hover,
  .term-nav .menu a:focus {
    text-decoration: none;
    color: #313131;
    color: var(--base-text-color);
  }
  .term-nav .menu a.active {
    font-weight: bold;
    color: #0047b6;
    color: var(--primary-color);
  }
  .term-nav .menu a.active .menu-title {
    position: relative;
  }
  .term-nav .menu .collapsed > a:before {
    content: "\2295";
  }
  .term-nav .menu .expanded > a:before {
    content: "\2296";
  }
  .term-nav .menu .expanded > a:before,
  .term-nav .menu .collapsed > a:before {
    font-family: 'theme' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 7px;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid transparent;
    font-size: 16px;
    text-align: center;
    transition: color 0.2s ease-out;
    background-color: transparent;
    color: black;
  }
  .term-nav .menu .expanded > a:hover:before,
  .term-nav .menu .collapsed > a:hover:before {
    border-color: #0047b6;
    border-color: var(--primary-color);
    color: #0047b6;
    color: var(--primary-color);
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .term-nav .block-title a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .term-nav .menu a .menu-title:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.banner:hover .dd-hover-expand {
  visibility: visible;
}
.banner .block-content {
  opacity: 0;
  transition: opacity 0.4s linear;
}
.banner.ready .block-content {
  opacity: 1;
}
.banner .node {
  margin-bottom: 0;
}
.banner .node:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner .node-item {
  display: none;
}
.banner .node-upper-image {
  display: block;
  position: relative;
  z-index: 1;
  max-height: 550px;
  overflow: hidden;
}
.banner .node-upper-image a {
  position: relative;
  box-sizing: border-box;
  padding-top: 40.625%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner .field-image {
  margin-bottom: 0;
}
.banner .field-image img {
  display: none;
}
.banner .node-header {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-bottom: 0;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .banner .node-header {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1366px) {
  .banner .node-header {
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .title {
  font-weight: 500;
  font-size: 2.7rem;
  color: white;
}
.banner .subtitle {
  color: white;
}
@media (min-width: 1025px) {
  .banner .node-header {
    bottom: 60px;
  }
  .banner .title {
    font-size: 6.4rem;
  }
}
#block-user-0 {
  margin-top: 0;
}
#block-user-0 .item-list {
  display: none;
}
.tab-posts {
  opacity: 0;
  transition: opacity 0.2s 0.2s linear;
}
.tab-posts.ready {
  opacity: 1;
}
.tab-posts #year-wrappers .year-wrapper {
  display: none;
}
.tab-posts #year-wrappers .year-wrapper.active {
  display: block !important;
}
.tab-posts #wrapper-more {
  display: none;
}
.tab-posts #wrapper-more.active {
  display: block !important;
}
.tab-posts #wrapper-more .views-row {
  display: none;
}
.tab-posts #wrapper-more .views-row.active {
  display: inline-block;
}
.tab-posts #wrapper-more #load-more-button {
  display: block;
  font-size: 16px;
  margin: 32px auto;
  border: 0;
  padding: 16px;
  cursor: pointer;
  background-color: #EFEFEF;
}
.tab-posts #tabs-wrapper {
  display: flex;
  margin-left: 30px;
  font-size: 16px;
  border-bottom: 2px solid #0047b6;
}
.tab-posts #tabs-wrapper .year-button {
  text-transform: capitalize;
  padding: 16px;
  cursor: pointer;
}
.tab-posts #tabs-wrapper .year-button.active {
  color: #FFFFFF;
  background-color: #0047b6;
}
.hero {
  margin-bottom: 12px;
  background-color: #fafafa;
}
.hero .block-content {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.hero:not(.ready) .views-row:not(:first-child) {
  position: absolute;
}
.hero.ready .block-content {
  opacity: 1;
}
.hero .node {
  margin-bottom: 0;
}
.hero .node-item {
  display: none;
}
.hero .node-header {
  display: block;
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 60px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.65);
}
.hero .associated {
  display: block;
}
.hero .associated a {
  margin-bottom: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: white;
}
.hero .title {
  display: block;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  background: none !important;
  animation: none !important;
  color: white;
}
.hero .subtitle {
  display: none;
}
.hero .node-links {
  bottom: 84px;
}
.hero .node-upper-image {
  display: block;
  overflow: hidden;
}
.hero .field-image {
  margin: 0;
  transition: transform 0.25s;
}
.hero .field-image a {
  padding-top: 76.2295082%;
  background: none no-repeat 50% 50% #efefef;
  background-size: cover;
}
.hero .field-image a:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 85%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.hero .field-image img {
  display: none;
}
.hero:hover .field-image {
  transition-duration: 1s;
  transform: scale(1.1);
}
.hero .slick-dots {
  left: 21px;
  bottom: 15px;
  text-align: left;
}
.hero .slick-dots li button {
  padding: 9px;
}
.hero .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-color: white;
  opacity: 33.33333333%;
}
.hero .slick-dots li.slick-active button:before {
  opacity: 1;
}
.hero .slick-dots li button:hover:before,
.hero .slick-dots li button:focus:before {
  transform: none;
}
@media (min-width: 768px) {
  .hero .node-header {
    bottom: 90px;
  }
  .hero .field-image a:after {
    height: 50%;
  }
  .hero .slick-dots {
    bottom: 30px;
  }
}
.mission {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  margin: 30px 0;
}
.mission p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.mission p strong {
  font-weight: normal;
  color: #0047b6;
  color: var(--primary-color);
}
.mission .options {
  display: none;
}
.mission .output {
  display: flex;
  align-items: center;
  min-height: 2.2em;
  font-size: 3.3rem;
  line-height: 1.1;
  font-style: italic;
  letter-spacing: 0.01em;
  transition: opacity 0.5s;
  opacity: 0;
}
.mission .output.show {
  opacity: 1;
}
@media (max-width: 767px) {
  .mission .quotes {
    display: none;
  }
}
@media (min-width: 768px) {
  .mission p {
    margin-top: 55px;
    font-size: 6.4rem;
  }
}
@media (min-width: 1025px) {
  .mission {
    margin-top: 0;
  }
  .mission .output {
    min-height: 1.1em;
  }
}
.quicklinks .block-inner,
.quicklinks .block-content,
.quicklinks .view {
  height: 100%;
}
.quicklinks .node {
  margin-bottom: 0;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.quicklinks .node-inner {
  transition: all 0.2s ease-in-out;
}
.quicklinks .views-row:nth-child(6n+1) .node-inner {
  background-color: #009ec0;
}
.quicklinks .views-row:nth-child(6n+2) .node-inner {
  background-color: #6262aa;
}
.quicklinks .views-row:nth-child(6n+3) .node-inner {
  background-color: #139655;
}
.quicklinks .views-row:nth-child(6n+4) .node-inner {
  background-color: #0047b6;
}
.quicklinks .views-row:nth-child(6n+5) .node-inner {
  background-color: #322281;
}
.quicklinks .views-row:nth-child(6n+6) .node-inner {
  background-color: #e03549;
}
.quicklinks .node:hover .node-inner {
  background-color: #d6940b;
}
.quicklinks .node-item {
  display: none;
}
.quicklinks .node-header {
  display: block;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
}
.quicklinks a .title {
  background: none;
  animation: none;
}
.quicklinks .title {
  display: block;
  padding: 20px;
  font-size: 2.2rem;
  line-height: 1.22222222;
  letter-spacing: normal;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  color: white;
}
.quicklinks .title:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  font-size: 48px;
}
.quicklinks .letter-icon .title:before {
  content: "\E900";
}
.quicklinks .anchors-icon .title:before {
  content: "\E901";
}
.quicklinks .auth-icon .title:before {
  content: "\E902";
}
.quicklinks .balance-icon .title:before {
  content: "\E903";
}
.quicklinks .ballot-icon .title:before {
  content: "\E904";
}
.quicklinks .ballot2-icon .title:before {
  content: "\E905";
}
.quicklinks .cake-icon .title:before {
  content: "\E906";
}
.quicklinks .calendar-icon .title:before {
  content: "\E907";
}
.quicklinks .cap-icon .title:before {
  content: "\E908";
}
.quicklinks .doc-icon .title:before {
  content: "\E909";
}
.quicklinks .fist-icon .title:before {
  content: "\E90A";
}
.quicklinks .heart-icon .title:before {
  content: "\E90B";
}
.quicklinks .judges-icon .title:before {
  content: "\E90C";
}
.quicklinks .like-icon .title:before {
  content: "\E90D";
}
.quicklinks .like2-icon .title:before {
  content: "\E90E";
}
.quicklinks .location-icon .title:before {
  content: "\E916";
}
.quicklinks .money-icon .title:before {
  content: "\E910";
}
.quicklinks .network-icon .title:before {
  content: "\E911";
}
.quicklinks .pie-icon .title:before {
  content: "\E912";
}
.quicklinks .secure-icon .title:before {
  content: "\E913";
}
.quicklinks .shake-icon .title:before {
  content: "\E914";
}
.quicklinks .speaker-icon .title:before {
  content: "\E915";
}
.quicklinks .subtitle {
  display: none;
}
@media (min-width: 768px) {
  .quicklinks .view-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-left: -12px;
  }
  .quicklinks .views-row {
    width: 50%;
  }
  .quicklinks .node {
    height: 100%;
    padding-left: 12px;
  }
  .quicklinks .node-inner {
    position: relative;
    height: 100%;
  }
  .quicklinks .title {
    padding: 40px 30px;
    font-size: 1.8rem;
  }
  .quicklinks .title:before {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .quicklinks .title br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .quicklinks .view-content {
    margin-left: 0;
  }
  .quicklinks .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 35% 25px 25px;
  }
}
.events {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.events.ready {
  opacity: 1;
}
.events .block-inner {
  padding: 40px 30px;
  background-color: #efefef;
}
.events .block-title {
  margin-bottom: 30px;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.events .node {
  margin-bottom: 40px;
}
.events .destination {
  display: flex;
  align-items: center;
}
.events .destination:hover {
  text-decoration: none;
}
.events .destination:hover .title {
  color: #0047b6;
  color: var(--primary-color);
}
.events .event-date-tile {
  margin-right: 20px;
  text-align: center;
  line-height: 1.1;
  color: #313131;
  color: var(--base-text-color);
}
.events .event-date-tile .month {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.events .event-date-tile .day {
  display: block;
  margin-bottom: -5px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  font-size: 3.8rem;
  font-weight: bold;
}
.events header {
  line-height: 1.2;
}
.events header .title {
  display: block;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: normal;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  transition: all 0.2s ease-in-out;
  background: none !important;
  animation: none !important;
}
.events header .subtitle {
  display: none;
}
.events header .event-date {
  margin: 10px 0;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  color: #313131;
  color: var(--base-text-color);
}
.events .view-footer p {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .events header {
    display: flex;
  }
  .events header .title {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .events .event-date-tile .day {
    font-size: 4.1rem;
  }
}
.block-dd_twitter_feed .block-title {
  margin-top: 50px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.block-dd_twitter_feed .tweets {
  position: relative;
  padding: 45px 0 20px;
  min-height: 200px;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
.block-dd_twitter_feed .tweet {
  margin-bottom: 50px;
}
.block-dd_twitter_feed .heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0047b6;
  color: var(--primary-color);
}
.block-dd_twitter_feed .heading a {
  padding-bottom: 2px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.block-dd_twitter_feed .heading a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .block-dd_twitter_feed .heading a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.block-dd_twitter_feed .heading a:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F099";
  float: left;
  font-size: 3rem;
  line-height: 2.2rem;
  transition: all 0.2s ease-in-out;
}
.block-dd_twitter_feed .heading a:hover:before {
  color: #d6940b;
  color: var(--secondary-color);
}
.block-dd_twitter_feed .heading time:before {
  content: '|';
  padding-left: 4px;
  padding-right: 8px;
}
.block-dd_twitter_feed p {
  margin: 8px 0;
}
.block-dd_twitter_feed p a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.block-dd_twitter_feed p a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .block-dd_twitter_feed p a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
@media (min-width: 768px) {
  .block-dd_twitter_feed {
    width: 62%;
  }
}
@media (min-width: 1025px) {
  .block-dd_twitter_feed .block-title {
    font-size: 5.5rem;
  }
}
.connect {
  clear: both;
  margin-bottom: 60px;
}
.connect .block-title {
  margin-bottom: 30px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.connect .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.connect .views-row {
  width: 50%;
}
.connect .views-row.views-row-1 .node {
  border-top-color: #009ec0;
}
.connect .views-row.views-row-2 .node {
  border-top-color: #6262aa;
}
.connect .views-row.views-row-3 .node {
  border-top-color: #139655;
}
.connect .views-row.views-row-4 .node {
  border-top-color: #0047b6;
}
.connect .views-row.views-row-5 .node {
  border-top-color: #322281;
}
.connect .views-row.views-row-6 .node {
  border-top-color: #e03549;
}
.connect .node {
  margin: 0 6px 80px;
  border-top: 12px solid #0047b6;
  border-top: 12px solid var(--primary-color);
}
.connect .node-inner {
  display: flex;
  flex-direction: column;
}
.connect .node-item {
  display: none;
}
.connect .node-upper-image {
  order: -1;
  display: block;
}
.connect .field-image {
  margin-bottom: 0;
  overflow: hidden;
}
.connect .field-image img {
  transition: transform 0.5s;
}
.connect .associated {
  display: block;
  padding-top: 18px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.connect .associated a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.connect .associated a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .connect .associated a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
.connect .node-header {
  display: block;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}
.connect .slick-dots {
  left: -2px;
  bottom: 25px;
  text-align: left;
}
.connect .slick-dots li button {
  padding: 5px 8px;
}
.connect .slick-dots li button:before {
  width: 20px;
  height: 20px;
  background-color: #dfdfdf;
  opacity: 1;
}
.connect .slick-dots li.slick-active button:before {
  background-color: #0047b6;
  background-color: var(--primary-color);
}
.connect .slick-dots li button:hover:before,
.connect .slick-dots li button:focus:before {
  transform: none;
}
@media (min-width: 768px) {
  .connect .node {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .connect .block-title {
    font-size: 5.5rem;
  }
  .connect .views-row {
    width: 33.33333333%;
  }
  .connect .node:hover .field-image img {
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1.1);
  }
  .connect .view-footer {
    position: absolute;
    top: 28px;
    right: 0;
  }
}
.find-resources .block-title {
  margin-bottom: 30px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.find-resources .block-content .view-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.find-resources .block-content .view-content .views-row {
  border-top: 2px solid #D2D2D2;
}
.find-resources .block-content .view-content .views-row:first-child {
  border-top: none;
}
.find-resources .block-content .view-content .views-row .node {
  margin-bottom: 5px;
  margin-top: 5px;
}
.find-resources .block-content .view-content .views-row .node .node-inner .node-upper-meta {
  display: none;
}
.find-resources .block-content .view-content .views-row .node .node-inner .node-header .title {
  color: #0047b6;
  color: var(--primary-color);
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
}
@media (min-width: 1025px) {
  .find-resources .block-title {
    font-size: 5.5rem;
  }
  .find-resources .block-content .view-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .find-resources .block-content .view-content .views-row {
    flex: 1 1 calc(50% - 42px);
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #D2D2D2;
    border-top: none;
  }
}
#block-block-5 {
  margin-bottom: 100px;
}
#block-block-5 .block-title {
  margin-bottom: 10px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (max-width: 1024px) {
  #block-block-5 {
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
    border-top: 1px solid var(--base-border-color);
  }
}
@media (min-width: 1025px) {
  #block-block-5 .block-title {
    margin-bottom: 30px;
  }
}
.instagram {
  position: relative;
}
.instagram header {
  margin-bottom: 30px;
  font-size: 2.1rem;
}
.instagram header a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, #0047b6, #0047b6);
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
  padding-bottom: 2px;
  background-position: 1em 100%;
}
.instagram header a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .instagram header a:hover {
    background-size: 2px 2px;
    animation: underline-to-secondary 0.3s forwards linear;
  }
}
.instagram header span.ext {
  display: none;
}
.instagram .feed {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 20px;
}
.instagram .feed p {
  margin: 0 6px;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
}
.instagram .feed a {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  border-left: 6px solid white;
  border-right: 6px solid white;
  border-bottom: 12px solid white;
  background-color: black;
  box-sizing: border-box;
  overflow: hidden;
}
.instagram .feed a:after {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F16D";
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: white;
}
.instagram .feed a img {
  display: block;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.instagram .feed a:hover img {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .instagram .feed a:last-child {
    display: none;
  }
}
@media (min-width: 414px) {
  .instagram .feed a:after {
    bottom: 10px;
    left: 12px;
    font-size: 36px;
  }
}
@media (min-width: 1025px) {
  .instagram .block-title {
    font-size: 5.5rem;
  }
  .instagram header {
    position: absolute;
    top: -75px;
    right: 0;
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
  .instagram .feed a {
    width: 20%;
  }
  .instagram .feed a:after {
    bottom: 10px;
    left: 12px;
    font-size: 30px;
  }
}
.ttv-front .caption {
  display: none !important;
}
.ttv-front .page-content {
  margin: 0;
}
@media (max-width: 1024px) {
  .ttv-front a.more {
    display: block;
    padding: 1em;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #0047b6;
    background-color: var(--primary-color);
    color: white;
  }
}
@media (min-width: 1025px) {
  .ttv-front .page-top {
    display: flex;
    flex-wrap: wrap;
  }
  .ttv-front .mission {
    width: 100%;
  }
  .ttv-front .hero {
    width: 62%;
  }
  .ttv-front .quicklinks {
    width: 38%;
  }
  .ttv-front .events {
    width: 38%;
    float: right;
    margin-bottom: 50px;
  }
  .ttv-front .events .block-inner {
    margin-left: 12px;
  }
  .ttv-front .block-dd_twitter_feed .tweets {
    padding-right: 50px;
  }
  .ttv-front .view-footer p {
    margin: 0;
  }
  .ttv-front a.more {
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
    background-image: linear-gradient(to right, #0047b6, #0047b6);
    background-image: linear-gradient(to right, var(--primary-color), var(--primary-color));
    padding-bottom: 2px;
    font-size: 1.7rem;
    font-size: var(--base-font-size);
    font-weight: bold;
  }
  .ttv-front a.more:hover {
    text-decoration: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .ttv-front a.more:hover {
    background-size: 2px 2px;
    animation: underline-to-secondary 0.3s forwards linear;
  }
}
#sitemap {
  opacity: 0;
  transition: opacity 0.25s linear;
}
#sitemap.ready {
  opacity: 1;
}
#sitemap li {
  clear: left;
  list-style: none;
}
#sitemap ul ul {
  padding-left: 24px;
}
#sitemap .sitemap-rss {
  float: left;
  margin-top: 2px;
}
#sitemap .menu-link {
  display: inline-block;
  padding: 2px;
  line-height: 1.5em;
  text-decoration: none;
}
#sitemap .menu-link:hover {
  text-decoration: underline;
}
.calendar-heading ul.links {
  display: flex;
  margin: 1em 0;
}
@media (min-width: 1025px) {
  .calendar-heading ul.links {
    margin-top: 0;
  }
}
.calendar-heading ul.links.types a {
  padding-left: 1rem;
}
.calendar-heading ul.links.types a:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 0.2em;
}
.calendar-heading ul.links.types a.list:before {
  content: "\E918";
}
.calendar-heading ul.links.types a.grid:before {
  content: "\E917";
}
.calendar-heading ul.links li {
  flex: 1 0 auto;
  width: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .calendar-heading ul.links li {
    flex: 0 0 auto;
  }
}
.calendar-heading ul.links li:not(.first-child) {
  margin-left: 1px;
}
.calendar-heading ul.links a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.6rem 1.5rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #ddd;
  color: #313131;
  color: var(--base-text-color);
}
.calendar-heading ul.links a.active {
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.calendar-heading ul.links a:hover,
.calendar-heading ul.links a:focus {
  text-decoration: none;
}
.calendar-heading ul.links a:not(.active):hover,
.calendar-heading ul.links a:not(.active):focus {
  background-color: #d6940b;
  background-color: var(--secondary-color);
  color: white;
}
.calendar-feed {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
}
.calendar-feed .view-content {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.calendar-feed.ready .view-content {
  opacity: 1;
}
.calendar-feed a {
  text-decoration: none;
}
.calendar-feed .group-year {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 24px;
  color: black;
}
.calendar-feed .node {
  overflow: visible;
  margin-left: 18px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  background-color: #fafafa;
  cursor: default;
  font-size: 0;
}
@media (min-width: 1025px) {
  .calendar-feed .node {
    margin-left: 0;
  }
}
.calendar-feed a.destination {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.calendar-feed a.destination:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 100%;
  width: 18px;
  background-color: #757575;
  transition: width 0.2s ease-out;
}
.calendar-feed a.destination:hover .event-date-tile .day-of-week {
  left: -19px;
}
.calendar-feed a.destination:hover:before {
  width: 28px;
}
@media (min-width: 1025px) {
  .calendar-feed a.destination {
    display: flex;
    align-items: center;
    margin-left: 18px;
    padding: 10px 20px 10px 0;
  }
  .calendar-feed a.destination:after {
    content: '';
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 13%;
  }
}
.calendar-feed .event-date-tile {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  color: black;
  font-size: 12px;
}
.calendar-feed .event-date-tile .day-of-week:after {
  content: ',';
  padding-right: 5px;
}
.calendar-feed .event-date-tile .month {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 7px;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .calendar-feed .event-date-tile {
    width: 11%;
    margin: -10px 2% -10px 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .calendar-feed .event-date-tile .day-of-week {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -14px;
    bottom: 0;
    width: 10px;
    margin-top: -18px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    word-break: break-all;
    text-align: center;
    text-transform: uppercase;
    color: white;
    transition: left 0.2s ease-out;
  }
  .calendar-feed .event-date-tile .day-of-week:after {
    display: none;
  }
  .calendar-feed .event-date-tile .month {
    display: block;
    margin-bottom: 2px;
    margin-right: 0;
    text-transform: uppercase;
  }
  .calendar-feed .event-date-tile .day {
    font-size: 24px;
    font-weight: bold;
  }
}
.calendar-feed .heading {
  display: block;
  margin: 0;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .calendar-feed .heading {
    width: 87%;
  }
}
@media (min-width: 1025px) {
  .calendar-feed .heading .title,
  .calendar-feed .heading .subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.calendar-feed .heading .title {
  margin: 0;
  font-size: 1em;
  color: #313131;
  color: var(--base-text-color);
}
@media (min-width: 1025px) {
  .calendar-feed .heading .title {
    font-size: 1.5em;
  }
}
.calendar-feed .heading .subtitle {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #0047b6;
  color: var(--primary-color);
}
@media (min-width: 1025px) {
  .calendar-feed .heading .subtitle {
    font-size: 1em;
  }
}
.calendar-feed .day-event .event-date-tile.range time.end,
.calendar-feed .multiple-day-event .event-date-tile.range time.end {
  display: none;
}
@media (min-width: 1025px) {
  .calendar-feed .multiple-day-event .event-date-tile .day,
  .calendar-feed .multiple-month-event .event-date-tile .day {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .calendar-feed .multiple-month-event .event-date-tile {
    display: flex;
  }
}
.calendar-feed .multiple-month-event .event-date-tile time.start:after {
  content: '-';
  padding: 0 5px;
}
@media (min-width: 1025px) {
  .calendar-feed .multiple-month-event .event-date-tile time.start:after {
    font-size: 18px;
  }
}
.calendar-feed .multiple-month-event .event-date-tile time.end .day-of-week {
  display: none;
}
.calendar-feed .event-date {
  font-size: 12px;
  color: black;
}
.calendar-feed .dd-hover-expand {
  font-size: 0;
}
.calendar-feed .dd-hover-expand:before {
  font-size: 16px;
}
.calendar-feed .dd-hover-expand:hover:before {
  color: white;
}
.view-grid-calendar {
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  line-height: 1.33333333;
}
.view-grid-calendar .calendar-heading .date-nav {
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
.view-grid-calendar .calendar-heading .date-nav .date-prev,
.view-grid-calendar .calendar-heading .date-nav .date-next {
  float: none;
  width: auto;
  text-align: inherit;
  font-size: 0;
}
.view-grid-calendar .calendar-heading .date-nav h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: normal;
  color: white;
}
@media (min-width: 768px) {
  .view-grid-calendar .calendar-heading .date-nav h3 {
    font-size: 2.4rem;
  }
}
.view-grid-calendar .calendar-heading .date-nav a {
  display: inline-block;
  font-weight: bold;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 2;
  color: white;
}
.view-grid-calendar .calendar-heading .date-nav:after {
  display: none;
}
.view-grid-calendar .calendar-calendar table {
  border-collapse: separate;
  border-spacing: 1px 0;
}
.view-grid-calendar .calendar-calendar tbody {
  border-top: none;
}
.view-grid-calendar .calendar-calendar .day a {
  font-weight: bold;
}
.view-grid-calendar .calendar-calendar .inner p {
  margin: inherit;
  padding: inherit;
}
.view-grid-calendar .calendar-calendar .year-view > table > tbody > tr > td {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .view-grid-calendar .calendar-calendar .year-view > table > tbody > tr > td {
    float: none;
    width: 32%;
  }
}
.view-grid-calendar .calendar-calendar .year-view > table > tbody > tr > td a {
  font-weight: bold;
  text-decoration: none;
}
.view-grid-calendar .calendar-calendar .month-view tr th,
.view-grid-calendar .calendar-calendar .week-view tr th,
.view-grid-calendar .calendar-calendar .day-view tr th,
.view-grid-calendar .calendar-calendar .month-view tr td,
.view-grid-calendar .calendar-calendar .week-view tr td,
.view-grid-calendar .calendar-calendar .day-view tr td {
  padding: 0.2em 0 !important;
  border: none;
}
.view-grid-calendar .calendar-calendar .month-view tr th.week,
.view-grid-calendar .calendar-calendar .week-view tr th.week,
.view-grid-calendar .calendar-calendar .day-view tr th.week,
.view-grid-calendar .calendar-calendar .month-view tr td.week,
.view-grid-calendar .calendar-calendar .week-view tr td.week,
.view-grid-calendar .calendar-calendar .day-view tr td.week {
  display: none;
}
.view-grid-calendar .calendar-calendar .month-view tr th.empty,
.view-grid-calendar .calendar-calendar .week-view tr th.empty,
.view-grid-calendar .calendar-calendar .day-view tr th.empty,
.view-grid-calendar .calendar-calendar .month-view tr td.empty,
.view-grid-calendar .calendar-calendar .week-view tr td.empty,
.view-grid-calendar .calendar-calendar .day-view tr td.empty {
  border: none;
  background-color: transparent;
}
.view-grid-calendar .calendar-calendar .month-view tr th.days,
.view-grid-calendar .calendar-calendar .week-view tr th.days,
.view-grid-calendar .calendar-calendar .day-view tr th.days,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items {
  margin: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 0;
  background-color: transparent;
  color: transparent;
}
.view-grid-calendar .calendar-calendar .month-view tr th.days:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items:after {
  display: block;
  padding: 0.5em 0;
  color: #313131;
  color: var(--base-text-color);
  font-size: 15px;
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.sun:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.sun:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.sun:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.sun:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.sun:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.sun:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.sun:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.sun:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.sun:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.sun:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.sun:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.sun:after {
  content: "Sun";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.mon:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.mon:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.mon:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.mon:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.mon:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.mon:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.mon:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.mon:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.mon:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.mon:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.mon:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.mon:after {
  content: "Mon";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.tue:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.tue:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.tue:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.tue:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.tue:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.tue:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.tue:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.tue:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.tue:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.tue:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.tue:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.tue:after {
  content: "Tue";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.wed:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.wed:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.wed:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.wed:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.wed:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.wed:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.wed:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.wed:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.wed:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.wed:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.wed:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.wed:after {
  content: "Wed";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.thu:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.thu:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.thu:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.thu:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.thu:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.thu:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.thu:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.thu:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.thu:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.thu:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.thu:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.thu:after {
  content: "Thu";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.fri:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.fri:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.fri:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.fri:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.fri:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.fri:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.fri:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.fri:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.fri:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.fri:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.fri:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.fri:after {
  content: "Fri";
}
.view-grid-calendar .calendar-calendar .month-view tr th.days.sat:after,
.view-grid-calendar .calendar-calendar .week-view tr th.days.sat:after,
.view-grid-calendar .calendar-calendar .day-view tr th.days.sat:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-hour.sat:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-hour.sat:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-hour.sat:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-dayview-hour.sat:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-dayview-hour.sat:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-dayview-hour.sat:after,
.view-grid-calendar .calendar-calendar .month-view tr th.calendar-agenda-items.sat:after,
.view-grid-calendar .calendar-calendar .week-view tr th.calendar-agenda-items.sat:after,
.view-grid-calendar .calendar-calendar .day-view tr th.calendar-agenda-items.sat:after {
  content: "Sat";
}
.view-grid-calendar .calendar-calendar .month-view tr td,
.view-grid-calendar .calendar-calendar .week-view tr td,
.view-grid-calendar .calendar-calendar .day-view tr td {
  text-align: center;
  color: #313131;
  color: var(--base-text-color);
  border-bottom: 1px solid #e6e6e6 !important;
  border-bottom: 1px solid var(--base-border-color) !important;
}
.view-grid-calendar .calendar-calendar .month-view .day,
.view-grid-calendar .calendar-calendar .week-view .day,
.view-grid-calendar .calendar-calendar .day-view .day {
  float: none;
  padding: 0;
  margin: 0;
  width: auto;
  background-color: transparent;
  border: none;
}
.view-grid-calendar .calendar-calendar .month-view .day a,
.view-grid-calendar .calendar-calendar .week-view .day a,
.view-grid-calendar .calendar-calendar .day-view .day a {
  color: #0047b6;
  color: var(--primary-color);
  background-color: transparent;
}
.view-grid-calendar .calendar-calendar .month-view .day a:hover,
.view-grid-calendar .calendar-calendar .week-view .day a:hover,
.view-grid-calendar .calendar-calendar .day-view .day a:hover {
  color: #00296a;
  text-decoration: none;
}
@media (min-width: 768px) {
  .view-grid-calendar .calendar-calendar .month-view .day,
  .view-grid-calendar .calendar-calendar .week-view .day,
  .view-grid-calendar .calendar-calendar .day-view .day {
    text-align: right;
    padding: 0 0.2em;
  }
}
.view-grid-calendar .calendar-calendar .month-view .calendar-empty,
.view-grid-calendar .calendar-calendar .week-view .calendar-empty,
.view-grid-calendar .calendar-calendar .day-view .calendar-empty {
  display: none;
}
.view-grid-calendar .calendar-calendar .month-view .node-calendar,
.view-grid-calendar .calendar-calendar .week-view .node-calendar {
  display: inline-block;
  width: 8px;
  height: 8px;
}
.view-grid-calendar .calendar-calendar .month-view .node-calendar > *,
.view-grid-calendar .calendar-calendar .week-view .node-calendar > * {
  display: none;
}
@media (min-width: 768px) {
  .view-grid-calendar .calendar-calendar .month-view .node-calendar,
  .view-grid-calendar .calendar-calendar .week-view .node-calendar {
    display: inherit;
    width: auto;
    height: auto;
  }
  .view-grid-calendar .calendar-calendar .month-view .node-calendar > *,
  .view-grid-calendar .calendar-calendar .week-view .node-calendar > * {
    display: inherit;
  }
}
.view-grid-calendar .calendar-calendar .month-view tr td.today {
  background-color: #e7e7e7;
}
.view-grid-calendar .calendar-calendar .month-view tr td.sun,
.view-grid-calendar .calendar-calendar .month-view tr td.sat {
  background-color: #f9f9f9 !important;
  border: none !important;
  border-bottom: 1px solid white !important;
}
.view-grid-calendar .calendar-calendar .month-view tr td .inner {
  min-height: 0;
}
@media (min-width: 768px) {
  .view-grid-calendar .calendar-calendar .month-view tr td .inner {
    min-height: 5em;
  }
}
.view-grid-calendar .calendar-calendar .week-view tr td.calendar-agenda-hour,
.view-grid-calendar .calendar-calendar .day-view tr td.calendar-agenda-hour {
  font-family: inherit;
}
.view-grid-calendar .calendar-calendar .week-view tr td.calendar-agenda-hour .calendar-hour,
.view-grid-calendar .calendar-calendar .day-view tr td.calendar-agenda-hour .calendar-hour,
.view-grid-calendar .calendar-calendar .week-view tr td.calendar-agenda-hour .calendar-ampm,
.view-grid-calendar .calendar-calendar .day-view tr td.calendar-agenda-hour .calendar-ampm {
  font-size: inherit;
}
.view-grid-calendar .calendar-calendar .week-view .week {
  font-size: inherit;
}
.view-grid-calendar .calendar-calendar div.calendar {
  float: none;
  clear: none;
}
.view-grid-calendar .feed-icon {
  text-align: right;
}
.view-grid-calendar .feed-icon div {
  display: inline;
}
.view-grid-calendar .node {
  display: block;
  margin: 0.2em;
  border: 1px solid;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
  color: #313131;
  color: var(--base-text-color);
}
.view-grid-calendar .node header {
  font-size: 1.6rem;
  padding: 0.25em 0.5em;
}
.view-grid-calendar .node header a {
  color: inherit;
  font-weight: inherit;
}
.view-grid-calendar .node header a:hover {
  text-decoration: inherit !important;
}
.view-grid-calendar .node header h1 {
  font-size: inherit;
  color: inherit;
}
.view-grid-calendar .node header h1,
.view-grid-calendar .node header .subtitle {
  margin: 0;
}
.view-grid-calendar .node header .subtitle {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .view-grid-calendar .node {
    border-left-width: 5px;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .view-grid-calendar .node:hover,
  .view-grid-calendar .node:focus {
    padding-right: 4px;
    border-left-width: 1px;
    border-color: #313131;
    border-color: var(--base-text-color);
    background-color: #0047b6;
    background-color: var(--primary-color);
    color: white;
  }
  .view-grid-calendar .node:hover .subtitle,
  .view-grid-calendar .node:focus .subtitle {
    color: inherit;
  }
}
.calendar-filters .view-content {
  position: relative;
}
.calendar-filters .filter {
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .calendar-filters .filters {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-height: 36px;
    overflow: hidden;
    border: 1px solid #313131;
    border: 1px solid var(--base-text-color);
    background-color: white;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
  }
  .calendar-filters .filters.expanded {
    max-height: none;
  }
  .calendar-filters .filters:before {
    content: attr(data-label);
    position: relative;
    display: block;
    padding: 6px 10px 6px 48px;
    border-bottom: 1px solid #313131;
    border-bottom: 1px solid var(--base-text-color);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.7rem;
    font-size: var(--base-font-size);
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    color: #313131;
    color: var(--base-text-color);
    cursor: pointer;
  }
  .calendar-filters .filters:after {
    font-family: 'dd-templates' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E203";
    position: absolute;
    top: 5px;
    left: 0;
    width: 36px;
    height: 26px;
    font-size: 32px;
    line-height: 26px;
    text-align: center;
    border-right: 1px solid #ccc;
  }
  .calendar-filters .filter {
    display: block;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #777;
    background-color: transparent;
  }
  .calendar-filters .filter.active {
    background-color: #0047b6;
    background-color: var(--primary-color);
    color: white;
  }
}
@media (min-width: 1025px) {
  .calendar-filters .filters {
    display: flex;
    margin: 1em 0;
  }
  .calendar-filters .filter {
    display: block;
    position: relative;
    margin: 0 1px 1px 0;
    padding: 0.6rem 1.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ddd;
    color: #313131;
    color: var(--base-text-color);
  }
  .calendar-filters.view-grid-calendar .filters {
    max-width: 50%;
  }
  .calendar-filters .filters + .displays ul.links {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    margin-top: 0;
  }
}
.calendar-feed .node.pt2 a.destination:before,
.calendar-feed .node.wt2 a.destination:before {
  background-color: #0047b6;
}
.view-grid-calendar .node.pt2,
.view-grid-calendar .node.wt2 {
  border-color: #0047b6;
}
@media (max-width: 767px) {
  .view-grid-calendar .node.pt2,
  .view-grid-calendar .node.wt2 {
    background-color: #0047b6;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .view-grid-calendar .node.pt2:hover,
  .view-grid-calendar .node.wt2:hover,
  .view-grid-calendar .node.pt2:focus,
  .view-grid-calendar .node.wt2:focus {
    background-color: #0047b6;
    color: #ffffff;
  }
}
.calendar-filters .filter.active.show-2 {
  background-color: #0047b6;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .calendar-filters .filter.active.show-2 {
    background-color: #0047b6;
    color: #ffffff;
  }
  .calendar-filters .filter.show-2:hover,
  .calendar-filters .filter.show-2.active {
    background-color: #0047b6;
    color: #ffffff;
  }
}
.calendar-feed .node.pt314 a.destination:before,
.calendar-feed .node.wt314 a.destination:before {
  background-color: #d6940b;
}
.view-grid-calendar .node.pt314,
.view-grid-calendar .node.wt314 {
  border-color: #d6940b;
}
@media (max-width: 767px) {
  .view-grid-calendar .node.pt314,
  .view-grid-calendar .node.wt314 {
    background-color: #d6940b;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .view-grid-calendar .node.pt314:hover,
  .view-grid-calendar .node.wt314:hover,
  .view-grid-calendar .node.pt314:focus,
  .view-grid-calendar .node.wt314:focus {
    background-color: #d6940b;
    color: #ffffff;
  }
}
.calendar-filters .filter.active.show-314 {
  background-color: #d6940b;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .calendar-filters .filter.active.show-314 {
    background-color: #d6940b;
    color: #ffffff;
  }
  .calendar-filters .filter.show-314:hover,
  .calendar-filters .filter.show-314.active {
    background-color: #d6940b;
    color: #ffffff;
  }
}
.calendar-feed .node.pt315 a.destination:before,
.calendar-feed .node.wt315 a.destination:before {
  background-color: #139655;
}
.view-grid-calendar .node.pt315,
.view-grid-calendar .node.wt315 {
  border-color: #139655;
}
@media (max-width: 767px) {
  .view-grid-calendar .node.pt315,
  .view-grid-calendar .node.wt315 {
    background-color: #139655;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .view-grid-calendar .node.pt315:hover,
  .view-grid-calendar .node.wt315:hover,
  .view-grid-calendar .node.pt315:focus,
  .view-grid-calendar .node.wt315:focus {
    background-color: #139655;
    color: #ffffff;
  }
}
.calendar-filters .filter.active.show-315 {
  background-color: #139655;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .calendar-filters .filter.active.show-315 {
    background-color: #139655;
    color: #ffffff;
  }
  .calendar-filters .filter.show-315:hover,
  .calendar-filters .filter.show-315.active {
    background-color: #139655;
    color: #ffffff;
  }
}
.node-full {
  margin-bottom: 35px;
}
.node-full .node-meta {
  display: block;
  margin-top: 1em;
  font-size: 1.6rem;
}
.node-full .meta-item {
  text-transform: none;
  letter-spacing: normal;
}
body.wt145 .page-top {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  body.wt145 .page-top {
    margin-top: 60px;
  }
}
body.wt145 .page-left,
body.wt145 .page-right,
body.wt145 .page-content {
  margin-top: 20px;
  margin-bottom: 0;
}
body.wt145 .page-right .block-title {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media (min-width: 1200px) {
  body.wt145 .page-right .page-sidebar {
    margin-left: 35px;
  }
}
body.wt145 .appearing-nav,
body.wt145 .profile-posts {
  display: none;
}
body.wt145 .associated {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.wt145 .associated a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
body.wt145 .associated a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  body.wt145 .associated a:hover {
    background-size: 2px 2px;
    animation: underline-to-primary 0.3s forwards linear;
  }
}
body.wt145 .bundled-posts .node-item {
  display: none;
}
body.wt145 .bundled-posts .node-upper-meta {
  display: block;
}
body.wt145 .bundled-posts .meta-item {
  display: none;
}
body.wt145 .bundled-posts .associated {
  display: block;
  font-size: 1.3rem;
}
@media (min-width: 640px) {
  body.wt145 .bundled-posts .node {
    margin-bottom: 7px;
  }
  body.wt145 .bundled-posts .node-upper-meta {
    padding-top: 7px;
  }
  body.wt145 .bundled-posts .node .node-item:not(.node-content) .field-image {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  body.wt145 .bundled-posts .has-image .field-image {
    padding-top: 0.5em;
  }
  body.wt145 .bundled-posts .has-image .node-header,
  body.wt145 .bundled-posts .has-image .associated {
    margin-left: 35%;
    padding-left: 20px;
  }
  body.wt145 .bundled-posts .has-image .associated {
    margin-bottom: 0;
  }
}
body.wt145 .bundled-posts .node-header {
  display: block;
  font-family: Lato, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-family: var(--base-font);
  font-size: 1.4rem;
  letter-spacing: normal;
  line-height: 1.5;
}
body.wt145 .bundled-posts .subtitle {
  display: none;
}
body.wt145 .bundled-posts .node-upper-image {
  display: block;
}
body.wt145 ul.explore {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  margin-bottom: 70px;
  border-top: 5px solid #e6e6e6;
  border-top: 5px solid var(--base-border-color);
  border-bottom: 5px solid #e6e6e6;
  border-bottom: 5px solid var(--base-border-color);
}
body.wt145 ul.explore:before {
  content: 'Explore';
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-family: var(--heading-font);
  font-size: 3.3rem;
  letter-spacing: -0.02em;
}
body.wt145 ul.explore li {
  margin-right: 9px;
  margin-bottom: 9px;
}
body.wt145 ul.explore a {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.7rem;
  font-size: var(--base-font-size);
  transition: all 0.2s ease-in-out;
  background-color: #0047b6;
  background-color: var(--primary-color);
  color: white;
}
body.wt145 ul.explore a:hover {
  text-decoration: none;
  background-color: #d6940b;
  background-color: var(--secondary-color);
  color: white;
}
.node-article {
  margin-bottom: 0;
  max-width: 1200px;
  margin-left: 20px;
  margin-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .node-article {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media (min-width: 1366px) {
  .node-article {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .node-article .node-header {
    font-size: 5rem;
  }
}
.node-article-full {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2rem;
}
.node-article-full .field-image {
  margin-top: 0;
}
@media print {
  @page {
    size: A4;
  }
  body {
    background: white !important;
    color: black !important;
  }
  .page-header {
    position: relative !important;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    right: auto;
    right: initial;
  }
  body,
  .node-article-full {
    font-size: 11pt !important;
  }
  #admin-menu,
  #quick-classes,
  .dd-hover-expand,
  .block-controls-wrapper {
    display: none !important;
  }
  #lightbox,
  #lightbox2-overlay {
    display: none !important;
  }
  .accessibility,
  .above-page,
  .below-page,
  .hidden {
    display: none !important;
  }
  .page {
    padding: 0 !important;
    overflow: visible !important;
    background: none !important;
  }
  .header-bottom,
  .page-footer,
  .footprint {
    display: none !important;
  }
  .page-left,
  .page-right {
    display: none !important;
  }
  .layout,
  .ttv-front .page-top {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-top {
    position: relative !important;
    box-shadow: none !important;
    transform: none !important;
  }
  .header-top .headerlinks,
  .header-top .toolbar {
    display: none !important;
  }
  .term-nav {
    display: none !important;
  }
  .link-read-more {
    display: none !important;
  }
  .branding .logo img {
    margin-left: 0;
  }
  .post-type,
  .post-date {
    display: inline-block;
  }
  .caption {
    font-size: 9pt !important;
  }
  .page-top .node-article {
    margin-left: 0;
    margin-right: 0;
  }
}


/*# sourceMappingURL=theme.min.css.map*/