﻿@charset "UTF-8";
@import 'https://fast.fonts.net/cssapi/312788b7-433c-47fb-a4e6-4b8c8c0830ca.css';
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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: #ffffff 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%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -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: #ffffff;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75; }

/**
 * Easing Functions for Transitions
 * Adapted to {less} from easings.net
 * @ref: http://www.easings.net
 */
/* ========================================================================== *   CHEVRON FONT
\* ========================================================================== */
@font-face {
  font-family: 'chevron';
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/chevron.eot?mf1qok");
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/chevron.eot?#iefixmf1qok") format("embedded-opentype"), url("/sites/default/themes/dtheme/dd_templates/fonts/chevron.woff?mf1qok") format("woff"), url("/sites/default/themes/dtheme/dd_templates/fonts/chevron.ttf?mf1qok") format("truetype"), url("/sites/default/themes/dtheme/dd_templates/fonts/chevron.svg?mf1qok#chevron") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ========================================================================== *   ATTACHMENTS FONT
\* ========================================================================== */
@font-face {
  font-family: 'attachments';
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/attachments.eot?mf1qok");
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/attachments.eot?#iefixmf1qok") format("embedded-opentype"), url("/sites/default/themes/dtheme/dd_templates/fonts/attachments.woff?mf1qok") format("woff"), url("/sites/default/themes/dtheme/dd_templates/fonts/attachments.ttf?mf1qok") format("truetype"), url("/sites/default/themes/dtheme/dd_templates/fonts/attachments.svg?mf1qok#chevron") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ========================================================================== *   SOCIAL SHARE FONT
\* ========================================================================== */
@font-face {
  font-family: 'social-share';
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.eot?z1g2f4");
  src: url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.eot?z1g2f4#iefix") format("embedded-opentype"), url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.woff2?z1g2f4") format("woff2"), url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.ttf?z1g2f4") format("truetype"), url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.woff?z1g2f4") format("woff"), url("/sites/default/themes/dtheme/dd_templates/fonts/social-share.svg?z1g2f4#social-share") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ========================================================================== *   DD TEMPLATES
\* ========================================================================== */
/* ========================================================================== *   DON'T LOAD THESE DD TEMPLATES COMPONENTS
\* ========================================================================== */
/* ========================================================================== *   INITIALIZE DD TEMPLATES
\* ========================================================================== */
/* ========================================================================== *   STANDARD MODEL RESETS
\* ========================================================================== */
#block-digitaldcore-comments {
  float: inherit; }

.node-full .node-contact-wrapper,
.node-sidebar .node-contact-wrapper {
  float: inherit; }

/**
 * Breakpoints configuration
 */
/**
 * Expands the given rules for each of the responsive breakpoints, while making
 * the following variables available to the ruleset:
 * 
 * @number-of-columns
 *   The number of columns in the layout.
 * @column-width
 *   The width of the each of the columns. (This is a global variable, actually.)
 * @gutter-size
 *   The width of the gutter between the columns.
 *
 * @param ruleset @rules
 *   The rules to expand for each breakpoint.
 */
/**
 * Wraps the given rules in the media query for the breakpoint at which the
 * number of columns increases to the given number of columns.
 *
 * @param integer @number-of-columns
 *   The number of columns for the breakpoint.
 * @param ruleset @rules
 *   The rules to wrap for the breakpoint.
 */
/* ========================================================================== *   WEBFORMS
\* ========================================================================== */
.node-webform fieldset {
  font-family: 'Helvetica W01'; }

/* ========================================================================== *   LINKS
\* ========================================================================== */
.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; }

/* ========================================================================== *   DEFAULT NODE LINKS
\* ========================================================================== */
.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
\* ========================================================================== */
.icon:before,
.link-text:before {
  display: none;
  font-family: 'attachments';
  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; }

.link .icon:before,
.link .link-text:before,
.file .icon:before,
.file .link-text:before {
  content: "\e600"; }

.file-text-html .icon:before,
.file-text-html .link-text:before,
.file-text-plain .icon:before,
.file-text-plain .link-text:before {
  content: "\e601"; }

.file-text-css .icon:before,
.file-text-css .link-text:before {
  content: "\e602"; }

.file-application-xml .icon:before,
.file-application-xml .link-text:before {
  content: "\e603"; }

.file-application-zip .icon:before,
.file-application-zip .link-text:before {
  content: "\e60b"; }

.file-application-pdf .icon:before,
.file-application-pdf .link-text:before {
  content: "\e604";
  color: #F91916; }

.file-application-msword .icon:before,
.file-application-msword .link-text:before {
  content: "\e605";
  color: #2A5699; }

.file-application-vnd-ms-excel .icon:before,
.file-application-vnd-ms-excel .link-text:before {
  content: "\e606";
  color: #227547; }

.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .icon:before,
.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .link-text:before {
  content: "\e606";
  color: #227547; }

.file-application-vnd-ms-powerpoint .icon:before,
.file-application-vnd-ms-powerpoint .link-text:before {
  content: "\e607";
  color: #D14524; }

.file-application-vnd-openxmlformats-officedocument-presentationml-presentation .icon:before,
.file-application-vnd-openxmlformats-officedocument-presentationml-presentation .link-text:before {
  content: "\e607";
  color: #D14524; }

.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .icon:before,
.file-application-vnd-openxmlformats-officedocument-spreadsheetml-sheet .link-text:before {
  content: "\e606";
  color: #227547; }

.file-application-vnd-openxmlformats-officedocument-wordprocessingml-document .icon:before,
.file-application-vnd-openxmlformats-officedocument-wordprocessingml-document .link-text:before {
  content: "\e605";
  color: #2A5699; }

.file-application-x-msdos-program .icon:before,
.file-application-x-msdos-program .link-text:before {
  content: "\e60c";
  color: black; }

.file-image-gif .icon:before,
.file-image-gif .link-text:before,
.file-image-png .icon:before,
.file-image-png .link-text:before,
.file-image-jpeg .icon:before,
.file-image-jpeg .link-text:before {
  content: "\e608"; }

.file-audio-mpeg .icon:before,
.file-audio-mpeg .link-text:before {
  content: "\e60a"; }

.file-video-mpg .icon:before,
.file-video-mpg .link-text:before,
.file-video-mpeg .icon:before,
.file-video-mpeg .link-text:before,
.file-video-quicktime .icon:before,
.file-video-quicktime .link-text:before {
  content: "\e609"; }

/* ========================================================================== *   INLINE FILE ATTACHMENTS
\* ========================================================================== */
.node-content span.file a {
  text-decoration: none;
  text-transform: none; }

.node-content span.file .link-text:before {
  display: inline-block;
  margin-right: 0.3em;
  vertical-align: top;
  font-size: 1.125em; }

/* ========================================================================== *   ICONS
\* ========================================================================== */
.icon:before {
  display: block;
  float: left;
  clear: left;
  font-size: 24px; }

.link .link-text-wrapper {
  display: block;
  padding-top: 6px;
  margin-left: 30px; }

.link .ext span.link-text {
  padding-right: 12px;
  background: url("/sites/all/modules/extlink/extlink.png") no-repeat right top; }

.link span.ext {
  display: none !important; }

/* Axe the table of contents icons */
#toc .icon {
  display: none; }

/* ========================================================================== *   READ MORE LINKS
\* ========================================================================== */
.link-read-more {
  display: block; }

.link-read-more a {
  display: block;
  margin-top: 1em; }

.link-read-more a:after {
  padding-left: 0.3em;
  content: "»"; }

/* ========================================================================== *   EXPANDING DATES
\* ========================================================================== */
.all-dates-link {
  position: relative;
  text-decoration: underline;
  color: #008bb0; }

.all-dates-link.meta-item {
  padding-right: 30px; }

.all-dates-link:after {
  position: absolute;
  top: 0;
  right: 10px;
  content: '+';
  font-size: 1.5em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.show-all-dates .all-dates-link:after {
  -webkit-transform: rotate(45deg);
  -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; }

/* ========================================================================== *   ACCORDIONS
\* ========================================================================== */
.accordion-heading {
  clear: both;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #cccccc;
  font-size: 1em;
  line-height: 24px; }

.accordion-heading a {
  cursor: pointer;
  text-decoration: none; }

.accordion-heading:first-child {
  margin-top: 10px; }

.accordion-heading .icon:before {
  display: block;
  font-family: 'chevron';
  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;
  margin-top: -5px;
  margin-left: -8px;
  font-size: 32px;
  content: "\e607";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.accordion-heading .link-text {
  display: block;
  margin-left: 24px; }

.accordion-heading.active .icon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-content {
  margin-left: 24px; }

/* ========================================================================== *   IMAGE GALLERY TEASER POSTS
\* ========================================================================== */
.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;
  background: url("/sites/default/themes/dtheme/dd_templates/images/slideshow.svg") no-repeat 95% 95% transparent;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.slideshow-icon:hover {
  opacity: 1; }

/* ========================================================================== *   PHOTO GALLERY
\* ========================================================================== */
.photo-gallery .node-image,
.photo-gallery .node-upper-image {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

.photo-gallery .node-image.ready,
.photo-gallery .node-upper-image.ready {
  opacity: 1; }

.photo-gallery .node-item .field-image {
  margin: 0; }

.photo-gallery .field-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important; }

.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 .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: 32px;
  height: 100%;
  margin-top: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear;
  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: 32px;
  margin-top: -32px;
  font-family: 'chevron';
  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;
  font-size: 32px;
  color: black;
  background-color: white;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.photo-gallery .slick-prev {
  left: 0; }

.photo-gallery .slick-prev:before {
  content: "\e600";
  border-radius: 0 100% 100% 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.photo-gallery .slick-next {
  right: 0; }

.photo-gallery .slick-next:before {
  content: "\e605";
  border-radius: 100% 0 0 100%;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5); }

.photo-gallery .slick-dots {
  position: static;
  width: auto;
  padding-top: 3px;
  line-height: 16px; }

.photo-gallery .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0; }

.photo-gallery .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0; }

.photo-gallery .slick-dots li button:before {
  content: '';
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #555; }

/* ========================================================================== *   SITE IDENTITY
\* ========================================================================== */
.site-identity .site-name {
  display: none; }

.site-identity .site-slogan {
  display: none; }

.site-identity .site-mission {
  display: none; }

/* ========================================================================== *   PAGER
\* ========================================================================== */
.item-list .pager li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.pager li.pager-current,
.pager li a {
  margin: 0;
  padding: 3px 10px;
  border: 1px solid #008bb0;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: normal;
  background-color: #008bb0;
  color: white; }

.pager li a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: white;
  color: #008bb0; }

.pager li a:hover {
  background-color: #008bb0;
  color: white; }

/* ========================================================================== *   GLOSSARY
\* ========================================================================== */
.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 #008bb0;
  border-radius: 4px;
  color: #008bb0;
  background-color: transparent;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  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
\* ========================================================================== */
#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%; }

/* ========================================================================== *   COLUMN/GRID LAYOUTS
\* ========================================================================== */
.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: 16px; }
  .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%; } }

/* ========================================================================== *   GUTTER LAYOUTS
\* ========================================================================== */
@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; } }

/* ========================================================================== *   FIELD IMAGE WIDTH HELPER CLASSES
\* ========================================================================== */
@media (min-width: 640px) {
  .fiw-25 .field-image {
    max-width: 25% !important; }
  .fiw-30 .field-image {
    max-width: 30% !important; }
  .fiw-35 .field-image {
    max-width: 35% !important; } }

@media (min-width: 1024px) {
  .fiw-40 .field-image {
    max-width: 40% !important; }
  .fiw-50 .field-image {
    max-width: 50% !important; }
  .fiw-60 .field-image {
    max-width: 60% !important; }
  .fiw-75 .field-image {
    max-width: 75% !important; } }

.fiw-100 .field-image {
  max-width: 100% !important; }

/* ========================================================================== *   FIELD IMAGE FLOAT HELPER CLASSES
\* ========================================================================== */
@media (min-width: 1024px) {
  .fif-lt .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px; } }

@media (min-width: 1024px) {
  .fif-rt .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

.fif-no .field-image {
  float: none;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 640px) {
  .fif-lt.fiw-25 .field-image,
  .fif-lt.fiw-30 .field-image,
  .fif-lt.fiw-35 .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px; } }

@media (min-width: 1024px) {
  .fif-lt.fiw-40 .field-image,
  .fif-lt.fiw-50 .field-image,
  .fif-lt.fiw-60 .field-image,
  .fif-lt.fiw-75 .field-image {
    float: left;
    margin-left: 0;
    margin-right: 20px; } }

@media (min-width: 640px) {
  .fif-rt.fiw-25 .field-image,
  .fif-rt.fiw-30 .field-image,
  .fif-rt.fiw-35 .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

@media (min-width: 1024px) {
  .fif-rt.fiw-40 .field-image,
  .fif-rt.fiw-50 .field-image,
  .fif-rt.fiw-60 .field-image,
  .fif-rt.fiw-75 .field-image {
    float: right;
    margin-right: 0;
    margin-left: 20px; } }

/* ========================================================================== *   PAGE MARKUP SCAFFOLD
   ==========================================================================
   .above-page
   .page
     - .page-header
     - .page-main
       - .page-top
       - .page-center
         - .page-left
         - .page-content
         - .page-right
       - .page-bottom
     - .page-footer
   .below-page
\* ========================================================================== */
.page,
.above-page,
.below-page {
  position: relative; }

.page-header,
.page-main,
.page-footer {
  position: relative;
  clear: both; }

.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; }

.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: 95px;
    margin-bottom: 35px; } }

@media (min-width: 1024px) {
  .page-left {
    width: 25%; } }

@media (min-width: 1024px) {
  .page-left .page-sidebar {
    margin-right: 40px; } }

@media (min-width: 1024px) {
  .sidebar-left .page-content {
    width: 75%; } }

@media (min-width: 1024px) {
  .page-right {
    width: 25%; } }

@media (min-width: 1024px) {
  .page-right .page-sidebar {
    margin-left: 40px; } }

@media (min-width: 1024px) {
  .sidebar-right .page-content {
    width: 75%; } }

@media (min-width: 1024px) {
  .two-sidebars .page-content {
    width: 50%; } }

.page-center:before,
.page-center:after {
  content: " ";
  display: table; }

.page-center:after {
  clear: both; }

/* ========================================================================== *   NODE FULL
\* ========================================================================== */
.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; } }

/* ========================================================================== *   SUBTERMS
\* ========================================================================== */
.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; }

/* ========================================================================== *   DIRECTORIES
\* ========================================================================== */
.modern-directory {
  font-family: 'Helvetica W01'; }

.modern-directory .view-filters {
  border-top: 1px solid #ccc; }

.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 #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2; }

.modern-directory #edit-keys-wrapper input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 21px;
  background: #f2f2f2; }

.modern-directory .views-submit-button .form-submit {
  margin-top: 0; }

.modern-directory .attachment {
  margin: 1em 0; }

.modern-directory .item-list ul {
  margin: 0;
  padding: 0; }

.modern-directory .item-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.modern-directory .item-list a {
  display: inline-block;
  background-color: #008bb0;
  color: white;
  padding: 3px 9px;
  line-height: 21px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

.modern-directory .item-list a:hover {
  background-color: #aea196; }

.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 NAVIGATION
\* ========================================================================== */
.breadcrumb-nav {
  position: relative;
  padding: 0 35px;
  font-size: 12px;
  line-height: 3em;
  background: #eee;
  color: #aaa; }

.breadcrumb-nav a {
  color: #aaaaaa;
  text-decoration: none; }

.breadcrumb-nav a:hover {
  color: #008bb0; }

.breadcrumb-nav .active {
  color: #7d9f52; }

.breadcrumb {
  padding-bottom: 0; }

/* ========================================================================== *   OVERVIEW
\* ========================================================================== */
.overview .node-upper-meta {
  display: none; }

.overview .has-meta .node-upper-meta {
  display: block; }

.overview .node-header a {
  cursor: default; }

.overview .caption {
  display: block; }

/* ========================================================================== *   BUNDLED CONTENT AND REFERRING POSTS
\* ========================================================================== */
.tagged-posts .node-header {
  font-size: 1.500em;
  /* 21px */
  line-height: 1.333;
  /* 28px */ }

/* ========================================================================== *   LEFT SIDEBAR -> RELATED PROFILES
\* ========================================================================== */
.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;
  /* 16px */
  line-height: 1.250;
  /* 20px */ }

.profile-posts .subtitle {
  font-size: 0.875em;
  /* 14px */
  line-height: 1.143;
  /* 16px */ }

/* ========================================================================== *   NODE SIDEBAR
\* ========================================================================== */
.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;
  display: none; }

.node-fields .node-links.has-links {
  display: block; }

/* ========================================================================== *   FULL POST CONTACT REFERENCE -> RIGHT SIDEBAR
\* ========================================================================== */
.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;
  /* 18px */
  line-height: 1.333;
  /* 24px */ }

.contact-posts .node-header .subtitle {
  font-size: 0.778em;
  /* 14px */ }

.contact-posts .field-image {
  margin-top: 1em;
  margin-bottom: 1em; }

/* ========================================================================== *   BASE ELEMENTS
\* ========================================================================== */
html {
  -webkit-font-smoothing: antialiased; }

body {
  width: 100%;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  color: #7c6a55; }

body.node-content {
  font-family: 'Helvetica W01';
  font-size: 16px; }

body.user-1,
body.admin-menu {
  margin-top: 0 !important;
  padding-bottom: 0; }

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
button {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; }

main {
  display: block; }

h1,
h2,
h3,
h4,
h5,
.overview .node-header,
.node-full .node-header {
  font-family: 'Helvetica W01'; }

h1,
.overview .node-header,
.node-full .node-header {
  margin-top: 0; }

h2 {
  margin-top: 0.667em;
  margin-bottom: 0.667em; }

h3 {
  margin-top: 0.769em;
  margin-bottom: 0.769em; }

h4,
h5,
h6 {
  margin-top: 0.909em;
  margin-bottom: 0.909em; }

p,
ul,
ol,
dl,
pre,
table,
address,
fieldset,
blockquote {
  margin: 1em 0; }

hr {
  border-width: 1px 0 0 0; }

blockquote {
  position: relative;
  padding: 0 40px;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
  background: white;
  color: #7c6a55;
  text-align: center; }

blockquote:before,
blockquote:after {
  content: '';
  display: block;
  width: 65%;
  height: 1px;
  margin: 0 auto;
  background-color: #ddd; }

/* FONT AND LINE HEIGHT SIZING */
h1,
.overview .node-header,
.node-full .node-header {
  font-size: 1.75em;
  line-height: 1.111;
  font-weight: 400; }

@media (min-width: 640px) {
  h1,
  .overview .node-header,
  .node-full .node-header {
    font-size: 2.25em; } }

h2 {
  font-size: 1.375em;
  line-height: 1.333;
  font-weight: 900; }

h3 {
  font-size: 1.25em;
  line-height: 1.333;
  font-weight: 500; }

h4 {
  font-size: 1.125em;
  line-height: 1.25; }

h5 {
  font-size: 1em;
  line-height: 1.286; }

h6 {
  font-size: 0.875em;
  line-height: 1.286;
  font-weight: normal;
  text-transform: uppercase; }

img {
  max-width: 100%;
  height: auto; }

/* DH  11/4/20 */
/*ul,
li {
  margin: 0;
  padding: 0; }*/

/* ========================================================================== *   COMMON ELEMENTS
\* ========================================================================== */
.offscreen {
  position: absolute;
  top: -9999px;
  left: 0; }

.channel,
.subterm,
.node {
  float: none;
  width: auto; }

.channel,
.subterm,
.block,
.node,
.messages {
  font-family: 'Helvetica W01'; }

.page,
.above-page,
.below-page {
  font-size: 14px;
  line-height: 1.5; }

.node {
  font-size: 16px; }

.node-teaser {
  clear: both;
  padding-bottom: 0; }

.node-header {
  line-height: 1.2; }

body.n .page-right .block-title,
body.n .page-right .sidebar-title {
  padding-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #ddd;
  font-size: 16px; }

body.n .page-right .block-title:before,
body.n .page-right .sidebar-title:before {
  float: left;
  font-family: 'chevron';
  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;
  content: "\e610";
  font-size: 24px;
  margin-top: -2px;
  margin-left: -6px; }

.node-image {
  margin-top: 0; }

.field-image {
  margin-bottom: 1em; }

.field-image a {
  text-decoration: none; }

.field-image img,
.node-teaser .field-image img {
  margin: 0; }

.node-image .field-image,
.node-image .gallery {
  margin-top: 1em; }

.node-image .gallery .field-image {
  margin-top: 0; }

.caption {
  font-size: 12px;
  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; }

/* ========================================================================== *   EMBED IMAGES WITHIN NODE CONTENT
\* ========================================================================== */
.node-content .field-image {
  clear: left;
  float: left;
  margin-right: 20px;
  margin-left: 0; }

.node-content img,
.node-content .field-image img {
  float: none;
  max-width: 100%;
  margin: 0; }

/* ========================================================================== *   VIDEO PLAY BUTTON
\* ========================================================================== */
.video-play {
  background-image: url("/sites/default/themes/dtheme/dd_templates/images/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 20%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.field-video .video-lightframe {
  display: inline-block; }

a.video-lightframe:hover .video-play {
  background-color: transparent;
  opacity: 0.9; }

/* ========================================================================== *   Restricts email address from overflowing out of it's container
\* ========================================================================== */
.node-contact-wrapper {
  width: 100%;
  margin: 1em 0; }

.node-contact .field-email {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.admin-content .views-field-field-image-fid img {
  max-width: none; }

/* ========================================================================== *   WEBFORMS
\* ========================================================================== */
.node-webform input,
.node-webform textarea,
.node-webform select,
.node-webform option,
.node-webform legend,
.node-webform fieldset,
.node-webform button {
  font-family: 'Helvetica W01'; }

.node-webform .form-text,
.node-webform .form-textarea {
  padding: 3px 5px;
  border: 1px solid #aaa;
  font-size: 16px;
  -webkit-appearance: none;
  background-color: white;
  color: #7c6a55; }

.node-webform .form-text:focus,
.node-webform .form-textarea:focus {
  box-shadow: inset 0 0 1px #7d9f52; }

.node-links {
  font-size: 14px; }

/* ========================================================================== *   USING SITE COLOR SCHEME
\* ========================================================================== */
a:link,
a:visited {
  color: #008bb0; }

a:hover,
a:visited:hover,
a:active,
a.active {
  color: #7d9f52; }

/* ========================================================================== *   META
\* ========================================================================== */
.meta-item,
.meta-item a {
  color: grey; }

.meta-item a:hover {
  color: #7d9f52; }

/* ========================================================================== *   LINKS & ICONS
\* ========================================================================== */
.link a,
.link a.active {
  color: #008bb0; }

.link a:hover {
  color: #7d9f52; }

/* ========================================================================== *   HEADINGS
\* ========================================================================== */
h1,
.overview .node-header,
.node-full .node-header {
  color: #7c6a55; }

h2 {
  color: #008bb0; }

h3 {
  color: #008bb0; }

h4 {
  color: #7d9f52; }

h5 {
  color: #008bb0; }

h6 {
  color: #7d9f52; }

.block-title,
.sidebar-title,
.appearing-nav .block-title {
  color: #7d9f52;
  font-size: 18px;
  font-weight: 400; }

.node-header {
  text-transform: uppercase; }

.node-header a {
  color: #008bb0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

.node-header a:hover {
  color: #7d9f52; }

.overview .node-header,
.node-full .node-header {
  text-transform: none; }

.overview .node-header,
.node-full .node-header,
.overview .node-header a,
.node-full .node-header a,
.overview .node-header a:hover,
.node-full .node-header a:hover {
  color: #7c6a55; }

.subtitle {
  color: #7c6a55;
  font-weight: bold;
  text-transform: none;
  font-size: 0.75em; }

.overview .subtitle,
.node-full .subtitle {
  color: #008bb0;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.61111111em;
  margin-top: 10px; }

/* ========================================================================== *   LAYOUT
\* ========================================================================== */
.layout,
.stay-informed,
.educational-level .view-header,
.member-states-map .block-inner,
.spotlight .block-inner,
.get-social .block-inner {
  margin: 0 20px; }

@media (min-width: 720px) {
  .layout,
  .stay-informed,
  .educational-level .view-header,
  .member-states-map .block-inner,
  .spotlight .block-inner,
  .get-social .block-inner {
    margin: 0 22px; } }

@media (min-width: 1024px) {
  .layout,
  .stay-informed,
  .educational-level .view-header,
  .member-states-map .block-inner,
  .spotlight .block-inner,
  .get-social .block-inner {
    max-width: 980px;
    margin: 0 auto; } }

.layout:before,
.layout:after,
.stay-informed:before,
.stay-informed:after,
.educational-level .view-header:before,
.educational-level .view-header:after,
.member-states-map .block-inner:before,
.member-states-map .block-inner:after,
.spotlight .block-inner:before,
.spotlight .block-inner:after,
.get-social .block-inner:before,
.get-social .block-inner:after {
  content: " ";
  display: table; }

.layout:after,
.stay-informed:after,
.educational-level .view-header:after,
.member-states-map .block-inner:after,
.spotlight .block-inner:after,
.get-social .block-inner:after {
  clear: both; }

@font-face {
  font-family: 'sreb';
  src: url("/sites/default/themes/dtheme/fonts/sreb.woff2?aze9ur") format("woff2"), url("/sites/default/themes/dtheme/fonts/sreb.ttf?aze9ur") format("truetype"), url("/sites/default/themes/dtheme/fonts/sreb.woff?aze9ur") format("woff"), url("/sites/default/themes/dtheme/fonts/sreb.svg?aze9ur#sreb") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ========================================================================== *   META
\* ========================================================================== */
.node-upper-meta {
  margin-bottom: 8px;
  padding-top: 12px;
  font-size: 12px;
  line-height: 1;
  border-top: 1px solid #ddd; }

.meta .meta-item {
  border-right-color: #ddd; }

.meta .meta-item a {
  text-decoration: none; }

/* ========================================================================== *   TABS
\* ========================================================================== */
div.dtabs {
  float: none;
  margin-bottom: 30px; }

div.tab {
  float: none;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 3px;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #a2be80;
  color: white; }

div.tab:hover {
  background-color: #008bb0; }

div.tab.active {
  background-color: #7d9f52; }

/* ========================================================================== *   TABLES
\* ========================================================================== */
.node-content table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.node-content th,
.node-content td {
  font-family: 'Helvetica W01'; }

.node-content table,
.node-content tbody {
  border: 1px solid white; }

.node-content thead {
  border: 1px solid white; }

.node-content th {
  border: 1px solid white;
  background-color: #008bb0;
  color: #fff; }

.node-content tr {
  border: 1px solid white; }

.node-content td {
  vertical-align: top;
  border: 1px solid white; }

.node-content tbody tr:nth-child(odd) {
  background-color: #D7D0CB; }

.node-content tbody tr:nth-child(even) {
  background-color: #ECE9E6; }

/* ========================================================================== *   TOOLTIPS USING THE ABBR ELEMENT
\* ========================================================================== */
abbr {
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px dotted #666;
  cursor: help; }

#tooltip {
  position: absolute;
  z-index: 99999;
  max-width: 980px;
  padding: 15px;
  text-align: center;
  font-family: 'Helvetica W01';
  font-size: 14px;
  background: #aaaaaa;
  color: #ffffff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

#tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #aaaaaa; }

#tooltip.top:after {
  top: -20px;
  bottom: auto;
  border-top-color: transparent;
  border-bottom: 10px solid #aaaaaa; }

#tooltip.left:after {
  left: 10px;
  margin: 0; }

#tooltip.right:after {
  left: auto;
  right: 10px;
  margin: 0; }

/* ========================================================================== *   HEADROOM COMPONENT
   JS BEHAVIOR THAT CAN CONTROL THE DISPLAY OF A FIXED HEADER
\* ========================================================================== */
.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear; }

.headroom.pinned {
  top: 0; }

.headroom.unpinned {
  top: -50px; }

@media (min-width: 1024px) {
  .headroom.unpinned {
    top: 0; } }

/* ========================================================================== *   SMART FOOTER
\* ========================================================================== */
html,
body {
  height: 100%; }

.page {
  min-height: 100%; }

.footprint {
  position: relative;
  display: block; }

/* ========================================================================== *   PAGE ELEMENTS
\* ========================================================================== */
.page:before {
  content: '';
  display: block;
  height: 50px;
  width: 100%; }

@media (min-width: 1024px) {
  .page {
    overflow-x: hidden; }
  .page:before {
    height: 100px; } }

.page-bottom {
  padding: 40px 0;
  background-color: #f2f0ee; }

/* ========================================================================== *   PAGE HEADER
\* ========================================================================== */
.page-header {
  background-color: #948574;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.page-header .layout,
.page-header .stay-informed,
.page-header .educational-level .view-header,
.page-header .member-states-map .block-inner,
.page-header .spotlight .block-inner,
.page-header .get-social .block-inner {
  position: relative; }

/* ========================================================================== *   FOOTER
\* ========================================================================== */
.footprint {
  height: 245px; }

.page-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 100px;
  background-color: #948574;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

body.ready .page-footer {
  opacity: 1; }

.page-footer .layout,
.page-footer .stay-informed,
.page-footer .educational-level .view-header,
.page-footer .member-states-map .block-inner,
.page-footer .spotlight .block-inner,
.page-footer .get-social .block-inner {
  position: relative;
  font-size: 0; }

.footerlinks {
  display: inline-block;
  vertical-align: top;
  width: 45%; }

@media (min-width: 640px) {
  .footerlinks {
    width: 67%; } }

.footerlinks .node {
  margin-bottom: 0;
  font-size: 12px;
  color: #D0C7BF; }

.footerlinks .node-item {
  display: none; }

.footerlinks .node-header {
  display: block;
  margin-bottom: 20px; }

.footerlinks .node-header .title {
  text-indent: -99999px;
  width: 155px;
  height: 65px;
  background: url("/images/logo-theme.svg") no-repeat -20px -20px transparent; }

.footerlinks .node-header .subtitle {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #D0C7BF; }

.footerlinks .node-content {
  display: block;
  font-weight: 500; }

.footerlinks .node-content a {
  color: #D0C7BF; }

.footerlinks .node-content p {
  margin: 0; }

.footerlinks .node-content strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: white; }

@media (min-width: 640px) {
  .footerlinks .node-header,
  .footerlinks .node-content {
    display: inline-block;
    vertical-align: top; }
  .footerlinks .node-header {
    width: 51%; }
  .footerlinks .node-content {
    width: 45%; } }

.member-states {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 12px;
  color: #D0C7BF; }

@media (min-width: 640px) {
  .member-states {
    width: 33%; } }

.member-states .block-inner {
  margin-left: 20px; }

.member-states .block-title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  color: white; }

.member-states ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }

@media (min-width: 1024px) {
  .member-states ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; } }

.member-states ul,
.member-states li {
  margin: 0;
  padding: 0; }

.member-states li {
  list-style: none; }

.member-states a {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.member-states a:hover {
  color: white;
  text-decoration: underline; }

/* ========================================================================== *   PAGE RIGHT
\* ========================================================================== */
.page-right {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

@media (min-width: 1024px) {
  body.has-pods-right .sidebar-background {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 75%;
    bottom: 0;
    margin-left: 40px;
    width: 2560px;
    background-color: #f2f0ee; } }

body.n.ready .page-right,
body.has-pods-right .page-right {
  opacity: 1; }

/* ========================================================================== *   MAIN NAVIGATION
\* ========================================================================== */
.navbar {
  width: inherit;
  margin: inherit;
  padding: inherit;
  overflow: inherit;
  font-size: inherit;
  z-index: inherit; }

/* ========================================================================== *   MAIN NAVIGATION .:. MOBILE DISPLAY
\* ========================================================================== */
@media (max-width: 1023px) {
  .primary-navigation .block-content {
    background-color: #7c6a55; }
  .primary-navigation .nice-menu {
    padding-top: 50px; }
  .primary-navigation li {
    width: 100% !important;
    position: relative; }
  .primary-navigation ul ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: left;
    background-color: #7c6a55; }
  .primary-navigation a.menu-link {
    display: block;
    position: relative;
    padding: 5px 20px 5px 36px;
    border-top: 1px solid #aea196;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    background-color: transparent;
    color: white; }
  .primary-navigation .menuparent.depth-1 > a:before {
    float: left;
    margin-top: -10px;
    margin-left: -36px;
    font-family: 'chevron';
    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;
    content: "\e60f";
    font-size: 36px;
    color: white; }
  .primary-navigation a.depth-1 {
    font-weight: bold;
    /*text-transform: uppercase;*/ }
  .primary-navigation .first a.depth-1 {
    padding-left: 36px; }
  .primary-navigation li.active-trail > a.menu-link:not(.active).depth-1 {
    color: #f8971d; }
  .primary-navigation li.active-trail > a.menu-link:not(.active).depth-2 {
    color: #f8971d; }
  .primary-navigation a.menu-link.active {
    color: #f8971d; }
  .primary-navigation li.depth-3 {
    display: none; } }

/* ========================================================================== *   MAIN NAVIGATION .:. FLYOUT FUNCTIONALITY
\* ========================================================================== */
@media (min-width: 1024px) {
  .mobile-utilities {
    display: none; } }

@media (max-width: 1023px) {
  .flyout-active {
    overflow: hidden; }
  .flyout-active .headroom {
    -webkit-transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .page {
    left: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .flyout-active .page {
    position: fixed;
    width: 100%;
    z-index: 1; }
  .site-navigation .block-content {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 75%;
    height: 100%;
    overflow: auto; }
  .site-navigation .nice-menu {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
  .menu-close {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2); }
  .menu-icon {
    position: absolute;
    z-index: 3;
    top: 12px;
    display: block;
    line-height: 1;
    cursor: pointer;
    padding: 0; }
  .flyout-active .page,
  .flyout-active .headroom {
    left: -75%; }
  .headerlinks,
  .site-navigation .block-content {
    right: -100%;
    -webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .flyout-active .headerlinks,
  .flyout-active .site-navigation .block-content {
    right: 0; }
  .menu-close {
    right: 0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .flyout-active .menu-close {
    right: 75%;
    left: 0; }
  .menu-icon {
    right: 0; } }

/* ========================================================================== *   MAIN NAVIGATION .:. DESKTOP DISPLAY
\* ========================================================================== */
@media (min-width: 1024px) {
  #navigation {
    position: absolute;
    right: 0;
    bottom: 0; }
  .primary-navigation ul {
    list-style: none; }
  .primary-navigation ul.nice-menu {
    margin-right: -20px;
    font-size: 0;
    white-space: nowrap; }
  .primary-navigation ul ul {
    display: none;
    position: absolute;
    text-align: left; }
  .primary-navigation ul.depth-2 {
    top: auto;
    left: 0;
    width: 300px;
    padding: 20px 20px 10px;
    white-space: normal;
    background-color: rgba(124, 106, 85, 0.97); }
  .primary-navigation ul.depth-3 {
    position: relative;
    top: inherit;
    left: inherit;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    zoom: 1; }
  .primary-navigation li {
    position: relative; }
  .primary-navigation a {
    text-decoration: none; }
  .primary-navigation a:hover {
    color: white; }
  .primary-navigation li.depth-1 {
    float: none;
    position: relative;
    display: inline-block;
    width: auto; }
  .primary-navigation a.depth-1 {
    display: block;
    padding: 10px 0 20px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    color: white; }
  .primary-navigation a.depth-1 .menu-title {
    display: block;
    padding: 0 10px;
    /*border-right: 1px solid white;*/ }
  .primary-navigation li.depth-1:last-child a.depth-1 .menu-title {
    border-right: 0; }
  .primary-navigation .over a.depth-1,
  .primary-navigation a.depth-1:hover {
    color: #333; }
  .primary-navigation .active-trail a.depth-1 {
    color: #f8971d; }
  .primary-navigation li li {
    width: 100%; }
  .primary-navigation li.depth-2 {
    font-size: 13px;
    line-height: 18px; }
  .primary-navigation a.depth-2 {
    display: block;
    padding: 6px 0;
    border-top: 1px solid #aea196;
    font-weight: 500;
    color: white; }
  .primary-navigation .over > a.depth-2,
  .primary-navigation a.depth-2:hover {
    color: black; }
  .primary-navigation li.depth-2 > a.active {
    color: #f8971d; }
  .primary-navigation a.depth-3 {
    display: block;
    padding: 3px 0;
    font-weight: 500;
    color: white; }
  .primary-navigation .over > a.depth-3,
  .primary-navigation a.depth-3:hover {
    color: black; }
  .primary-navigation li.depth-3 > a.active {
    color: #f8971d; }
  .primary-navigation li.depth-2:first-child a.depth-2 {
    padding-top: 0;
    border-top: 0; } }

/* ========================================================================== *   TERM NAVIGATION MENU: MOBILE & TABLET VERSION
\* ========================================================================== */
@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 {
    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 #ddd;
    border-radius: 3px;
    background-color: white; }
  .term-nav .block-title a:before {
    font-family: 'chevron';
    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;
    content: "\e610";
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 5px;
    width: 32px;
    height: auto;
    font-size: 32px;
    line-height: 18px;
    border-right: 1px solid #ddd; }
  .term-nav .block-title a:after {
    content: ' Menu'; }
  .term-nav .block-title a.hidden {
    display: block !important; }
  .term-nav .block-title a .hotspot {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .term-nav .block-title span {
    display: inline; }
  .term-nav .menu-name-primary-links > .menu {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    opacity: 0;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    background-color: #7c6a55;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .term-nav .menu-name-primary-links > .menu a {
    display: block;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    border-top: 1px solid #aea196;
    border-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #7c6a55;
    color: white; }
  .term-nav .menu-name-primary-links > .menu a.active {
    background-color: #7d9f52; }
  .term-nav .menu-name-primary-links > .menu a:active {
    background-color: #008bb0; }
  .term-nav .menu-name-primary-links > .menu ul a {
    padding-left: 20px; }
  .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: 32px;
    height: auto;
    opacity: 1; } }

/* ========================================================================== *   TERM NAVIGATION MENU: DESKTOP VERSION
\* ========================================================================== */
@media (min-width: 1024px) {
  .term-nav {
    margin-left: 0; }
  .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;
    font-size: 1em; }
  .term-nav .block-title a,
  .term-nav .block-title a.depth-2,
  .term-nav .block-title a.depth-3 {
    padding: 0 0 5px 10px;
    border-bottom: none;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #7c6a55; }
  .term-nav .block-title a:hover,
  .term-nav .block-title a.depth-2:hover,
  .term-nav .block-title a.depth-3:hover {
    color: #008bb0; }
  .term-nav .block-title a.active {
    color: #7d9f52;
    font-weight: bold; }
  .term-nav .menu a {
    position: relative;
    margin-bottom: -1px;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    line-height: 1.214em;
    color: #7c6a55; }
  .term-nav .menu a:hover {
    color: #008bb0; }
  .term-nav .menu a.active {
    color: #7d9f52;
    font-weight: bold; }
  .term-nav .menu .expanded > a,
  .term-nav .menu .collapsed > a {
    padding-right: 24px; }
  .term-nav .menu .expanded > a:after,
  .term-nav .menu .collapsed > a:after {
    font-family: 'chevron';
    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: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-top: -12px;
    color: grey; }
  .term-nav .menu .collapsed > a:after {
    content: "\e605"; }
  .term-nav .menu .expanded > a:after {
    content: "\e60f"; }
  .term-nav a.depth-2 {
    position: relative;
    padding-left: 10px; }
  .term-nav a.depth-2:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -10px;
    bottom: -1px;
    width: 10px;
    background-color: #aea196; }
  .term-nav .active-trail a.depth-2:before {
    background-color: #7d9f52; } }

/* ========================================================================== *   THIS ITEM APPEARS IN - LEFT NAVIGATION
\* ========================================================================== */
.appearing-nav {
  display: none; }

.appearing-nav.has-links {
  display: block; }

.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: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
  line-height: 1.2;
  color: #7c6a55; }

.appearing-nav ul.links li a:hover {
  color: #008bb0; }

/* ========================================================================== *   HEADERLINKS
\* ========================================================================== */
@media (max-width: 1023px) {
  .headerlinks {
    z-index: 2;
    top: 0;
    width: 75%;
    height: 50px;
    border-bottom: 1px solid #aea196;
    background: #7c6a55; }
  div.block.headerlinks {
    position: fixed; }
  .headerlinks .block-inner {
    padding: 11px 24px; } }

@media (min-width: 1024px) {
  .headerlinks {
    z-index: 5;
    top: 24px;
    right: 250px; }
  div.block.headerlinks {
    position: absolute; } }

.headerlinks .views-row {
  display: inline-block; }

.headerlinks .node {
  margin-bottom: 0;
  margin-left: 8px; }

.headerlinks .node-item {
  display: none; }

.headerlinks .node-header {
  display: block; }

.headerlinks .node-header a {
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #948574;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.headerlinks .node-header a:before {
  display: block;
  font-family: 'social-share';
  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;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.headerlinks .node-header a:hover:before {
  color: white; }

.headerlinks .node-header a .title,
.headerlinks .node-header a .subtitle {
  display: none; }

.headerlinks .dd-hover-expand {
  display: none !important; }

.headerlinks .facebook .node-header a:before {
  content: "\66"; }

.headerlinks .twitter .node-header a:before {
  content: "\74";
  margin-left: 2px; }

.headerlinks .linkedin .node-header a:before {
  content: "\69"; }

.headerlinks .googleplus .node-header a:before {
  content: "\67"; }

.headerlinks .facebook .node-header a:hover {
  background-color: #3c5a9b; }

.headerlinks .linkedin .node-header a:hover {
  background-color: #1879b3; }

.headerlinks .twitter .node-header a:hover {
  background-color: #30aade; }

/* ========================================================================== *   SEARCH
\* ========================================================================== */
#block-digitaldcore-search {
  position: absolute;
  top: 9px;
  right: 35px;
  width: inherit;
  height: inherit; }

@media (min-width: 1024px) {
  #block-digitaldcore-search {
    top: 22px;
    right: 0; } }

.dd-search {
  position: relative;
  margin: 0;
  width: 230px;
  height: 32px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px; }

.dd-search * {
  height: 32px;
  line-height: 24px; }

.dd-search .dd-search-keywords {
  width: 184px;
  margin-right: 0;
  border-radius: 2px;
  border: 0;
  background: transparent; }

.dd-search .dd-search-keywords .form-text {
  width: 100%;
  height: 32px;
  padding: 4px 0 4px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #7F6E59;
  opacity: 1; }

.dd-search .dd-search-submit {
  height: 32px;
  border: 0;
  background: none no-repeat center center transparent; }

@media (max-width: 1023px) {
  .dd-search .dd-search-submit {
    width: 32px;
    background-image: url("/sites/default/themes/dtheme/img/search-mobile.svg"); } }

@media (min-width: 1024px) {
  .dd-search .dd-search-submit {
    width: 46px;
    background-image: url("/sites/default/themes/dtheme/img/search-desktop.svg"); } }

.dd-search .dd-search-submit-button {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer; }

@media (max-width: 1023px) {
  .dd-search {
    width: 32px;
    background: transparent; }
  .dd-search .dd-search-keywords {
    display: none; } }

/* ========================================================================== *   SITE IDENTITY LOGO
\* ========================================================================== */
.site-identity .site-logo {
  font-size: 0; }

.site-identity .site-logo img {
  height: 50px;
  margin-left: -12px; }

@media (min-width: 1024px) {
  .site-identity .site-logo img {
    height: 100px;
    margin-left: -20px; } }

/* ========================================================================== *   BROWSE BY: STATE, TOPIC, or EDUCATIONAL LEVEL
\* ========================================================================== */
.browse {
  position: relative;
  z-index: 5;
  height: 60px;
  margin-bottom: -60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.93); }

@media (max-width: 1023px) {
  .browse {
    display: none; } }

.browse .browse-by {
  padding-top: 7px;
  font-size: 0;
  text-align: center; }

.browse h3 {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  padding: 0;
  font-size: 11px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c6a55; }

.browse ul {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  font-size: 0; }

.browse li {
  list-style: none;
  display: inline-block;
  vertical-align: top; }

.browse a {
  padding: 0 10px;
  font-size: 11px;
  line-height: 44px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #7c6a55; }

.browse .topic:hover {
  color: #f8971d; }

.browse .level:hover {
  color: #008bb0; }

.browse .state:hover {
  color: #7d9f52; }

.browse a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'sreb' !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;
  font-size: 64px;
  line-height: 44px; }

.browse .topic:before {
  width: 60px;
  color: #f8971d;
  content: "\e901"; }

.browse .level:before {
  width: 55px;
  color: #008bb0;
  content: "\e902"; }

.browse .state:before {
  width: 70px;
  color: #7d9f52;
  content: "\e900"; }

/* ========================================================================== *   PODS
\* ========================================================================== */
.pods {
  margin-bottom: 40px; }

.pods .views-row {
  position: relative;
  margin-bottom: 20px;
  background-color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.pods .views-row:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }

.pods .views-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  background-color: #eee;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

.pods .views-row:nth-child(3n+1):before {
  background-color: #7d9f52; }

.pods .views-row:nth-child(3n+1) .title {
  color: #7d9f52; }

.pods .views-row:nth-child(3n+1):hover:before {
  background-color: #8fb065; }

.pods .views-row:nth-child(3n+1):hover .title {
  color: #8fb065; }

.pods .views-row:nth-child(3n+2):before {
  background-color: #008bb0; }

.pods .views-row:nth-child(3n+2) .title {
  color: #008bb0; }

.pods .views-row:nth-child(3n+2):hover:before {
  background-color: #00a7d4; }

.pods .views-row:nth-child(3n+2):hover .title {
  color: #00a7d4; }

.pods .views-row:nth-child(3n+3):before {
  background-color: #f8971d; }

.pods .views-row:nth-child(3n+3) .title {
  color: #f8971d; }

.pods .views-row:nth-child(3n+3):hover:before {
  background-color: #f9a740; }

.pods .views-row:nth-child(3n+3):hover .title {
  color: #f9a740; }

.pods .node {
  margin-bottom: 0; }

.pods .node-inner {
  margin-left: 15px;
  padding: 15px; }

.pods .node-item {
  display: none; }

.pods .node-upper-image,
.pods .node-header,
.pods .node-links,
.pods .node-webform {
  display: block; }

.pods .node-upper-image {
  margin: -15px -15px 15px; }

.pods .field-image {
  margin: 0; }

.pods .node-header {
  font-size: 20px;
  line-height: 21px; }

.pods .node-header .title {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

.pods .node-header .subtitle {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

.pods .node-links .link-read-more {
  display: none; }

.pods .node-webform label {
  display: none;
  color: grey; }

html.ie-9 .pods .node-webform label {
  display: inherit; }

/* ========================================================================== *   PODS RIGHT
\* ========================================================================== */
.pods-right {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding: 20px 20px 1px;
  background-color: #f7f7f7; }

@media (min-width: 1024px) {
  .pods-right {
    margin-left: 15px;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0;
    background-color: transparent; } }

.pods-right .node {
  padding-bottom: 0; }

/* ========================================================================== *   PODS BELOW
\* ========================================================================== */
.pods-below {
  margin-bottom: 0; }

.pods-below .block-inner {
  padding: 50px 0 60px; }

/* ========================================================================== *   PODS
\* ========================================================================== */
@media (min-width: 640px) {
  .pods .view-content {
    margin-left: -3.33333333%;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap row;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .pods .views-row {
    display: inline-block;
    width: 30%;
    margin-left: 3.33333333%;
    vertical-align: top;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pods-right {
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .pods-right .view-content {
    display: inherit;
    margin-left: inherit;
    font-size: inherit; }
  .pods-right .views-row {
    display: block;
    width: auto;
    margin-left: inherit; } }

/* ========================================================================== *   DD SOCIAL SHARE BLOCK
\* ========================================================================== */
.block-dd_social {
  margin-bottom: 20px; }

.block-dd_social ul {
  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: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #008bb0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

.block-dd_social .social:after {
  font-family: 'social-share';
  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;
  display: inline-block;
  width: 36px;
  height: 36px;
  font-size: 32px;
  line-height: 36px;
  color: white; }

.block-dd_social a.social-facebook:after {
  content: "\66"; }

.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: "\67"; }

.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: "\69"; }

.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: "\74"; }

.block-dd_social a.social-twitter:hover,
.block-dd_social a.social-twitter:active {
  background-color: #30aade; }

/* ========================================================================== *   HOMEPAGE TEMPLATE
\* ========================================================================== */
/* ========================================================================== *   HERO
\* ========================================================================== */
.hero {
  overflow: hidden;
  background-image: url("/sites/default/themes/dtheme/img/gears.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f7f7f7; }

.hero .block-inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto; }

.hero .block-inner .view-content {
  position: relative;
  z-index: 2; }

@media (max-width: 1023px) {
  .hero.ready {
    background: #008bb0; }
  .hero .block-inner {
    max-width: 100%; } }

@media (min-width: 1024px) {
  .hero .block-inner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
    background-color: rgba(0, 139, 176, 0.9); }
  .hero .title {
    padding-top: 60px; } }

.hero .block-inner,
.hero .backgrounds {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.hero.ready .block-inner,
.hero.ready .backgrounds {
  opacity: 1; }

.hero .node {
  margin-bottom: 0; }

.hero .node-inner {
  position: relative;
  z-index: 2;
  padding: 20px 20px 45px; }

.hero .node-item {
  display: none; }

.hero .node-header,
.hero .node-upper-image {
  display: block; }

.hero .node-upper-image {
  margin: -20px -20px 20px -20px; }

.hero .field-image {
  margin: 0; }

.hero .node-header .title {
  color: white;
  font-size: 30px;
  font-weight: 900;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }

.hero .node-header .subtitle {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: white; }

.hero .node-links {
  display: block; }

.hero .node-links ul.links .link {
  margin: 0;
  display: none; }

.hero .node-links .link-read-more {
  display: block !important; }

.hero .node-links .link-read-more a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border: 1px solid white;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.hero .node-links .link-read-more a:hover {
  color: #008bb0;
  background-color: white; }

.hero .node-links .link-read-more a:after {
  display: none; }

@media (min-width: 1024px) {
  .hero .backgrounds {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero .backgrounds .background-image {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: none no-repeat center center transparent;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .hero .backgrounds .background-image.active {
    z-index: 2;
    opacity: 1; }
  .hero .node {
    width: 33%;
    min-height: 550px;
    padding-right: 67%; }
  .hero .node-inner {
    padding: 70px 30px 100px; }
  .hero .node-upper-image {
    display: none; }
  .hero .node-header .title {
    font-size: 42px; }
  .hero .node-header .subtitle {
    display: block; }
  .hero .node-links .link-read-more a {
    margin-top: 40px; } }

.hero .block-controls-wrapper {
  top: 23px; }

.hero .dd-hover-expand,
.hero .dd-hover-expand:active {
  top: 60px;
  padding: 0;
  zoom: inherit; }

/* ========================================================================== *   ACTION HOMEPAGE BLOCK
\* ========================================================================== */
.action {
  background-color: white; }

.action .block-inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px; }

.action .node {
  margin: 35px 0;
  text-align: center; }

@media (min-width: 1024px) {
  .action .node {
    margin: 70px 0; } }

.action .node-upper-meta {
  display: none; }

.action .field-image {
  max-width: 243px !important;
  margin: 0 auto 20px; }

.action .node-header {
  font-size: 32px;
  font-weight: 400;
  text-transform: none; }

.action .node-header a {
  color: #7c6a55; }

.action .node-header a:hover {
  color: #008bb0; }

.action .node-header .subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #7c6a55; }

.action .node-links .link-read-more a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border: 1px solid #7c6a55;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  color: #7c6a55;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.action .node-links .link-read-more a:hover {
  background-color: #7c6a55;
  color: white; }

.action .node-links .link-read-more a:after {
  display: none; }

/* ========================================================================== *   ACTION HOMEPAGE BLOCK
\* ========================================================================== */
.stay-informed {
  margin-top: 45px;
  margin-bottom: 45px; }

@media (min-width: 1024px) {
  .stay-informed .blocks {
    margin-left: -2.33333333%;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch; }
  .stay-informed .block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-left: 2.33333333%; } }

.stay-informed .block {
  font-size: 16px;
  background-color: white; }

.stay-informed .block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px; }

.stay-informed .block.news:before {
  background-color: #f8971d; }

.stay-informed .block.issues:before {
  background-color: #7d9f52; }

.stay-informed .block.events:before {
  background-color: #008bb0; }

.stay-informed .block .block-title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase; }

.stay-informed .block.news .block-title {
  color: #f8971d; }

.stay-informed .block.issues .block-title {
  color: #7d9f52; }

.stay-informed .block.events .block-title {
  color: #008bb0; }

.stay-informed .block .node {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px; }

.stay-informed .block .views-row:last-child .node {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0; }

.stay-informed .block .node-item {
  display: none; }

.stay-informed .block .node-header {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: none; }

.stay-informed .block .node-header a {
  color: #7c6a55; }

.stay-informed .block .node-header .subtitle {
  margin-top: 5px;
  color: #7c6a55;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400; }

.stay-informed .block.news .node-header a:hover {
  color: #f8971d; }

.stay-informed .block.issues .node-header a:hover {
  color: #7d9f52; }

.stay-informed .block.events .node-header a:hover {
  color: #008bb0; }

.stay-informed .block .node-content {
  display: block;
  font-size: 15px;
  line-height: 21px; }

.stay-informed .block .node-content > * {
  display: none; }

.stay-informed .block .node-content p:first-child {
  display: block;
  margin: 5px 0; }

.stay-informed .block .node-content p strong {
  font-weight: 500; }

.stay-informed .block-inner {
  position: relative;
  margin-left: 15px;
  padding: 15px; }

@media (max-width: 1023px) {
  .stay-informed .block {
    margin-bottom: 15px; }
  .stay-informed .block .block-title {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: white; }
  .stay-informed .block .block-title:after {
    font-family: 'sreb' !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: 2px;
    right: 0;
    content: "\e903";
    font-size: 24px;
    font-weight: 400;
    color: #aea196;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .stay-informed .block .block-content {
    position: relative;
    z-index: 1;
    height: 0;
    margin-top: -15px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .stay-informed .block.expanded .block-title:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .stay-informed .block.expanded .block-content {
    margin-top: 0;
    height: auto;
    opacity: 1; } }

/* ========================================================================== *   EDUCATION LEVEL HOMEPAGE BLOCK
\* ========================================================================== */
.educational-level {
  background-color: white; }

.educational-level .block-inner {
  padding: 45px 0; }

.educational-level .view-content {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: #f8971d; }

.educational-level .views-row {
  z-index: 1;
  overflow: hidden;
  background-color: #f8971d;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.educational-level .node {
  position: static;
  margin-bottom: 0; }

.educational-level .node-item {
  display: none; }

.educational-level .node-upper-image,
.educational-level .node-header,
.educational-level .node-content,
.educational-level .node-links {
  display: block; }

.educational-level .node-header,
.educational-level .node-content,
.educational-level .node-links {
  position: relative;
  z-index: 2;
  opacity: 0; }

.educational-level .node-upper-meta {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-top: 0;
  cursor: pointer;
  background-color: rgba(248, 151, 29, 0.8);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.educational-level .node-upper-meta:after {
  font-family: 'sreb' !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;
  font-size: 24px;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.educational-level .node-upper-meta .meta-inner {
  display: none; }

.educational-level .field-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

.educational-level .field-image img {
  max-width: none; }

.educational-level .field-image .caption {
  position: absolute;
  left: 0;
  z-index: 2;
  padding: 15px 20px;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.educational-level .field-image.has-caption a {
  display: inherit;
  table-layout: inherit;
  width: auto; }

.educational-level .node-header {
  font-size: 28px; }

.educational-level .node-header a {
  color: #ffffff; }

.educational-level .node-header .title {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.educational-level .node-header .title:hover {
  color: #555; }

.educational-level .node-header .subtitle {
  color: white;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500; }

.educational-level .node-links .link-read-more {
  display: block; }

.educational-level .node-links .link-read-more a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border: 1px solid white;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.educational-level .node-links .link-read-more a:hover {
  color: #f8971d;
  background-color: white; }

.educational-level .node-links .link-read-more a:after {
  display: none; }

.educational-level .expanded .node-links,
.educational-level .expanded .node-header,
.educational-level .expanded .node-content {
  z-index: 4;
  opacity: 1; }

.educational-level .expanded .node-header {
  -webkit-transition: all 0.2s 0.3s ease-out;
  transition: all 0.2s 0.3s ease-out; }

.educational-level .expanded .node-content {
  -webkit-transition: all 0.2s 0.4s ease-out;
  transition: all 0.2s 0.4s ease-out; }

.educational-level .expanded .node-links {
  -webkit-transition: all 0.2s 0.5s ease-out;
  transition: all 0.2s 0.5s ease-out; }

.educational-level .expanded .field-image .caption {
  opacity: 0; }

.educational-level .views-row:hover .node-upper-meta,
.educational-level .expanded .node-upper-meta {
  background-color: transparent; }

.educational-level .views-row:hover .field-image .caption {
  text-shadow: 1px 1px 8px black; }

@media (max-width: 799px) {
  .educational-level .views-row {
    position: relative;
    height: 58px; }
  .educational-level .views-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15px;
    background-color: rgba(255, 255, 255, 0.4); }
  .educational-level .node-inner {
    padding: 78px 20px 20px 35px; }
  .educational-level .node-header,
  .educational-level .node-content,
  .educational-level .node-links {
    margin-top: -20px; }
  .educational-level .field-image .caption {
    top: 0; }
  .educational-level .node-upper-meta:after {
    top: 17px;
    right: 17px;
    content: "\e903";
    border-radius: 100%;
    background-color: transparent; }
  .educational-level .expanded {
    height: auto; }
  .educational-level .expanded .node-upper-image {
    margin-top: -78px;
    margin-left: -35px;
    margin-right: -20px;
    margin-bottom: 30px; }
  .educational-level .expanded .field-image {
    position: relative; }
  .educational-level .expanded .node-upper-meta:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .educational-level .expanded .node-header,
  .educational-level .expanded .node-content,
  .educational-level .expanded .node-links {
    margin-top: 0; }
  .educational-level .expanded .node-upper-meta:after,
  .educational-level .views-row:hover .node-upper-meta:after {
    background-color: rgba(248, 151, 29, 0.8); }
  .educational-level .early-childhood .field-image img {
    margin-top: -204px; }
  .educational-level .middle-grades .field-image img {
    margin-top: -92px; }
  .educational-level .high-school .field-image img {
    margin-top: -92px; }
  .educational-level .adult-learners .field-image img {
    margin-top: -140px; }
  .educational-level .college .field-image img {
    margin-top: -112px; }
  .educational-level .early-grades .field-image img {
    margin-top: -181px; }
  .educational-level .field-image img {
    -webkit-transition: margin-top 0.2s ease-out;
    transition: margin-top 0.2s ease-out; }
  .educational-level .expanded .field-image img {
    margin-top: 0; } }

@media (min-width: 600px) and (max-width: 799px) {
  .educational-level .field-image {
    right: 0; }
  .educational-level .field-image img {
    width: 100%; }
  .educational-level .early-childhood .field-image img {
    margin-top: -269px; }
  .educational-level .middle-grades .field-image img {
    margin-top: -114px; }
  .educational-level .high-school .field-image img {
    margin-top: -127px; }
  .educational-level .adult-learners .field-image img {
    margin-top: -184px; }
  .educational-level .college .field-image img {
    margin-top: -144px; }
  .educational-level .early-grades .field-image img {
    margin-top: -227px; } }

@media (min-width: 800px) {
  .educational-level .view-content {
    height: 250px; }
  .educational-level .views-row {
    position: absolute;
    top: 0;
    width: 16.66666667%;
    height: 250px; }
  .educational-level .views-row-1 {
    left: 0; }
  .educational-level .views-row-2 {
    left: 16.66666667%; }
  .educational-level .views-row-3 {
    left: 33.33333333%; }
  .educational-level .views-row-4 {
    right: 33.33333333%; }
  .educational-level .views-row-5 {
    right: 16.66666667%; }
  .educational-level .views-row-6 {
    right: 0; }
  .educational-level .node-inner {
    padding: 30px 42px 20px 20px; }
  .educational-level .node-header,
  .educational-level .node-content,
  .educational-level .node-links {
    margin-left: 285px; }
  .educational-level .node-upper-meta:after {
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    content: "\e904";
    opacity: 0; }
  .educational-level .field-image {
    border-right: 15px solid rgba(255, 255, 255, 0.4); }
  .educational-level .field-image img {
    width: 300px;
    height: 250px !important; }
  .educational-level .field-image .caption {
    bottom: 0; }
  .educational-level .expanded {
    z-index: 2;
    width: 100%; }
  .educational-level .expanded.views-row-1,
  .educational-level .expanded.views-row-2,
  .educational-level .expanded.views-row-3 {
    left: 0; }
  .educational-level .expanded.views-row-4,
  .educational-level .expanded.views-row-5,
  .educational-level .expanded.views-row-6 {
    right: 0; }
  .educational-level .expanded .node-header,
  .educational-level .expanded .node-content,
  .educational-level .expanded .node-links {
    margin-left: 315px; }
  .educational-level .expanded .node-upper-meta:after {
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.3s ease-out;
    transition: opacity 0.2s 0.3s ease-out; } }

/* ========================================================================== *   MEMBER STATES MAP HOMEPAGE BLOCK
\* ========================================================================== */
.member-states-map {
  background-color: white;
  padding: 10px 0 45px; }

.member-states-map .heading h2 {
  margin-right: 0;
  padding-right: 0;
  border-right: 0; }

.member-states-map .heading p {
  display: block;
  line-height: 21px; }

.member-states-map .info {
  margin-bottom: 30px; }

.member-states-map .info ul,
.member-states-map .info li {
  margin: 0;
  padding: 0;
  list-style: none; }

.member-states-map .info .menu {
  position: relative;
  width: 100%; }

.member-states-map .info .menu .switch > span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #aea196;
  background-color: white;
  color: #7c6a55;
  cursor: pointer; }

.member-states-map .info .menu .switch > span:after {
  position: absolute;
  top: 0;
  right: 5px;
  font-family: 'chevron';
  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;
  content: "\e60f";
  font-size: 32px;
  line-height: 38px; }

.member-states-map .info .dropdown {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 14px;
  padding: 12px 0;
  border: 1px solid #aea196;
  opacity: 0;
  overflow: hidden;
  background-color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }

.member-states-map .info .expanded .dropdown {
  top: 39px;
  height: auto;
  overflow: auto;
  opacity: 1; }

.member-states-map .info li a {
  display: block;
  padding: 5px 20px;
  color: #7c6a55;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.member-states-map .info li a:hover {
  background-color: #7c6a55;
  color: white; }

.member-states-map .map {
  width: 100%; }

.member-states-map #Member_States {
  width: 100%;
  height: auto; }

.member-states-map #Member_States path {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.member-states-map #Member_States path:hover {
  fill: #7c6a55; }

@media (min-width: 640px) {
  .member-states-map {
    padding: 35px 0 70px; }
  .member-states-map .info {
    width: 36%;
    margin: 0 7%;
    float: right; }
  .member-states-map .info .menu {
    width: auto; }
  .member-states-map .map {
    width: 50%; } }

/* ========================================================================== *   SPOTLIGHT HOMEPAGE BLOCK
\* ========================================================================== */
.spotlight {
  padding: 70px 0; }

.spotlight .views-row {
  background-color: #7d9f52; }

.spotlight .views-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  background: rgba(255, 255, 255, 0.4); }

.spotlight .node {
  position: relative;
  margin-bottom: 0;
  color: white; }

.spotlight .node-inner {
  padding: 30px 30px 60px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.spotlight .node-item {
  display: none; }

.spotlight .node-upper-image,
.spotlight .node-header,
.spotlight .node-content,
.spotlight .node-links {
  display: block; }

.spotlight .field-image {
  margin: 0; }

.spotlight .field-image .caption {
  display: none; }

.spotlight .node-header a {
  color: white; }

.spotlight .node-header a:hover {
  text-decoration: underline; }

.spotlight .node-header .subtitle {
  color: white; }

.spotlight .node-links a {
  color: white; }

.spotlight .node-links a:hover {
  text-decoration: underline; }

.spotlight .node-links .link-read-more a {
  text-transform: uppercase; }

.spotlight .node-links .link-read-more a:after {
  display: none; }

.spotlight .node-links .link-read-more a:hover {
  text-decoration: none; }

.spotlight .node-links .link-read-more a:hover .read-more-text {
  text-decoration: underline; }

.spotlight .node-links .link-read-more a:before {
  font-family: 'chevron';
  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;
  content: "\e605";
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid white;
  vertical-align: middle;
  font-size: 24px; }

.spotlight .node-links .icon:before {
  color: white !important; }

.spotlight .slick-slider {
  margin-bottom: 0; }

.spotlight .node {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.spotlight .slick-active .node {
  opacity: 1; }

.spotlight .slick-dots {
  height: 54px;
  bottom: 0;
  padding: 0 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.spotlight .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 20px 5px 0 0; }

.spotlight .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0; }

.spotlight .slick-dots li button:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.spotlight .moving .slick-dots {
  opacity: 0; }

@media (max-width: 639px) {
  .spotlight .node-upper-image {
    margin: -30px -30px 30px -45px; } }

@media (min-width: 640px) {
  .spotlight .has-image .node-inner {
    width: 55%; }
  .spotlight .has-image .field-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    background: none no-repeat center top #008bb0;
    background-size: cover; }
  .spotlight .has-image .field-image img {
    opacity: 0; }
  .spotlight .slick-dots {
    width: 55%; } }

/* ========================================================================== *   GET SOCIAL HOMEPAGE BLOCK
\* ========================================================================== */
.get-social {
  background-color: white;
  padding: 70px 0; }

.get-social .view-content {
  margin-left: -3.33333333%;
  font-size: 0; }

.get-social .views-row {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 3.33333333%; }

.get-social .node {
  margin-bottom: 0;
  text-align: center; }

.get-social .node-item {
  display: none; }

.get-social .node-header {
  display: block; }

.get-social .node-header a {
  color: white; }

.get-social .node-header a:before {
  font-family: 'social-share';
  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;
  content: '';
  font-size: 62px;
  background-color: #008bb0;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out; }

.get-social .node-header .title {
  display: none; }

.get-social .node-header .subtitle {
  display: none;
  margin-top: 20px;
  font-weight: 400; }

.get-social .facebook .node-header a:before {
  content: "\66"; }

.get-social .linkedin .node-header a:before {
  content: "\69"; }

.get-social .twitter .node-header a:before {
  content: "\74"; }

.get-social .facebook .node-header:hover a:before {
  background-color: #3c5a9b; }

.get-social .linkedin .node-header:hover a:before {
  background-color: #1879b3; }

.get-social .twitter .node-header:hover a:before {
  background-color: #30aade; }

.get-social .node-links .link-read-more {
  display: block; }

.get-social .node-links .link-read-more a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 40px;
  border: 1px solid #aea196;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  color: #7c6a55;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.get-social .node-links .link-read-more a:hover {
  background-color: #7c6a55;
  color: white; }

.get-social .node-links .link-read-more a:after {
  display: none; }

@media (min-width: 640px) {
  .get-social .node-item {
    width: 80%;
    margin: 0 auto; }
  .get-social .node-header .subtitle,
  .get-social .node-links {
    display: block; } }

.front .page-center.layout,
.front .page-center.stay-informed,
.front .page-center.educational-level .view-header,
.front .page-center.member-states-map .block-inner,
.front .page-center.spotlight .block-inner,
.front .page-center.get-social .block-inner {
  max-width: none;
  margin: 0;
  background-color: #efecea; }

.front .page-content {
  margin: 0; }

.heading {
  margin-bottom: 20px; }

.heading h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  color: #7c6a55; }

.heading p {
  display: none; }

@media (min-width: 1024px) {
  .heading h2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #aea196; }
  .heading p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 15px;
    line-height: 25px; } }
