@charset "UTF-8";
@import 'https://fast.fonts.net/cssapi/48484e32-33f9-41d4-b235-67806207bd15.css';
@import 'https://cdn.icomoon.io/66770/YouthSolutions/style.css?dpxrzy';
/* Slider */
@import 'https://cdn.icomoon.io/66770/DDTemplates/style-cf.css?ahiahh';
.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;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../bower_components/slick-carousel/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../bower_components/slick-carousel/slick/fonts/slick.eot');
  src: url('../bower_components/slick-carousel/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../bower_components/slick-carousel/slick/fonts/slick.woff') format('woff'), url('../bower_components/slick-carousel/slick/fonts/slick.ttf') format('truetype'), url('../bower_components/slick-carousel/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  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;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-slide:focus {
  outline: none;
}
.slick-initialized .slick-slide {
  display: inline-block;
}
.slick-track {
  margin: 0 auto;
}
.slick-dots {
  left: 0;
  right: 0;
  width: auto;
}
.slick-dots > li button {
  transition: all 0.2s ease-out;
}
.slick-dots > li button:hover {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}
.slick-dots > li button:before,
.slick-dots > li button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  color: white;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.slick-dots > li button:before {
  content: "\e907";
}
.slick-dots > li button:after {
  content: "\e906";
  opacity: 0;
}
.slick-dots > li.slick-active button:after {
  opacity: 1;
}
.dd-templates-font,
.link-text:before,
.slideshow-icon:after,
.term-nav .block-title a:before,
.term-nav .block-title a.depth-2:before,
.term-nav .block-title a.depth-3:before,
.block-dd_social .social:after,
span.ext:after,
.video-play:before,
.main-navigation .menuparent.depth-2 a.depth-2:after {
  font-family: 'dd-templates' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:before,
.clearfix:after,
.page-center:before,
.page-center:after,
.hero-slider .view-content:before,
.hero-slider .view-content:after,
.front .home-quick-links .block-inner:before,
.front .home-quick-links .block-inner:after {
  content: " ";
  display: table;
}
.clearfix:after,
.page-center:after,
.hero-slider .view-content:after,
.front .home-quick-links .block-inner:after {
  clear: both;
}
#block-digitaldcore-comments {
  float: inherit;
}
.node-full .node-contact-wrapper,
.node-sidebar .node-contact-wrapper {
  float: inherit;
}
.node-content table,
.node-content thead,
.node-content tbody,
.node-content tr,
.node-content th,
.node-content td {
  margin: 0;
  padding: 0;
  border: 0;
}
.node-content table {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
  overflow: auto;
  border-spacing: 2px;
  border-collapse: initial;
  background-color: white;
  box-sizing: border-box;
}
.node-content th,
.node-content td {
  padding: 15px;
  font-family: "Calibri W01", san-serif;
  font-size: 1.8rem;
  text-align: center;
  width: 250px;
}
.node-content td {
  vertical-align: top;
}
.node-content th {
  line-height: 1.2;
  vertical-align: bottom;
  background-color: #A9C47F;
  color: white;
  text-transform: uppercase;
}
.node-content tbody tr {
  transition: all 0.2s ease-out;
}
.node-content tbody tr:nth-child(even) {
  background-color: #d6d6d6;
}
.node-content tbody tr:nth-child(odd) {
  background-color: #47545D;
}
.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 {
  padding-top: 30px;
  border-top: 1px solid #47545D;
  font-size: 1.5rem;
  line-height: 1;
}
.meta .meta-item {
  line-height: 3rem;
  text-transform: uppercase;
}
.meta .meta-item a {
  text-decoration: none;
}
.node-webform fieldset .fieldset {
  font-family: 'morpeth';
  min-width: 100%;
}
.node-webform fieldset .type-textfield input:-ms-input-placeholder {
  color: #777;
  font-size: 1.6rem;
  font-weight: 700;
}
.node-webform fieldset .type-textfield input::placeholder {
  color: #777;
  font-size: 1.6rem;
  font-weight: 700;
}
.pods .node-webform input.form-text,
.pods .node-webform .form-actions input.form-submit {
  height: 55px;
  width: 100%;
  border: none;
  border-radius: 7px;
}
.pods .node-webform .form-item {
  margin: 1.5rem 0;
}
.pods .node-webform .form-actions input.form-submit {
  background: #A9C47F;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
}
.pods .node-webform .type-textfield input {
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.node-links ul.links.inline {
  display: block;
}
.node-links ul.links li {
  clear: left;
  margin: 0.5em 0;
}
.node-links ul.links .link-twitter {
  padding-top: 0.5em;
}
.link {
  display: none;
}
.link a {
  text-decoration: none;
  line-height: 1.2;
}
span.file a {
  padding: 0 !important;
  background-image: none !important;
}
/* ========================================================================== *\
   ICONS AND INLINE FILE ATTACHMENTS
\* ========================================================================== */
.link-text:before {
  line-height: inherit;
}
.file-text-html .link-text:before,
.file-text-plain .link-text:before {
  content: "\e601";
}
.file-text-css .link-text:before {
  content: "\e602";
}
.file-application-xml .link-text:before {
  content: "\e603";
}
.file-application-zip .link-text:before {
  content: "\e611";
}
.file-application-pdf .link-text:before {
  content: "\e604";
  color: #F91916;
}
.file-application-msword .link-text:before {
  content: "\e605";
  color: #2A5699;
}
.file-application-vnd-ms-excel .link-text:before {
  content: "\e606";
  color: #227547;
}
.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .link-text:before {
  content: "\e606";
  color: #227547;
}
.file-application-vnd-ms-powerpoint .link-text:before {
  content: "\e607";
  color: #D14524;
}
.file-application-vnd-openxmlformats-officedocument-presentationml-presentation .link-text:before {
  content: "\e607";
  color: #D14524;
}
.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .link-text:before {
  content: "\e606";
  color: #227547;
}
.file-application-vnd-openxmlformats-officedocument-wordprocessingml-document .link-text:before {
  content: "\e605";
  color: #2A5699;
}
.file-application-x-msdos-program .link-text:before {
  content: "\e612";
  color: black;
}
.file-image-gif .link-text:before,
.file-image-png .link-text:before,
.file-image-jpeg .link-text:before {
  content: "\e608";
}
.file-audio-mpeg .link-text:before {
  content: "\e610";
}
.file-video-mpg .link-text:before,
.file-video-mpeg .link-text:before,
.file-video-quicktime .link-text:before {
  content: "\e609";
}
.file a {
  text-decoration: none;
  text-transform: none;
}
.file .link-text:before {
  padding-right: 0.3em;
  vertical-align: top;
}
.link.link-read-more {
  display: block;
}
.link.link-read-more a {
  display: inline-block;
  margin-top: 0;
  color: #5B6770;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
.link.link-read-more a:after {
  padding-left: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  content: "\3e";
  transition: all 0.2s ease-out;
}
.link.link-read-more a:hover {
  color: #5B6770;
}
.link.link-read-more a:hover:after {
  padding-left: 10px;
}
.all-dates-link {
  position: relative;
  text-decoration: underline;
  color: #A9C47F;
}
.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 {
  -ms-transform: rotate(45deg);
      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-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #47545D;
  font-size: 2.5rem;
  line-height: 1em;
}
.accordion-heading:before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  display: block;
  font-size: 1.8rem;
  content: "\3e";
  transition: all 0.3s ease-out;
}
.accordion-heading:hover:before {
  color: #3E87CB;
}
.accordion-heading.active:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.accordion-heading a {
  cursor: pointer;
  text-decoration: none;
}
.accordion-heading:first-child {
  margin-top: 1rem;
}
.accordion-heading .link-text {
  display: block;
  margin-left: 3rem;
}
.accordion-content {
  margin-left: 3rem;
}
.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;
}
.site-identity .site-name {
  display: none;
}
.site-identity .site-slogan {
  display: none;
}
.site-identity .site-mission {
  display: none;
}
.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 #A9C47F;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  background-color: #A9C47F;
  color: white;
}
.pager li a {
  display: block;
  transition: all 0.3s ease-out;
  background-color: white;
  color: #A9C47F;
}
.pager li a:hover {
  background-color: #A9C47F;
  color: white;
}
div.dtabs {
  float: none;
  margin-bottom: 30px;
}
div.tab {
  float: none;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 3px;
  border: 1px solid #A9C47F;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 5px;
  transition: background-color 0.3s ease-out;
  background-color: transparent;
  color: #A9C47F;
}
div.tab.active {
  background-color: #A9C47F;
  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 #A9C47F;
  border-radius: 4px;
  color: #A9C47F;
  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 .node,
  .col-2 .node,
  .col-3 .node,
  .col-4 .node,
  .col-5 .node,
  .col-6 .node {
    font-size: 1.8rem;
  }
  .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: 1024px) {
  .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%;
  }
}
@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;
  }
}
@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: 1024px) {
  .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: 1024px) {
  .fif-lt .node-item:not(.node-content) .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .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;
  margin-left: 0;
  margin-right: 0;
}
@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: 1024px) {
  .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: 1024px) {
  .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;
  }
}
.node-full {
  margin-bottom: 20px;
}
.node-full .node-meta {
  display: block;
}
.faceted-search td {
  display: block;
}
@media (min-width: 1024px) {
  .faceted-search td {
    display: table-cell;
  }
}
.faceted-search-page dl.search-results dt.title {
  font-size: 1.8rem;
}
.faceted-search-page dl.search-results dd.search-result-node {
  font-size: 1.6rem;
}
.subterm {
  margin-bottom: 0;
}
.subterm-header,
.subterm-content {
  display: none;
}
.subterm-overview .node {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.subterm-overview .node-links .link-read-more {
  display: block;
}
.subterm-link {
  display: none;
}
.modern-directory {
  font-family: 'morpeth';
}
.modern-directory .view-filters {
  border-top: 1px solid #47545D;
}
.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 #47545D;
  box-sizing: border-box;
  background: #DFE3E6;
}
.modern-directory #edit-keys-wrapper input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 21px;
  background: #DFE3E6;
}
.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;
  margin: 0;
  padding: 0;
  list-style: none;
}
.modern-directory .item-list a {
  display: inline-block;
  background-color: #A9C47F;
  color: white;
  padding: 3px 9px;
  line-height: 21px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease-out;
}
.modern-directory .item-list a:hover {
  background-color: #3E87CB;
}
.modern-directory .node {
  clear: both;
}
.modern-directory .node-item {
  display: none;
}
.modern-directory .node-image,
.modern-directory .node-header,
.modern-directory .node-contact,
.modern-directory .node-upper-meta {
  display: block;
}
.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;
}
.breadcrumb-nav {
  position: relative;
  padding: 0 35px;
  font-size: 12px;
  line-height: 3em;
  background: #eee;
  color: #aaa;
}
.breadcrumb-nav a {
  color: #47545D;
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  color: #A9C47F;
}
.breadcrumb-nav .active {
  color: #3E87CB;
}
.breadcrumb {
  padding-bottom: 0;
}
.overview .node-upper-meta {
  display: none;
}
.overview .has-meta .node-upper-meta {
  display: block;
}
.overview .node-header a {
  cursor: default;
}
.overview .caption {
  display: block;
}
.tagged-posts .node-header {
  font-size: 1.500em;
  line-height: 1.333;
}
.profile-posts .node {
  padding-bottom: 0;
}
.profile-posts .node-item {
  display: none;
}
.profile-posts .node-header,
.profile-posts .node-upper-meta,
.profile-posts .node-upper-image {
  display: block;
}
.profile-posts .node-upper-meta {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
.profile-posts .node-header {
  font-size: 1.143em;
  line-height: 1.250;
}
.profile-posts .subtitle {
  font-size: 0.875em;
  line-height: 1.143;
}
.term-nav .block-title a:before,
.term-nav .block-title a.depth-2:before,
.term-nav .block-title a.depth-3:before {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.term-nav .menu ul {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  height: 20px;
  overflow: hidden;
  opacity: 0;
}
.term-nav .menu .expanded > ul {
  height: auto;
  margin-top: 0;
  overflow: visible;
  opacity: 1;
}
.term-nav .menu li {
  position: relative;
  padding: 5px 0;
}
.term-nav .menu a {
  position: relative;
  z-index: 2;
}
.term-nav .menu .expanded > a:after,
.term-nav .menu .collapsed > a:after {
  position: absolute;
  top: 1.6rem;
  border-radius: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
}
.term-nav .menu .collapsed > a:after {
  content: "\2295";
}
.term-nav .menu .expanded > a:after {
  content: "\2297";
}
@media (max-width: 1023px) {
  .term-nav {
    position: relative;
    z-index: 1;
    margin-left: 0;
    text-align: center;
  }
  .term-nav ul {
    margin: 0;
    padding: 0;
  }
  .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-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: 5px 10px 5px 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    letter-spacing: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 3px;
    color: #484848;
  }
  .term-nav .block-title a:before,
  .term-nav .block-title a.depth-2:before,
  .term-nav .block-title a.depth-3:before {
    content: "\e203";
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 5px;
    width: 32px;
    height: auto;
    font-size: 32px;
    line-height: 18px;
    border-right: 1px solid #ccc;
  }
  .term-nav .block-title a:after,
  .term-nav .block-title a.depth-2:after,
  .term-nav .block-title a.depth-3:after {
    content: ' Menu';
  }
  .term-nav .block-title a.hidden,
  .term-nav .block-title a.depth-2.hidden,
  .term-nav .block-title a.depth-3.hidden {
    display: block !important;
  }
  .term-nav .block-title a .hotspot,
  .term-nav .block-title a.depth-2 .hotspot,
  .term-nav .block-title a.depth-3 .hotspot {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .term-nav .block-title span {
    display: inline;
  }
  .term-nav .menu .expanded > a,
  .term-nav .menu .collapsed > a {
    padding-right: 48px;
  }
  .term-nav .menu .expanded > a:after,
  .term-nav .menu .collapsed > a:after {
    right: 12px;
    font-size: 16px;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
  }
  .term-nav .menu-name-primary-links > .menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    background-color: #eaeaea;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
  }
  .term-nav .menu-name-primary-links > .menu a {
    display: block;
    height: 41px;
    margin: 0;
    padding: 12px 16px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    color: #484848;
    box-sizing: border-box;
  }
  .term-nav .menu-name-primary-links > .menu a.active {
    background-color: #A9C47F;
    color: white;
  }
  .term-nav .menu-name-primary-links > .menu a:active {
    color: #3E87CB;
  }
  .term-nav .menu-name-primary-links > .menu .active-trail > a:not(.active) {
    color: #A9C47F;
  }
  .term-nav .menu-name-primary-links > .menu ul a {
    padding-left: 30px;
  }
  .term-nav .menu-name-primary-links > .menu ul ul a {
    padding-left: 40px;
  }
  .term-nav .menu-name-primary-links > .menu ul ul ul a {
    padding-left: 60px;
  }
  .term-nav.expanded .block-title a {
    border-radius: 3px 3px 0 0;
  }
  .term-nav.expanded .menu-name-primary-links > .menu {
    top: 100%;
    height: auto;
    opacity: 1;
    border: 1px solid #ddd;
  }
}
@media (min-width: 1024px) {
  .term-nav {
    opacity: 0;
    margin-left: 0;
    margin-bottom: 80px;
    font-size: 1.8rem;
    transition: opacity 0.2s 0.2s linear;
  }
  .term-nav.ready {
    opacity: 1;
  }
  .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 .block-title {
    margin-bottom: 0;
    padding-top: 0;
    border-top: 0;
  }
  .term-nav .block-title a,
  .term-nav .block-title a.depth-2,
  .term-nav .block-title a.depth-3 {
    padding: 10px 0;
    border-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #5B6770;
  }
  .term-nav .block-title a:hover,
  .term-nav .block-title a.depth-2:hover,
  .term-nav .block-title a.depth-3:hover {
    color: #3E87CB;
  }
  .term-nav .block-title a.active,
  .term-nav .block-title a.depth-2.active,
  .term-nav .block-title a.depth-3.active {
    color: #3E87CB;
  }
  .term-nav .menu a {
    padding: 5px 0;
    border-bottom: none;
    font-weight: normal;
    line-height: 1.2;
    color: #5B6770;
  }
  .term-nav .menu a .menu-title {
    display: block;
  }
  .term-nav .menu a:hover,
  .term-nav .menu a.active {
    color: #3E87CB;
  }
  .term-nav .menu ul {
    transition: all 0.2s ease-out;
  }
  .term-nav .menu .expanded > a,
  .term-nav .menu .collapsed > a {
    padding-right: 28px;
  }
  .term-nav .menu .expanded > a:after,
  .term-nav .menu .collapsed > a:after {
    right: 0;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    font-size: 2rem;
    transition: all 0.2s ease-out;
    border-color: transparent;
  }
  .term-nav .menu a.depth-2 {
    font-weight: bold;
  }
}
.appearing-nav {
  font-size: 1.6rem;
}
.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 {
  margin: 0;
  padding: 3px 0;
  border-bottom: none;
  line-height: 1.2;
  color: #47545D;
}
.appearing-nav ul.links li a:hover {
  color: #A9C47F;
}
.block-dd_social {
  margin-bottom: 20px;
}
.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: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #5B6770;
  transition: background-color 0.3s ease-out;
}
.block-dd_social .social:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  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 {
  font-size: 1.8rem;
}
.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-top: 10px;
  margin-bottom: 0;
  border: none;
}
.node-fields .node-contact-wrapper {
  padding: 0;
  background-color: transparent;
}
.node-fields .node-links {
  clear: both;
  margin-bottom: 0;
}
.node-fields .node-links.placeholder-block {
  display: none;
}
.node-fields .node-links .link-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.2em;
  line-height: inherit;
}
.node-fields .node-links .link-text:before {
  position: absolute;
  left: -1.2em;
  top: 0;
}
.node-fields .node-links .link-related .link-text {
  margin-left: 0;
}
.contact-posts .node-item {
  display: none;
}
.contact-posts .node-upper-meta,
.contact-posts .node-header,
.contact-posts .node-upper-image,
.contact-posts .node-contact,
.contact-posts .node-links {
  display: block;
}
.contact-posts .node-upper-meta {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
.contact-posts .node-header {
  font-size: 1.286em;
  line-height: 1.333;
}
.contact-posts .node-header .subtitle {
  font-size: 0.778em;
}
.contact-posts .field-image {
  margin-top: 1em;
  margin-bottom: 1em;
}
.node-content .image.circle img {
  border-radius: 100%;
}
.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: 1024px) {
  .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: 1024px) {
  .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 #47545D;
  }
  .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;
    font-size: 0;
  }
  .two-columns > *,
  .three-columns > *,
  .four-columns > * {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
  }
  .two-columns > * {
    width: 50%;
  }
  .three-columns > * {
    width: 33.33333333%;
  }
  .four-columns > * {
    width: 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: 20px;
    padding-right: 20px;
  }
  .two-columns.lines > *:after,
  .three-columns.lines > *:after,
  .four-columns.lines > *:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
  }
  .two-columns.lines > *:last-child:after,
  .three-columns.lines > *:last-child:after,
  .four-columns.lines > *:last-child:after {
    display: none;
  }
  .lines.two-columns > *:nth-child(1):after {
    left: 50%;
  }
  .lines.three-columns > *:nth-child(1):after {
    left: 33.33333333%;
  }
  .lines.three-columns > *:nth-child(2):after {
    right: 33.33333333%;
  }
  .lines.four-columns > *:nth-child(1):after {
    left: 25%;
  }
  .lines.four-columns > *:nth-child(2):after {
    left: 50%;
  }
  .lines.four-columns > *:nth-child(3):after {
    right: 25%;
  }
}
@media (min-width: 640px) {
  blockquote.left,
  blockquote.right {
    width: 25%;
  }
  blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 40px;
  }
  blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 40px;
  }
}
.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;
}
:root {
  font-size: 10px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  color: #47545D;
}
body.user-1,
body.admin-menu {
  margin-top: 0 !important;
  padding-bottom: 0;
}
body.node-content {
  font-family: "Calibri W01", san-serif;
  font-size: 1.8rem;
}
body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
button {
  font-family: "Calibri W01", san-serif;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
.overview .node-header,
.node-full .node-header,
.pods .views-row .node-1869 .node-header .title,
.pods .views-row .node-1869 .node-header .subtitle {
  font-family: 'morpeth';
  font-weight: normal;
}
h1,
h2,
h4,
h6,
.overview .node-header,
.node-full .node-header,
.pods .views-row .node-1869 .node-header .title {
  color: #5B6770;
}
h3,
h5,
.pods .views-row .node-1869 .node-header .subtitle {
  color: #A9C47F;
}
h1,
.overview .node-header,
.node-full .node-header {
  font-size: 4rem;
  line-height: 1.111;
  margin-top: 0;
  margin-bottom: 0;
}
h2,
.pods .views-row .node-1869 .node-header .title {
  font-size: 3rem;
  line-height: 1.111;
  margin-top: 0.667em;
  margin-bottom: 0.667em;
}
h3 {
  font-size: 2.5rem;
  line-height: 1.333;
  margin-top: 0.769em;
  margin-bottom: 0.769em;
}
h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}
h5,
.pods .views-row .node-1869 .node-header .subtitle {
  font-size: 2rem;
  line-height: 1.286;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}
h6 {
  font-size: 1.8rem;
  line-height: 1.286;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}
.title,
.subtitle {
  font-family: 'morpeth';
}
p,
ul,
ol,
dl,
pre,
table,
address,
fieldset {
  margin: 1.6rem 0;
}
hr {
  border-width: 1px 0 0 0;
}
blockquote {
  font-family: "Calibri W01", san-serif;
  font-size: 3.5rem;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-style: normal;
  margin: 3rem 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  margin: 0;
  padding: 0;
}
button {
  border: none;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #5B6770;
}
a:hover,
a:visited:hover,
a:active,
a.active {
  color: #3E87CB;
}
.file .link-text:before {
  vertical-align: baseline;
}
.lightmessages {
  margin-top: 30px;
}
/*
 * Fixes rendering of .svg graphics in IE9+
 */
/* IE9 */
.ie9 img[src$=".svg"] {
  width: 100%;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.offscreen {
  position: absolute;
  top: -9999px;
  left: 0;
}
.channel,
.subterm,
.node {
  float: none;
  width: auto;
}
.channel,
.subterm,
.block,
.node {
  font-family: "Calibri W01", san-serif;
}
.page,
.above-page,
.below-page {
  font-size: 14px;
  line-height: 1.5;
}
.node {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.overview .node-header .subtitle,
.node-full .node-header .subtitle {
  color: #5B6770;
  font-weight: 700;
}
.posts .node-header .subtitle {
  font-size: 2.6rem;
  font-weight: bold;
}
.node-teaser {
  padding-bottom: 0;
  margin-bottom: 35px;
  overflow: hidden;
  clear: both;
}
.node-header {
  line-height: 1.2;
}
.subtitle {
  font-size: 0.667em;
}
.page-right .block-title,
.page-right .sidebar-title {
  padding-top: 2rem;
  margin-bottom: 1.25rem;
  border-top: 1px solid #47545D;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.page-right .block:first-child .block-title,
.page-right .block:first-child .sidebar-title {
  padding-top: 0;
  border-top: none;
}
.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: 1.6rem;
}
.node-image .gallery .field-image {
  margin-top: 0;
}
.caption {
  font-size: 1.2rem;
  line-height: 1.333;
}
.field-image.has-caption a {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.field-image.has-caption .caption {
  display: table-caption;
  caption-side: bottom;
}
.node-meta {
  display: none;
}
.node-full .node-meta {
  display: block;
}
.meta .event-date {
  display: inherit;
}
.node-content ul,
.node-content ol {
  clear: both;
  margin: 1em 0;
  padding-left: 3em;
  overflow: visible;
}
.node-content li {
  margin-bottom: 0;
}
.block-title {
  color: #5B6770;
}
.overview .node-header a,
.overview .node-header a:hover,
.node-full .node-header {
  color: #5B6770;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
}
.overview h3,
.overview h5 {
  color: #3E87CB;
}
.node-header a {
  color: #3E87CB;
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
}
.node-header a:hover {
  color: #3E87CB;
}
.subtitle {
  color: #5B6770;
  font-size: 26px;
}
.overview .subtitle,
.node-full .subtitle {
  color: #5B6770;
}
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 img,
.node-content .field-image 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: 4.8rem;
  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;
  font-size: 1.8rem;
}
.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;
}
.meta-item,
.meta-item a {
  color: #47545D;
}
.meta-item a:hover {
  color: #3E87CB;
}
.meta .meta-item {
  border-right-color: #47545D;
}
.link a,
.link a.active {
  color: #5B6770;
}
.link a:hover {
  color: #3E87CB;
}
.border-top:before,
.border-bottom:before,
.border-top:after,
.border-bottom:after {
  content: "";
  position: absolute;
  height: 21px;
  width: 100%;
  left: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}
.border-top:before {
  top: -20px;
  background-position: top center;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 90% 80%, 80% 70%, 70% 60%, 60% 50%, 50% 40%, 40% 30%, 30% 35%, 20% 46%);
          clip-path: polygon(0 100%, 100% 100%, 90% 80%, 80% 70%, 70% 60%, 60% 50%, 50% 40%, 40% 30%, 30% 35%, 20% 46%);
}
.border-top.white-bg:before {
  background-color: white;
}
.border-top.black-bg:before {
  background-color: #5B6770;
}
.border-top.green-bg:before {
  background-color: #A9C47F;
}
.border-top.blue-bg:before {
  background-color: #3E87CB;
}
.border-bottom:after {
  bottom: -20px;
  background-position: bottom center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 85%, 63% 62%, 46% 73%, 34% 70%, 20% 84%, 10% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 85%, 63% 62%, 46% 73%, 34% 70%, 20% 84%, 10% 89%, 0 100%);
}
.border-bottom.white-bg:after {
  background-color: white;
}
.border-bottom.black-bg:after {
  background-color: #5B6770;
}
.border-bottom.green-bg:after {
  background-color: #A9C47F;
}
.border-bottom.blue-bg:after {
  background-color: #3E87CB;
}
@media screen {
  header.page-header:after {
    content: "";
    position: absolute;
    height: 42px;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background-position: bottom center;
    background-image: url('../img/whiteBandHeader.png');
    pointer-events: none;
  }
  .front.top header.page-header:after {
    background: none;
  }
}
.ui-dialog {
  font-size: 14px;
}
.sticky-header {
  top: 75px !important;
}
.block-name {
  font-size: 12px;
}
.left-nav.term-nav .menu a.active-trail {
  font-weight: 700;
}
.layout {
  margin: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .layout {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
.page-top > .layout,
.page-footer > .layout {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.theme-font,
.slick-dots > li button:before,
.slick-dots > li button:after,
.link.link-read-more a:after,
.accordion-heading:before,
.term-nav .menu .expanded > a:after,
.term-nav .menu .collapsed > a:after,
.photo-gallery .slick-next:before,
.photo-gallery .slick-prev:before,
.photo-gallery .slick-next:after,
.photo-gallery .slick-prev:after,
.iconography span:before,
.page-flyout .inner .site-toolbar button.close-icon:after,
.page-header .site-toolbar button.search-icon:before,
.page-header .site-toolbar button.menu-icon:before,
.dd-search .dd-search-submit:before,
.social-media-links .views-row article .node-header a:before,
.footer-social-links-block .views-row article .node-header a:before,
.site-notifications-block .block-inner:before,
.front .home-quick-links .node .node-header > a:before,
.front .home-stats-slider .node-teaser .node-header > a:before,
.front .home-donate-slider .node-teaser .node-header > a:before,
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header a:before,
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a .title:after,
.front .home-stay-connected-block .node-webform .form-actions:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.messages-wrapper {
  padding: 20px 60px;
}
.messages-wrapper .messages {
  margin: 0;
  font-size: 1.6rem;
}
.page-top .node-item {
  display: none;
  visibility: hidden;
}
.nav-term-banner {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .nav-term-banner.ready,
.nav-term-banner.ready.font-ready {
  opacity: 1;
}
.nav-term-banner .node-header {
  display: block;
  visibility: visible;
}
.nav-term-banner .node-teaser {
  margin: 0;
}
.nav-term-banner .node-teaser .node-inner {
  padding: 100px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nav-term-banner .node-teaser .node-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(91, 103, 112, 0.63);
  z-index: 0;
}
@media (min-width: 640px) {
  .nav-term-banner .node-teaser .node-inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.nav-term-banner .node-teaser .node-header {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.nav-term-banner .node-teaser .node-header span {
  color: white;
}
.nav-term-banner .node-teaser .node-header .title {
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
}
.nav-term-banner .node-teaser .node-header .subtitle {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .nav-term-banner .node-teaser .node-header .title {
    font-size: 8rem;
    line-height: 6.2rem;
  }
  .nav-term-banner .node-teaser .node-header .subtitle {
    margin-top: 20px;
  }
}
.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-item .field-image {
  margin: 0;
}
.photo-gallery .field-image {
  position: relative;
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.photo-gallery .field-image img {
  margin: 0 auto;
}
.photo-gallery .field-image .caption {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  font-size: 14px;
  color: white;
}
@media (min-width: 640px) {
  .photo-gallery .field-image .caption {
    display: block;
  }
}
.photo-gallery .field-image:not(:first-child) {
  position: absolute;
  top: 0;
}
.photo-gallery .slick-slider {
  margin-bottom: 20px;
}
.photo-gallery .node-image {
  margin-top: 1em;
}
.photo-gallery .slick-track {
  display: block;
  background-color: black;
}
.photo-gallery .slick-track:before,
.photo-gallery .slick-track:after {
  display: none;
}
.photo-gallery .slick-slide {
  float: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  background-color: black;
}
.photo-gallery .slick-slide a {
  display: block;
  width: auto;
  max-width: 100%;
}
.photo-gallery .slick-slide img {
  margin: 0 auto;
}
.photo-gallery:hover .slick-prev,
.photo-gallery:hover .slick-next {
  opacity: 1;
}
.photo-gallery .slick-next,
.photo-gallery .slick-prev {
  z-index: 1;
  width: 60px;
  height: 100%;
  margin-top: 0;
  top: 0;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: opacity 0.2s linear;
  opacity: 0;
}
.photo-gallery .slick-next:before,
.photo-gallery .slick-prev:before,
.photo-gallery .slick-next:after,
.photo-gallery .slick-prev:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -50px;
  content: "\3e";
  font-size: 50px;
  color: white;
  transition: opacity 0.3s ease-out;
}
.photo-gallery .slick-prev {
  left: 0;
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.photo-gallery .slick-next {
  right: 0;
}
.photo-gallery .slick-dots {
  bottom: 30px;
  position: static;
  width: auto;
  padding-top: 15px;
  padding-left: 0;
  margin: 0;
}
.photo-gallery .slick-dots li button:before,
.photo-gallery .slick-dots li button:after {
  color: #5B6770;
  text-shadow: none;
}
.iconography {
  text-align: center;
  margin: 20px -5px 0;
}
.iconography p {
  margin: 0;
  padding: 0;
}
.iconography span {
  display: block;
  margin: 5px;
  padding: 20px;
  text-align: center;
  background-color: #A9C47F;
  color: white;
  font-size: 1.8rem;
}
.iconography span:hover {
  background-color: #3E87CB;
  color: white;
}
.iconography span:before {
  font-family: 'theme' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 15px;
  font-size: 7.2rem;
  line-height: 1;
  transition: all 0.1s ease-out;
}
.iconography span.arrow-icon:before {
  content: '\3e';
}
.iconography span.person-icon:before {
  content: '\e900';
}
.iconography span.calendar-icon:before {
  content: '\e902';
}
.iconography span.checkmark-icon:before {
  content: '\2713';
}
.iconography span.files-icon:before {
  content: '\e901';
}
.iconography span.heart-icon:before {
  content: '\2661';
}
.iconography span.house-icon:before {
  content: '\e904';
}
.iconography span.logo-icon:before {
  content: '\e90a';
}
.iconography span.paperheart-icon:before {
  content: '\e90c';
}
.iconography span.pencil-icon:before {
  content: '\270e';
}
.iconography span.star-icon:before {
  content: '\2606';
}
.iconography span.car-icon:before {
  content: '\e90b';
}
.iconography span.average-icon:before {
  content: '\e90d';
}
.iconography span.people-icon:before {
  content: '\e908';
}
.iconography span.facebook-icon:before {
  content: '\e905';
}
.iconography span.twitter-icon:before {
  content: '\e910';
}
.iconography span.instagram-icon:before {
  content: '\e909';
}
.iconography span.over-the-edge-icon:before {
  content: '\e90e';
}
.iconography span.dei-icon:before {
  content: '\e90f';
}
.iconography span code {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-family: Courier New, Courier, monospace;
  background-color: #eaeaea;
  color: #333;
}
.page {
  min-height: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .page {
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  .page {
    padding-top: 140px;
  }
}
.page,
.above-page,
.below-page {
  position: relative;
}
.page-header,
.page-main,
.page-footer {
  position: relative;
  clear: both;
}
.page-header .search-form-dropdown {
  right: 100px;
  position: absolute;
  overflow: hidden;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  top: 14px;
}
@media (min-width: 1124px) {
  .search-active .page-header .search-form-dropdown {
    width: 300px;
    opacity: 1;
    visibility: visible;
  }
  .page-header .search-form-dropdown .dd-search .dd-search-keywords .form-text {
    padding: 0 45px 0 25px;
  }
  .page-header .search-form-dropdown .dd-search .dd-search-submit {
    width: 45px;
    height: 47px;
  }
  .page-header .search-form-dropdown .dd-search .dd-search-submit:before {
    font-size: 24px;
    line-height: 47px;
    text-align: center;
  }
}
.page-header .search-form-dropdown .block {
  display: none;
}
.page-header .search-form-dropdown #block-digitaldcore-search {
  display: block;
  padding-bottom: 10px;
}
.page-header.top .search-form-dropdown {
  top: 46px;
}
.page-header {
  z-index: 3;
}
.page-main {
  z-index: 2;
}
.page-footer {
  z-index: 1;
}
.page-top,
.page-center,
.page-bottom {
  position: relative;
}
.page-top {
  z-index: 3;
}
.page-center {
  z-index: 2;
}
.page-bottom {
  z-index: 1;
}
.sidebar-left .page-bottom .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.sidebar-left .page-bottom .inner .pods-below {
  width: 100%;
}
@media (min-width: 1024px) {
  .sidebar-left .page-bottom .inner .pods-below {
    width: 75%;
  }
}
.sidebar-left .page-bottom .inner .pods-below .view-content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.sidebar-left .page-bottom .inner .pods-below .view-content .views-row {
  display: block;
}
.page-left,
.page-content,
.page-right {
  position: relative;
}
.page-left {
  z-index: 3;
}
.page-content {
  z-index: 2;
}
.page-right {
  z-index: 1;
}
.page-content,
.page-left,
.page-right {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-content,
  .page-left,
  .page-right {
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.show-vblocks .page-main {
  padding-top: 30px;
}
.not-front .page-main {
  top: -4px;
}
@media (min-width: 1024px) {
  .not-front .page-main {
    top: -7px;
  }
}
.page-right {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .page-right {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .page-left {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page-left {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .page-left .page-sidebar {
    margin-right: 60px;
  }
}
@media (min-width: 1024px) {
  .sidebar-left .page-content {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .page-right {
    float: left;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .page-right {
    width: 25%;
  }
}
@media (min-width: 640px) {
  .page-right .page-sidebar {
    margin-left: 60px;
  }
}
@media (min-width: 640px) {
  .sidebar-right .page-content {
    float: left;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .sidebar-right .page-content {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .two-sidebars .page-content {
    float: left;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .two-sidebars .page-content {
    width: 50%;
  }
}
header.headroom {
  opacity: 0;
  z-index: 4;
  position: fixed;
  transition: all 0.2s ease;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  transition: opacity 0.2s ease-in-out;
}
header.headroom .inner {
  margin: 0 auto;
  transition: all 0.2s ease;
}
header.headroom.ready {
  opacity: 1;
}
@media (max-width: 1123px) {
  header.headroom .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .site-navigation,
  header .site-utilities {
    position: fixed;
    left: 100%;
  }
  .menu-active header .site-navigation,
  .menu-active header .site-utilities {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1024px) {
  header.headroom .inner {
    position: relative;
    padding-left: unset;
    padding-right: unset;
    z-index: 2;
  }
}
@media (min-width: 1124px) {
  header.headroom .inner {
    position: relative;
    padding: 20px 60px;
    z-index: 2;
  }
  header.headroom.not-top .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .front header.headroom.top {
    background-color: transparent;
  }
}
.page-flyout {
  position: fixed;
  z-index: 49;
  top: 0;
  left: 125%;
  bottom: 0;
  width: 100%;
  transition: left 0.75s ease-in-out;
}
.menu-active .page-flyout {
  left: 0;
}
@media (max-width: 1123px) {
  .search-active .page-flyout {
    left: 0;
  }
}
@media (min-width: 1124px) {
  .page-flyout {
    z-index: 51;
  }
}
.page-flyout .node-upper-meta {
  display: none;
  visibility: hidden;
}
.page-flyout .inner {
  position: relative;
  z-index: 2;
  float: right;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
}
.page-flyout .inner .site-toolbar {
  width: 100%;
}
.page-flyout .inner .site-toolbar .adopt {
  padding: 0;
  margin: 0;
  background: none;
}
.page-flyout .inner .site-toolbar .adopt a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: white;
  background: #285990;
}
.page-flyout .inner .site-toolbar .adopt a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-flyout .inner .site-toolbar .donate {
  padding: 0;
  margin: 0;
  background: none;
  margin-left: 10px;
}
.page-flyout .inner .site-toolbar .donate a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #2B2D36;
  background: #A9C47F;
}
.page-flyout .inner .site-toolbar .donate a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-flyout .inner .site-toolbar .adopt,
.page-flyout .inner .site-toolbar .donate {
  float: left;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.page-flyout .inner .site-toolbar .adopt a,
.page-flyout .inner .site-toolbar .donate a {
  font-size: 1.1rem;
}
@media (min-width: 640px) {
  .page-flyout .inner .site-toolbar .adopt a,
  .page-flyout .inner .site-toolbar .donate a {
    font-size: 1.5rem;
  }
}
.page-flyout .inner .site-toolbar button.close-icon {
  float: right;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  outline: none;
  overflow: hidden;
  text-align: center;
}
.page-flyout .inner .site-toolbar button.close-icon:after {
  content: "\2715";
  line-height: 30px;
  font-size: 24px;
  color: #5B6770;
  transition: all 0.2s ease-out;
}
.page-flyout .inner .site-toolbar button.close-icon:hover:after {
  color: #A9C47F;
}
@media (min-width: 640px) {
  .page-flyout .inner {
    width: 323px;
    box-sizing: initial;
  }
}
@media (min-width: 1124px) {
  .page-flyout .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .page-flyout .inner .site-toolbar {
    right: 60px;
    height: 140px;
  }
}
@media (min-width: 1920px) {
  .page-flyout .inner {
    padding-right: calc((100vw - 1800px)/2);
  }
}
.page-flyout.headroom.top .inner .site-toolbar {
  height: 75px;
  transition: all 0.2s ease-out;
}
@media (min-width: 1124px) {
  .page-flyout.headroom.top .inner .site-toolbar {
    height: 140px;
  }
}
.page-flyout.headroom.top .inner .primary-navigation {
  margin-top: 5px;
  transition: all 0.2s ease-out;
}
@media (min-width: 1124px) {
  .page-flyout.headroom.top .inner .primary-navigation {
    margin-top: -25px;
  }
}
.page-flyout.headroom.not-top .inner .site-toolbar {
  height: 75px;
  transition: all 0.2s ease-out;
}
.page-flyout.headroom.not-top .inner .primary-navigation {
  margin-top: 5px;
  transition: all 0.2s ease-out;
}
.overlay {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  bottom: -200px;
}
.menu-active .overlay,
.search-active .overlay {
  width: 100%;
  cursor: url('/sites/default/themes/dtheme/img/theme_close.svg') 20 20, pointer;
  transition: width 0.3s 0.1s linear;
}
.search-active .overlay {
  bottom: -200px;
  opacity: 1;
}
@media (max-width: 1023px) {
  .menu-active .overlay {
    bottom: -200px;
    opacity: 1;
  }
}
.footprint {
  position: relative;
  display: block;
  height: 400px;
}
.page-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5B6770;
}
.page-footer .border-top:before {
  top: -17px;
  height: 18px;
}
.page-footer .node-item {
  display: none;
  visibility: hidden;
}
.page-footer .footerlinks .node-header,
.page-footer .footer-social-links-block .node-header {
  display: block !important;
  visibility: visible !important;
}
.page-footer .footerlinks .node-header .subtitle,
.page-footer .footer-social-links-block .node-header .subtitle {
  display: none;
  visibility: hidden;
}
.page-footer .footerlinks .view-content .views-row .node-teaser,
.page-footer .footer-social-links-block .view-content .views-row .node-teaser {
  overflow: visible;
}
.page-footer .footerlinks .view-content .views-row .node-header a,
.page-footer .footer-social-links-block .view-content .views-row .node-header a {
  transition: all 0.2s ease-in-out;
}
.page-footer .footerlinks .view-content .views-row .node-header a:hover,
.page-footer .footer-social-links-block .view-content .views-row .node-header a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-footer .footerlinks .view-content .views-row .node-header span,
.page-footer .footer-social-links-block .view-content .views-row .node-header span {
  color: white;
}
.page-footer .footerlinks .view-header {
  padding-top: 60px;
}
.page-footer .footerlinks .view-header .footer-logo {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 350px;
  text-align: center;
}
.page-footer .footerlinks .view-content {
  margin: 0 20px;
  box-sizing: border-box;
  margin: 35px auto 45px !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-footer .footerlinks .view-content {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
.page-top > .page-footer .footerlinks .view-content,
.page-footer > .page-footer .footerlinks .view-content {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.page-footer .footerlinks .view-content .views-row {
  margin-bottom: 20px;
}
.page-footer .footerlinks .view-content .views-row .node-teaser {
  margin: 0;
}
.page-footer .footerlinks .view-content .views-row .node-header span {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-footer .footerlinks .view-content {
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .page-footer .footerlinks .view-content .views-row {
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .page-footer .footerlinks .view-content {
    max-width: 85%;
  }
}
.page-footer .footer-social-links-block .view-content {
  text-align: center;
}
.page-footer .small-print {
  margin: 50px 0;
  transition: all 0.3s ease;
}
.page-footer .small-print .node-teaser {
  margin: 0;
}
.page-footer .small-print .node-content {
  display: block !important;
  visibility: visible !important;
  color: white;
  font-size: 1.5rem;
  line-height: 2.5rem;
  -webkit-font-smoothing: auto;
}
.page-footer .small-print .node-content p {
  margin: 0;
}
.page-footer .small-print .view {
  margin: 0 20px;
  box-sizing: border-box;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 1024px) {
  .page-footer .small-print .view {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;
  }
}
.page-top > .page-footer .small-print .view,
.page-footer > .page-footer .small-print .view {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.page-footer .small-print .view > div {
  display: inline-block;
  vertical-align: top;
}
.page-footer .small-print .view .view-content .node-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.page-footer .small-print .view .view-content .node-content p {
  text-align: center;
}
.page-footer .small-print .view .view-content .node-content p a {
  color: white;
}
.page-footer .small-print .view .view-footer {
  padding-bottom: 20px;
}
.page-footer .small-print .view .view-footer p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.page-footer .small-print .view .view-footer span {
  text-align: center;
  padding: 20px;
}
.page-footer .small-print .view .view-footer span img {
  height: 40px;
}
.page-footer .small-print .view .view-footer span.coa-icon img {
  height: 70px;
}
@media (min-width: 640px) {
  .page-footer .small-print .view .view-footer p {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .page-footer .small-print .view .view-footer p span {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .page-footer .small-print {
    margin: 30px 0 50px;
  }
  .page-footer .small-print .view {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.page-header .site-identity {
  display: inline-block;
  vertical-align: top;
  height: 55px;
  width: 195.4315px;
  z-index: 3;
  transition: all 0.2s ease;
}
.page-header .site-identity .site-logo {
  height: 100%;
}
.page-header .site-identity .site-logo a {
  display: block;
  line-height: 0;
  height: inherit;
}
.page-header .site-identity .site-logo a img {
  height: inherit;
}
@media (min-width: 1124px) {
  .page-header .site-identity {
    height: 85px;
    width: 355.33px;
  }
  .page-header.not-top .site-identity {
    height: 55px;
    width: 195.4315px;
  }
}
.main-navigation {
  margin-top: 3.5rem;
}
.main-navigation ul {
  font-size: 0;
  list-style: none;
  white-space: nowrap;
}
.main-navigation a {
  text-decoration: none;
}
.main-navigation li.depth-1 {
  float: none;
  position: relative;
  width: auto;
}
.main-navigation li.depth-1 > a:not(.hidden) {
  padding: 2rem 0;
}
.main-navigation a.depth-1 {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: transparent;
  color: #5B6770;
  transition: all 0.2s ease-in-out;
}
.main-navigation a.depth-1:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.main-navigation .show a.depth-1 {
  color: #A9C47F;
}
.main-navigation .active-trail a.depth-1 {
  color: #3E87CB;
}
.main-navigation ul ul {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 0;
  opacity: 0;
  line-height: 0;
  overflow: hidden;
  text-align: left;
  background-color: #A9C47F;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.main-navigation ul ul li {
  display: none;
}
.main-navigation ul.depth-2 {
  top: 100%;
}
.main-navigation ul.depth-3 {
  left: 95%;
}
.main-navigation li.show > ul {
  height: auto;
  opacity: 1;
  overflow: visible;
  line-height: 1.5;
}
.main-navigation li.show > ul li {
  display: block;
}
.main-navigation li.show > ul.depth-2 {
  z-index: 2;
}
.main-navigation li.show > ul.depth-3 {
  z-index: 3;
  left: 100%;
}
.main-navigation ul.depth-2 a.menu-link {
  display: block;
  color: white;
  padding: 8px 10px;
  white-space: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  text-transform: none;
  background-color: #A9C47F;
  transition: background-color 0.3s ease-out;
}
.main-navigation ul.depth-2 li:hover > a.menu-link {
  background-color: #3E87CB;
  color: white;
}
.main-navigation .menuparent.depth-2 {
  position: relative;
}
.main-navigation .menuparent.depth-2 a.depth-2:after {
  font-family: 'dd-templates' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 24px;
  line-height: 37px;
  content: "\e203";
  transition: all 0.1s linear;
}
.main-navigation .menuparent.depth-2.show > a.depth-2:after {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}
.main-navigation .menuparent.depth-2 li.active-trail > a.menu-link {
  background-color: #3E87CB;
  color: white;
}
.main-navigation ul.depth-3 {
  border-left: 1px solid #3E87CB;
}
a.depth-2.arrow-hide:after {
  display: none;
}
.page-header .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-header .inner > div {
  -ms-flex-align: stretch;
      align-items: stretch;
}
.page-header .inner > div:first-child {
  padding: 0 20px;
}
.page-header .inner > div:last-child {
  padding-right: 20px;
}
.page-header .site-toolbar,
.page-header .site-utilities {
  display: -ms-flexbox;
  display: flex;
  float: right;
  position: relative;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
}
.page-header .site-toolbar {
  padding: 8px 0;
  transition: all 0.2s ease;
}
.page-header .site-toolbar button.menu-icon {
  display: inline-block;
}
@media (min-width: 1124px) {
  .page-header .site-toolbar button.menu-icon {
    display: none;
  }
}
.page-header .site-toolbar button.donate {
  padding: 0;
  margin: 0;
  background: none;
  margin-top: -10px;
  margin-bottom: -10px;
}
.page-header .site-toolbar button.donate a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #2B2D36;
  background: #A9C47F;
}
.page-header .site-toolbar button.donate a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-header .site-toolbar button.donate > a {
  font-size: 1.6rem;
}
.page-header .site-toolbar button.adopt {
  padding: 0;
  margin: 0;
  background: none;
  margin-top: -10px;
  margin-bottom: -10px;
}
.page-header .site-toolbar button.adopt a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: white;
  background: #285990;
}
.page-header .site-toolbar button.adopt a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-header .site-toolbar button.adopt > a {
  font-size: 1.6rem;
}
.page-header .site-toolbar button.search-icon,
.page-header .site-toolbar button.menu-icon {
  margin-left: 20px;
  width: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  outline: none;
  overflow: hidden;
}
.page-header .site-toolbar button.search-icon:before,
.page-header .site-toolbar button.menu-icon:before {
  font-size: 24px;
  color: #5B6770;
  transition: all 0.2s ease-out;
}
.page-header .site-toolbar button.search-icon:hover:before,
.page-header .site-toolbar button.menu-icon:hover:before {
  color: #A9C47F;
}
.page-header .site-toolbar button.menu-icon:before {
  content: "\2261";
}
.page-header .site-toolbar button.search-icon {
  position: relative;
}
.page-header .site-toolbar button.search-icon:before {
  content: "\e903";
  opacity: 1;
}
.search-active .page-header .site-toolbar button.search-icon:before {
  content: "\2715";
}
.section-find .page-header .site-toolbar button.search-icon {
  display: none;
}
.page-header .site-utilities {
  display: none;
}
.page-header .site-utilities .headerlinks .node-header {
  display: block;
  visibility: visible;
}
.page-header .site-utilities .views-row {
  float: right;
  margin-left: 20px;
}
.page-header .site-utilities .views-row .node-upper-meta {
  display: none;
  visibility: hidden;
}
.page-header .site-utilities .views-row .node-teaser {
  margin: 0;
  padding: 10px 0;
  overflow: visible;
}
.page-header .site-utilities .views-row .node-teaser .node-header a {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}
.page-header .site-utilities .views-row .node-teaser .node-header a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.page-header .site-utilities .views-row .node-teaser.btn-green {
  padding: 0;
  margin: 0;
  background: none;
}
.page-header .site-utilities .views-row .node-teaser.btn-green a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #2B2D36;
  background: #A9C47F;
  padding: 20px 35px;
}
.page-header .site-utilities .views-row .node-teaser.btn-green a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media print {
  .page-header .site-toolbar,
  .page-header .site-utilities {
    display: none;
  }
}
@media (max-width: 1123px) {
  .page-header .inner .site-topbar {
    height: 55px;
  }
  .page-header .inner .site-topbar button.adopt,
  .page-header .inner .site-topbar button.donate,
  .page-header .inner .site-topbar button.search-icon {
    display: none;
    visibility: hidden;
  }
  .page-header .inner .site-utilities {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1124px) {
  .page-header .inner > div:first-child {
    padding: 10px 0 0;
  }
  .page-header .inner > div:last-child {
    padding-right: 0;
  }
  .page-header .inner .site-topbar {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-header .inner .site-topbar .site-toolbar {
    float: none;
    top: unset;
    margin: 0;
  }
  .page-header .inner .site-topbar .site-toolbar button.donate,
  .page-header .inner .site-topbar .site-toolbar button.adopt {
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease-out;
  }
  .search-active .page-header .inner .site-topbar .site-toolbar button.donate,
  .search-active .page-header .inner .site-topbar .site-toolbar button.adopt {
    opacity: 0;
    visibility: hidden;
  }
  .page-header .inner .site-topbar .site-utilities {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    float: none;
    top: unset;
    margin: 0;
    opacity: 1;
    transition: 0.2s ease-out;
  }
  .search-active .page-header .inner .site-topbar .site-utilities {
    opacity: 0;
    visibility: hidden;
  }
  .page-header .inner .site-topbar .site-utilities .block {
    display: none;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus {
    display: block;
    margin: 0;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu {
    display: -ms-flexbox;
    display: flex;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1 {
    padding: 0 10px;
    transition: all 0.2s ease-in-out;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1 a.depth-1 {
    text-transform: unset;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1 a.depth-1 span {
    font-size: 1.6rem;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show {
    background-color: #3E87CB;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show a {
    color: white;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-2 {
    background-color: #3E87CB;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-2 a.depth-2 {
    background-color: #3E87CB;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-2 a.depth-2:hover {
    text-decoration: underline;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-2 a.depth-2 span {
    font-size: 1.6rem;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-3 li:hover > a.menu-link {
    background-color: #A9C47F;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-3 a {
    color: #5B6770;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1.show ul.depth-3 a:hover {
    text-decoration: underline;
  }
  .page-header .inner .site-topbar .site-utilities .block-nice_menus .nice-menu li.depth-1 a.depth-1 {
    -ms-transform: none;
        transform: none;
  }
  .page-header .inner .site-topbar button.adopt,
  .page-header .inner .site-topbar button.donate {
    margin-left: 20px;
  }
  .page-header.not-top .inner .site-topbar {
    height: 55px;
  }
}
#block-digitaldcore-search {
  width: 100%;
  height: inherit;
  clear: both;
}
.dd-search {
  float: none;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
}
.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%;
  padding: 10px 65px 10px 25px;
  border: 1px solid #5B6770;
  background-color: white;
  border-radius: 36px;
  font-family: 'morpeth';
  font-size: 18px;
  line-height: 45px;
  color: #5B6770;
  box-sizing: border-box;
}
.dd-search .dd-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  border: none;
}
.dd-search .dd-search-submit:before {
  position: absolute;
  font-size: 30px;
  top: 0;
  left: 0;
  right: 0;
  content: "\e903";
  color: #5B6770;
  line-height: 65px;
}
.dd-search .dd-search-submit-button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}
.social-media-links .node-header,
.footer-social-links-block .node-header {
  display: block !important;
  visibility: visible !important;
}
.social-media-links .views-row article,
.footer-social-links-block .views-row article {
  margin-bottom: 0;
  overflow: visible;
}
.social-media-links .views-row article .node-header a,
.footer-social-links-block .views-row article .node-header a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.social-media-links .views-row article .node-header a:before,
.footer-social-links-block .views-row article .node-header a:before {
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 2;
  display: block;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  transition: all 0.2s ease-out;
}
.social-media-links .views-row article .node-header a[href*="facebook.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="facebook.com"]:before {
  content: "\e905";
}
.social-media-links .views-row article .node-header a[href*="instagram.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="instagram.com"]:before {
  /* content: url(../img/theme_Instagram.svg);
  filter: invert(100%);
  height: 35px;
  width: 35px;
  position: absolute;
  top: -2px;
  left: -2px; */
  content: "\e909";
  
}
.social-media-links .views-row article .node-header a[href*="twitter.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="twitter.com"]:before {
  content: "\e910";
}
.social-media-links .views-row article .node-header a[href*="linkedin.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="linkedin.com"]:before {
  content: "\e914";
}
.social-media-links .views-row article .node-header a[href*="youtube.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="youtube.com"]:before {
  content: "\e911";
}
.social-media-links .views-row article .node-header a[href*="tiktok.com"]:before,
.footer-social-links-block .views-row article .node-header a[href*="tiktok.com"]:before {
  content: "\e913";
}
.social-media-links .views-row article .node-header a:hover,
.footer-social-links-block .views-row article .node-header a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.social-media-links {
  margin-top: 35px;
}
.social-media-links .views-row {
  float: left;
}
.social-media-links .views-row article {
  margin-right: 35px;
}
.social-media-links .views-row article .node-header a:before {
  color: #5B6770;
}
.social-media-links .views-row article .node-header a:hover:before {
  color: #A9C47F;
}
.social-media-links .views-row article .node-header a[href*="instagram.com"]:before {
  filter: invert(39%) sepia(14%) saturate(443%) hue-rotate(163deg) brightness(94%) contrast(82%);
}
.social-media-links .views-row article .node-header a[href*="instagram.com"]:hover:before {
  filter: invert(79%) sepia(24%) saturate(524%) hue-rotate(42deg) brightness(94%) contrast(81%);
}
.footer-social-links-block .view-content {
  width: 100%;
  text-align: center;
}
.footer-social-links-block .views-row {
  display: inline-block;
  padding: 0 10px;
}
.footer-social-links-block .views-row article .node-header a:before {
  color: white;
}
.contact-pods .views-row:first-child .node-upper-meta {
  border-top: 0;
}
.contact-pods .link-read-more {
  display: none;
}
.posts article .node-inner .node-header .title {
  margin-bottom: 10px;
}
.pods {
  margin-bottom: 4rem;
}
.pods .views-row {
  margin-bottom: 2rem;
}
.pods .views-row .node {
  margin-bottom: 0;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.pods .views-row .node .dd-hover-expand {
  top: 0;
  right: 0;
}
.pods .views-row .node-inner {
  padding: 3rem;
}
.pods .views-row .node-item {
  display: none;
}
.pods .views-row .node-upper-image,
.pods .views-row .node-header,
.pods .views-row .node-links,
.pods .views-row .node-webform {
  display: block;
}
.pods .views-row .field-image {
  margin-bottom: 2rem;
}
.pods .views-row .node-header {
  font-size: 2rem;
  line-height: 2.4rem;
}
.pods .views-row .node-header .title {
  color: #5B6770;
  font-weight: 700;
  margin-bottom: 1rem;
  transition: color 0.2s ease-in-out;
  font-size: 2rem;
  line-height: 2.4rem;
}
.pods .views-row .node-header .subtitle {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #5B6770;
}
.pods .views-row .link a {
  color: #5B6770;
}
.pods .views-row .link a:hover {
  color: #A9C47F;
}
.pods .views-row .node-links .link-read-more {
  display: none;
}
.pods .views-row .node-webform label {
  color: #333;
}
.pods .views-row .node-unpublished {
  border: 5px solid #faa;
  background-color: transparent;
}
.pods .views-row:nth-child(3n+1) .node {
  background-image: url(../img/greenpod.png);
}
.pods .views-row:nth-child(3n+1) .node .link a {
  color: #5B6770;
}
.pods .views-row:nth-child(3n+1) .node .link a:hover {
  color: #5B6770;
  text-decoration: underline;
}
.pods .views-row:nth-child(3n+2) .node {
  background-image: url(../img/bluepod.png);
}
.pods .views-row:nth-child(3n+2) .node .node-header .title,
.pods .views-row:nth-child(3n+2) .node .node-header .subtitle {
  color: white;
}
.pods .views-row:nth-child(3n+2) .node .link a {
  color: white;
}
.pods .views-row:nth-child(3n+2) .node .link a:hover {
  color: white;
  text-decoration: underline;
}
.pods .views-row:nth-child(3n+3) .node {
  background-image: url(../img/graypod.png);
}
.pods .views-row:nth-child(3n+3) .node .node-header .title,
.pods .views-row:nth-child(3n+3) .node .node-header .subtitle {
  color: white;
}
.pods .views-row:nth-child(3n+3) .node .link a {
  color: white;
}
.pods .views-row:nth-child(3n+3) .node .link a:hover {
  color: white;
  text-decoration: underline;
}
.pods .views-row:hover .node-header .title {
  text-decoration: underline;
}
.pods .views-row .node-1869 {
  background: none;
}
.pods .views-row .node-1869 .node-inner {
  padding: 1rem;
}
@media screen and (max-width: 540px) {
  .pods .views-row .node-1869 .node-inner {
    padding: 0;
  }
}
.pods .views-row .node-1869 .node-header a {
  pointer-events: none;
}
.pods .views-row .node-1869 .node-header .title {
  margin-top: 0;
}
.pods .views-row .node-1869 .node-content {
  display: block;
}
.pods .views-row .node-1869 .node-content p {
  margin: 1rem 0;
}
.pods .views-row:hover .node-1869 .node-header .title {
  color: #5B6770 !important;
}
.pods-right .node {
  padding-bottom: 0;
}
@media (min-width: 540px) and (max-width: 639px) {
  .pods-right .view-content {
    margin-left: -3%;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .pods-right .views-row {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    vertical-align: top;
    font-size: 1.8rem;
  }
}
@media (min-width: 540px) {
  .pods-below .view-content {
    margin-left: -3%;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .pods-below .views-row {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    vertical-align: top;
    font-size: 1.8rem;
  }
}
@media (min-width: 720px) {
  .pods-below .view-content {
    margin-left: -3.33333333%;
  }
  .pods-below .views-row {
    width: 30%;
    margin-left: 3.33333333%;
  }
}
.site-notifications-block {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  background: #47545D;
  color: white;
  transition: max-height 0.5s linear;
  z-index: 2;
}
.admin-menu .site-notifications-block {
  bottom: 30px;
}
.front .site-notifications-block .node-header {
  display: block;
  visibility: visible;
}
.site-notifications-block .block-inner {
  position: relative;
  margin-right: 60px;
  cursor: pointer;
}
.site-notifications-block .block-inner:before {
  content: "\2715";
  position: absolute;
  top: 50%;
  right: -42px;
  margin-top: -12px;
  font-size: 24px;
}
.site-notifications-block .node {
  margin: 0;
}
.site-notifications-block .node-item {
  display: none;
}
.site-notifications-block .node-header {
  display: block;
}
.site-notifications-block .node-header a {
  display: block;
  padding: 20px;
  font-size: 0;
  line-height: 24px;
}
.site-notifications-block .node-header .title,
.site-notifications-block .node-header .subtitle {
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: white;
}
.site-notifications-block .node-header .title {
  display: inline;
  text-transform: uppercase;
}
.site-notifications-block .node-header .subtitle {
  display: none;
  margin: 0;
  padding-left: 0.6em;
  text-transform: none;
}
.site-notifications-block.show {
  max-height: 300px;
  overflow: inherit;
}
@media (min-width: 1024px) {
  .site-notifications-block .block-inner {
    width: 70%;
    margin: 0 auto;
  }
  .site-notifications-block .node-header .subtitle {
    display: inline;
  }
}
/****************************************
 *********** Google translate ***********
 ****************************************/
.goog-te-banner-frame {
  top: auto !important;
  bottom: 0;
}
@media screen and (max-width: 1365px) {
  .google-translate-wrapper {
    padding: 10px 0;
  }
}
.google-translate {
  display: inline-block;
  top: 15px;
}
.google-translate .translate {
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
  color: black;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  border: none;
  background: transparent;
  max-width: 140px;
}
.google-translate .translate span {
  /*position: relative;*/
  color: #363535;
  font-family: 'Proxima Nova W01', sans-serif;
  margin-right: 70px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 140px;
  padding-top: 46px;
  padding-left: 45px;
}
.google-translate .translate:before {
  position: absolute;
  top: 15px;
  font-size: 14px;
  content: url('/sites/default/themes/dtheme/img/translation_blue.svg');
  height: 36px;
  width: 45px;
}
.home-quicklinks .google-translate .translate {
  width: 100%;
}
@media (max-width: 1365px) {
  .google-translate .translate {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .google-translate:hover .translate:before,
  .google-translate:focus .translate:before {
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .google-translate {
    margin-bottom: 10px;
    height: 22px;
  }
  .google-translate .translate {
    max-width: 100%;
    margin-bottom: 10px;
    height: 22px;
    text-align: left;
  }
  .google-translate .translate span {
    max-width: 100%;
    padding-left: 0.75em;
    text-align: left;
  }
  .google-translate .translate:before {
    right: 0;
    height: 22px;
    width: 22px;
    top: 0;
    margin-top: 0px;
  }
}
@media (min-width: 1920px) {
  .google-translate .translate::after {
    right: -18px;
  }
}
#google-translate .goog-te-gadget {
  font-size: 0;
  line-height: 0;
}
#google-translate .goog-te-gadget select.goog-te-combo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  color: #646464;
  opacity: 0;
}
#google-translate .goog-te-gadget select.goog-te-combo::-ms-expand {
  display: none;
}
#google-translate .goog-te-gadget span {
  display: none;
}
@media (max-width: 991px) {
  #google-translate .goog-te-gadget select.goog-te-combo {
    color: #646464;
    /* font-family: @F1; */
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  #google-translate .goog-te-gadget select.goog-te-combo {
    height: 45px;
  }
}
.page-flyout #ssyaf-translate {
  border: 1px solid #696969;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  line-height: 1;
  color: #363535;
  transition: background-color 0.3s ease-out;
  position: relative;
}
.page-flyout #ssyaf-translate .translate {
  max-width: 105px;
  background: transparent;
}
.page-flyout #ssyaf-translate .translate span {
  max-width: 50%;
  padding-left: 20px;
  text-align: left;
  color: black;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0px;
}
.page-flyout #ssyaf-translate .translate:before {
  position: absolute;
  top: 5px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  left: 15px;
}
.page-flyout #ssyaf-translate .translate:after {
  font-family: 'theme' !important;
  content: "\e911";
  font-size: 18px;
  position: absolute;
  top: 9px;
  left: 110px;
}
.page-flyout #ssyaf-translate:hover {
  border-color: #5B6770;
  background-color: #5B6770;
  color: white;
}
.page-flyout #ssyaf-translate:hover .translate {
  color: white;
  background-color: transparent;
}
.page-flyout #ssyaf-translate:hover .translate span {
  background-color: transparent;
  color: white;
}
.page-flyout #ssyaf-translate:hover .translate:before {
  content: url('/sites/default/themes/dtheme/img/translation_white.svg');
  height: 30px;
  width: 30px;
}
.page-flyout #ssyaf-translate:hover .translate:after {
  color: white;
}
#ssyaf-translate {
  position: relative;
  padding: 2rem 0;
  vertical-align: middle;
  top: 0;
}
#ssyaf-translate button.translate.button {
  position: static;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
}
@media (min-width: 1124px) {
  #ssyaf-translate button.translate.button {
    max-width: 54px;
  }
}
#ssyaf-translate button.translate.button::before,
#ssyaf-translate button.translate.button::after {
  position: static;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}
#ssyaf-translate button.translate.button span {
  padding-left: 0;
  margin-right: 0;
}
@media (min-width: 1124px) {
  #ssyaf-translate button.translate.button span {
    max-width: 0;
  }
}
@media (min-width: 1124px) {
  #ssyaf-translate #google-translate .goog-te-gadget select.goog-te-combo {
    top: 25px;
  }
}
#block-views_blocks-term-block_1-6 .block-controls-wrapper .block-controls {
  display: none!important;
}
.menu-active .page-flyout #ssyaf-translate {
  clear: both;
  float: left;
  margin-right: 20px;
}
body.logged-in .skiptranslate iframe {
  z-index: 1;
}
body.logged-in .skiptranslate iframe {
  bottom: 30px;
  z-index: 5;
}
.front .node-item {
  display: none;
  visibility: hidden;
}
.front .page-content {
  margin: 0;
}
.hero {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .hero.ready,
.hero.ready.font-ready {
  opacity: 1;
}
.hero .block-controls-wrapper {
  margin-top: 42px;
}
.hero .edit-classes {
  top: 30px;
}
.hero article {
  overflow: visible;
  margin: 0;
}
.hero .node-inner {
  background-size: cover;
  background-position: center;
  margin: 0;
  min-height: 400px;
}
@media (min-width: 640px) {
  .hero .node-inner {
    min-height: 750px;
  }
}
.hero .node-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 1;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat padding-box;
}
@media (min-width: 640px) {
  .hero .node-inner:before {
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%) 0 0 no-repeat padding-box;
  }
}
.hero .node-inner .node-upper-image > span {
  margin: 0;
}
.hero .node-inner .node-upper-image img {
  opacity: 0.8;
  width: 100%;
}
.hero .node-inner .node-header,
.hero .node-inner .node-links {
  display: block;
  visibility: visible;
}
.hero .node-inner .node-header {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.hero .node-inner .node-header > a {
  padding: 30px;
}
.hero .node-inner .node-header .title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #5B6770;
}
.hero .node-inner .node-header .subtitle {
  display: none;
  color: #5B6770;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .hero .node-inner .node-header .title {
    margin: 0 auto;
    max-width: 670px;
    font-size: 4.7rem;
    line-height: 1.1;
  }
}
@media (max-width: 639px) {
  .hero .node-inner .node-header .subtitle {
    margin-top: 8px;
  }
}
.hero .node-inner .node-links {
  position: relative;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.hero .node-inner .node-links .link-read-more {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}
.hero .node-inner .node-links .link-read-more a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #5B6770;
  background: white;
  padding: 20px 35px;
}
.hero .node-inner .node-links .link-read-more a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.hero .node-inner .node-links .link-read-more a {
  box-shadow: 0 3px 6px #00000029;
}
.hero-slider {
  width: 100%;
  background: transparent;
  z-index: 5;
}
@media (min-width: 1024px) {
  .hero-slider {
    margin-top: -100px;
  }
  .hero-slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    top: 80px;
    background-image: url('../img/whiteBandTop.png');
  }
  .hero-slider:after {
    background-image: none !important;
  }
}
.hero-slider .views-row {
  display: none;
}
.hero-slider .views-row-1,
.hero-slider .views-row-2,
.hero-slider .views-row-3 {
  display: block;
  z-index: 2;
}
.hero-slider .view-content {
  padding: 0;
  box-sizing: border-box;
}
.hero-slider .view-content:before,
.hero-slider .view-content:after {
  content: " ";
  display: table;
}
.hero-slider .view-content:after {
  clear: both;
}
@media (min-width: 1024px) {
  .hero-slider .view-content {
    padding-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-slider .view-content .views-row {
    max-width: 370px;
  }
}
@media (min-width: 1366px) {
  .hero-slider .view-content {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1366px;
    margin: 0 auto;
  }
  .hero-slider .view-content .views-row {
    max-width: 375px;
  }
}
.hero-slider .view-content .views-row-1 {
  background-color: #3E87CB;
}
.hero-slider .view-content .views-row-1 .node-inner:before {
  background-color: #3E87CB;
}
.hero-slider .view-content .views-row-2 {
  background-color: #A9C47F;
}
.hero-slider .view-content .views-row-2 .node-inner:before {
  background-color: #A9C47F;
}
.hero-slider .view-content .views-row-2 .node-inner .node-header span {
  color: #47545D;
}
.hero-slider .view-content .views-row-3 {
  background-color: #5B6770;
}
.hero-slider .view-content .views-row-3 .node-inner:before {
  background-color: #5B6770;
}
.hero-slider article {
  margin-bottom: 0;
  height: 100%;
}
.hero-slider .node-inner {
  padding: 60px 50px;
  text-align: center;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 240px;
}
@media (min-width: 1024px) {
  .hero-slider .node-inner {
    display: block;
  }
}
.hero-slider .node-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.88;
}
.hero-slider .node-inner .node-header,
.hero-slider .node-inner .node-links {
  position: relative;
  display: block;
  visibility: visible;
}
.hero-slider .node-inner .node-header {
  margin-bottom: 0;
}
.hero-slider .node-inner .node-header span {
  color: white;
}
.hero-slider .node-inner .node-header .title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .hero-slider .node-inner .node-header .title {
    margin-bottom: 30px;
  }
}
.hero-slider .node-inner .node-header .subtitle {
  display: none;
  visibility: hidden;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .hero-slider .node-inner .node-header .subtitle {
    display: block;
    visibility: visible;
  }
}
.hero-slider .node-inner .link-read-more {
  display: none;
  padding: 0;
  background: none;
  margin: 0;
}
.hero-slider .node-inner .link-read-more a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #5B6770;
  background: white;
  padding: 20px 35px;
}
.hero-slider .node-inner .link-read-more a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media (min-width: 1024px) {
  .hero-slider .node-inner {
    padding: 50px 50px 70px;
    text-align: left;
    height: 100%;
    min-height: 420px;
  }
  .hero-slider .node-inner:hover .node-header .title {
    text-decoration: underline;
  }
}
.hero-slider .slick-dots {
  bottom: 35px;
}
.front .home-quick-links {
  display: inline-block;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-quick-links,
.front .home-quick-links.font-ready {
  opacity: 1;
}
.front .home-quick-links .block-inner {
  padding: 30px 10px;
  box-sizing: border-box;
}
.front .home-quick-links .block-inner:before,
.front .home-quick-links .block-inner:after {
  content: " ";
  display: table;
}
.front .home-quick-links .block-inner:after {
  clear: both;
}
@media (min-width: 640px) {
  .front .home-quick-links .block-inner {
    padding: 80px 60px 60px;
  }
}
@media (min-width: 1024px) {
  .front .home-quick-links .block-inner {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
@media (min-width: 1366px) {
  .front .home-quick-links .block-inner {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1366px;
    margin: 0 auto;
  }
}
.front .home-quick-links .views-row {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .front .home-quick-links .views-row {
    width: 25%;
  }
}
.front .home-quick-links .node {
  margin: 0;
  transition: all 0.2s ease-out;
}
.front .home-quick-links .node:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.front .home-quick-links .node .node-header {
  display: block;
  visibility: visible;
}
.front .home-quick-links .node .node-header .title {
  position: relative;
  margin: 0 auto;
  color: #5B6770;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  max-width: 140px;
}
@media (min-width: 640px) {
  .front .home-quick-links .node .node-header .title {
    max-width: none;
  }
}
.front .home-quick-links .node .node-header .subtitle {
  display: none;
  visibility: hidden;
}
.front .home-quick-links .node .node-header > a:before {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: #A9C47F;
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .front .home-quick-links .node .node-header > a:before {
    font-size: 10rem;
  }
}
.front .home-quick-links .node.arrow-icon .node-header > a:before {
  content: '\3e';
}
.front .home-quick-links .node.person-icon .node-header > a:before {
  content: '\e900';
}
.front .home-quick-links .node.calendar-icon .node-header > a:before {
  content: '\e902';
}
.front .home-quick-links .node.checkmark-icon .node-header > a:before {
  content: '\2713';
}
.front .home-quick-links .node.files-icon .node-header > a:before {
  content: '\e901';
}
.front .home-quick-links .node.heart-icon .node-header > a:before {
  content: '\2661';
}
.front .home-quick-links .node.house-icon .node-header > a:before {
  content: '\e904';
}
.front .home-quick-links .node.logo-icon .node-header > a:before {
  content: '\e90a';
}
.front .home-quick-links .node.paperheart-icon .node-header > a:before {
  content: '\e90c';
}
.front .home-quick-links .node.pencil-icon .node-header > a:before {
  content: '\270e';
}
.front .home-quick-links .node.star-icon .node-header > a:before {
  content: '\2606';
}
.front .home-quick-links .node.car-icon .node-header > a:before {
  content: '\e90b';
}
.front .home-quick-links .node.average-icon .node-header > a:before {
  content: '\e90d';
}
.front .home-quick-links .node.people-icon .node-header > a:before {
  content: '\e908';
}
.front .home-quick-links .node.facebook-icon .node-header > a:before {
  content: '\e905';
}
.front .home-quick-links .node.twitter-icon .node-header > a:before {
  content: '\e910';
}
.front .home-quick-links .node.instagram-icon .node-header > a:before {
  content: '\e909';
}
.front .home-quick-links .node.over-the-edge-icon .node-header > a:before {
  content: '\e90e';
}
.front .home-quick-links .node.dei-icon .node-header > a:before {
  content: '\e90f';
}
.front .home-success-stories-header .block-controls-wrapper,
.front .home-success-stories-slider .block-controls-wrapper {
  top: 40px;
  z-index: 1;
}
.front .home-success-stories-header .dd-hover-expand,
.front .home-success-stories-slider .dd-hover-expand {
  top: 40px;
}
.front .home-success-stories-header .edit-classes,
.front .home-success-stories-slider .edit-classes {
  top: 20px;
}
.front .home-success-stories-header .node-upper-image,
.front .home-success-stories-slider .node-upper-image,
.front .home-success-stories-header .node-header,
.front .home-success-stories-slider .node-header,
.front .home-success-stories-header .node-links,
.front .home-success-stories-slider .node-links {
  display: block;
  visibility: visible;
}
.front .home-success-stories-header .link-read-more,
.front .home-success-stories-slider .link-read-more {
  display: block;
}
.front .home-success-stories-header {
  float: left;
  width: 100%;
  height: 350px;
  z-index: 0;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-success-stories-header.ready,
.front .home-success-stories-header.ready.font-ready {
  opacity: 1;
}
@media (min-width: 640px) {
  .front .home-success-stories-header {
    height: 650px;
  }
}
@media (min-width: 1024px) {
  .front .home-success-stories-header {
    width: 65%;
  }
}
.front .home-success-stories-header .node-teaser {
  margin: 0 auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .home-success-stories-header .node-teaser:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(55, 58, 60, 0.66);
  z-index: 1;
}
.front .home-success-stories-header .node-teaser .node-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  z-index: 1;
}
.front .home-success-stories-header .node-teaser .node-header,
.front .home-success-stories-header .node-teaser .node-links {
  position: relative;
  margin: 0 auto;
  width: 80%;
  z-index: 1;
}
@media (min-width: 640px) {
  .front .home-success-stories-header .node-teaser .node-header,
  .front .home-success-stories-header .node-teaser .node-links {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .front .home-success-stories-header .node-teaser .node-header,
  .front .home-success-stories-header .node-teaser .node-links {
    width: 80%;
  }
}
@media (min-width: 1366px) {
  .front .home-success-stories-header .node-teaser .node-header,
  .front .home-success-stories-header .node-teaser .node-links {
    width: 60%;
  }
}
.front .home-success-stories-header .node-teaser .node-header span {
  color: white;
}
.front .home-success-stories-header .node-teaser .node-header .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
}
@media (min-width: 640px) {
  .front .home-success-stories-header .node-teaser .node-header .title {
    font-size: 6.5rem;
  }
}
.front .home-success-stories-header .node-teaser .node-header .subtitle {
  margin-top: 10px;
  font-size: 1.7rem;
  font-weight: normal;
}
@media (min-width: 640px) {
  .front .home-success-stories-header .node-teaser .node-header .subtitle {
    font-size: 1.8rem;
  }
}
.front .home-success-stories-header .node-teaser .node-links {
  padding-top: 30px;
}
.front .home-success-stories-header .node-teaser .node-links .link-read-more {
  padding: 0;
  margin: 0;
  background: none;
}
.front .home-success-stories-header .node-teaser .node-links .link-read-more a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #5B6770;
  background: white;
  padding: 20px 35px;
}
.front .home-success-stories-header .node-teaser .node-links .link-read-more a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.front .home-success-stories-header .node-teaser .node-links .link-read-more a {
  box-shadow: 0 3px 6px #00000029;
}
.front .home-success-stories-slider {
  opacity: 0;
  height: 650px;
  transition: all ease-in 0.3s;
  float: left;
  background-color: #A9C47F;
  width: 35%;
}
.front .home-success-stories-slider.ready {
  opacity: 1;
}
.front .home-success-stories-slider .node-teaser {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.front .home-success-stories-slider .node-teaser .node-inner {
  height: 100%;
  min-height: 650px;
}
.front .home-success-stories-slider .node-teaser .node-upper-image {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1366px) {
  .front .home-success-stories-slider .node-teaser .node-upper-image {
    height: 325px;
  }
}
@media (min-width: 1920px) {
  .front .home-success-stories-slider .node-teaser .node-upper-image {
    height: 375px;
  }
}
.front .home-success-stories-slider .node-teaser .node-header {
  padding: 35px 50px 0;
}
.front .home-success-stories-slider .node-teaser .node-header span {
  color: #47545D;
}
.front .home-success-stories-slider .node-teaser .node-header .title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .front .home-success-stories-slider .node-teaser .node-header .title {
    font-size: 2.5rem;
  }
}
.front .home-success-stories-slider .node-teaser .node-header .subtitle {
  font-size: 1.7rem;
  line-height: 2rem;
  margin-top: 5px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .front .home-success-stories-slider .node-teaser .node-header .subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.front .home-success-stories-slider .node-teaser .node-content {
  display: none;
  visibility: hidden;
}
.front .home-success-stories-slider .node-teaser .node-links .link-read-more {
  padding: 0 50px;
  margin: 20px 0 0;
}
.front .home-success-stories-slider .node-teaser .node-links .link-read-more a {
  color: #47545D;
}
.front .home-success-stories-slider .slick-slider {
  overflow: hidden;
}
.front .home-success-stories-slider .slick-dots {
  bottom: 50px;
  padding: 0 45px;
  text-align: left;
}
.front .home-success-stories-slider .slick-dots > li button:before,
.front .home-success-stories-slider .slick-dots > li button:after {
  color: #47545D;
}
@media (max-width: 1023px) {
  .front .home-success-stories-slider {
    display: none;
    visibility: hidden;
  }
}
.front .home-stats-header,
.front .home-stats-slider {
  display: inline-block;
  width: 100%;
  background-color: #3E87CB;
}
.front .home-stats-header .node-teaser,
.front .home-stats-slider .node-teaser {
  margin: 0 auto;
  text-align: center;
}
.front .home-stats-header .node-header,
.front .home-stats-slider .node-header {
  display: block;
  visibility: visible;
}
.front .home-stats-header {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-stats-header,
.front .home-stats-header.font-ready {
  opacity: 1;
}
.front .home-stats-header .node-teaser .node-header {
  margin-top: 80px;
}
.front .home-stats-header .node-teaser .node-header span {
  color: white;
}
.front .home-stats-header .node-teaser .node-header .title {
  font-size: 4.7rem;
  line-height: 1.1;
  font-weight: 700;
}
.front .home-stats-header .node-teaser .node-header .subtitle {
  display: none;
}
@media (max-width: 639px) {
  .front .home-stats-header {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 640px) {
  .front .home-stats-header:after {
    background: none;
  }
}
.front .home-stats-slider {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.front .home-stats-slider.ready {
  opacity: 1;
}
@media (min-width: 640px) {
  .front .home-stats-slider:before {
    background: none;
  }
}
.front .home-stats-slider .block-inner {
  padding: 30px 0 100px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .front .home-stats-slider .block-inner {
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .front .home-stats-slider .block-inner {
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1366px) {
  .front .home-stats-slider .block-inner {
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1366px;
    margin: 0 auto;
  }
}
.front .home-stats-slider .node-teaser .node-header {
  padding: 0 30px;
}
.front .home-stats-slider .node-teaser .node-header span {
  color: white;
  margin: 0 auto;
}
.front .home-stats-slider .node-teaser .node-header .title {
  margin-top: 80px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  .front .home-stats-slider .node-teaser .node-header .title {
    margin-top: 65px;
  }
}
.front .home-stats-slider .node-teaser .node-header .subtitle {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  font-size: 7rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .front .home-stats-slider .node-teaser .node-header .subtitle {
    top: 125px;
    font-size: 5rem;
  }
}
.front .home-stats-slider .node-teaser .node-header > a:before {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: #A9C47F;
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .front .home-stats-slider .node-teaser .node-header > a:before {
    font-size: 10rem;
  }
}
.front .home-stats-slider .node-teaser.arrow-icon .node-header > a:before {
  content: '\3e';
}
.front .home-stats-slider .node-teaser.person-icon .node-header > a:before {
  content: '\e900';
}
.front .home-stats-slider .node-teaser.calendar-icon .node-header > a:before {
  content: '\e902';
}
.front .home-stats-slider .node-teaser.checkmark-icon .node-header > a:before {
  content: '\2713';
}
.front .home-stats-slider .node-teaser.files-icon .node-header > a:before {
  content: '\e901';
}
.front .home-stats-slider .node-teaser.heart-icon .node-header > a:before {
  content: '\2661';
}
.front .home-stats-slider .node-teaser.house-icon .node-header > a:before {
  content: '\e904';
}
.front .home-stats-slider .node-teaser.logo-icon .node-header > a:before {
  content: '\e90a';
}
.front .home-stats-slider .node-teaser.paperheart-icon .node-header > a:before {
  content: '\e90c';
}
.front .home-stats-slider .node-teaser.pencil-icon .node-header > a:before {
  content: '\270e';
}
.front .home-stats-slider .node-teaser.star-icon .node-header > a:before {
  content: '\2606';
}
.front .home-stats-slider .node-teaser.car-icon .node-header > a:before {
  content: '\e90b';
}
.front .home-stats-slider .node-teaser.average-icon .node-header > a:before {
  content: '\e90d';
}
.front .home-stats-slider .node-teaser.people-icon .node-header > a:before {
  content: '\e908';
}
.front .home-stats-slider .node-teaser.facebook-icon .node-header > a:before {
  content: '\e905';
}
.front .home-stats-slider .node-teaser.twitter-icon .node-header > a:before {
  content: '\e910';
}
.front .home-stats-slider .node-teaser.instagram-icon .node-header > a:before {
  content: '\e909';
}
.front .home-stats-slider .node-teaser.over-the-edge-icon .node-header > a:before {
  content: '\e90e';
}
.front .home-stats-slider .node-teaser.dei-icon .node-header > a:before {
  content: '\e90f';
}
.front .home-stats-slider .slick-dots {
  bottom: -60px;
}
@media (min-width: 1023px) {
  .front .home-stats-slider .slick-dots {
    bottom: -45px;
  }
}
.front .home-donate-header .node-teaser,
.front .home-donate-slider .node-teaser {
  margin: 0 auto;
  text-align: center;
}
.front .home-donate-header .node-header,
.front .home-donate-slider .node-header {
  display: block;
  visibility: visible;
}
.front .home-donate-header {
  opacity: 0;
  transition: all ease-in 0.3s;
  padding: 0 15px;
  box-sizing: border-box;
}
.wf-active .front .home-donate-header,
.front .home-donate-header.font-ready {
  opacity: 1;
}
.front .home-donate-header .block-controls-wrapper {
  margin-top: 42px;
}
.front .home-donate-header .node-header {
  margin-top: 80px;
}
.front .home-donate-header .node-header span {
  color: #5B6770;
}
.front .home-donate-header .node-header .title {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .front .home-donate-header .node-header .title {
    font-size: 4.7rem;
    line-height: 5.2rem;
  }
}
.front .home-donate-header .node-header .subtitle {
  margin: 20px auto 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: normal;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .front .home-donate-header .node-header .subtitle {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 640px) {
  .front .home-donate-header .node-header .title {
    font-size: 4.7rem;
    line-height: 5.2rem;
  }
  .front .home-donate-header .node-header .subtitle {
    margin-top: 5px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.front .home-donate-slider {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-donate-slider,
.front .home-donate-slider.font-ready {
  opacity: 1;
}
.front .home-donate-slider .view-content {
  padding: 30px 0 0;
  margin: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.front .home-donate-slider .view-content .views-row {
  width: 100%;
}
@media (min-width: 640px) {
  .front .home-donate-slider .view-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .front .home-donate-slider .view-content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .front .home-donate-slider .view-content .views-row {
    max-width: 282px;
    width: 33.3333%;
  }
}
@media (min-width: 1366px) {
  .front .home-donate-slider .view-content {
    max-width: 1366px;
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
  }
}
.front .home-donate-slider .node-teaser {
  padding: 8px 32px;
}
@media (min-width: 640px) {
  .front .home-donate-slider .node-teaser {
    padding: 0 11px;
  }
}
.front .home-donate-slider .node-teaser .node-inner {
  background-color: #A9C47F;
  padding: 35px 0;
  transition: background-color 0.2s ease-in-out;
}
.front .home-donate-slider .node-teaser .node-inner:hover {
  background-color: #3E87CB;
}
.front .home-donate-slider .node-teaser .node-header > a:before {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: white;
  font-size: 8rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .front .home-donate-slider .node-teaser .node-header > a:before {
    font-size: 10rem;
  }
}
.front .home-donate-slider .node-teaser .node-header .title {
  color: #2B2D36;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 auto;
}
.front .home-donate-slider .node-teaser .node-header .subtitle {
  display: none;
  visibility: hidden;
}
.front .home-donate-slider .node-teaser.arrow-icon .node-header > a:before {
  content: '\3e';
}
.front .home-donate-slider .node-teaser.person-icon .node-header > a:before {
  content: '\e900';
}
.front .home-donate-slider .node-teaser.calendar-icon .node-header > a:before {
  content: '\e902';
}
.front .home-donate-slider .node-teaser.checkmark-icon .node-header > a:before {
  content: '\2713';
}
.front .home-donate-slider .node-teaser.files-icon .node-header > a:before {
  content: '\e901';
}
.front .home-donate-slider .node-teaser.heart-icon .node-header > a:before {
  content: '\2661';
}
.front .home-donate-slider .node-teaser.house-icon .node-header > a:before {
  content: '\e904';
}
.front .home-donate-slider .node-teaser.logo-icon .node-header > a:before {
  content: '\e90a';
}
.front .home-donate-slider .node-teaser.paperheart-icon .node-header > a:before {
  content: '\e90c';
}
.front .home-donate-slider .node-teaser.pencil-icon .node-header > a:before {
  content: '\270e';
}
.front .home-donate-slider .node-teaser.star-icon .node-header > a:before {
  content: '\2606';
}
.front .home-donate-slider .node-teaser.car-icon .node-header > a:before {
  content: '\e90b';
}
.front .home-donate-slider .node-teaser.average-icon .node-header > a:before {
  content: '\e90d';
}
.front .home-donate-slider .node-teaser.people-icon .node-header > a:before {
  content: '\e908';
}
.front .home-donate-slider .node-teaser.facebook-icon .node-header > a:before {
  content: '\e905';
}
.front .home-donate-slider .node-teaser.twitter-icon .node-header > a:before {
  content: '\e910';
}
.front .home-donate-slider .node-teaser.instagram-icon .node-header > a:before {
  content: '\e909';
}
.front .home-donate-slider .node-teaser.over-the-edge-icon .node-header > a:before {
  content: '\e90e';
}
.front .home-donate-slider .node-teaser.dei-icon .node-header > a:before {
  content: '\e90f';
}
.front .home-donate-slider .node-teaser .node-links {
  display: block;
  visibility: visible;
  margin-top: 20px;
}
.front .home-donate-slider .node-teaser .node-links .link-read-more {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}
.front .home-donate-slider .node-teaser .node-links .link-read-more a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #5B6770;
  background: white;
  padding: 20px 35px;
}
.front .home-donate-slider .node-teaser .node-links .link-read-more a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.front .home-donate-slider .node-teaser .node-links .link-read-more > a {
  box-shadow: 0 3px 6px #00000029;
}
.front .home-donate-slider .slick-dots {
  bottom: -45px;
}
.front .home-donate-slider .slick-dots button:before,
.front .home-donate-slider .slick-dots button:after {
  color: #3E87CB;
}
.front .home-donate-slider .view-footer {
  position: relative;
  background-image: url('../img/baby.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: cover;
  padding-bottom: 256px;
  z-index: 0;
}
.front .home-donate-slider .view-footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
}
.front .home-donate-slider .view-footer .donate-links-footer {
  margin-top: 85px;
  text-align: center;
}
.front .home-donate-slider .view-footer .donate-links-footer .donate-links-footer-tagline {
  font-size: 1.7rem;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #5B6770;
}
.front .home-donate-slider .view-footer .donate-links-footer .general-donation {
  padding: 0;
  margin: 0;
  background: none;
  margin-top: 20px;
}
.front .home-donate-slider .view-footer .donate-links-footer .general-donation a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: white;
  background: #3E87CB;
  padding: 20px 35px;
}
.front .home-donate-slider .view-footer .donate-links-footer .general-donation a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media (min-width: 1024px) {
  .front .home-donate-slider .view-footer {
    padding-bottom: 25vw;
  }
  .front .home-donate-slider .view-footer .donate-links-footer .donate-links-footer-tagline {
    font-size: 2.3rem;
  }
}
@media (min-width: 1920px) {
  .front .home-donate-slider .view-footer {
    padding-bottom: 480px;
  }
}
.front .home-team-block {
  padding: 60px 25px;
  opacity: 0;
  transition: all ease-in 0.3s;
  text-align: center;
}
.wf-active .front .home-team-block,
.front .home-team-block.font-ready {
  opacity: 1;
}
@media (min-width: 640px) {
  .front .home-team-block {
    padding: 100px 25px;
  }
}
.front .home-team-block .node-teaser {
  margin: 0;
  overflow: visible;
}
.front .home-team-block .node-header,
.front .home-team-block .node-links {
  display: block;
  visibility: visible;
}
.front .home-team-block .node-header span {
  color: #5B6770;
}
.front .home-team-block .node-header .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .front .home-team-block .node-header .title {
    font-size: 4.7rem;
    line-height: 5.2rem;
    margin-bottom: 0;
  }
}
.front .home-team-block .node-header .subtitle {
  position: relative;
  max-width: none;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.5rem;
  padding-top: 12px;
}
@media (min-width: 640px) {
  .front .home-team-block .node-header .subtitle {
    max-width: 700px;
  }
}
.front .home-team-block .node-links {
  margin-top: 20px;
}
.front .home-team-block .node-links .link-read-more {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
}
.front .home-team-block .node-links .link-read-more a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #2B2D36;
  background: #A9C47F;
  padding: 20px 35px;
}
.front .home-team-block .node-links .link-read-more a:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media (min-width: 640px) {
  .front .home-team-block .node-links {
    margin-top: 30px;
  }
}
.front .home-whats-happening-block {
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-whats-happening-block,
.front .home-whats-happening-block.font-ready {
  opacity: 1;
}
.front .home-whats-happening-block .block-controls-wrapper {
  top: 40px;
}
.front .home-whats-happening-block .node-upper-image,
.front .home-whats-happening-block .node-header {
  display: block;
  visibility: visible;
}
.front .home-whats-happening-block .view-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front .home-whats-happening-block .views-row {
  width: 100%;
  box-sizing: border-box;
}
.front .home-whats-happening-block .views-row.views-row-1 {
  height: auto;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-1 {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .front .home-whats-happening-block .views-row.views-row-1 {
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .front .home-whats-happening-block .views-row.views-row-1 {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .front .home-whats-happening-block .views-row.views-row-2 {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-3,
  .front .home-whats-happening-block .views-row.views-row-4,
  .front .home-whats-happening-block .views-row.views-row-5 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .front .home-whats-happening-block .views-row.views-row-3,
  .front .home-whats-happening-block .views-row.views-row-4,
  .front .home-whats-happening-block .views-row.views-row-5 {
    width: 33.3333%;
  }
}
.front .home-whats-happening-block .views-row:not(:first-child) {
  height: 280px;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row:not(:first-child) {
    height: 400px;
  }
}
@media (min-width: 1920px) {
  .front .home-whats-happening-block .views-row:not(:first-child) {
    height: 500px;
  }
}
.front .home-whats-happening-block .views-row .node-teaser {
  height: 100%;
  margin: 0;
  overflow: visible;
}
.front .home-whats-happening-block .views-row .node-teaser .node-inner {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.front .home-whats-happening-block .views-row.views-row-1 {
  background-color: #3E87CB;
  padding: 50px 35px;
  text-align: center;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-1 {
    padding: 35px;
  }
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header {
    margin-top: 50px;
  }
}
@media (min-width: 1920px) {
  .front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header {
    margin-top: 90px;
  }
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header a:before {
  height: 100px;
  width: 100px;
  font-size: 8rem;
  color: white;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header a:before {
    font-size: 10rem;
  }
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header span {
  color: white;
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
  margin: 10px 0 23px;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header .title {
    font-size: 4.7rem;
    line-height: 5.2rem;
    margin-top: 15px;
  }
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header .subtitle {
  font-family: "Proxima Nova W01", sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin: 10px auto 0;
  max-width: 450px;
}
@media (max-width: 639px) {
  .front .home-whats-happening-block .views-row.views-row-1 .node-teaser .node-header .subtitle {
    display: none;
    visibility: hidden;
  }
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.arrow-icon .node-header > a:before {
  content: '\3e';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.person-icon .node-header > a:before {
  content: '\e900';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.calendar-icon .node-header > a:before {
  content: '\e902';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.checkmark-icon .node-header > a:before {
  content: '\2713';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.files-icon .node-header > a:before {
  content: '\e901';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.heart-icon .node-header > a:before {
  content: '\2661';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.house-icon .node-header > a:before {
  content: '\e904';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.logo-icon .node-header > a:before {
  content: '\e90a';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.paperheart-icon .node-header > a:before {
  content: '\e90c';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.pencil-icon .node-header > a:before {
  content: '\270e';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.star-icon .node-header > a:before {
  content: '\2606';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.car-icon .node-header > a:before {
  content: '\e90b';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.average-icon .node-header > a:before {
  content: '\e90d';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.people-icon .node-header > a:before {
  content: '\e908';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.facebook-icon .node-header > a:before {
  content: '\e905';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.twitter-icon .node-header > a:before {
  content: '\e910';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.instagram-icon .node-header > a:before {
  content: '\e909';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.over-the-edge-icon .node-header > a:before {
  content: '\e90e';
}
.front .home-whats-happening-block .views-row.views-row-1 .node-teaser.dei-icon .node-header > a:before {
  content: '\e90f';
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a .title {
  position: absolute;
  max-width: none;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px 18px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Proxima Nova W01", sans-serif;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-out 0.3s;
  color: #5B6770;
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a .title:after {
  opacity: 0;
  padding-left: 5px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  margin-right: -18px;
  content: "\3e";
  transition: all 0.2s ease-out;
}
@media (min-width: 640px) {
  .front .home-whats-happening-block .views-row:not(:first-child) .node-header a .title {
    max-width: 75%;
    left: auto;
    bottom: 40px;
    text-align: left;
  }
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a:hover .title {
  padding-right: 40px;
  transition: all 0.2s ease-out;
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a:hover .title:after {
  opacity: 1;
  transition: all 0.2s ease-out 0.3s;
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-header a .subtitle {
  display: none;
  visibility: hidden;
}
.front .home-whats-happening-block .views-row:not(:first-child) .node-content {
  display: none;
  visibility: hidden;
}
.front .home-stay-connected-block {
  padding: 80px 25px 100px;
  text-align: center;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.wf-active .front .home-stay-connected-block,
.front .home-stay-connected-block.font-ready {
  opacity: 1;
}
.front .home-stay-connected-block .node-header,
.front .home-stay-connected-block .node-webform {
  display: block;
  visibility: visible;
}
.front .home-stay-connected-block .node-teaser {
  margin: 0;
  overflow: visible;
}
.front .home-stay-connected-block .node-header span {
  color: #5B6770;
}
.front .home-stay-connected-block .node-header .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .front .home-stay-connected-block .node-header .title {
    font-size: 4.7rem;
    line-height: 5.2rem;
  }
}
.front .home-stay-connected-block .node-header .subtitle {
  position: relative;
  margin: 0 auto;
  max-width: none;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.5rem;
}
@media (min-width: 640px) {
  .front .home-stay-connected-block .node-header .subtitle {
    max-width: 700px;
  }
}
.front .home-stay-connected-block .node-webform {
  margin: 25px auto 0;
  max-width: 450px;
}
.front .home-stay-connected-block .node-webform form > div {
  display: table;
}
.front .home-stay-connected-block .node-webform .webform-component-email,
.front .home-stay-connected-block .node-webform .form-actions {
  display: table-cell;
  position: relative;
}
.front .home-stay-connected-block .node-webform .webform-component-email {
  float: left;
  width: 100%;
}
.front .home-stay-connected-block .node-webform .webform-component-email .type-textfield {
  width: 100%;
  margin: 0;
  padding-right: 3px;
  box-sizing: border-box;
}
.front .home-stay-connected-block .node-webform .webform-component-email .type-textfield input[type=text] {
  float: left;
  height: 64px;
  width: 100%;
  padding: 18px;
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 700;
  background-color: #DFE3E6;
  border: none;
  border-radius: 0;
  margin: 0;
}
.front .home-stay-connected-block .node-webform .webform-component-email .type-textfield input[type=text]:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 700;
}
.front .home-stay-connected-block .node-webform .webform-component-email .type-textfield input[type=text]::placeholder {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .front .home-stay-connected-block .node-webform .webform-component-email .type-textfield input[type=text] {
    font-size: 1.8rem;
    padding: 20px;
  }
}
.front .home-stay-connected-block .node-webform .form-actions {
  position: relative;
  background: #A9C47F;
  width: 1%;
  float: none;
}
.front .home-stay-connected-block .node-webform .form-actions .form-submit {
  float: left;
  height: 64px;
  padding: 18px 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  background: transparent;
  color: #2B2D36;
  text-shadow: none;
  border-radius: 0;
}
@media (min-width: 375px) {
  .front .home-stay-connected-block .node-webform .form-actions:before {
    position: absolute;
    top: 18px;
    right: 17px;
    height: 24px;
    width: 17px;
    font-size: 1.7rem;
    line-height: 24px;
    color: #5B6770;
    content: "\3e";
    transition: all 0.2s ease-out;
  }
  .front .home-stay-connected-block .node-webform .form-actions .form-submit {
    padding: 18px;
    padding-right: 40px;
  }
}
@media (min-width: 640px) {
  .front .home-stay-connected-block .node-webform .form-actions:before {
    top: 21px;
    right: 40px;
    width: 18px;
    font-size: 1.8rem;
  }
  .front .home-stay-connected-block .node-webform .form-actions:hover:before {
    right: 35px;
  }
  .front .home-stay-connected-block .node-webform .form-actions .form-submit {
    padding: 20px 40px;
    padding-right: 63px;
  }
}
#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-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: 40px 0 0;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 24px;
  color: black;
}
.calendar-feed .node {
  position: relative;
  display: block;
  padding: 10px 20px;
  overflow: visible;
  margin-left: 18px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  background-color: #fafafa;
  cursor: default;
  font-size: 0;
}
@media (min-width: 1024px) {
  .calendar-feed .node {
    margin-left: 0;
  }
}
.calendar-feed .node:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 100%;
  width: 18px;
  background-color: #A9C47F;
  transition: width 0.2s ease-out;
}
.calendar-feed .node:hover:before {
  width: 28px;
}
@media (min-width: 1024px) {
  .calendar-feed .node {
    margin-left: 18px;
    padding: 10px 20px 10px 0;
  }
  .calendar-feed .node: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;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 7px;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .calendar-feed .event-date-tile {
    display: inline-block;
    width: 11%;
    margin: -10px 2% -10px 0;
    padding: 10px 20px;
    vertical-align: middle;
    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.8rem;
}
@media (min-width: 1024px) {
  .calendar-feed .heading {
    display: inline-block;
    width: 87%;
    vertical-align: middle;
  }
}
.calendar-feed .heading .title,
.calendar-feed .heading .subtitle {
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .calendar-feed .heading .title,
  .calendar-feed .heading .subtitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.33;
  }
}
.calendar-feed .heading .title {
  margin: 0;
  font-size: 1em;
}
@media (min-width: 1024px) {
  .calendar-feed .heading .title {
    font-size: 1.5em;
  }
}
.calendar-feed .heading .subtitle {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #A9C47F;
}
@media (min-width: 1024px) {
  .calendar-feed .heading .subtitle {
    font-size: 1em;
  }
}
.calendar-feed a.destination header .title {
  transition: all 0.2s ease-in-out;
}
.calendar-feed a.destination:hover .event-date-tile .day-of-week {
  left: -19px;
}
.calendar-feed a.destination:hover header .title {
  color: #3E87CB;
}
@media (min-width: 1024px) {
  .calendar-feed .multiple-day-event .event-date-tile .day {
    font-size: 18px;
  }
}
.calendar-feed .event-date {
  font-size: 12px;
  color: black;
}
.calendar-feed .event-content {
  font-size: 14px;
  margin-left: 11%;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .calendar-feed .event-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.calendar-feed .event-content .event-body ul {
  padding-left: 16px;
  margin: 15px 0;
}
.calendar-feed .event-content p {
  margin: 0;
}
.calendar-feed .event-content ul.file-attachments {
  margin-top: 15px;
  list-style: none;
}
.calendar-feed .event-content .file {
  vertical-align: bottom;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 12px;
  border: 1px solid #A9C47F;
  border-radius: 2px;
  background-color: transparent;
  color: #A9C47F;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}
