@charset "UTF-8";
/*
Theme Name: DP Parent Theme
Description: The parent theme for Digital Promise sub sites
Version: 3
*/
/**
   * Owl Carousel v2.2.1
   * Copyright 2013-2017 David Deutsch
   * Licensed under  ()
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: right;
  padding-right: 4%;
  padding-bottom: 1%;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
  width: 11px;
  height: 11px;
  margin-bottom: 3px;
}

.owl-theme .owl-controls {
  position: absolute;
  right: 90px;
  bottom: 50px;
  z-index: 5;
  display: none;
}
@media (min-width: 480px) {
  .owl-theme .owl-controls {
    display: block;
    bottom: calc(5.2vw + 8px) !important;
  }
}

.blue {
  color: #439ad0;
}

body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d1d;
  background: #ffffff;
  letter-spacing: 0.03rem;
  overflow-x: hidden;
  padding-top: 100px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media (min-width: 480px) {
  body {
    padding-top: 112px !important;
  }
}
.ua-ie-11 body, .ua-ie-10 body {
  display: block;
}
body.no-overflow {
  overflow: hidden !important;
}

a, a:active, a:visited, a:link {
  color: #333;
}
a:hover, a:active:hover, a:visited:hover, a:link:hover {
  color: #439ad0;
}

.lockout {
  max-width: 1600px;
  margin: 0 19px;
}
@media (min-width: 480px) {
  .lockout {
    margin: 0 auto;
    width: 91%;
  }
}

.page-content-wrap {
  flex: 1;
  padding: 45px 0 65px;
}
@media (min-width: 480px) {
  .page-content-wrap {
    padding: 70px 0 80px;
  }
}
@media (min-width: 992px) {
  .page-content-wrap {
    padding: 85px 0 100px;
  }
}
@media (min-width: 1200px) {
  .page-content-wrap {
    padding: 100px 0 130px;
  }
}

.alignright {
  float: right;
}

/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
 * Copyright 2014 Studio Fuel (http://www.studiofuel.com)
 */
.wp-paginate {
  padding: 0;
  margin: 0;
}

.wp-paginate li {
  display: inline;
  list-style: none;
}

.wp-paginate a {
  background: #ddd;
  border: 1px solid #ccc;
  color: #666;
  margin-right: 4px;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
}

.wp-paginate a:hover,
.wp-paginate a:active {
  background: #ccc;
  color: #888;
}

.wp-paginate .title {
  color: #555;
  margin-right: 4px;
}

.wp-paginate .gap {
  color: #999;
  margin-right: 4px;
}

.wp-paginate .current {
  color: #fff;
  background: #5f87ae;
  border: 1px solid #89adcf;
  margin-right: 4px;
  padding: 4px 8px;
}

/* style overrides for comments pagination */
ol.wp-paginate li {
  line-height: 3em;
  /*white-space: nowrap;*/
}

/* Fonts */
.wp-paginate.font-arial {
  font-family: Arial, sans-serif;
}

.wp-paginate.font-georgia {
  font-family: Georgia, serif;
}

.wp-paginate.font-inherit {
  font-family: inherit;
}

.wp-paginate.font-initial {
  font-family: initial;
}

.wp-paginate.font-tahoma {
  font-family: Tahoma, sans-serif;
}

.wp-paginate.font-times {
  font-family: "Times New Roman", serif;
}

.wp-paginate.font-trebuchet {
  font-family: "Trebuchet MS", sans-serif;
}

.wp-paginate.font-verdana {
  font-family: Verdana, sans-serif;
}

/* Theme: Modern Grey Buttons */
.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .current {
  background: #f8f8f8;
  border: 1px solid #efecee;
  border-radius: 4px;
  color: #000;
  padding: 3px 6px;
}

.wp-paginate.wpp-modern-grey a:hover {
  background: #eee;
}

.wp-paginate.wpp-modern-grey .current {
  opacity: 0.3;
}

/* Theme: Blue CTA Buttons */
.wp-paginate.wpp-blue-cta a,
.wp-paginate.wpp-blue-cta .current {
  background: #3784fd;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #c1c1c1, -1px -1px 1px #c1c1c1, inset 0 -10px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.wp-paginate.wpp-blue-cta .current {
  opacity: 0.6;
}

/* Theme: Pink Neon Buttons */
.wp-paginate.wpp-neon-pink a,
.wp-paginate.wpp-neon-pink .current {
  background: #54d3f4;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #000;
}

.wp-paginate.wpp-neon-pink a,
.wp-paginate.wpp-neon-pink .current {
  background: #ff4ecd;
}

.wp-paginate.wpp-neon-pink .current {
  opacity: 0.6;
}

/* ==============================
HEX COLOR REFERENCE
Blue #439ad1
Magenta #d72f4a
Brown #695d54
Yellow #f2cc20
Orange #ef9326
Cream #f1f1e6
================================== */
html {
  font-size: 62.5%;
  /* =12px */
}

body {
  /*font-family: 'museo_sans300',"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*color:#695d54;*/
  font-size: 1.6rem;
  /* =16px */
  -webkit-font-smoothing: antialiased;
}

/* HEADER AREA */
.utility-bar {
  color: white;
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.utility-bar a {
  color: white;
}

/* HEADERS */
h2.page-header {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #439ad1;
  font-size: 3rem;
  /* =24px */
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

/* LINKS */
a:hover, a:active {
  outline: none;
}

a, a:active, a:visited {
  /*color:#D72F4A;*/
  text-decoration: none;
}

a:hover, a:focus {
  /*color:#9A1C32*/
}

a:link {
  /*-webkit-tap-highlight-color:#9A1C32*/
}

/* CONTENT STYLES */
.byline {
  font-size: 1.1rem !important;
  text-transform: uppercase;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
}

/* FOOTER */
.visit-footer a {
  color: #695d54;
}

.dmbs-footer {
  color: white;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dmbs-footer a {
  color: white;
}

.dmbs-footer a:hover, .dmbs-footer a:active {
  color: #f2cc20;
}

.lead {
  font-size: 2.2rem !important;
}

.dmbs-main p,
.dmbs-main ul,
.dmbs-main ol,
.dmbs-main table {
  font-size: 1.8rem;
}

.dmbs-main li {
  margin-bottom: 0.5em;
}

.dmbs-main a {
  font-weight: 500;
}

.dmbs-main .callout a {
  font-weight: normal !important;
}

.Demo {
  width: 100%;
  padding: 0.8em 1em 0;
  background: rgba(147, 128, 108, 0.1);
  border-radius: 3px;
}

.Demo::after {
  content: " ";
  display: block;
  margin-top: 1em;
  height: 0;
  visibility: hidden;
}

.Grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Grid-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Grid--flexCells > .Grid-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Grid--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Grid--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.Grid--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Grid--justifyCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Grid-cell--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Grid-cell--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.Grid-cell--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.Grid-cell--autoSize {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.Grid--fit > .Grid-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Grid--full > .Grid-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.Grid--1of2 > .Grid-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.Grid--1of3 > .Grid-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.Grid--1of4 > .Grid-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.Grid--1of5 > .Grid-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

@media (min-width: 384px) {
  .small-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .small-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .small-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .small-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  .small-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .small-Grid--1of5 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 576px) {
  .med-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .med-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .med-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .med-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  .med-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .med-Grid--1of5 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .large-Grid--fit > .Grid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .large-Grid--full > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .large-Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .large-Grid--1of3 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }

  .large-Grid--1of4 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .large-Grid--1of5 > .Grid-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.Grid--gutters {
  margin: -1em 0 1em -1em;
}

.Grid--gutters > .Grid-cell {
  padding: 1em 0 0 1em;
}

.Grid--guttersLg {
  margin: -1.5em 0 1.5em -1.5em;
}

.Grid--guttersLg > .Grid-cell {
  padding: 1.5em 0 0 1.5em;
}

.Grid--guttersXl {
  margin: -2em 0 2em -2em;
}

.Grid--guttersXl > .Grid-cell {
  padding: 2em 0 0 2em;
}

@media (min-width: 384px) {
  .small-Grid--gutters {
    margin: -1em 0 1em -1em;
  }

  .small-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }

  .small-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }

  .small-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }

  .small-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }

  .small-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media (min-width: 576px) {
  .med-Grid--gutters {
    margin: -1em 0 1em -1em;
  }

  .med-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }

  .med-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }

  .med-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }

  .med-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }

  .med-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
@media (min-width: 768px) {
  .large-Grid--gutters {
    margin: -1em 0 1em -1em;
  }

  .large-Grid--gutters > .Grid-cell {
    padding: 1em 0 0 1em;
  }

  .large-Grid--guttersLg {
    margin: -1.5em 0 1.5em -1.5em;
  }

  .large-Grid--guttersLg > .Grid-cell {
    padding: 1.5em 0 0 1.5em;
  }

  .large-Grid--guttersXl {
    margin: -2em 0 2em -2em;
  }

  .large-Grid--guttersXl > .Grid-cell {
    padding: 2em 0 0 2em;
  }
}
.u-ieMinHeightBugFix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.u-full {
  width: 100% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-1of2 {
  width: 50% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-1of3 {
  width: 33.3333% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-2of3 {
  width: 66.6667% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-1of4 {
  width: 25% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-1of5 {
  width: 20% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

.u-3of4 {
  width: 75% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: none !important;
  -ms-flex: none !important;
  flex: none !important;
}

@media (max-width: 383px) {
  .u-small-full,
.u-small-1of2,
.u-small-1of3,
.u-small-2of3,
.u-small-1of4,
.u-small-1of5,
.u-small-3of4 {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media (min-width: 384px) {
  .u-small-full {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-1of5 {
    width: 20% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-small-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media (min-width: 576px) {
  .u-med-full {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-1of5 {
    width: 20% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-med-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .u-large-full {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-1of2 {
    width: 50% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-1of3 {
    width: 33.3333% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-2of3 {
    width: 66.6667% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-1of4 {
    width: 25% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-1of5 {
    width: 20% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .u-large-3of4 {
    width: 75% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
    -ms-flex: none !important;
    flex: none !important;
  }
}
/* CONTENT AREA GRID STYLES FROM COLUMN PLUGIN */
.csRow .csColumnGap:first-of-type {
  display: none;
}

@media screen and (max-width: 991px) {
  .dp-content-columns {
    clear: both !important;
    float: none !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.btn,
a.btn,
#framework input.submit,
#framework input[type=submit] {
  transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s ease 0s;
  /*font-family: "museo_slab500","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: "museo-sans", sans-serif !important;*/
  /*font-weight: 700 !important;*/
  /*font-size: 16px;*/
  /*font-size: 1.4rem;*/
  /*line-height: 1;*/
  /*padding: 14px 30px;*/
  /*padding: 1.4rem 3rem;*/
  /*border: none;*/
  /*color: #fff;*/
  /*clear: both;*/
  /*float: left;*/
  /*text-align: center;*/
  /*text-decoration: none;*/
  /*text-transform: uppercase;*/
  /*border-radius:0;*/
  font-weight: 700 !important;
}

.btn.is-block,
a.btn.is-block,
#framework input.submit.is-block,
#framework input[type=submit].is-block {
  float: none;
}

.btn .ss-icon,
a.btn .ss-icon,
#framework input.submit .ss-icon,
#framework input[type=submit] .ss-icon {
  vertical-align: middle;
}

.btn-action,
a.btn-action,
#framework input.submit,
#framework input[type=submit] {
  /*padding: 14px 15px 14px 15px;*/
  /*padding: 1.4rem 1.5rem 1.4rem 1.5rem;*/
  /*position: relative;*/
}

.btn-action.two-line,
a.btn-action.two-line {
  /*padding: .7rem 1.5rem .7rem 1.5rem;*/
  /*text-align: left;;*/
}

.btn-action:after,
a.btn-action:after,
#framework input.submit:after,
#framework input[type=submit]:after {
  /*transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s ease 0s;*/
  /*-webkit-transform: rotate(360deg);*/
  /*-moz-transform: rotate(360deg);*/
  /*-ms-transform: rotate(360deg);*/
  /*-o-transform: rotate(360deg);*/
  /*transform: rotate(360deg);*/
  /*border-width: 21px 16px;*/
  /*border-width: 2.1rem 1.6rem;*/
  /*content: '';*/
  /*border-style: solid;*/
  /*border-top-color: transparent;*/
  /*border-bottom-color: transparent;*/
  /*border-right-color: transparent;*/
  /*height: 100%;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 100%;*/
}

.btn-search {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 8px 4px 7px;
  padding: 1rem 0.8rem 0.4rem 0.7rem;
}

.btn-pink,
a.btn-pink {
  /*background: #D72F4A;*/
}

.btn-pink:after,
a.btn-pink:after {
  /*border-left-color: #D72F4A;*/
}

.btn-pink:hover,
a.btn-pink:hover {
  /*background: #9A1C32;*/
}

.btn-pink:hover:after,
a.btn-pink:hover:after {
  /*border-left-color: #9A1C32;*/
}

.btn-green-aqua,
a.btn-green-aqua {
  /*background: #3CB49D;*/
}

.btn-green-aqua:after,
a.btn-green-aqua:after {
  /*border-left-color: #3CB49D;*/
}

.btn-green-aqua:hover,
a.btn-green-aqua:hover {
  /*background: #258271;*/
}

.btn-green-aqua:hover:after,
a.btn-green-aqua:hover:after {
  /*border-left-color: #258271;*/
}

.btn-orange,
a.btn-orange {
  /*background: #EC5327*/
}

.btn-orange:after,
a.btn-orange:after {
  /*border-left-color: #EC5327;*/
}

.btn-orange:hover,
a.btn-orange:hover {
  /*background: #BF4320;*/
}

.btn-orange:hover:after,
a.btn-orange:hover:after {
  /*border-left-color: #BF4320;*/
}

.btn-gold,
#framework input[type=button],
#framework input[type=submit],
#framework .submit,
#framework #invitationpage #submit_button,
#framework #date-filter,
#framework .loginbutton input,
#framework .signupbutton input,
#framework #community input[type=submit],
#framework .utils_search button,
a.btn-gold,
#framework a.submit,
#framework #invitationpage a#submit_button,
#framework a#date-filter {
  /*background: #F2CC20;*/
  /*color: #494039;*/
}

.btn-gold:after,
#framework input[type=button]:after,
#framework input[type=submit]:after,
#framework .submit:after,
#framework #invitationpage #submit_button:after,
#framework #date-filter:after,
#framework .loginbutton input:after,
#framework .signupbutton input:after,
#framework #community input[type=submit]:after,
#framework .utils_search button:after,
a.btn-gold:after,
#framework a.submit:after,
#framework #invitationpage a#submit_button:after,
#framework a#date-filter:after {
  /*border-left-color: #F2CC20;*/
}

.btn-gold:hover,
#framework input[type=button]:hover,
#framework input[type=submit]:hover,
#framework .submit:hover,
#framework #invitationpage #submit_button:hover,
#framework #date-filter:hover,
#framework .loginbutton input:hover,
#framework .signupbutton input:hover,
#framework #community input[type=submit]:hover,
#framework .utils_search button:hover,
a.btn-gold:hover,
#framework a.submit:hover,
#framework #invitationpage a#submit_button:hover,
#framework a#date-filter:hover {
  /*background: #BFA119;*/
}

.btn-gold:hover:after,
#framework input[type=button]:hover:after,
#framework input[type=submit]:hover:after,
#framework .submit:hover:after,
#framework #invitationpage #submit_button:hover:after,
#framework #date-filter:hover:after,
#framework .loginbutton input:hover:after,
#framework .signupbutton input:hover:after,
#framework #community input[type=submit]:hover:after,
#framework .utils_search button:hover:after,
a.btn-gold:hover:after,
#framework a.submit:hover:after,
#framework #invitationpage a#submit_button:hover:after,
#framework a#date-filter:hover:after {
  /*border-left-color: #BFA119;*/
}

.btn-blue-light,
a.btn-blue-light {
  /*background: #439ad0;*/
}

.btn-blue-light:after,
a.btn-blue-light:after {
  /*border-left-color: #439ad0;*/
}

.btn-blue-light:hover,
a.btn-blue-light:hover {
  /*background: #439ad0;*/
  /*color: #fff;*/
}

.btn-blue-light:hover:after,
a.btn-blue-light:hover:after {
  /*border-left-color: #2E6F97;*/
}

.action-arrow {
  /*position: relative;
  font-family: "museo_slab500","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 12px 0px 0px;
  margin: 1.2rem 0rem 0rem;
  padding: 30px;
  padding: 3rem;
  max-width: 620px;
  max-width: 62rem;
  border: none;
  background: #D72F4A;
  color: #fff;
  clear: both;
  float: left;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;*/
}

@media screen and (min-width: 768px) {
  .action-arrow {
    width: 87%;
  }
}
.action-arrow:after {
  /*transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.25s ease 0s;*/
  /*-webkit-transform: rotate(360deg);*/
  /*-moz-transform: rotate(360deg);*/
  /*-ms-transform: rotate(360deg);*/
  /*-o-transform: rotate(360deg);*/
  /*transform: rotate(360deg);*/
  /*border-width: 62px 55px;*/
  /*border-width: 6.2rem 5.5rem;*/
  /*border-style: solid;*/
  /*border-top-color: transparent;*/
  /*border-bottom-color: transparent;*/
  /*border-right-color: transparent;*/
  /*border-left-color: #D72F4A;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 100%;*/
  /*height: 100%;*/
}

@media screen and (min-width: 768px) {
  /*.action-arrow:after {*/
  /*content: '';*/
  /*}*/
}
.action-arrow.action-summary .summary {
  /*font-family: 'museo_sans300';*/
  /*font-size: 35px;*/
  /*font-size: 3.5rem;*/
  /*line-height: 1.15;*/
  /*margin-bottom: 20px;*/
  /*margin-bottom: 2rem;*/
  /*display: block;*/
  /*text-align: left;*/
  /*color: #fff;*/
  /*text-transform: none;*/
  /*letter-spacing: -1px;*/
}

@media screen and (min-width: 768px) {
  .action-arrow.action-summary .summary {
    height: 80px;
    height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .action-arrow.action-summary:after {
    border-width: 110px 75px;
    border-width: 11rem 7.5rem;
  }
}
/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap rules
.dmbs-container {}
.dmbs-header {}
.dmbs-header-img {}
.dmbs-header-text {}
.dmbs-top-menu {}
.dmbs-content {}
.dmbs-main {}
.dmbs-left {}
.dmbs-right {}
.dmbs-footer-menu {}
.dmbs-author-credits {}
.dmbs-footer {}
 ****************/
/* ==============================
HEX COLOR REFERENCE
Blue #439ad1
Magenta #d72f4a
Brown #695d54
Yellow #f2cc20
Orange #ef9326
Cream #f1f1e6
================================== */
.outer-wrapper {
  background: white;
}

.dmbs-container {
  padding-bottom: 30px;
}

.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
}

body.logged-in .fixed {
  top: 32px;
}

@media (max-width: 991px) {
  .fixed {
    margin-left: 0;
    left: 0;
    width: 100%;
  }

  .utility-bar {
    display: none;
  }
}
@media (min-width: 992px) {
  .fixed {
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .fixed {
    margin-left: -585px;
  }
}
.mw2-1600 {
  max-width: 1600px;
  margin: 0 auto;
  width: 92%;
}

.error404 .error-wrap {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .error404 .error-wrap {
    margin-bottom: 250px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ELEMENTS */
.dmbs-main h4 {
  margin-top: 20px;
}

.dmbs-main hr {
  border-top-color: #e9e9d1;
  margin-top: 26px;
  margin-bottom: 26px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HEADER */
.dmbs-header-img {
  padding: 24px 81px 36px 38px;
  margin-bottom: -80px;
  /*background-image: url(img/logo-background.png);*/
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  z-index: 200;
}

.dmbs-header-img a img {
  width: 100%;
  /*/height:auto;*/
  display: inline-block;
}

@media (max-width: 991px) {
  /*.dmbs-header-img {*/
  /*padding: 12px 81px 23px 10px;*/
  /*width: 340px;*/
  /*}*/
}
@media (max-width: 400px) {
  /*.dmbs-header-img {*/
  /*padding: 12px 43px 11px 10px;*/
  /*width: 225px;*/
  /*}*/
}
@media (max-width: 300px) {
  /*.dmbs-header-img {*/
  /*padding: 12px 43px 11px 10px;*/
  /*width: 200px;*/
  /*}*/
}
.tint {
  position: relative;
}

.tint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  z-index: 2;
}

/* SEARCH BAR */
.search-bar {
  display: none;
  padding: 15px;
  background: #d72f4a;
  color: white;
}

.search-bar label {
  display: none;
}

.search-bar #searchsubmit {
  display: none !important;
}

.search-bar #s {
  background: #d72f4a !important;
  border-width: 0 !important;
  font-size: 2em !important;
  font-family: "museo-sans" !important;
  color: white !important;
  padding: 1em 0 !important;
  outline: 0;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  box-shadow: none !important;
  box-sizing: content-box !important;
}

.search-bar input:focus {
  outline: none;
}

.search-bar input, .search-bar input:focus {
  outline: 0;
}

.utility-bar {
  min-height: 34px;
  background: #439ad1;
  padding: 9px 15px 0 15px;
}

.utility-bar div {
  float: right;
}

.utility-bar a {
  color: white;
}

.utility-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.utility-bar li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-left: 1px solid white;
}

.utility-bar li:first-child {
  border-left-width: 0px;
}

.utility-bar a {
  margin-left: 8px;
}

.utility-bar a.search-icon {
  margin-left: 14px;
}

.utility-bar li a {
  margin: 0 8px;
}

.utility-bar div:first-of-type {
  float: right;
}

/* MAIN NAV */
.main-nav-bar {
  background: #2e6f97;
  padding: 0 15px;
  height: 80px;
}

/* NEWSLETTER SIGN UP BUTTON , OVERLAY, AND FORM */
.sign-up-button {
  float: right;
  width: 117px;
  height: 34px;
  background-image: url(img/sign-up-for-updates-hover.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.sign-up-button:hover, .sign-up-button:active {
  background-image: url(img/sign-up-for-updates.png);
}

#signup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 111, 151, 0.9);
  z-index: 10000;
}

#sky-form-modal-overlay2 #chimpy_shortcode_1,
#sky-form-modal-overlay2 #chimpy_shortcode_2,
#sky-form-modal-overlay2 #chimpy_shortcode_3,
#sky-form-modal-overlay2 #chimpy_shortcode_4 {
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -200px;
  display: block;
  width: 400px;
  height: 210px;
  position: absolute;
  display: block;
}

.dmbs-main #chimpy_shortcode_1,
.dmbs-main #chimpy_shortcode_2,
.dmbs-main #chimpy_shortcode_3 {
  top: 0 !important;
  left: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  display: block;
  margin-bottom: 50px !important;
  border: 1px solid #e1e1e1 !important;
  z-index: auto !important;
}

.dmbs-main #chimpy_shortcode_1 header,
.dmbs-main #chimpy_shortcode_2 header,
.dmbs-main #chimpy_shortcode_3 header {
  padding-right: 10vw !important;
}

.dmbs-main #chimpy_shortcode_1 fieldset,
.dmbs-main #chimpy_shortcode_2 fieldset,
.dmbs-main #chimpy_shortcode_3 fieldset {
  padding: 30px 20px;
}

.dmbs-main #chimpy_shortcode_1 fieldset label,
.dmbs-main #chimpy_shortcode_2 fieldset label,
.dmbs-main #chimpy_shortcode_3 fieldset label {
  margin: 10px 0 !important;
  font-size: 17px !important;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}

.dmbs-main #chimpy_shortcode_1 fieldset label:first-of-type,
.dmbs-main #chimpy_shortcode_2 fieldset label:first-of-type,
.dmbs-main #chimpy_shortcode_3 fieldset label:first-of-type {
  font-weight: 500;
  margin-bottom: 15px !important;
}

.sky-form-modal-overlay2 {
  background: rgba(46, 111, 151, 0.9);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.sky-form-modal-overlay {
  background: rgba(46, 111, 151, 0.9);
}

.sky-form header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f2cc20;
  color: #494039;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 17px 20px;
}

.sky-form .icon-append, .sky-form .icon-prepend {
  color: #fff;
  border-width: 0;
}

.sky-form footer {
  background: #F1F1E6;
}

.sky-form footer button.button {
  background-color: #439AD1;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CONTENT AREA */
.page-header {
  margin: 40px 0 6px;
  border-bottom-width: 0px;
}

blockquote {
  padding: 10px 20px;
  margin: 1.8rem 2.2rem;
  font-size: 2.2rem;
  border-left: 5px solid #D72F4A;
  color: #695d54;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote p {
  font-size: 2.2rem !important;
}

blockquote.alt {
  border-left: 2px solid #D72F4A;
  padding: 0 20px;
  margin-left: 0;
}

blockquote.alt p {
  font-size: 1.6rem !important;
}

/*callout boxes*/
.callout {
  transition: all 0.2s;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  cursor: default;
}

.callout.blue {
  background: #439AD1;
  border: 1px solid #439AD1;
  color: white;
  padding: 10px 0;
}

.callout.blue.inset {
  background: #439AD1;
  border: 1px solid #439AD1;
  color: white;
  margin: 10px;
  width: 95%;
}

.callout.magenta {
  background: #D72F4A;
  border: 1px solid #D72F4A;
  color: white;
}

.callout.orange {
  background: #EF9326;
  border: 1px solid #EF9326;
  color: white;
}

.callout.orange.inset {
  background: #EF9326;
  border: 1px solid #EF9326;
  color: white;
  margin: 10px;
  width: 95%;
}

.callout.blue h3, .callout.blue p,
.callout.magenta h3, .callout.magenta p,
.callout.orange h3, .callout.orange p {
  color: white;
}

.callout.blue h1, .callout.blue h2,
.callout.magenta h1, .callout.magenta h2,
.callout.orange h1, .callout.orange h2 {
  color: white;
  margin: 10px 15px;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.callout.orange.inset h4, .callout.orange.inset h5 {
  color: white;
  margin: 10px;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.callout h4, h5 {
  margin: 10px;
  padding: 0 10px;
}

.callout h4 a {
  color: #fff !important;
  font-size: 20px !important;
}

.callout.orange.inset h4 a, .callout.orange.inset h4 a:active, .callout.orange.inset h4 a:visited {
  color: white;
}

.callout.no-link {
  cursor: default;
}

.callout::after {
  /*content: '\00a0';*/
  /*display: block;*/
  /*margin-top: 1em;*/
  /*height: 0;*/
  /*visibility: hidden*/
}

.callout img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.textwidget .callout img {
  max-width: 100% !important;
  height: auto !important;
  float: none;
  margin: 0;
}

.callout-inner {
  padding: 0;
}

.callout h3 {
  color: #1d1d1d;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  margin-top: 17px;
}
.callout h3 a {
  color: #343434;
  text-decoration: none;
  transition: all 0.3s;
}

.cbe_subtopic h4 {
  margin: 0 !important;
}

.callout p.byline + h3 {
  margin-top: 7px;
}

.callout p {
  padding: 0 15px;
  color: #1d1d1d;
  font-size: 1.6rem;
}

@media (max-width: 571px) {
  .alignleft,
.alignright {
    float: none !important;
    margin: 5px auto 20px !important;
    display: block !important;
  }
}
.dmbs-right .callout {
  /*margin-bottom:1.5em;*/
  padding-bottom: 10px;
}

.dmbs-right aside {
  clear: both;
  margin-bottom: 1.5em;
}

.rpwwt-widget ul li:last-child {
  margin-bottom: 1.5em !important;
}

@media (min-width: 570px) and (max-width: 991px) {
  .dmbs-right .callout,
.rpwwt-widget ul li {
    max-width: 300px;
    float: left;
    margin: 15px 15px 15px 0 !important;
    min-height: 250px;
  }

  .rpwwt-widget ul {
    overflow: hidden;
  }

  .dmbs-right aside {
    clear: none;
    margin-bottom: 1.5em;
  }
}
/* TRYING TO GET THE SIDEBAR CALLOUT TO LOOK NICE AT TABLET SIZE...
@media (min-width: 570px) and (max-width: 991px){
    .dmbs-right .callout {
        padding:0 !important;
        margin-bottom:20px;
    }
    .dmbs-right .callout img {
        float:left;
        max-width:300px;
    }
    .dmbs-right .callout h3 {
        float:right;
        width:50%;
        margin:5px 0;
    }
    .dmbs-right .callout p {
        float:right;
        width:50%;
        margin:5px 0;
    }
}
*/
.grid-row.circles div {
  text-align: center;
}

.callout-round {
  padding: 0;
  text-align: center;
}

.callout-round img {
  width: 70%;
  max-width: 70%;
  height: auto;
}

.callout-round h3 {
  color: #439ad1;
  text-align: center;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.callout p.byline {
  margin-top: 1.4em;
  margin-bottom: 0 !important;
}

.callout:hover, .callout:active {
  /*border: 1px solid #b0b0b0;*/
}

.callout.no-link:hover, .callout.no-link:active {
  border: 1px solid #ccc;
}

.callout-link:hover {
  text-decoration: none !important;
}

.callout-link:hover img, .callout-link:active img {
  opacity: 0.9;
}

/* TWITTER EMBEDS */
.twitter-tweet {
  margin: 0 auto !important;
  max-width: 520px !important;
  width: 100% !important;
}

/* SALESFORCE FORMS AND WIDGET - Styles can be found in /themes/digital-promise/salesforce-wordpress-to-lead/custom.css per their recommendation */
/* aside.salesforce {
    background:#f1f1e6;
    border:1px solid #ccc;
    width:100%;
    cursor: pointer;
    overflow: hidden;
    padding:10px;
}
aside.salesforce .checkbox input[type="checkbox"],
.salesforce_w2l_lead .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
} */
/* HOMEPAGE CALLOUTS BY NUMBER */
.dp01 .callout {
  background: #d72f4a;
}

.dp01 .callout h3, .dp01 .callout p {
  color: white;
}

.dp03 .callout {
  background: #f2cc20;
}

.dp03 .callout h3 {
  color: #d72f4a;
}

.dp05 .callout {
  background: #3cb49d;
}

.dp05 .callout h3, .dp05 .callout p {
  color: white;
}

.dp06 .callout {
  background: #ef9326;
}

.dp06 .callout h3, .dp06 .callout p {
  color: white;
}

/* FLEXBOX OVER RIDES */
.no-flexbox .Grid {
  display: block;
  overflow: hidden;
}

.no-flexbox .Grid-cell {
  display: block;
  float: left;
}

.no-flexbox .Grid-cell .callout {
  min-height: 430px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HOME PAGE OVER RIDES */
body.home .dmbs-container {
  padding-top: 114px;
}

body.home .dmbs-content:first-of-type {
  padding-top: 0 !important;
}

@media (max-width: 991px) {
  body.home .dmbs-container {
    padding-top: 38px;
  }

  body.home .dmbs-content:first-of-type {
    padding-top: 0;
  }
}
.homepage-feature {
  border-bottom: 4px solid #2e6f97;
  margin-bottom: 40px;
  position: relative;
}

.homepage-feature img {
  max-width: 100%;
  height: auto;
}

/* maker promise page over ride */
.page-id-9969 .homepage-feature img {
  margin-top: 20px;
}

.feature-overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 490px;
  height: auto;
  background-image: url(img/feature-overlay-background.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 22px 20px 20px 20px;
}

.feature-overlay h1 {
  color: white;
  font-size: 2em;
  margin: 0 0 15px;
}

@media (max-width: 1220px) {
  .feature-overlay {
    padding: 16px 20px 16px 20px;
  }

  .feature-overlay h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 991px) {
  .feature-overlay {
    position: relative;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: #439ad1;
    padding: 15px;
  }
}
.feature-overlay .btn {
  float: none;
}

.mission-statement {
  padding: 30px;
  text-align: center;
  color: #262626;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* WIDE PAGE TEMPLATE OVER RIDES */
.page-template-page_wide .page-header {
  margin-top: 0;
}

@media (max-width: 991px) {
  .page-template-page_wide .breadcrumbs {
    display: none;
  }

  .page-template-page_wide #addthis-widget-2 {
    float: right;
  }

  .page-template-page_wide #addthis-widget-2 .addthis_toolbox {
    float: left;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* LANDING PAGE OVER RIDES */
body.page-template-page_landing .dmbs-container,
body.page-template-template-initiative .dmbs-container,
body.single-district .dmbs-container,
body.single-initiative .dmbs-container {
  padding-top: 114px;
}

body.page-template-page_landing .dmbs-content:first-of-type,
body.page-template-template-initiative .dmbs-content:first-of-type,
body.single-district .dmbs-content:first-of-type,
body.single-initiative .dmbs-content:first-of-type {
  padding-top: 0;
}

@media (max-width: 991px) {
  body.page-template-page_landing .dmbs-container,
body.page-template-template-initiative .dmbs-container,
body.single-district .dmbs-container,
body.single-initiative .dmbs-container {
    padding-top: 38px;
  }

  body.page-template-page_landing .dmbs-content:first-of-type,
body.page-template-template-initiative .dmbs-content:first-of-type,
body.single-district .dmbs-content:first-of-type,
body.single-initiative .dmbs-content:first-of-type {
    padding-top: 0;
  }
}
body.page-template-page_landing .feature-overlay h1,
body.page-template-template-initiative .feature-overlay h1,
body.single-initiative .feature-overlay h1 {
  margin: 0;
}

body.page-template-template-initiative .homepage-feature {
  margin-bottom: 40px;
}

body.single-district .homepage-feature,
body.single-initiative .homepage-feature {
  margin-bottom: -20px;
}

/* OVER RIDES FOR MICRO-CREDENTIALS ROADMAP */
body.postid-21244 .feature-overlay {
  display: none;
}

.roadmap-icon {
  margin-left: -60px;
  margin-right: 20px;
}

.wc-shortcodes-accordion-content hr {
  border-top: 1px solid #C6C4BD;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* OUR TEAM PAGE OVER RIDES */
.team__content:hover .team-member {
  opacity: 0.35;
  filter: grayscale(1);
}

.our-team {
  /*padding-bottom:50px;*/
  position: relative;
}

.team-member {
  text-align: center;
  position: relative;
  /*padding:15px;*/
  max-width: 100%;
  flex-grow: 1;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}
.team-member:hover {
  z-index: 2;
  opacity: 1 !important;
  filter: grayscale(0) !important;
  transform: scale(1.2);
}
.team-member:hover .team-member__name {
  opacity: 1;
}
.team-member.grayscale {
  opacity: 0.55;
  filter: grayscale(1);
}
.team-member.grayscale:hover {
  opacity: 0.55 !important;
  filter: grayscale(1) !important;
  transform: none !important;
}
.team-member.grayscale:hover .team-member__name {
  opacity: 0 !important;
}
.team-member.active {
  opacity: 1 !important;
  transform: scale(1.2) !important;
  filter: grayscale(0) !important;
}
.team-member__name {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  padding: 7px 7px;
}
.team-member__name h3 {
  font-size: 13px !important;
  line-height: 1.4rem;
  margin: 0 !important;
  color: #333 !important;
}

.team-member img {
  border: 5px solid white;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  max-width: 120px !important;
}

.team-member.active img {
  border: 5px solid #439ad0;
  padding: 10px;
}

.team-member .post-meta, .our-team .post-meta li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member .post-meta li:first-of-type {
  display: none;
}

.team-member .post-meta .post-meta-key {
  display: none;
}

.our-team h3 {
  text-align: center;
  font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

.our-team h3 a {
  color: #343434 !important;
  transition: all 0.22s;
  text-decoration: none;
}

.our-team h3 a:hover {
  color: #439ad0 !important;
}

.bio-container {
  display: none;
  width: 1170px;
  height: auto;
  position: absolute;
  top: 364px;
  left: 0;
  text-align: left;
  overflow: hidden;
  background: #439ad0;
  padding: 30px;
  color: white;
  z-index: 2000;
}

.bio-hidden-panel {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 364px;
  left: 0;
  text-align: left;
  overflow: hidden;
  background: #439ad0;
  padding: 30px;
  color: white;
  z-index: 2000;
}

@media (max-width: 991px) {
  .bio-hidden-panel {
    margin-top: -42px;
  }
}
@media (max-width: 768px) {
  .bio-hidden-panel {
    margin-top: -64px;
  }
}
@media (max-width: 574px) {
  .bio-hidden-panel {
    margin-top: -45px;
  }
}
@media (max-width: 383px) {
  .bio-hidden-panel {
    margin-top: 0;
  }
}
.bio-hidden-panel a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: underline;
}

.bio-title {
  font-size: 2.4rem;
}

.bio-title h3 {
  font-size: 4.2rem;
  padding-right: 30px;
}

.bio-title .bio-position-title {
  font-size: 2.4rem;
  padding: 0 30px 30px 0;
}

.bio-content p:first-of-type {
  font-weight: bold;
  font-style: italic;
  font-size: 1.8rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* OUR WORK PAGE */
@media (min-width: 992px) {
  /*
  .single-initiative .callout img {
      max-width: 500px;
      float:left;
      margin-right:15px
  }
  .single-initiative .callout h3 {
      margin-top:0;
      padding-top:1em;
  }
  .single-initiative .callout .clear {
      display: none;
  }
  */
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DISTRICT MAPS */
.postid-8961 {
  overflow-x: hidden;
  /* HIDE LEFT/RIGHT SCROLL BAR BECAUSE OF SLIDING PANEL */
}

#map_wrapper {
  position: relative;
  overflow: hidden;
}

.slide-right {
  position: absolute;
  min-height: 580px;
  background: #ebebeb;
  width: 400px;
  right: 0px;
  margin-right: -400px;
  position: absolute;
  top: 15px;
  border-radius: 0;
}

.panel-toggle-tab {
  position: absolute;
  right: 0px;
  background: #DDDDDD;
  top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "MuseoSlab", Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
  background-image: url(/wp-content/themes/researchmap/img/sidebar-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 100px;
  cursor: pointer;
}

.panel-content {
  margin: 15px 15px 15px 10px;
  padding-left: 40px;
  background-image: url(/wp-content/themes/digital-promise/img/map-pin-icon.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.panel-content p {
  font-size: 1.5rem;
}

.panel-content .district-data-display {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F2CC21;
  text-align: center;
  color: black;
  font-weight: bold;
  line-height: 70px;
  margin: 0 auto 15px;
}

#mapstatefilterselect {
  font-size: 2rem;
  margin-bottom: 15px;
}

.mapactivefilters {
  border: 1px solid black;
  padding: 15px;
  margin-bottom: 15px;
}

.mapactivefilters .mapactivefilterscolumns label {
  font-size: 1.4rem;
  float: left;
  max-width: 180px;
  padding-top: 1px;
}

@media (max-width: 1199px) {
  .mapactivefilters .mapactivefilterscolumns label {
    max-width: 150px;
  }
}
@media (max-width: 989px) {
  .mapactivefilters .mapactivefilterscolumns label {
    max-width: 105px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .mapactivefilterscolumn_1,
.mapactivefilterscolumn_2,
.mapactivefilterscolumn_3,
.mapactivefilterscolumn_4 {
    display: block !important;
    width: 100% !important;
    border-width: 0 !important;
    padding: 0 !important;
  }

  .mapactivefilterscolumns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .mapactivefilters .mapactivefilterscolumns label {
    font-size: 1.4rem !important;
    float: left;
    max-width: none !important;
  }

  .maplist {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .maplist div {
    border-width: 0 !important;
    padding-left: 0 !important;
    display: block !important;
    width: 100% !important;
  }
}
.mapactivefilters .mapactivefilterscolumns p {
  clear: both;
  padding-top: 20px;
}

.mapactivefilters .mapactivefilterscolumns input {
  float: left;
  clear: left;
  margin-right: 10px;
}

.mapactivefilterscolumn_2,
.mapactivefilterscolumn_3,
.mapactivefilterscolumn_4 {
  border-left: 4px solid #EBEAE8;
  padding-left: 25px;
}

.mapbottombuttons {
  padding: 15px 15px 3px;
  background: #439ad0;
  color: white;
  font-weight: bold;
  border-top: 2px solid #fff;
}

.mapbottombuttons p {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.mapbottombuttons label {
  margin-right: 20px;
}

.maplist {
  background: #f4f4f4;
  padding: 35px 10px;
  margin-top: 2px;
}

.maplist h2 {
  color: #3C332C;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "museo_slab700", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}

.maplist h3 {
  text-transform: uppercase;
  color: #1d1d1d;
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-bottom: 5px !important;
  padding: 1px 0 0 15px;
  background: url(/wp-content/themes/digital-promise/img/icon-arrow-brown.png) no-repeat top left;
}

.maplist h3 a {
  color: #1d1d1d;
  transition: all 0.22s;
  text-decoration: none !important;
}

.maplist h3 a:hover, .maplist h3 a:active {
  color: #439ad0;
}

.maplist .superintendent-label {
  font-size: 1.4rem !important;
  padding: 0 0 0 15px;
  line-height: 1.75rem !important;
}

.maplist > div {
  /*border-left:4px solid #DEDED2;*/
  padding: 0 30px;
}

/*
.vertical-text {
	transform: rotate(90deg);
	transform-origin: 0px 0px;
	vertical-align:text-bottom;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'MuseoSlab',Rockwell,"Courier Bold",Courier,Georgia,Times,"Times New Roman",serif;
    display: block;
}
*/
.district-header img {
  max-width: 100px !important;
  height: auto !important;
}

#district_local_map {
  width: 100%;
  min-height: 267px;
}

.district-logo {
  display: none;
}

@media (max-width: 574px) {
  #district_local_map {
    min-height: 200px;
    width: 97% !important;
    margin-bottom: 1px !important;
  }
}
#district_local_map img {
  max-width: none !important;
  height: auto !important;
}

.wrapper {
  width: 100%;
  text-align: center;
}

a.blue {
  color: #439AD0;
}

a.blue:hover, a.blue:active {
  color: #2E6F97;
}

.district-data-display {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #439ad0;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 100px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.district-data-display p {
  margin: 0 !important;
}

.district-data-label p {
  text-align: center;
  color: black;
  font-weight: bold;
  clear: both;
  font-size: 1.2rem !important;
  line-height: 2rem !important;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px !important;
  font-weight: 500;
}

.callout.superintendent {
  text-transform: uppercase;
}

.superintendent-photo {
  float: left;
  width: 42%;
}

.superintendent-photo img {
  max-width: 100% !important;
  height: auto !important;
}

.superintendent-info {
  float: left;
  width: 57%;
  padding: 15px;
}

.superintendent-info h3 {
  margin-bottom: 10px !important;
}

.superintendent-info p {
  margin-bottom: 10px !important;
}

.superintendent-label {
  font-size: 1.2rem !important;
}

.district-leaders {
  clear: both;
  font-size: 1.2rem !important;
}

.callout.district-information {
  padding: 15px;
}

.district-work {
  float: left;
  width: 50%;
  padding-right: 15px;
  border-right: 1px solid #ccc;
  font-size: 1.2rem;
}

.district-work ul, .district-work li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem !important;
}

.district-geographic {
  float: left;
  width: 44%;
  padding-left: 15px;
}

h2.divider {
  padding: 15px;
}

h2.divider.orange {
  color: white;
  background-color: #EF9326;
}

h2.divider.blue {
  color: white;
  background-color: #439ad0;
}

/* MAPS */
#map_canvas_1 {
  margin: 0;
  width: 69.8%;
  height: 600px;
  float: right;
}

#map_canvas_2 {
  margin: 0 0 2px;
  width: 30%;
  height: 300px;
}

#map_canvas_3 {
  margin: 0;
  width: 30%;
  height: 298px;
}

@media (max-width: 991px) {
  #map_canvas_1 {
    margin: 0 0 2px;
    width: 100%;
    height: 600px;
    float: none;
  }

  #map_canvas_2 {
    margin: 0 2px 0 0;
    width: 49.7%;
    height: 250px;
    float: left;
  }

  #map_canvas_3 {
    margin: 0;
    width: 50%;
    height: 250px;
    float: right;
  }
}
@media (max-width: 768px) {
  #map_canvas_1 {
    margin: 0 0 2px;
    width: 100%;
    height: 600px;
    float: none;
    display: none;
  }

  #map_canvas_2 {
    margin: 0 0 2px;
    width: 100%;
    height: 250px;
    float: none;
    display: none;
  }

  #map_canvas_3 {
    margin: 0 0 20px;
    width: 100%;
    height: 250px;
    float: none;
    display: none;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BLOG LANDING PAGE */
.featured-stories .Grid-cell:first-child {
  width: 50% !important;
}

@media (max-width: 768px) {
  .featured-stories .Grid-cell:first-child {
    width: 100% !important;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CATEGORY SELECT MENUS AND LIST
.category-select {
    font-size: 1.8rem;
}*/
.category-list {
  padding-top: 40px;
  font-size: 1.3rem;
}

/* TABLE OVER RIDES */
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: normal;
  vertical-align: top;
  border-top: 0px solid #dddddd;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PAGINATION NEXT/PREVIOUS */
.navigation {
  text-align: center;
  padding: 30px 0;
  font-size: 2rem;
}

.wp-paginate a {
  background: transparent !important;
  color: #5a5a5a !important;
  border: 0 !important;
}

.wp-paginate a:hover,
.wp-paginate a:active {
  background: transparent !important;
  border-width: 0px !important;
  color: #439AD1 !important;
}

.wp-paginate .current {
  color: #439AD1 !important;
  background: transparent !important;
  border-width: 0px !important;
  margin-right: 4px;
  padding: 4px 8px;
}

.wp-paginate a.prev,
.wp-paginate a.next {
  /*background: #439AD1 !important;*/
  color: #439AD1 !important;
  line-height: 22px;
  padding: 11px 34px;
  border: 2px solid #439AD1 !important;
  border-radius: 25px !important;
  min-width: 100px !important;
  font-size: 18px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.wp-paginate a.prev:hover,
.wp-paginate a.next:hover,
.wp-paginate a.prev:active,
.wp-paginate a.next:active {
  background: #439AD1 !important;
  color: #fff !important;
}

.wp-paginate a.prev {
  margin-right: 14px;
}

.wp-paginate a.next {
  margin-left: 14px;
}

/* CIRCLE STYLES FROM OLD SITE */
.circle {
  position: relative;
  display: inline-block;
  zoom: 1;
  border-radius: 95px;
  border-radius: 9.5rem;
  height: 145px;
  height: 14.5rem;
  width: 145px;
  width: 14.5rem;
  background: #D72F4A;
  margin-right: 1%;
}

.circle p {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 53%;
  color: #fff;
  text-align: center;
}

.highlight {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 20px;
  padding: 2rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  background: #F1F1E6;
}

/* MEDIA CREDIT COPYRIGHT CAPTIONS */
.media-credit {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: right;
  margin: -21px 10px 5px;
  display: block;
  color: #fff;
  width: auto !important;
  text-shadow: 1px 1px 2px #000;
  opacity: 0.5;
}

/* Accordion Styles */
.accordion {
  margin-bottom: 20px;
}

.accordion-title {
  margin: 0 0 1px 0 !important;
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  background: url(/wp-content/themes/digital-promise/img/icon-plus.png) no-repeat left center #439AD1;
  color: white;
}

.accordion-title:hover,
.accordion-title.open:hover {
  background-color: #2E6F97;
}

.accordion-title.open {
  background: url(/wp-content/themes/digital-promise/img/icon-minus.png) no-repeat left center #439AD1;
}

.accordion-content {
  padding: 10px 10px 20px 30px;
  display: none;
}

.accordion-content p {
  /*overflow: hidden; prevent wrapping around floated icons
  clear: left;*/
}

.accordion-content .fa {
  float: left;
  margin: 3px 10px 10px;
}

.accordion-content .fa-star {
  color: #F2CC20;
}

.accordion-content .fa-rss {
  color: #319BD0;
}

.accordion-content .fa-folder-open {
  color: #319BD0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ADD THIS SHARING WIDGET */
#addthis-widget-2,
.atwidget {
  overflow: hidden;
  padding: 39px 0 11px;
  float: right;
  margin-bottom: 3px !important;
  white-space: nowrap;
}

.single-initiative #addthis-widget-2 {
  padding: 0 0 6px;
}

body.single-district #addthis-widget-2 {
  padding: 0 0 11px;
  margin-bottom: 24px !important;
}

#addthis-widget-2 h3,
.atwidget h3 {
  float: left;
  font-size: 1.1rem;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #695d54;
  text-transform: uppercase;
  margin: 3px 10px 0 0;
}

#addthis-widget-2 .addthis_toolbox,
.atwidget .addthis_toolbox {
  float: left;
  text-align: right;
}

#addthis-widget-2 .addthis_toolbox a,
.atwidget .addthis_toolbox a {
  float: none !important;
  padding: 0;
}

@media (max-width: 991px) {
  #addthis-widget-2,
.atwidget {
    float: none;
  }

  #addthis-widget-2 .addthis_toolbox,
.atwidget .addthis_toolbox {
    float: none;
  }
}
.callout .addthis_toolbox {
  display: none;
}

.addthis_counter {
  display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SHARE DADDY */
div.sharedaddy {
  width: 100% !important;
  border-top: 1px solid #ddd !important;
  padding-top: 23px !important;
  margin-top: 30px !important;
}

div.sharedaddy h3.sd-title {
  margin: -8px 10px 1em 0 !important;
}

div.sharedaddy h3.sd-title:before {
  border-top: 0px solid #ddd !important;
}

.sd-title {
  float: left;
  font-size: 1.5rem !important;
  margin-right: 10px !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* JB RELATED POSTS */
.jp-relatedposts {
  width: 100% !important;
  border-top: 1px solid #ddd !important;
  padding-top: 10px !important;
  margin-top: 30px !important;
}

.jp-relatedposts-headline {
  float: left;
  font-size: 1.5rem !important;
  margin-right: 10px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  border-top-width: 0 !important;
}

.jp-relatedposts-post > a {
  background-color: #F1F1E6;
  display: block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.jp-relatedposts-post a:first-child {
  border-top: 1px solid #ccc;
}

.jp-relatedposts-post a:last-child {
  border-bottom: 1px solid #ccc;
}

.jp-relatedposts-post-title {
  margin: 0;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #695d54;
}

.jp-relatedposts-post-title a {
  background-color: #F1F1E6;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #695d54;
  display: block;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-height: 84px;
}

.jp-relatedposts-post-context {
  display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SIDEBAR RECENT POSTS */
.recent-posts-widget-with-thumbnails li {
  background-color: #F1F1E6;
  border: 1px solid #ccc;
}

.recent-posts-widget-with-thumbnails li:hover {
  border: 1px solid #666;
}

.rpwwt-post-title {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #695d54;
  padding: 10px;
  display: block;
}

.rpwwt-widget {
  clear: both;
}

.rpwwt-widget ul li img {
  display: block !important;
  float: none !important;
  margin: 0 0 0 0 !important;
}

.rpwwt-widget > aside > h3 {
  background: #EF9326;
  color: white;
  padding: 5px 15px;
  margin: 0;
}

/* YET ANOTHER RELATED WIDGET */
.yarpp-related-widget h3.related-title,
#execphp-7 .related-title {
  background: #EF9326;
  color: white;
  padding: 5px 15px;
  margin: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SIDEBARS */
.widget_categories label,
.widget_archive label {
  display: none;
}

.widget_categories select,
.widget_archive select,
.dmbs-right .category-select select {
  width: 100%;
}

/* sector select in initiative sidebar */
#execphp-2 label {
  display: none;
}

#execphp-2 #cat {
  width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SUB NAV ON PAGES */
ul.leftnav,
.leftNav .menu {
  list-style-type: none;
  padding-left: 0;
}

ul.leftnav ul.children {
  padding-left: 10px;
  list-style: none;
}

#execphp-3,
#execphp-4,
#execphp-5,
.leftnav {
  margin-top: -5px;
}

#execphp-3 .leftnav_item,
#execphp-4 .leftnav_item,
#execphp-5 .leftnav_item,
.leftnav .page_item,
.leftNav .menu .menu-item {
  margin: 10px 0;
}

#execphp-3 .leftnav_item_current,
#execphp-4 .leftnav_item_current,
#execphp-5 .leftnav_item_current,
.leftnav .current_page_item,
.leftNav .current_page_item,
.leftNav .current-page-ancestor {
  padding: 2px 10px 2px 5px;
  background: url(img/sub-nav-background.png) no-repeat center right;
}

#execphp-3 .leftnav_item_current a,
#execphp-4 .leftnav_item_current a,
#execphp-5 .leftnav_item_current a,
.leftnav .current_page_item a,
.leftNav .current_page_item a,
.leftNav .current-page-ancestor a {
  color: black;
}

@media (max-width: 991px) {
  #execphp-3 .execphpwidget,
#execphp-4 .execphpwidget,
#execphp-5 .execphpwidget,
.leftnav,
.leftNav .menu {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }

  #execphp-3 .leftnav_item,
#execphp-4 .leftnav_item,
#execphp-5 .leftnav_item,
.leftnav .page_item,
.leftNav .menu .menu-item {
    display: table-cell;
    padding: 2px 10px;
    text-align: center;
  }

  #execphp-3 .leftnav_item_current,
#execphp-4 .leftnav_item_current,
#execphp-5 .leftnav_item_current,
.leftnav .current_page_item,
.leftNav .current_page_item,
.leftNav .current-page-ancestor {
    padding: 2px 10px;
    background: #f2cc20;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #execphp-3 .execphpwidget,
#execphp-4 .execphpwidget,
#execphp-5 .execphpwidget,
.leftnav,
.leftNav .menu {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  #execphp-3 .leftnav_item,
#execphp-4 .leftnav_item,
#execphp-5 .leftnav_item,
.leftnav .page_item,
.leftNav .menu .menu-item {
    display: block;
    padding: 0;
    text-align: left;
  }

  #execphp-3 .leftnav_item_current,
#execphp-4 .leftnav_item_current,
#execphp-5 .leftnav_item_current,
.leftnav .current_page_item,
.leftNav .current_page_item,
.leftNav .current-page-ancestor {
    padding: 2px 10px;
    text-align: left;
    background: url(img/sub-nav-background.png) no-repeat center right;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BREADCRUMBS */
.breadcrumbs {
  margin: 40px 0 20px 0;
  font-size: 1.1rem;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #695d54;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #666;
  font-weight: 300;
}

.breadcrumbs > span:last-child {
  display: none;
}

.breadcrumb {
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-template-template-initiative .breadcrumbs {
  margin-top: 40px;
}

body.single-district .breadcrumbs,
body.single-initiative .breadcrumbs {
  margin-top: 60px;
}

body.single-district .dmbs-right,
body.single-initiative .dmbs-right {
  margin-top: -36px;
}

@media (max-width: 991px) {
  body.single-district .dmbs-right,
body.single-initiative .dmbs-right {
    margin-top: 0;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TOOL REDIRECT PAGE */
.tool-redirect {
  background: #439AD1;
  text-align: center;
  color: white;
  padding-top: 100px;
}

.tool-redirect h2 {
  color: white;
  margin-top: 100px;
  margin-bottom: 50px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DISTRICT MAP PAGE */
body.postid-8961 .jp-relatedposts {
  display: none !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* LIBRARY LISTING PAGE */
/* //STYLES MOVED TO PLUGIN CSS// */
/*---- Gallery Slider ----*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HOME PAGE CAROUSEL */
.page-template-template-carousel .homepage-feature,
body.home .homepage-feature {
  border-bottom: 0px solid #2e6f97 !important;
}

.lgx-carousel-section .lgx-carousel {
  text-align: left;
}

.lgx-carousel-wrapper .owl-item {
  /*min-height: 387px;*/
}

.lgx-carousel-wrapper .owl-item .item {
  /*min-height: 387px; */
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 30%;
  /* (img-height / img-width * container-width) */
  /* (450 / 1360 * 100) */
}

.lgx-carousel-wrapper .feature-overlay {
  padding: 22px 20px 20px 30px;
}

body.home .lgx-carousel-wrapper .owl-nav {
  position: absolute;
  bottom: 60%;
  width: 102%;
  margin: 0 -1%;
}

body.home .owl-nav div {
  background: #F2CC20;
  height: auto;
  width: auto;
  border-bottom: 0 solid transparent;
  border-top: 0 solid transparent;
}

body.home .owl-prev {
  left: 0;
  border-right: 0 solid #F2CC20;
}

body.home .owl-next {
  right: 0;
  border-left: 0 solid #F2CC20;
}

body.home .lgx-carousel-wrapper .owl-dots {
  padding-top: 10px;
}

body.home .lgx-carousel-wrapper .owl-dots .owl-dot span {
  margin: 0 7px;
}

body.home .lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #F2CC20;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
}

body.home .owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 3px 4px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body.home .lgx-carousel-section .owl-theme .owl-controls .owl-prev {
  left: 0;
}

body.home .lgx-carousel-section .owl-theme .owl-controls .owl-next {
  right: 0;
}

@media (max-width: 991px) {
  .lgx-carousel-wrapper .owl-item .item {
    padding-top: 29%;
  }

  .lgx-carousel-wrapper .owl-item .feature-overlay {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    background-image: none;
    background-color: transparent;
    padding: 15px 50px;
  }

  .lgx-carousel-wrapper .owl-item .feature-overlay h1 {
    font-size: 1.5em;
    text-shadow: 1px 1px 3px #000000;
  }
}
@media (max-width: 700px) {
  .lgx-carousel-wrapper .owl-item .item {
    padding-top: 28%;
  }
}
@media (max-width: 580px) {
  .lgx-carousel-wrapper .owl-item .item {
    padding-top: 27%;
  }

  .lgx-carousel-wrapper .owl-item .feature-overlay {
    padding: 15px;
  }

  .lgx-carousel-wrapper .owl-item .feature-overlay h1 {
    font-size: 1.2em;
  }
}
body.home .owl-theme .owl-controls {
  margin-top: 0;
}

body.home .lgx-carousel-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #bfa119;
}

.hero {
  padding-top: 114px !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* FOOTER */
/*.visit-footer {
    background: #f1f1e6;
    padding-bottom:10px;
}

.visit-footer ul, .visit-footer li {
    list-style:none;
    margin:0;
    padding:0;
}

.dmbs-footer {
    padding:30px 0;
}

.footer-right {
    text-align: right;
}
.footer-right a {
    margin-left:8px;
}

@media (max-width:991px){
    .visit-footer div {text-align: center;}
    .dmbs-footer div {text-align: center;}
    .footer-left {margin-bottom:25px;}
}*/
.footer {
  flex-shrink: 0;
  background-color: #fff;
  letter-spacing: 0.02rem;
  color: #171717;
}

.footer .visit-explore ul {
  margin-top: 23px;
}

.footer .visit-explore li {
  font-size: 15.5px;
}

.footer .visit-explore .mb-2 {
  margin-bottom: 0.75rem !important;
}

.footer .visit-explore h4 {
  font-weight: 600;
  color: #282828;
}

@media screen and (min-width: 992px) {
  .footer .visit-explore h4 {
    width: 80%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PRINT OVER RIDES */
@media print {
  .visit-footer,
.well,
.breadcrumbs,
.jp-relatedposts,
.dmbs-right,
.dmbs-left,
.utility-bar,
.search-bar,
.main-nav-bar {
    display: none !important;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }

  .fixed {
    margin-left: 0;
    position: relative !important;
    left: auto;
  }

  .dmbs-header {
    margin-bottom: 0.5in;
    padding: 0 !important;
  }

  .dmbs-header-img {
    padding: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    max-width: 3.5in;
  }

  .dmbs-content:first-of-type {
    padding-top: 0;
  }

  body.page-template-page_landing .dmbs-container, body.page-template-template-initiative .dmbs-container, body.single-initiative .dmbs-container {
    padding-top: 0;
  }

  .csColumn {
    width: 100% !important;
  }
}
/* CBE */
.callout .type-cbe_topic img {
  width: auto;
}

/* FacetWP and Other Filters */
@media (min-width: 991px) {
  .page-template-page_facetwp .dmbs-right {
    padding-top: 96px;
  }
}
@media (min-width: 991px) {
  .c-mobile-facetwp {
    display: none;
  }
}
.c-mobile-facetwp .facet_container,
.c-mobile-facetwp .facet_container .widgettitle {
  display: none;
}

.dmbs-right .facet_container {
  display: block;
}

.c-mobile-facetwp .btn-gold {
  float: none;
  display: block;
  width: 100%;
}

.facet_container {
  background: #f4f4f4;
  border: 1px solid #ccc;
  width: 100%;
}

.facet_container h3 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 20px 14px;
  /*background-color: rgba(242, 204, 32, 1);*/
  background-color: #439ad0;
  color: #fff;
}

.facet_container #btnReset {
  font-size: 12px;
  margin-bottom: 14px;
}

.facet_container .facets {
  padding: 14px 20px 0 17px;
}

.facet_container h4,
.facet_container .facets h3,
.facet_container fieldset legend {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 14px;
  padding: 0 0 0 0;
}

.facet_container fieldset legend {
  color: #695d54;
  border-bottom: 0;
  margin-bottom: 6px;
}

.facet_container .facets .facetwp-facet,
.facet_container fieldset {
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}

.facet_container .facets .facetwp-checkbox {
  background-position: 0 3px;
}

.facetwp-selections ul {
  margin-left: 0;
  padding-left: 0;
}

.facetwp-selections li {
  position: relative;
  padding-right: 20px;
}

/* D3 Charts */
.d3ChartContainer {
  padding-top: 17px;
}

.d3Chart .axis-label {
  font-weight: 900;
  fill: #439ad1;
}

.d3Chart .range-label {
  color: #695d54;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}

@media (min-width: 991px) {
  .d3ChartContainer.has-filters .d3Chart {
    float: left;
    width: 75%;
  }

  .d3ChartContainer.has-filters .d3Filters {
    float: left;
    padding-left: 10px;
    width: 25%;
  }
}
.d3ChartContainer.scatterplot .dot a circle {
  fill: #D72F4A;
}

.d3ChartContainer.scatterplot .dot a:hover circle {
  fill: #D72F4A;
  opacity: 1 !important;
}

.d3ChartContainer.scatterplot .dot a.no-href circle,
.d3ChartContainer.scatterplot .dot a.no-href:hover circle {
  fill: #695d54;
  cursor: default;
}

.d3ChartContainer.scatterplot .dot text {
  color: #695d54;
  font-size: 9px;
  font-size: 0.9rem;
}

/***
* Frameworks
*/
.page-template-page_left_nav_no_right_sidebar .page-header {
  margin-top: 10px;
}

.leftNav #menu-item-22829 {
  background: none;
  padding: 0;
  color: #D72F4A;
}

.leftNav #menu-item-22829 a {
  color: #D72F4A;
}

.leftNav #menu-item-22829 a:hover,
.leftNav #menu-item-22829 a:focus {
  color: #9A1C32;
}

.entry-section {
  padding: 14px;
  margin: 13px 0;
}

/* Adds External Link Icon to links that open in a new window */
.entry-section a[target^=_blank]:after,
a.is-external:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: " ";
}

@media only screen and (min-width: 991px) {
  .entry-section {
    padding: 0 22px;
    margin: 26px 0;
  }
}
.entry-section h2:first-of-type {
  margin-top: 0;
}

.entry-section:nth-of-type(odd) {
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
  padding: 22px;
}

.entry-section:nth-of-type(odd) hr {
  border-top-color: #439ad1;
}

.tocGrid {
  margin: 30px 0 20px 0;
  display: flex;
}

.tocGrid .csColumn {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  margin-bottom: 20px !important;
}

@media only screen and (min-width: 991px) {
  .tocGrid .csColumn {
    margin-bottom: 0 !important;
  }
}
.tocGrid .csColumn h2 {
  margin: 0 0 12px !important;
  font-size: 23px;
}

.tocGrid .csColumn h2,
.tocGrid .csColumn p {
  padding: 0 20px 0 20px;
}

.tocGrid .csColumn .btn {
  float: none;
  display: inline-block;
}

.tocGrid .csColumn img.alignnone {
  margin-bottom: 0;
}

.tocGrid .csColumn ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.tocGrid .csColumn ul a {
  display: block;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  background-color: #439ad0;
  padding: 11px 10px;
  transition: all 0.2s;
  text-transform: capitalize;
  transition: all 0.2s;
}

.tocGrid .csColumn ul a:hover,
.tocGrid .csColumn ul a:focus {
  text-decoration: none;
  background-color: #3e8fc1;
}

.pull-out-block {
  background-color: #f4f4f4;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 22px 20px 20px;
}

.pull-out-block h2:first-of-type,
.pull-out-block h3:first-of-type {
  margin-top: 0;
}

/* Maker Learning Leadership */
.page-id-21497 .dmbs-comments {
  margin-top: 0;
}

.page-id-21497 #about-framework .csColumn,
.page-id-22146 .csColumn {
  text-align: left !important;
}

table#mllToolWorksheets {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 991px) {
  table#mllToolWorksheets {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
table td[data-td=category] {
  text-transform: capitalize;
}

/* Reports and Resources */
/* List Items */
.rr-item {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E1E1D5;
}

.entry-terms {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px !important;
}
.entry-terms li {
  display: inline-block;
  margin-right: 7px !important;
  list-style-type: none;
  margin-bottom: 17px !important;
}
@media (min-width: 480px) {
  .entry-terms li {
    margin-right: 8px !important;
  }
}
.entry-terms li a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
  letter-spacing: 0.01rem !important;
  padding: 9px 12px !important;
  font-size: 14px !important;
  background-color: #f4f4f4 !important;
  transition: all 0.3s;
}
.entry-terms li a:hover {
  text-decoration: underline;
}

.rr-item {
  position: relative;
}

.rr-item .c-icon {
  color: #fff;
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #439ad1;
  text-align: center;
  line-height: 32px;
  top: -3px;
  left: 0;
}

@media (min-width: 1200px) {
  .rr-item .c-icon {
    font-size: 22px;
    font-size: 2.2rem;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.rr-item .c-icon {
  text-align: center;
}

@media (min-width: 1200px) {
  .rr-item .rr-icon.icon-rrwebsite {
    line-height: 54px;
  }
}
.rr-item .c-content {
  position: relative;
  padding-left: 42px;
}

@media (min-width: 1200px) {
  .rr-item .c-content {
    padding-left: 68px;
  }
}
.c-content .entry-header {
  margin-bottom: 15px;
  margin-top: 32px;
}
.c-content .entry-header small {
  font-size: 18px;
}

.size-full {
  max-width: 100%;
  height: auto;
}

.dpbreadcrumbs {
  /*margin-top: 10px;*/
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.4rem;
}

.dmbs-main h1, .dmbs-main h2, .dmbs-main h3, .dmbs-main h4, .dmbs-main h5 {
  /*margin-top: 2.8rem;*/
  margin-top: 2rem;
  font-weight: 600;
}

h5 {
  margin-left: 0px;
}

.page-template-page-generic .dmbs-main a, .page-template-page_landing .dmbs-main a {
  color: #439ad0;
}

.highlight {
  background: #ffffff;
}

.wc-shortcodes-accordion-trigger > p {
  margin-bottom: 0 !important;
}

.outline-btn, .btn {
  display: inline-block;
  border-radius: 45px;
  padding: 1.8rem 4rem;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  color: #439ad0 !important;
  border: 2px solid #439ad1;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  min-width: 140px;
  white-space: nowrap;
}
.outline-btn:hover, .btn:hover {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background-color: #439ad1;
  color: #fff !important;
}
.outline-btn--large {
  padding: 20px 35px;
  font-size: 16px;
}
.outline-btn--medium {
  padding: 17px 33px;
  font-size: 16px;
  letter-spacing: 0.03rem;
}
.outline-btn--small {
  padding: 15px 32px;
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.outline-btn--micro {
  padding: 11px 28px;
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.outline-btn--white {
  border: 2px solid rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
}
.outline-btn--white:hover {
  background-color: #fff;
  color: #439ad0 !important;
}
.outline-btn--white-fill {
  background-color: white;
  color: #439ad0;
  border: none;
  transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.outline-btn--white-fill:hover {
  border: 2px solid white;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.15);
}
.outline-btn--blue-fill {
  background-color: #439ad0;
  color: white !important;
  border: none;
  transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0);
}
.outline-btn--blue-fill:hover {
  border: 2px solid #439ad0;
  background-color: transparent;
  color: #439ad0 !important;
}
.outline-btn--white-bground {
  background-color: white;
}
.outline-btn--white-bground:hover, .outline-btn--white-bground:focus {
  background-color: #439ad1;
}
.outline-btn a:hover, .btn a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.arrow-buttons {
  margin-bottom: 30px;
}
@media (min-width: 650px) {
  .arrow-buttons {
    display: flex;
    flex-wrap: wrap;
  }
}
.arrow-buttons .btn-arrow {
  background-color: #f5f5f5;
  padding: 18px 20px 18px 75px;
  position: relative;
  border-radius: 12px;
  min-height: 85px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 650px) {
  .arrow-buttons .btn-arrow {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.arrow-buttons .btn-arrow:hover .btn-arrow__title {
  color: #439ad0;
}
.arrow-buttons .btn-arrow a {
  display: block;
  color: black !important;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s;
}
.arrow-buttons .btn-arrow__arrow {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 47px;
  height: 47px;
  background-color: #439ad0;
  border-radius: 50%;
  background: #439ad0 url("/wp-content/themes/digital-promise-new/img/instructional-coaching/icon-arrow-right.svg") center center no-repeat;
  background-size: 35%;
}
.arrow-buttons .btn-arrow__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 19px;
  line-height: 120%;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.arrow-buttons .btn-arrow__title a:hover {
  color: #439ad0 !important;
}
.arrow-buttons .btn-arrow__desc {
  font-size: 15.5px;
  line-height: 140%;
  color: black !important;
}

.image-hover-zoom {
  overflow: hidden;
  display: block;
}
.image-hover-zoom:hover img, .image-hover-zoom:hover .image {
  transform: scale(1.07);
}
.image-hover-zoom img, .image-hover-zoom .image {
  transition: all 1s;
}

.page-hero {
  opacity: 0;
  overflow: hidden !important;
}
.page-hero--short {
  min-height: 350px;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 50px;
}
.page-hero--short .page-hero__text {
  position: static;
}
.page-hero--short .page-hero__text h1 {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4) !important;
}
@media (min-width: 768px) {
  .page-hero--short .page-hero__text h1 {
    text-shadow: none !important;
    font-size: 47px !important;
  }
}
@media (min-width: 1200px) {
  .page-hero--short .page-hero__text h1 {
    font-size: 51px !important;
  }
}
.page-hero--short .page-hero__text h5 {
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3) !important;
}
@media (min-width: 768px) {
  .page-hero--short .page-hero__text h5 {
    text-shadow: none !important;
  }
}
.page-hero__image {
  position: relative;
  margin: 0 -7vw;
}
@media (min-width: 480px) {
  .page-hero__image {
    margin: 0;
  }
}
.page-hero__image img {
  width: 100%;
}
.page-hero__carousel {
  position: relative;
  overflow: hidden;
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap {
  overflow: hidden;
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap > div {
  margin: 0 -7vw;
}
@media (min-width: 480px) {
  .page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap > div {
    margin: 0;
  }
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap .video-wrap {
  pointer-events: none;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.ua-ios .page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap .video-wrap {
  display: none;
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap .video-wrap .iframe-wrap {
  position: relative;
  margin: auto;
  overflow: hidden;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.page-hero__carousel .owl-theme .owl-stage .owl-item .item-wrap .video-wrap .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-hero .full-hitstate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-hero .full-hitstate span {
  opacity: 0;
}
.page-hero__text {
  position: absolute;
  width: calc(100% - 0vw);
  bottom: 20px;
  text-align: left;
  z-index: 2;
  margin: 0 7vw;
}
@media (min-width: 480px) {
  .page-hero__text {
    bottom: 5.2vw;
    margin: 0;
    width: 100%;
  }
}
.page-hero__text .lockout {
  position: relative;
  width: calc((100% - 14vw) - 40px);
}
@media (min-width: 480px) {
  .page-hero__text .lockout {
    width: 91%;
  }
}
.page-hero__text .lockout .full-hitstate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-hero__text .lockout h5 {
  display: none;
  color: #fff;
  font-size: 21px;
  position: relative;
  left: -4px;
  text-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
  max-width: 550px;
}
@media (min-width: 480px) {
  .page-hero__text .lockout h5 {
    display: block;
  }
}
.page-hero__text .lockout h1 {
  width: 100%;
  max-width: 730px;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
@media (min-width: 480px) {
  .page-hero__text .lockout h1 {
    width: 75%;
    line-height: 1;
    font-size: 6.2vw;
  }
}
@media (min-width: 768px) {
  .page-hero__text .lockout h1 {
    font-size: 47px;
  }
}
@media (min-width: 992px) {
  .page-hero__text .lockout h1 {
    width: 100%;
    font-size: 57px;
  }
}
@media (min-width: 1200px) {
  .page-hero__text .lockout h1 {
    font-size: 61px;
  }
}
.page-hero__text .lockout .outline-btn, .page-hero__text .lockout .btn {
  display: none;
  padding: 10px 20px;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .page-hero__text .lockout .outline-btn, .page-hero__text .lockout .btn {
    margin-top: 35px;
    padding: 16px 32px;
  }
}
@media (min-width: 768px) {
  .page-hero__text .lockout .outline-btn, .page-hero__text .lockout .btn {
    display: inline-block;
  }
}
.page-hero .gradient-tint:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.35) 100%);
}

.bcb {
  visibility: hidden;
  background-color: #f3f3f3;
  background-color: rgba(240, 240, 240, 0.965);
  color: #1d1d1d;
  position: relative;
  z-index: 3;
  padding: 16px 0;
}
.bcb .current-menu-item a {
  color: #439ad0 !important;
}
.bcb .lockout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bcb .lockout a {
  text-decoration: none;
  transition: all 0.23s;
  display: inline-block;
  line-height: 1.7rem;
}
.bcb .lockout .bcb__title {
  flex-grow: 1;
  font-size: 15.5px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.005rem;
}
.bcb .lockout .bcb__title div {
  display: flex;
  align-items: flex-start;
}
.bcb .lockout .bcb__title div a img {
  width: 16px;
  opacity: 0.8;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.bcb .lockout .bcb__child-links {
  display: none;
}
.bcb .lockout .bcb__child-links ul:first-child {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
}
.bcb .lockout .bcb__child-links ul:first-child > li {
  margin-left: 2vw;
  position: relative;
}
@media (min-width: 992px) {
  .bcb .lockout .bcb__child-links ul:first-child > li {
    margin-left: 40px;
  }
}
.bcb .lockout .bcb__child-links ul:first-child > li:first-of-type {
  margin-left: 0;
}
.bcb .lockout .bcb__child-links ul:first-child > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.bcb .lockout .bcb__child-links ul:first-child > li a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  letter-spacing: 0.01rem;
  line-height: 2rem;
  display: block;
}
@media (min-width: 992px) {
  .bcb .lockout .bcb__child-links ul:first-child > li a {
    font-size: 17.5px;
  }
}
.bcb .lockout .bcb__child-links ul:first-child > li a.current {
  color: #439ad0 !important;
  cursor: default;
}
.bcb .lockout .bcb__child-links ul:first-child > li:last-of-type .sub-menu {
  left: auto;
  right: -40px;
}
.bcb .lockout .bcb__child-links ul:first-child .sub-menu {
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: -22px;
  background-color: #fdfdfd;
  transform: translateY(calc(100% + 16px));
  border-left: 1px solid rgba(0, 0, 0, 0.065);
  border-right: 1px solid rgba(0, 0, 0, 0.065);
  width: 240px;
  padding: 16px 22px 16px;
  border-bottom: 4px solid #439ad0;
}
.bcb .lockout .bcb__child-links ul:first-child .sub-menu:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #000;
  opacity: 0;
}
.bcb .lockout .bcb__child-links ul:first-child .sub-menu li {
  list-style-type: none;
}
.bcb .lockout .bcb__child-links ul:first-child .sub-menu li a {
  font-size: 15.5px;
  padding: 6px 0;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  display: block;
  line-height: 2rem;
  opacity: 0.95;
}
.bcb .lockout .bcb__child-links ul:first-child .sub-menu li a:hover {
  opacity: 1;
}

#site-header {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10000;
  background-color: #fff;
  transform: translateY(0);
  /* FontAwesome Icons */
  /* Search Input */
  /* Desktop Search */
}
#site-header.site-header--animate {
  transition: transform 0.55s;
}
.admin-bar #site-header {
  top: 32px;
}
@media (min-width: 480px) {
  #site-header {
    height: 112px;
  }
}
#site-header.fix {
  position: fixed;
}
#site-header .lockout {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 480px) {
  #site-header .lockout {
    width: 91%;
  }
}
#site-header .lockout .header-logo {
  width: 165px;
  max-width: calc(100vw - 90px);
}
@media (min-width: 480px) {
  #site-header .lockout .header-logo {
    width: 195px;
  }
}
#site-header .lockout .header-logo img {
  width: 100%;
}
#site-header .lockout .mobile-hamburger {
  align-self: center;
  cursor: pointer;
  margin-right: 1px;
}
@media (min-width: 768px) and (min-width: 1020px) {
  #site-header .lockout .mobile-hamburger {
    display: none;
  }
}
#site-header .lockout .desktop-nav {
  align-self: center;
  text-align: right;
  display: none;
}
@media (min-width: 1020px) {
  #site-header .lockout .desktop-nav {
    display: block;
  }
}
#site-header .lockout .desktop-nav .navbar-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c {
  justify-content: flex-end;
  display: flex;
  list-style-type: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item {
  padding: 0 1.35vw;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item.nav-search-btn {
  cursor: pointer;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item.c-link:hover .nav-link:before {
  width: 100%;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item.c-link:hover .c-dropdown-menu {
  transition: all 0s;
  opacity: 1;
  visibility: visible;
}
body.page-id-24397 #site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .our-networks:before {
  width: 100%;
}
body.page-id-24400 #site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .our-projects:before {
  width: 100%;
}
body.page-id-24546 #site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .our-research:before {
  width: 100%;
}
body.page-id-24402 #site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .your-learning:before {
  width: 100%;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .nav-link {
  font-size: 15px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.03rem !important;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .nav-link:before {
  content: "";
  transition: 0.4s width ease;
  position: absolute;
  bottom: -1px;
  height: 0.2rem;
  width: 0;
  background: #1fb3e2;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  background: #fff;
  min-height: 400px;
  padding: 58px 3.2vw 45px 0;
  position: absolute;
  left: -33px;
  right: -4.2vw !important;
  top: 33px;
  opacity: 0;
  visibility: hidden;
  border-bottom: 4px solid #1fb3ed;
  z-index: 10;
  transition: all 0.15s ease-in;
}
@media (min-width: 1600px) {
  #site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu {
    padding: 58px 42px 45px 0;
    left: -27px;
    right: -60px !important;
  }
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu.ham-menu {
  left: auto !important;
  width: 600px;
  padding: 52px 62px 52px 52px;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu.ham-menu .ham-menu__links {
  column-count: 2;
  padding: 0;
  margin: 0;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu.ham-menu .ham-menu__links li {
  break-inside: avoid;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu.ham-menu .ham-menu__links li a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu.ham-menu .ham-menu__links li a:hover {
  color: #1fb3e2 !important;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .c-dropdown-menu__item {
  padding-left: 50px;
  margin-left: -15px;
  transition: 0.2s ease-in;
  position: relative;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .c-dropdown-menu__item:hover:before {
  opacity: 1;
  visibility: visible;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .c-dropdown-menu__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #1fb3e2;
  bottom: 6px;
  width: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .c-dropdown-menu__item a {
  text-decoration: none;
  padding: 6px 0 5px;
  display: block;
  font-size: 15px;
  opacity: 0.93;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  transition: all 0.3s;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .c-dropdown-menu__item a:hover {
  color: #1fb3e2 !important;
  transform: translateX(-13px);
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .header-image-preview {
  height: 180px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}
#site-header .lockout .desktop-nav .navbar-wrap .navbar-nav-c .nav-item .c-dropdown-menu .header-blurb {
  font-size: 15px;
}
#site-header .lockout .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
#site-header .lockout .row {
  margin-left: 0px;
  margin-right: 0px;
}
#site-header .social-icons {
  margin-top: 35px;
  margin-bottom: -12px;
  transition: all 0.3s;
}
#site-header .social-icons .social-icon {
  color: #bababa;
  font-size: 21px !important;
  font-size: 2rem;
  transition: all 0.3s;
  margin-right: 25px;
}
#site-header .social-icons .social-icon:hover {
  color: #439ad0 !important;
}
#site-header .search-input {
  background: #f3f3f3;
  border: 2px solid #eeeeee !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  padding: 22px !important;
  color: #1d1d1d;
  font-size: 17px;
}
#site-header .search-input:focus {
  outline-width: 0 !important;
  outine: none !important;
}
#site-header .search-input::placeholder {
  color: #333;
}
#site-header .nav-item__search {
  position: relative;
  padding: 0 !important;
}
#site-header .nav-item__search .search-input-wrapper {
  top: -20px;
  position: absolute;
  right: 1vw;
  z-index: 1;
  width: 0;
  opacity: 0;
  will-change: opacity, width, border;
  visibility: hidden;
  transition: 0.6s;
}
#site-header .nav-item__search .search-input-wrapper.open {
  opacity: 1;
  visibility: visible;
  width: 500px;
}
@media (min-width: 1100px) {
  #site-header .nav-item__search .search-input-wrapper.open {
    width: 550px;
  }
}
@media (min-width: 1350px) {
  #site-header .nav-item__search .search-input-wrapper.open {
    width: 38vw;
  }
}

#wp-admin-bar-notes {
  display: none;
}

.bcb--fixed {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 2;
  overflow-x: hidden;
}
@media (min-width: 650px) {
  .bcb--fixed {
    overflow-x: visible;
  }
}
.bcb--fixed .bcb {
  visibility: visible;
}
.bcb--fixed .bcb .bcb__child-links,
.bcb--fixed .bcb .bcb__links {
  display: none;
}
@media (min-width: 768px) {
  .bcb--fixed .bcb .bcb__child-links,
.bcb--fixed .bcb .bcb__links {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 30px !important;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu .mobile-menu-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-menu .mobile-menu__inner {
  background-color: white;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 100px;
}
.mobile-menu .mobile-menu__inner .mobile-dp-logo {
  width: 80%;
  margin-bottom: 20vw;
  width: calc(85% - 50px);
  max-width: 300px;
}
.mobile-menu .mobile-menu__inner a {
  padding: 11px 0 !important;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 23px;
  display: block;
}
.mobile-menu .mobile-search-field {
  margin-top: 30px !important;
}
.mobile-menu .mobile-search-field input {
  max-width: 100%;
}
.mobile-menu .search-input-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.mobile-menu svg {
  font-size: 2.6rem !important;
}

.mobile-child-nav {
  background-color: #f4f4f4;
  margin-top: 2px;
  padding-top: 12px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .mobile-child-nav {
    display: none;
  }
}
.mobile-child-nav ul {
  margin: 0 0 10px 19px;
  padding: 0;
}
@media (min-width: 480px) {
  .mobile-child-nav ul {
    margin-left: 4.5%;
  }
}
.mobile-child-nav ul li {
  list-style-type: none;
}
.mobile-child-nav ul li a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.3;
  letter-spacing: 0;
  color: #333;
  padding: 6px 0;
  display: block;
  font-size: 17px;
}

#site-footer {
  padding: 70px 0 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  #site-footer {
    padding: 85px 0 10px;
  }
}
@media (min-width: 992px) {
  #site-footer {
    padding: 95px 0 10px;
  }
}
#site-footer a {
  transition: all 0.2s;
  text-decoration: none;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  color: #5f5f5f;
  text-decoration: none !important;
  transition: all 0.2s;
}
#site-footer a:hover {
  color: #439ad0 !important;
}
#site-footer .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
#site-footer .row {
  margin: 0 0 !important;
}
#site-footer .social-block {
  position: relative;
  top: -5px;
}
#site-footer .social-block .social-icon {
  margin: 0 6px;
  font-size: 21px;
}

#sticky-get-updates-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 92%;
  max-width: 1600px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%) translateY(200%);
  text-align: right;
  transition: all 1s;
  opacity: 0;
}
@media (min-width: 880px) {
  #sticky-get-updates-wrap {
    display: block;
  }
}
#sticky-get-updates-wrap.animate-on {
  transform: translateX(-50%) translateY(100%);
  opacity: 1;
}
#sticky-get-updates-wrap #sticky-get-updates-btn {
  letter-spacing: 0.02rem;
  cursor: pointer;
  display: inline-block;
  background-color: #439ad0;
  color: #fff;
  padding: 15px 25px 13px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  min-width: 120px;
  position: relative;
  transform: translateY(-100%);
  transition: all 0.3s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#sticky-get-updates-wrap #sticky-get-updates-btn:after {
  content: "";
  position: absolute;
  bottom: -385px;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #439ad0;
  transition: all 0.3s;
  z-index: -1;
}
#sticky-get-updates-wrap #sticky-get-updates-btn:hover {
  transform: translateY(-110%);
  background-color: #328ec8;
}
#sticky-get-updates-wrap #sticky-get-updates-btn:hover:after {
  background-color: #328ec8;
}
#sticky-get-updates-wrap #sticky-get-updates-btn img {
  width: 14px;
  position: relative;
  top: -1px;
  margin-left: 6px;
}

.thumb-text-grid {
  display: flex;
  flex-wrap: wrap;
}
.thumb-text-grid__item {
  margin-bottom: 30px;
}
.thumb-text-grid__item:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .thumb-text-grid__item {
    width: 50%;
    margin-bottom: 40px;
  }
  .thumb-text-grid__item:nth-child(odd) {
    padding-right: 1.6vw;
  }
  .thumb-text-grid__item:nth-child(even) {
    padding-left: 1.6vw;
  }
  .thumb-text-grid__item:nth-last-child(1), .thumb-text-grid__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .thumb-text-grid__item:nth-child(odd) {
    padding-right: 1.4vw;
  }
  .thumb-text-grid__item:nth-child(even) {
    padding-left: 1.4vw;
  }
}
@media (min-width: 1200px) {
  .thumb-text-grid__item {
    margin-bottom: 45px;
  }
}
@media (min-width: 1300px) {
  .thumb-text-grid__item {
    margin-bottom: 50px;
  }
}
.thumb-text-grid__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .thumb-text-grid__item > div {
    display: flex;
  }
}
.thumb-text-grid__item__thumb {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .thumb-text-grid__item__thumb {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .thumb-text-grid__item__thumb {
    padding: 0 0.7vw 0 0;
  }
}
@media (min-width: 1200px) {
  .thumb-text-grid__item__thumb {
    margin-bottom: 0;
    width: 45%;
  }
}
.thumb-text-grid__item__thumb img {
  width: 100%;
  height: auto;
}
.thumb-text-grid__item__thumb .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .thumb-text-grid__item__text {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .thumb-text-grid__item__text {
    width: 55%;
    padding: 0 15px;
  }
}
.thumb-text-grid__item__text h5 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px;
  padding: 0;
  margin: 0 0 7px;
  opacity: 0.77;
}
.thumb-text-grid__item__text h3 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .thumb-text-grid__item__text h3 {
    font-size: 22px !important;
  }
}
.thumb-text-grid__item__text h3 a {
  color: #333;
  font-weight: 700 !important;
  text-decoration: none;
  transition: all 0.3s !important;
}
.thumb-text-grid__item__text p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  color: #5f5f5f;
}
@media (min-width: 992px) {
  .thumb-text-grid__item__text p {
    font-size: 16px !important;
  }
}
.thumb-text-grid__item__text p .read-more {
  color: #439ad0;
}

.two-up-thumb-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 35px;
}
@media (min-width: 480px) {
  .two-up-thumb-grid {
    margin-bottom: 70px;
  }
}
.two-up-thumb-grid__item {
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}
@media (min-width: 700px) {
  .two-up-thumb-grid__item {
    width: 50%;
    margin-bottom: 1.6vw;
  }
}
@media (min-width: 1350px) {
  .two-up-thumb-grid__item {
    margin-bottom: 24px;
  }
}
@media (min-width: 700px) {
  .two-up-thumb-grid__item:nth-child(odd) {
    padding-right: 0.8vw;
  }
}
@media (min-width: 1350px) {
  .two-up-thumb-grid__item:nth-child(odd) {
    padding-right: 12px;
  }
}
@media (min-width: 700px) {
  .two-up-thumb-grid__item:nth-child(even) {
    padding-left: 0.8vw;
  }
}
@media (min-width: 1350px) {
  .two-up-thumb-grid__item:nth-child(even) {
    padding-left: 12px;
  }
}
.two-up-thumb-grid__item a {
  position: relative;
  height: 100%;
}
.two-up-thumb-grid__item__image-wrap {
  height: 100%;
}
.two-up-thumb-grid__item__image-wrap.gradient-tint:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.54) 70%, rgba(0, 0, 0, 0.54) 100%);
}
.two-up-thumb-grid__item img {
  width: 100%;
  height: auto;
}
.two-up-thumb-grid__item .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.two-up-thumb-grid__item__overlay {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.two-up-thumb-grid__item__overlay div {
  opacity: 0.92;
  padding: 6% 7% 6% 7%;
  margin: 0;
  max-width: 550px;
  color: #fff;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 2.6rem;
}
@media (min-width: 480px) {
  .two-up-thumb-grid__item__overlay div {
    padding: 6% 7% 5% 6%;
    opacity: 1;
    font-size: 26px;
    line-height: 2.7rem;
  }
}
@media (min-width: 700px) {
  .two-up-thumb-grid__item__overlay div {
    font-size: 2.6vw;
    line-height: 2.3rem;
    padding: 7% 8% 7% 7%;
  }
}
@media (min-width: 768px) {
  .two-up-thumb-grid__item__overlay div {
    font-size: 2.8vw;
    line-height: 2.8rem;
  }
}
@media (min-width: 992px) {
  .two-up-thumb-grid__item__overlay div {
    font-size: 28px;
    line-height: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .two-up-thumb-grid__item__overlay div {
    font-size: 30px;
    line-height: 3.5rem;
  }
}
@media (min-width: 1300px) {
  .two-up-thumb-grid__item__overlay div {
    font-size: 32px;
    line-height: 3.6rem;
  }
}

.sky-form-modal-overlay {
  background-color: rgba(40, 40, 40, 0.8) !important;
  z-index: 10001 !important;
}

.sky-form {
  z-index: 10002 !important;
  border: none !important;
  height: auto !important;
  margin-top: -150px !important;
  margin-left: 0 !important;
  box-shadow: none !important;
  left: 20px !important;
  right: 20px !important;
  width: calc(100vw - 40px) !important;
}
@media (min-width: 480px) {
  .sky-form {
    left: 50% !important;
    margin-left: -200px !important;
    width: 400px !important;
  }
}
.sky-form header {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  background-color: #439ad0 !important;
  color: #fff !important;
}
.sky-form header #chimpy_popup_close {
  color: #fff !important;
}
.sky-form header .icon-append {
  color: #fff !important;
}
.sky-form input[type=text] {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  padding: 20px 12px !important;
}
.sky-form footer {
  background: #efefef !important;
  border-top: 0 !important;
}
.sky-form footer #chimpy_shortcode_submit {
  color: #fff;
  padding: 4px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  min-width: 80px;
}

.page-title {
  margin-bottom: 55px;
}
@media (min-width: 480px) {
  .page-title {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .page-title {
    margin-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    margin-bottom: 97px;
  }
}
.page-title h5 {
  display: none;
  font-size: 21px;
  position: relative;
  left: -4px;
  text-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  letter-spacing: 0.02rem;
}
@media (min-width: 480px) {
  .page-title h5 {
    display: block;
  }
}
.page-title h1 {
  font-size: 3.3rem !important;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  color: #343434;
  margin: 0 0 20px;
  letter-spacing: 0 !important;
  letter-spacing: -0.04rem !important;
  max-width: 960px;
}
@media (min-width: 480px) {
  .page-title h1 {
    font-size: 4.5rem !important;
    margin-bottom: 28px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .page-title h1 {
    font-size: 6rem !important;
    margin-bottom: 30px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) {
  .page-title h1 {
    margin-bottom: 34px;
    line-height: 67px;
  }
}
.page-title p {
  margin: 0;
  max-width: 700px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
}
@media (min-width: 480px) {
  .page-title p {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .page-title p {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  .page-title p {
    font-size: 24px;
  }
}
.page-title p a {
  color: #439ad0;
  text-decoration: none;
  transition: all 0.3s;
}
.page-title p a:hover {
  text-decoration: underline;
}

.select-wrap {
  position: relative;
  max-width: 500px;
}
.select-wrap--short select {
  height: 45px;
}
.select-wrap--short:after {
  top: 14px !important;
  background-size: 25px 18px !important;
  right: 10px !important;
}
.select-wrap:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 21px;
  right: 18px;
  width: 30px;
  height: 20px;
  background: url("/wp-content/uploads/2018/04/icon-down-arrow.svg") top left no-repeat;
  background-size: 30px 20px;
  opacity: 0.6;
  pointer-events: none;
}

.outlined-input {
  background: none !important;
  background-color: #f7f7f7 !important;
  border-radius: 6px !important;
  padding-left: 20px;
  box-shadow: none !important;
  appearance: none;
  border-style: solid;
  border: 1px solid #cacaca;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #555;
  width: 100% !important;
}
@media (min-width: 768px) {
  .outlined-input {
    height: 60px;
  }
}
.outlined-input::placeholder {
  color: #555;
}
.outlined-input:focus {
  outline: none;
}
.outlined-input--search {
  padding-left: 53px;
  background: #f7f7f7 url("img/icon-search.svg") 17px 17px no-repeat !important;
  background-size: 24px 24px !important;
}
.outlined-input--short {
  height: 45px;
  padding-left: 15px;
}
.outlined-input .facetwp-facet {
  margin-bottom: 0;
}

#updates-form {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 800px) {
  #updates-form {
    padding: 20px;
  }
}
#updates-form .updates-form__inner {
  position: relative;
  background-color: white;
  margin: auto;
  overflow: auto;
  max-height: calc(100vh - 20px);
}
#updates-form .updates-form__inner__header {
  background-color: #439ad0;
  color: #fff;
  padding: 10px 20px 10px 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 800px) {
  #updates-form .updates-form__inner__header {
    padding: 10px 20px 10px 40px;
  }
}
#updates-form .updates-form__inner__close {
  right: 12px;
  font-size: 26px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  transition: all 0.22s;
  padding: 10px;
  cursor: pointer;
}
#updates-form .updates-form__inner h2 {
  margin: 0;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
#updates-form .updates-form__inner iframe {
  width: calc(100vw - 40px);
  max-width: 450px;
  height: 490px;
  -webkit-overflow-scrolling: touch;
  margin: 10px;
}
@media (min-width: 800px) {
  #updates-form .updates-form__inner iframe {
    width: 450px;
    margin: 15px;
    min-height: 0;
  }
}

.pardot,
.pardotform {
  margin: 0 -22px;
  width: 100%;
}

.accordion-content {
  background-color: #f4f4f4;
  padding: 20px 25px;
}
@media (min-width: 480px) {
  .accordion-content {
    padding: 28px 33px;
  }
}

h3.accordion-title {
  background-position-x: 13px !important;
  background-size: 18px !important;
  font-size: 20px !important;
  padding: 15px 15px 15px 50px;
  transition: all 0.3s;
  margin-bottom: 8px !important;
}
@media (min-width: 480px) {
  h3.accordion-title {
    padding: 17px 15px 17px 50px;
  }
}
h3.accordion-title:hover {
  background-color: #3088bf;
}

.boxed-item {
  margin: 35px 0;
}
@media (min-width: 480px) {
  .boxed-item {
    margin: 40px 0;
  }
}
.boxed-item ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .boxed-item ul {
    margin-right: calc(-5vw - 12px);
  }
}
.boxed-item ul li {
  border: 1px solid #c6c6c6;
  padding: 20px 20px;
  display: flex;
  align-items: flex-end;
  min-height: 160px;
  width: 100%;
}
@media (min-width: 600px) {
  .boxed-item ul li {
    margin: 0 14px 14px 0;
    width: calc(50% - 14px);
  }
}
@media (min-width: 768px) {
  .boxed-item ul li {
    width: calc(33.3333% - 14px);
  }
}
@media (min-width: 1100px) {
  .boxed-item ul li {
    width: calc(25% - 14px);
  }
}
.boxed-item ul li div {
  max-width: 210px;
  font-size: 19px;
  position: relative;
}
.boxed-item ul li div:before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  margin-bottom: 10px;
  background-color: #439ad0;
}

.initiative > :first-child {
  margin-top: 0 !important;
}

.post > :nth-child(2) {
  margin-top: 0 !important;
}

.post a,
.initiative a,
.generic__wrap__content a {
  color: #439ad0;
}
.post .lead,
.initiative .lead,
.generic__wrap__content .lead {
  font-size: 2.1rem !important;
  line-height: 2.85rem !important;
  margin-bottom: 26px;
  letter-spacing: 0.02rem;
}
@media (min-width: 480px) {
  .post .lead,
.initiative .lead,
.generic__wrap__content .lead {
    font-size: 2.7rem !important;
    line-height: 3.6rem !important;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .post .lead,
.initiative .lead,
.generic__wrap__content .lead {
    font-size: 2.7rem !important;
    line-height: 3.6rem !important;
  }
}
@media (min-width: 992px) {
  .post .lead,
.initiative .lead,
.generic__wrap__content .lead {
    font-size: 2.7rem !important;
    line-height: 3.62rem !important;
  }
}
.post .lead a,
.initiative .lead a,
.generic__wrap__content .lead a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
}
.post p,
.initiative p,
.generic__wrap__content p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 2.7rem;
}
@media (min-width: 480px) {
  .post p,
.initiative p,
.generic__wrap__content p {
    line-height: 2.9rem;
    margin-bottom: 27px;
  }
}
.post p a,
.initiative p a,
.generic__wrap__content p a {
  font-weight: 500;
}
.post .wp-caption .wp-caption-text,
.initiative .wp-caption .wp-caption-text,
.generic__wrap__content .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 2.3rem;
  background-color: #f4f4f4;
  padding: 14px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .post .wp-caption .wp-caption-text,
.initiative .wp-caption .wp-caption-text,
.generic__wrap__content .wp-caption .wp-caption-text {
    margin-bottom: 40px;
  }
}
.post .media-credit-container,
.initiative .media-credit-container,
.generic__wrap__content .media-credit-container {
  margin-bottom: 25px;
}
.post h1,
.initiative h1,
.generic__wrap__content h1 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 480px) {
  .post h1,
.initiative h1,
.generic__wrap__content h1 {
    font-size: 42px;
  }
}
.post h2,
.initiative h2,
.generic__wrap__content h2 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 23px;
}
@media (min-width: 480px) {
  .post h2,
.initiative h2,
.generic__wrap__content h2 {
    font-size: 27px;
  }
}
.post h3,
.initiative h3,
.generic__wrap__content h3 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 480px) {
  .post h3,
.initiative h3,
.generic__wrap__content h3 {
    font-size: 25px;
  }
}
.post h4,
.initiative h4,
.generic__wrap__content h4 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 480px) {
  .post h4,
.initiative h4,
.generic__wrap__content h4 {
    font-size: 22px;
  }
}
.post b,
.post .bold,
.post strong,
.initiative b,
.initiative .bold,
.initiative strong,
.generic__wrap__content b,
.generic__wrap__content .bold,
.generic__wrap__content strong {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.post img,
.initiative img,
.generic__wrap__content img {
  max-width: 100%;
  height: auto;
}
.post img.alignleft,
.initiative img.alignleft,
.generic__wrap__content img.alignleft {
  margin-right: 27px;
  margin-bottom: 20px;
}
.post img.alignright,
.initiative img.alignright,
.generic__wrap__content img.alignright {
  margin-left: 27px;
  margin-bottom: 20px;
}
.post blockquote,
.initiative blockquote,
.generic__wrap__content blockquote {
  margin: 45px 0 45px 4vw;
  padding: 2px 10px 2px 20px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  color: #1d1d1d;
  border-left: 4px solid #439ad0;
}
@media (min-width: 480px) {
  .post blockquote,
.initiative blockquote,
.generic__wrap__content blockquote {
    margin: 60px 0 60px 4vw;
    padding: 2px 6vw 2px 3vw;
  }
}
@media (min-width: 1200px) {
  .post blockquote,
.initiative blockquote,
.generic__wrap__content blockquote {
    padding: 2px 95px 2px 33px;
  }
}
.post blockquote p,
.initiative blockquote p,
.generic__wrap__content blockquote p {
  margin: 0;
  font-style: italic;
  color: #878787;
  line-height: 3.15rem;
  font-size: 18px;
}
@media (min-width: 480px) {
  .post blockquote p,
.initiative blockquote p,
.generic__wrap__content blockquote p {
    font-size: 22px;
    line-height: 3.5rem;
  }
}
.post hr,
.initiative hr,
.generic__wrap__content hr {
  margin-top: 0rem;
  margin-bottom: 30px;
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.post ul,
.post ol,
.initiative ul,
.initiative ol,
.generic__wrap__content ul,
.generic__wrap__content ol {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .post ul,
.post ol,
.initiative ul,
.initiative ol,
.generic__wrap__content ul,
.generic__wrap__content ol {
    margin-bottom: 35px;
  }
}
.post ul li,
.post ol li,
.initiative ul li,
.initiative ol li,
.generic__wrap__content ul li,
.generic__wrap__content ol li {
  margin-bottom: 13px;
}
.post .embed-youtube,
.initiative .embed-youtube,
.generic__wrap__content .embed-youtube {
  width: 100%;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (min-width: 480px) {
  .post .embed-youtube,
.initiative .embed-youtube,
.generic__wrap__content .embed-youtube {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.post .fb-video,
.initiative .fb-video,
.generic__wrap__content .fb-video {
  margin-bottom: 20px;
}
.post .twitter-tweet,
.initiative .twitter-tweet,
.generic__wrap__content .twitter-tweet {
  margin: 45px 0px !important;
}
.post iframe,
.initiative iframe,
.generic__wrap__content iframe {
  margin-bottom: 30px;
  max-width: 100%;
}
.post .embed-vimeo,
.initiative .embed-vimeo,
.generic__wrap__content .embed-vimeo {
  text-align: left !important;
}
.post .embed-youtube,
.initiative .embed-youtube,
.generic__wrap__content .embed-youtube {
  text-align: left !important;
}
.post .category-list,
.initiative .category-list,
.generic__wrap__content .category-list {
  font-size: 14px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}

.get-updates-promo {
  background: #4398cf url("/wp-content/themes/digital-promise-new/img/v3/bg-radial-dots.jpg") top left no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 480px) {
  .get-updates-promo {
    padding: 11vw 0;
  }
}
@media (min-width: 768px) {
  .get-updates-promo {
    padding: 136px 0;
  }
}
@media (min-width: 768px) {
  .get-updates-promo .lockout {
    height: 100%;
    display: flex;
  }
}
.get-updates-promo .lockout .get-updates-promo__title {
  margin-bottom: 6vw;
}
@media (min-width: 768px) {
  .get-updates-promo .lockout .get-updates-promo__title {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: 50%;
    padding-right: 60px;
    max-width: 700px;
  }
}
.get-updates-promo .lockout .get-updates-promo__title h3 {
  margin: 0;
  font-size: 32px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
}
@media (min-width: 768px) {
  .get-updates-promo .lockout .get-updates-promo__title h3 {
    font-size: 42px;
    max-width: 500px;
  }
}
@media (min-width: 1050px) {
  .get-updates-promo .lockout .get-updates-promo__title h3 {
    font-size: 44px;
  }
}
@media (min-width: 1150px) {
  .get-updates-promo .lockout .get-updates-promo__title h3 {
    font-size: 52px;
  }
}
@media (min-width: 1300px) {
  .get-updates-promo .lockout .get-updates-promo__title h3 {
    font-size: 58px;
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .get-updates-promo .lockout .get-updates-promo__cta {
    display: flex;
    align-items: center;
    width: 50%;
    padding-right: 40px;
  }
}
.get-updates-promo .lockout .get-updates-promo__cta p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  max-width: 450px;
  margin: 0 0 40px;
  font-size: 21px;
  line-height: 3.2rem;
}
@media (min-width: 480px) {
  .get-updates-promo .lockout .get-updates-promo__cta p {
    line-height: 3.6rem;
  }
}
@media (min-width: 768px) {
  .get-updates-promo .lockout .get-updates-promo__cta p {
    font-size: 24px;
    line-height: 3.4rem;
  }
}
@media (min-width: 1300px) {
  .get-updates-promo .lockout .get-updates-promo__cta p {
    font-size: 28px;
    line-height: 3.6rem;
  }
}
.get-updates-promo .lockout .get-updates-promo__cta .outline-btn, .get-updates-promo .lockout .get-updates-promo__cta .btn {
  font-size: 1.9rem;
}

.related-articles {
  background-color: #f3f3f3;
  padding: 50px 0 50px;
}
@media (min-width: 480px) {
  .related-articles {
    padding: 75px 0 100px;
  }
}
.related-articles__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 25px;
  margin-bottom: 26px;
}
@media (min-width: 480px) {
  .related-articles__title {
    margin-bottom: 54px;
  }
}

.related-content {
  background-color: #f3f3f3;
  padding: 50px 0 50px;
}
@media (min-width: 480px) {
  .related-content {
    padding: 75px 0 100px;
  }
}
.related-content__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 25px;
  margin-bottom: 26px;
}
@media (min-width: 480px) {
  .related-content__title {
    margin-bottom: 54px;
  }
}
.related-content .two-up-thumb-grid {
  margin-bottom: 31px !important;
}
@media (min-width: 600px) {
  .related-content .thumb-text-grid__item:nth-child(odd) {
    padding-right: 0.6vw !important;
  }
  .related-content .thumb-text-grid__item:nth-child(even) {
    padding-left: 0.6vw !important;
  }
}
@media (min-width: 768px) {
  .related-content .thumb-text-grid__item__thumb {
    padding: 0 0 0 0 !important;
  }
}
@media (min-width: 1200px) {
  .related-content .thumb-text-grid__item__thumb {
    padding: 0 1vw 0 0 !important;
  }
}

.wp-paginate {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.wp-paginate .page, .wp-paginate.current, .wp-paginate .gap {
  display: none;
}
@media (min-width: 700px) {
  .wp-paginate .page, .wp-paginate.current, .wp-paginate .gap {
    display: inline;
  }
}
.wp-paginate a.prev {
  margin-right: 7px !important;
}
@media (min-width: 700px) {
  .wp-paginate a.prev {
    margin-right: 14px !important;
  }
}
.wp-paginate a.next {
  margin-left: 7px !important;
}
@media (min-width: 700px) {
  .wp-paginate a.next {
    margin-left: 14px !important;
  }
}

/* ----- Strip Panel ------- */
.ug-videoskin-right-thumb .ug-strip-panel {
  background-color: #f4f4f4 !important;
}

/* ----- Thumb Wrapper ------- */
.ug-videoskin-right-thumb .ug-thumb-wrapper {
  background-color: #f4f4f4 !important;
  border-bottom: 0px solid #393939 !important;
}

/* - thumb selected and over - */
.ug-videoskin-right-thumb .ug-thumb-wrapper.ug-thumb-over {
  background-color: #ececec !important;
}

.ug-videoskin-right-thumb .ug-thumb-wrapper.ug-thumb-selected {
  background-color: #439ad0 !important;
}

.ug-videoskin-right-thumb .ug-thumb-wrapper.ug-thumb-selected .ug-thumb-title {
  color: white !important;
}

.ug-videoskin-right-thumb .ug-thumb-title {
  color: #333 !important;
  font-family: "museo-sans" !important;
  font-weight: 500 !important;
}

.ug-videoskin-right-thumb .ug-thumb-selected .ug-thumb-icon {
  border: 0 solid red !important;
}

.ug-videoskin-right-thumb .ug-thumb-desc {
  color: #999999 !important;
}

.quote-bubble {
  max-width: 390px;
  margin-bottom: 45px;
}
.quote-bubble.none {
  margin: 0 0 45px 0;
}
.quote-bubble.left {
  margin: 0 0 45px 0;
}
@media (min-width: 700px) {
  .quote-bubble.left {
    float: left;
    margin: 0 35px 45px 0;
  }
}
.quote-bubble.right {
  margin: 0 0px 45px 0;
}
@media (min-width: 700px) {
  .quote-bubble.right {
    float: right;
    margin: 0 0px 45px 20px;
  }
}
.quote-bubble__main {
  background: url("/wp-content/themes/devdmbootstrap3/img/quote-bubble-corner.png") top right no-repeat, url("/wp-content/themes/devdmbootstrap3/img/quote-bubble.png") bottom left no-repeat;
  background-size: 100% auto;
  padding: 25px 43px 132px 28px;
  color: #fff;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  line-height: 3.35rem;
  font-style: italic;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.quote-bubble__main.nano {
  font-size: 16.5px;
  line-height: 2.3rem;
}
.quote-bubble__main.extra-small {
  font-size: 18px;
  line-height: 2.65rem;
}
.quote-bubble__main.small {
  font-size: 21px;
  line-height: 3rem;
}
.quote-bubble__main.medium {
  font-size: 27px;
  line-height: 3.4rem;
}
.quote-bubble__main.large {
  font-size: 33px;
  line-height: 3.9rem;
}
.quote-bubble__main:before {
  content: "“";
  display: inline-block;
  position: relative;
  margin-left: -13px;
  margin-right: 3px;
}
.quote-bubble__main:after {
  content: "”";
  display: inline;
  position: relative;
  margin-left: 0px;
}
.quote-bubble__credits {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-right: 28px;
  margin-top: 8px;
}
.quote-bubble__credits__name {
  color: #333;
  font-size: 23px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
  line-height: 2.9rem;
}
.quote-bubble__credits__subtitle {
  color: #5f5f5f;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  line-height: 2.4rem;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
}
.schedule-list__item {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 500px) {
  .schedule-list__item {
    max-width: 260px;
    min-width: 260px;
  }
}
.schedule-list__item:nth-child(3n+1) .schedule-list__item__header {
  background-color: #e55324;
}
.schedule-list__item:nth-child(3n+1) li:before {
  background-color: #e55324;
}
.schedule-list__item:nth-child(3n+1) li:after {
  border: 3px solid #e55324;
}
.schedule-list__item:nth-child(3n+2) .schedule-list__item__header {
  background-color: #a3c435;
}
.schedule-list__item:nth-child(3n+2) li:before {
  background-color: #a3c435;
}
.schedule-list__item:nth-child(3n+2) li:after {
  border: 3px solid #a3c435;
}
.schedule-list__item:nth-child(3n+3) .schedule-list__item__header {
  background-color: #1d8f9a;
}
.schedule-list__item:nth-child(3n+3) li:before {
  background-color: #1d8f9a;
}
.schedule-list__item:nth-child(3n+3) li:after {
  border: 3px solid #1d8f9a;
}
.schedule-list__item__header {
  color: #fff;
  min-height: 75px;
  padding: 20px 30px 20px 15px;
  line-height: 2.3rem;
  border-right: 4px solid #fff;
}
.schedule-list__item__header__day {
  font-size: 15px;
  line-height: 1.8rem;
  margin-bottom: 1px;
}
.schedule-list__item__header__time {
  font-size: 21px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.schedule-list__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.schedule-list__item ul li {
  padding: 25px 23px;
  margin: 0;
  position: relative;
}
.schedule-list__item ul li:first-of-type {
  padding-top: 35px;
}
.schedule-list__item ul li:first-of-type:after {
  top: 40px;
}
.schedule-list__item ul li:last-of-type:before {
  height: calc(35px);
}
.schedule-list__item ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: calc(100%);
}
.schedule-list__item ul li:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.schedule-list__item ul li .schedule__time {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px;
  margin-bottom: 2px;
}
.schedule-list__item ul li .schedule__details {
  font-size: 17px;
  line-height: 2.2rem;
}

hr.bar {
  border-top: 1px solid #e3e3e3;
  margin: 50px 0;
}

.single-event .presenters {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.single-event .presenters .presenter {
  width: 190px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 500px) {
  .single-event .presenters .presenter {
    margin-bottom: 35px;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .single-event .presenters .presenter {
    width: 33.333%;
  }
}
.single-event .presenters .presenter__thumb {
  margin: 0 auto 10px;
  max-width: 220px;
}
@media (min-width: 900px) {
  .single-event .presenters .presenter__thumb {
    width: 22vw;
  }
}
.single-event .presenters .presenter__thumb img {
  width: 100%;
}
.single-event .presenters .presenter__name {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px;
  margin-bottom: 3px;
}
.single-event .presenters .presenter__title {
  max-width: 220px;
  margin: 0 auto;
  line-height: 2.1rem;
}
.single-event .wc-shortcodes-countdown {
  margin: 50px 0;
  border: none;
  background-color: #efefef;
}

.pc {
  border: 0px solid rgba(0, 0, 0, 0);
  outline: 2px solid rgba(0, 0, 0, 0);
}
.pc__wysiwyg {
  font-size: 18px;
  line-height: 155%;
}
.pc__wysiwyg.pc--debug:before {
  content: "WYSIWYG Editor";
}
.pc__wysiwyg--show-bg {
  background-color: #f4f4f4;
  padding: 45px 4%;
}
.pc__wysiwyg--show-bg .lockout > :first-child {
  margin-top: 0;
}
.pc__wysiwyg--show-bg.pc__wysiwyg--full-width {
  padding: 70px 4% 45px;
}
.pc__wysiwyg--full-width {
  font-size: 19px;
  line-height: 165%;
}
.pc__wysiwyg .lockout {
  max-width: 950px;
}
.pc__wysiwyg > div > div *:first-child {
  margin-top: 0;
}
.pc__wysiwyg > div > div *:last-child {
  margin-bottom: 0;
}
.pc__wysiwyg a {
  color: #439ad0;
  text-decoration: underline;
}
.pc__wysiwyg p {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .pc__wysiwyg p {
    margin-bottom: 27px;
  }
}
.pc__wysiwyg p a {
  font-weight: 500;
}
.pc__wysiwyg .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 2.3rem;
  background-color: #f4f4f4;
  padding: 14px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .pc__wysiwyg .wp-caption .wp-caption-text {
    margin-bottom: 40px;
  }
}
.pc__wysiwyg .media-credit-container {
  margin-bottom: 25px;
}
.pc__wysiwyg h1,
.pc__wysiwyg h2,
.pc__wysiwyg h3,
.pc__wysiwyg h4,
.pc__wysiwyg h5,
.pc__wysiwyg h6 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  padding: 0;
  line-height: 115%;
}
.pc__wysiwyg h1 {
  font-size: 36.4px;
  line-height: 105%;
  margin: 14px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h1 {
    font-size: 52px;
  }
}
.pc__wysiwyg h2 {
  font-size: 29.4px;
  margin: 13px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h2 {
    font-size: 42px;
  }
}
.pc__wysiwyg h3 {
  font-size: 23.8px;
  margin: 13px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h3 {
    font-size: 34px;
  }
}
.pc__wysiwyg h4 {
  font-size: 19.6px;
  margin: 11px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h4 {
    font-size: 28px;
  }
}
.pc__wysiwyg h5 {
  font-size: 15.4px;
  margin: 10px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h5 {
    font-size: 22px;
  }
}
.pc__wysiwyg h6 {
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 480px) {
  .pc__wysiwyg h6 {
    font-size: 20px;
  }
}
.pc__wysiwyg b,
.pc__wysiwyg .bold,
.pc__wysiwyg strong {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
}
.pc__wysiwyg img {
  max-width: 100%;
  height: auto;
}
.pc__wysiwyg img.alignleft {
  margin-right: 27px;
  margin-bottom: 20px;
}
.pc__wysiwyg img.alignright {
  margin-left: 27px;
  margin-bottom: 20px;
}
.pc__wysiwyg blockquote {
  margin: 45px 0 45px 4vw;
  padding: 2px 10px 2px 20px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  color: #1d1d1d;
  border-left: 4px solid #439ad0;
}
@media (min-width: 480px) {
  .pc__wysiwyg blockquote {
    margin: 60px 0 60px 4vw;
    padding: 2px 6vw 2px 3vw;
  }
}
@media (min-width: 1200px) {
  .pc__wysiwyg blockquote {
    padding: 2px 95px 2px 33px;
  }
}
.pc__wysiwyg blockquote p {
  margin: 0;
  font-style: italic;
  color: #878787;
  line-height: 3.15rem;
  font-size: 18px;
}
@media (min-width: 480px) {
  .pc__wysiwyg blockquote p {
    font-size: 22px;
    line-height: 3.5rem;
  }
}
.pc__wysiwyg hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
}
.pc__wysiwyg ul,
.pc__wysiwyg ol {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .pc__wysiwyg ul,
.pc__wysiwyg ol {
    margin-bottom: 35px;
  }
}
.pc__wysiwyg ul li,
.pc__wysiwyg ol li {
  margin-bottom: 7px;
}
.pc__wysiwyg .accordion {
  margin-bottom: 10px;
}
.pc__wysiwyg .accordion h3 {
  padding: 17px 15px 17px 50px;
}
.pc__wysiwyg .wc-shortcodes-button {
  text-decoration: none;
}
.pc__wysiwyg a.btn {
  text-decoration: none;
}
@media all and (min-width: 600px) {
  .pc__wysiwyg.two-col > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pc__wysiwyg.three-col > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pc__wysiwyg.four-col > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.pc__grid1.pc--debug:before {
  content: "Thumb Grid 1";
}
.pc__grid1.lockout {
  margin-right: auto;
  margin-left: auto;
}
.pc__grid1 h3 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 26px;
  margin-bottom: 9px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pc__grid1 h3 {
    font-size: 33px;
  }
}
.pc__grid1 p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px;
  line-height: 2.4rem;
  max-width: 750px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .pc__grid1 p {
    font-size: 20px;
    line-height: 2.8rem;
  }
}
@media (min-width: 550px) {
  .pc__grid1__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
  }
}
.pc__grid1__item {
  background-color: #f3f3f3;
  padding: 20px 20px 50px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 550px) {
  .has-subnav .pc__grid1__item {
    margin: 0px 10px 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 1050px) {
  .has-subnav .pc__grid1__item {
    width: calc(33.33333% - 20px);
  }
}
@media (min-width: 550px) {
  .pc__grid1__item {
    margin: 0px 10px 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 850px) {
  .pc__grid1__item {
    width: calc(33.33333% - 20px);
  }
}
@media (min-width: 1150px) {
  .pc__grid1__item {
    width: calc(25% - 20px);
  }
}
.pc__grid1__item__img {
  margin: -20px -20px 24px;
  width: calc(100% + 40px) !important;
  overflow: hidden;
}
.pc__grid1__item__img div {
  transition: all 0.7s;
  height: 0;
  padding-bottom: 55%;
  background-size: cover;
  background-position: center center;
}
.pc__grid1__item h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  letter-spacing: 0;
  color: black;
  transition: all 0.3s;
}
.pc__grid1__item p {
  font-size: 16px;
  line-height: 135%;
  margin: 0 0 15px;
  letter-spacing: 0;
  color: black;
}
.pc__grid1__item a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.pc__grid1__item a:hover .pc__grid1__item__img div {
  transform: scale(1.05);
}
.pc__grid1__item a:hover h4 {
  color: #439ad0;
}
.pc__grid1__item__link {
  text-decoration: underline !important;
  position: absolute;
  left: 20px;
  bottom: 27px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}
.pc__hpb.pc--debug:before {
  content: "Header Paragraph Buttons";
}
.pc__hpb--bg-blue {
  background-color: #439ad0;
  color: white !important;
}
.pc__hpb--bg-blue .btn {
  color: white !important;
  border: 2px solid white;
}
.pc__hpb--bg-blue .btn:hover {
  color: #439ad0 !important;
  background: white;
}
.pc__hpb--bg-gray {
  background-color: #f4f4f4;
}
.pc__hpb--center {
  text-align: center;
  padding: 40px 20px 35px;
}
@media (min-width: 768px) {
  .pc__hpb--center {
    padding: 65px 3vw;
  }
}
.pc__hpb--center.full-width {
  padding: 50px 20px 35px;
}
@media (min-width: 768px) {
  .pc__hpb--center.full-width {
    padding: 95px 20px;
  }
}
.pc__hpb .lockout {
  max-width: 1060px;
}
.pc__hpb h2 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pc__hpb h2 {
    font-size: 43px;
    margin-bottom: 25px;
  }
}
.pc__hpb h2.full-width {
  font-size: 28px;
}
@media (min-width: 768px) {
  .pc__hpb h2.full-width {
    font-size: 45px;
  }
}
.pc__hpb p {
  font-size: 17px;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .pc__hpb p {
    font-size: 23px;
    line-height: 3.7rem;
  }
}
.pc__hpb p:last-of-type {
  margin-bottom: 0px;
}
.pc__hpb p.full-width {
  font-size: 17px;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .pc__hpb p.full-width {
    font-size: 24px;
    line-height: 3.8rem;
  }
}
.pc__hpb__buttons {
  margin-top: 30px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .pc__hpb__buttons {
    margin-top: 45px;
  }
}
.pc__hpb__buttons a {
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .pc__hpb__buttons a {
    width: auto;
    margin: 0 10px 20px 0;
  }
}
.pc__hpb__buttons a .btn {
  width: 100%;
}
@media (min-width: 600px) {
  .pc__hpb__buttons a .btn {
    width: auto;
  }
}
.pc__fp.pc--debug:before {
  content: "Featured Paragraph";
}
.pc__fp--show-bg {
  background-color: #f4f4f4;
  padding: 40px 4vw;
}
@media (min-width: 768px) {
  .pc__fp--show-bg {
    padding: 55px 2.5vw;
  }
}
.pc__fp--show-bg.pc--full-width {
  padding: 40px 4vw;
}
@media (min-width: 768px) {
  .pc__fp--show-bg.pc--full-width {
    padding: 90px 2.5vw;
  }
}
.pc__fp--center {
  text-align: center;
}
.pc__fp--center p {
  margin: 0 auto;
}
.pc__fp .lockout {
  max-width: 1060px;
}
.pc__fp p {
  font-size: 21px;
  line-height: 3.2rem;
  margin-bottom: 0px;
  max-width: 820px;
}
@media (min-width: 768px) {
  .pc__fp p {
    font-size: 24.5px;
    line-height: 4rem;
  }
}
.pc__fp.pc--full-width p {
  font-size: 21px;
  line-height: 3.2rem;
  max-width: 960px;
}
@media (min-width: 768px) {
  .pc__fp.pc--full-width p {
    font-size: 25px;
    line-height: 4rem;
  }
}
.pc__fp a {
  color: #439ad0;
  text-decoration: underline;
}
.pc__ctg.pc--debug:before {
  content: "Colored Tile Grid";
}
.pc__ctg h3 {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 26px;
  margin-bottom: 9px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pc__ctg h3 {
    font-size: 33px;
  }
}
.pc__ctg p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 17px;
  line-height: 2.4rem;
  max-width: 950px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .pc__ctg p {
    font-size: 20px;
    line-height: 2.8rem;
  }
}
.pc__ctg__tiles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.8%;
}
@media (min-width: 700px) {
  .pc__ctg__tiles {
    margin: 0 -0.8% -0.8%;
  }
}
.pc__ctg__tiles__tile {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 700px) {
  .pc__ctg__tiles__tile {
    padding: 8px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .pc__ctg__tiles__tile {
    width: 33.33333%;
    padding: 0.85%;
  }
}
.pc__ctg__tiles__tile.full-width-tiles {
  width: 100%;
  min-height: 330px !important;
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a:hover .item__inner h4,
.pc__ctg__tiles__tile.full-width-tiles a:hover .item__inner p,
.pc__ctg__tiles__tile.full-width-tiles a:hover .item__inner ol,
.pc__ctg__tiles__tile.full-width-tiles a:hover .item__inner ul {
    transform: none;
  }
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner {
    background-image: none !important;
    padding: 6.5% 6.5% 6.5% 50%;
    background-size: 50% auto;
    background-position: left center;
  }
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner h4 {
    margin: 0 0 12px;
    font-size: 23px;
    max-width: 520px;
  }
}
@media (min-width: 650px) and (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner h4 {
    font-size: 24px;
  }
}
@media (min-width: 650px) and (min-width: 1300px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner h4 {
    font-size: 30px;
  }
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner p {
    font-size: 16px;
    max-width: 500px;
  }
}
@media (min-width: 650px) and (min-width: 1300px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner p {
    font-size: 18px;
    line-height: 2.6rem;
  }
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner .cta-btn {
    margin-top: 35px;
    max-width: 480px;
  }
}
@media (min-width: 650px) and (min-width: 600px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner .cta-btn {
    width: calc(100% - 13%);
    opacity: 2;
    position: static;
    transform: none;
  }
}
.pc__ctg__tiles__tile.full-width-tiles a .item__inner__fwbg {
  display: none;
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile.full-width-tiles a .item__inner__fwbg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.pc__ctg__tiles__tile a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  height: 100%;
}
.pc__ctg__tiles__tile a:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
  z-index: 1;
}
@media (min-width: 650px) {
  .pc__ctg__tiles__tile a:hover .item__inner {
    background-size: 68% auto;
  }
  .full-width .pc__ctg__tiles__tile a:hover .item__inner {
    background-size: 80% auto;
  }
  .pc__ctg__tiles__tile a:hover .item__inner h4,
.pc__ctg__tiles__tile a:hover .item__inner p,
.pc__ctg__tiles__tile a:hover .item__inner ol,
.pc__ctg__tiles__tile a:hover .item__inner ul {
    transform: translateY(-60px);
  }
  .pc__ctg__tiles__tile a:hover .item__inner .cta-btn {
    opacity: 1;
    transform: translateY(0px);
  }
}
.pc__ctg__tiles__tile a.pc__ctg__tiles__tile--disabled {
  pointer-events: none;
}
.pc__ctg__tiles__tile a .item__inner {
  color: #fff;
  padding: 59% 6.5% 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.pc__ctg__tiles__tile a .item__inner h4 {
  margin: 0 0 10px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1300px) {
  .pc__ctg__tiles__tile a .item__inner h4 {
    font-size: 24px;
  }
}
.pc__ctg__tiles__tile a .item__inner p {
  font-size: 16px;
  line-height: 2rem;
  max-width: 380px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
}
@media (min-width: 1300px) {
  .pc__ctg__tiles__tile a .item__inner p {
    font-size: 16.5px;
    line-height: 2.1rem;
  }
}
.pc__ctg__tiles__tile a .item__inner ul,
.pc__ctg__tiles__tile a .item__inner ol {
  padding-left: 22px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.pc__ctg__tiles__tile a .item__inner ul li,
.pc__ctg__tiles__tile a .item__inner ol li {
  font-size: 17.5px;
  margin-bottom: 5px;
  line-height: 140%;
}
.pc__ctg__tiles__tile a .item__inner .cta-btn {
  display: block;
  width: 100%;
}
@media (min-width: 600px) {
  .pc__ctg__tiles__tile a .item__inner .cta-btn {
    width: calc(100% - 13%);
    opacity: 0;
    position: absolute;
    bottom: 7%;
    left: 6.5%;
    transform: translateY(70px);
    transition: all 0.3s ease-in-out;
  }
}
.pc__table.pc--debug:before {
  content: "Table";
}
.pc__table.lockout {
  max-width: 1060px;
}
@media (min-width: 650px) {
  .pc__table__mobile {
    display: none;
  }
}
.pc__table__mobile__rows {
  margin-bottom: 10px;
}
.pc__table__mobile__rows:last-of-type {
  margin-bottom: 0;
}
.pc__table__mobile__row {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 2px;
}
.pc__table__mobile__row:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pc__table__mobile__row:last-of-type {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pc__table__mobile__row div {
  padding: 15px;
}
.pc__table__mobile__row div:first-child {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  min-width: 35%;
  background-color: #439ad0;
  color: white;
}
.pc__table__mobile__row div:last-child {
  text-align: left;
  background-color: #f7f7f7;
  flex-grow: 1;
}
.pc__table__header {
  display: none;
}
@media (min-width: 650px) {
  .pc__table__header {
    display: flex;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 500 !important;
  }
}
.pc__table__header .pc__table__col {
  background-color: #439ad0;
  color: white;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 17px 15px;
}
.pc__table__header .pc__table__col:last-of-type {
  border-right: none;
}
.pc__table__header .pc__table__col:first-child {
  border-top-left-radius: 15px;
}
.pc__table__header .pc__table__col:last-child {
  border-top-right-radius: 15px;
}
.pc__table__rows .pc__table__row:last-of-type .pc__table__col:first-child {
  border-bottom-left-radius: 15px;
}
.pc__table__rows .pc__table__row:last-of-type .pc__table__col:last-child {
  border-bottom-right-radius: 15px;
}
.pc__table__row {
  display: none;
}
@media (min-width: 650px) {
  .pc__table__row {
    display: flex;
    border-bottom: 2px solid white;
  }
}
.pc__table__col {
  flex: 1;
  padding: 13px 15px;
  border-right: 2px solid white;
  background-color: #f7f7f7;
}
.pc__table__col:last-of-type {
  border-right: none;
}
.pc__table p {
  font-size: 15px;
  line-height: 140%;
}
.pc__table p:last-of-type {
  margin-bottom: 0;
}
.pc__html.pc--debug:before {
  content: "HTML";
}
.pc__timeline {
  position: relative;
  padding-top: 12px;
}
.pc__timeline > div {
  position: relative;
}
.pc__timeline.pc--debug:before {
  content: "Timeline";
}
.pc__timeline__line {
  position: absolute;
  left: 10px;
  top: 12px;
  height: calc(100% - 12px);
  width: 4px;
  margin-left: -2px;
  background-color: #e6e6e6;
}
@media (min-width: 600px) {
  .pc__timeline__line {
    left: 50%;
  }
}
.pc__timeline__line__color {
  height: 100%;
  background-color: #439ad0;
  transition: all 0.6s;
}
.pc__timeline__item {
  margin-bottom: 35px;
  position: relative;
  padding-left: 40px;
}
.pc__timeline__item:before, .pc__timeline__item:after {
  content: " ";
  display: table;
}
.pc__timeline__item:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.pc__timeline__item {
  *zoom: 1;
}
@media (min-width: 600px) {
  .pc__timeline__item {
    padding-left: 0;
    display: flex;
    margin-bottom: 65px;
  }
}
.pc__timeline__item:last-of-type {
  background-color: white;
  margin-bottom: -12px;
  margin-bottom: 0;
}
.pc__timeline__item__circle {
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: 27px !important;
  height: 27px;
  border-radius: 50%;
  border: 4px solid #439ad0;
  background-color: white;
}
@media (min-width: 600px) {
  .pc__timeline__item__circle {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 600px) {
  .pc__timeline__item > div {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .pc__timeline__item:nth-child(odd) .pc__timeline__item__title {
    order: 2;
    padding-right: 0vw;
    padding-left: 30px;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .pc__timeline__item:nth-child(odd) .pc__timeline__item__content {
    order: 1;
    padding-left: 0vw;
    padding-right: 30px;
  }
}
.pc__timeline__item__title {
  position: relative;
  top: -1px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .pc__timeline__item__title {
    padding-right: 30px;
    text-align: right;
    margin-bottom: 0px;
  }
}
@media (min-width: 600px) {
  .pc__timeline__item__content {
    padding-left: 30px;
  }
}
.pc__timeline__item__content > div {
  position: relative;
  top: -12px;
  left: -17px;
  padding: 17px;
  background-color: #f5f5f5;
}
.pc__timeline__item__content > div:before, .pc__timeline__item__content > div:after {
  content: " ";
  display: table;
}
.pc__timeline__item__content > div:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.pc__timeline__item__content > div {
  *zoom: 1;
}
@media (min-width: 600px) {
  .pc__timeline__item__content > div {
    padding: 22px;
    left: 0;
  }
}
.pc__timeline__item__content > div > *:last-child {
  margin-bottom: 0;
}
.pc__timeline__item__content > div p, .pc__timeline__item__content > div ol, .pc__timeline__item__content > div ul {
  font-size: 15.5px;
  line-height: 150%;
  margin-bottom: 20px;
}
.pc__timeline__item__content > div ul, .pc__timeline__item__content > div ol {
  padding-left: 20px;
}
.pc__timeline__item__content > div ul li:last-of-type, .pc__timeline__item__content > div ol li:last-of-type {
  margin-bottom: 0;
}
.pc__timeline__item__content > div a {
  text-decoration: underline;
}
.pc__timeline__item__content > div img {
  max-width: 100%;
}
.pc__timeline__item__content > div img.alignleft {
  margin-right: 22px;
  margin-bottom: 10px;
}
.pc__prev-next-buttons.pc--debug:before {
  content: "Previous Next Buttons";
}
@media all and (min-width: 300px) {
  .pc__prev-next-buttons > div {
    display: flex;
    justify-content: space-between;
  }
}
.pc__prev-next-buttons > div {
  border-top: 1px solid #ececec;
  margin-top: 30px;
  padding-top: 30px;
}
.pc__prev-next-buttons > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pc__prev-next-buttons a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 19px;
  display: flex;
  align-items: center;
  line-height: 120%;
  text-decoration: none;
  max-width: 50%;
}
@media (min-width: 650px) {
  .pc__prev-next-buttons a {
    font-size: 20px;
  }
}
.pc__prev-next-buttons a:nth-child(1) > div:nth-child(2) {
  padding-right: 20px;
}
.pc__prev-next-buttons a:nth-child(2) {
  text-align: right;
}
.pc__prev-next-buttons a:nth-child(2) > div:nth-child(1) {
  padding-left: 20px;
}
.pc__prev-next-buttons a > div {
  transition: transform 0.3s, background-color 0.3s;
}
.pc__prev-next-buttons a:hover div {
  transform: translateX(-10px);
}
.pc__prev-next-buttons a:hover:nth-child(2) div {
  transform: translateX(10px);
}
.pc__prev-next-buttons a:hover .prev-next-nav__arrow {
  background-color: #35a6d9 !important;
}
.pc__prev-next-buttons a:hover .prev-next-nav__arrow--prev {
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-left-white.svg");
}
.pc__prev-next-buttons a:hover .prev-next-nav__arrow--next {
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-white.svg");
}
.pc__prev-next-buttons a .prev-next-nav__arrow {
  border: 2px solid #35a6d9;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: 35%;
}
@media (min-width: 650px) {
  .pc__prev-next-buttons a .prev-next-nav__arrow {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.pc__prev-next-buttons a .prev-next-nav__arrow--prev {
  margin-right: 12px;
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-left-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .pc__prev-next-buttons a .prev-next-nav__arrow--prev {
    margin-right: 16px;
  }
}
.pc__prev-next-buttons a .prev-next-nav__arrow--next {
  margin-left: 12px;
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .pc__prev-next-buttons a .prev-next-nav__arrow--next {
    margin-left: 16px;
  }
}
.pc__image-grid.pc--debug:before {
  content: "Image Grid";
}
.pc__image-grid--no-link {
  pointer-events: none;
}
.pc__image-grid--center {
  text-align: center;
}
.pc__image-grid a {
  display: inline-block;
}
.pc__image-grid a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pc__parallax-image {
  text-align: center;
  min-height: 350px;
  color: white;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  padding: 80px 20px;
  position: relative;
}
.pc__parallax-image.pc--debug:before {
  content: "Parallax Image";
}
@media (min-width: 768px) {
  .pc__parallax-image {
    padding: 150px 5%;
    margin-bottom: 100px;
    min-height: 550px;
  }
}
@media (min-width: 768px) {
  .pc__parallax-image.pc--full-width {
    min-height: 650px;
  }
}
.ua-desktop .pc__parallax-image--fixed {
  background-attachment: fixed;
}
.ua-touch-device .pc__parallax-image--fixed {
  background-attachment: unset;
}
.pc__parallax-image:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.pc__parallax-image--small {
  line-height: 120%;
  font-size: 24px;
}
@media (min-width: 650px) {
  .pc__parallax-image--small {
    font-size: 40px;
  }
}
.pc__parallax-image--medium {
  line-height: 110%;
  font-size: 28px;
}
@media (min-width: 650px) {
  .pc__parallax-image--medium {
    font-size: 54px;
  }
}
.pc__parallax-image--large {
  line-height: 110%;
  font-size: 33px;
}
@media (min-width: 650px) {
  .pc__parallax-image--large {
    font-size: 72px;
  }
}
.pc__parallax-image > div {
  max-width: 860px;
  margin: 0 auto;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 900 !important;
  position: relative;
  z-index: 1;
}
.pc__chart_group {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.pc__chart_group.pc--full-width {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  max-width: none;
}
.pc__chart_group.pc--full-width .chart_inner {
  width: 500px;
}
@media (max-width: 1050px) {
  .pc__chart_group.pc--full-width {
    display: block;
    max-width: 500px;
  }
  .pc__chart_group.pc--full-width .chart_inner {
    width: 100%;
  }
}
.pc__chart_group .chart_holder {
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 380px) {
  .pc__chart_group .chart_holder {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.pc__chart_group .chart_holder .chart_title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .pc__chart_group .chart_holder .chart_title {
    font-size: 18px;
  }
}
.pc__chart_group .chart_holder .y_axis_label, .pc__chart_group .chart_holder .x_axis_label {
  position: absolute;
  font-size: 15px;
  color: #919191;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media (max-width: 380px) {
  .pc__chart_group .chart_holder .y_axis_label, .pc__chart_group .chart_holder .x_axis_label {
    font-size: 14px;
  }
}
.pc__chart_group .chart_holder .y_axis_label {
  left: -40px;
  top: 100%;
  transform: rotate(-90deg);
  transform-origin: top left;
}
@media (max-width: 380px) {
  .pc__chart_group .chart_holder .y_axis_label {
    left: -30px;
  }
}
.pc__chart_group .chart_holder .x_axis_label {
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
@media (max-width: 380px) {
  .pc__chart_group .chart_holder .x_axis_label {
    bottom: 0;
  }
}
.pc__chart_group .chart_holder .apexcharts-toolbar {
  display: none;
}
.pc__footnotes.pc--debug:before {
  content: "Footnotes";
}
.pc__footnotes ol {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
.pc__footnotes ol .footnotes__item {
  margin-bottom: 1.4rem;
  font-size: 1.25rem;
  font-weight: 500;
  counter-increment: li;
  position: relative;
  padding-left: 1em;
}
.pc__footnotes ol .footnotes__item::before {
  content: counter(li);
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 80%;
}
.pc__footnotes ol .footnotes__item p {
  display: inline;
  font-size: 1.25rem;
  line-height: 1.2;
}
.pc__image-text.pc--debug:before {
  content: "Image & Text Section";
}
.pc__image-text .holder {
  display: flex;
  justify-content: space-between;
}
.pc__image-text .holder.left {
  flex-direction: row;
}
.pc__image-text .holder.left .holder__col.image {
  margin-left: 4.5vw;
}
.pc__image-text .holder.left .holder__col.image.medium-margin {
  margin-left: 2.25vw;
}
.pc__image-text .holder.left .holder__col.image.small-margin {
  margin-left: 10px;
}
.pc__image-text .holder.right {
  flex-direction: row-reverse;
}
.pc__image-text .holder.right .holder__col.image {
  margin-right: 4.5vw;
}
.pc__image-text .holder.right .holder__col.image.medium-margin {
  margin-right: 2.25vw;
}
.pc__image-text .holder.right .holder__col.image.small-margin {
  margin-right: 10px;
}
@media (max-width: 650px) {
  .pc__image-text .holder {
    margin-bottom: 0;
  }
  .pc__image-text .holder.left, .pc__image-text .holder.right {
    flex-direction: column;
  }
  .pc__image-text .holder.left .holder__col, .pc__image-text .holder.right .holder__col {
    padding-bottom: 50px;
  }
  .pc__image-text .holder.left .holder__col.image, .pc__image-text .holder.left .holder__col.image.medium-margin, .pc__image-text .holder.left .holder__col.image.small-margin, .pc__image-text .holder.right .holder__col.image, .pc__image-text .holder.right .holder__col.image.medium-margin, .pc__image-text .holder.right .holder__col.image.small-margin {
    margin: 0 auto;
    justify-content: center;
  }
}
.pc__image-text .holder__col {
  width: 100%;
}
.pc__image-text .holder__col.middle {
  align-self: center;
}
.pc__image-text .holder__col.image {
  display: flex;
  flex-direction: column;
}
.pc__image-text .holder__col.image.top {
  justify-content: flex-start;
}
.pc__image-text .holder__col.image.middle {
  justify-content: center;
}
.pc__image-text .holder__col.image.bottom {
  justify-content: flex-end;
}
.pc__image-text .holder__col p:last-child {
  margin: 0;
}
.pc__image-text .holder__col img {
  width: 100%;
}
.pc__video_popup.pc--debug:before {
  content: "Video Popup";
}
.pc__video_popup .video_popup_link {
  cursor: pointer;
  position: relative;
}
.pc__video_popup .video_popup_link img {
  width: 100%;
}
.pc__video_popup .video_popup_link::before {
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-video-play.svg");
  content: "";
  width: 12%;
  height: 0;
  padding-bottom: 12%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
}
.pc__video_popup .video_popup_link:hover::before {
  opacity: 1;
}
.pc__image_popup.pc--debug:before {
  content: "Image Popup";
}
.pc__image_popup .image_popup_link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pc__image_popup .image_popup_link img {
  width: 100%;
  transition: all 1s;
}
.pc__image_popup .image_popup_link:hover img {
  transform: scale(1.05);
}
.pc__spotlight.pc--debug:before {
  content: "Spotlight Section";
}
@media all and (max-width: 650px) {
  .pc__spotlight .spotlight {
    background-position-y: 23px !important;
    background-position-x: center !important;
  }
}
.pc__spotlight .spotlight.icon-small {
  background-size: 40px !important;
  padding: 35px 40px 55px 95px;
}
@media all and (max-width: 650px) {
  .pc__spotlight .spotlight.icon-small {
    padding: 70px 20px 30px 20px;
  }
}
.pc__spotlight .spotlight.icon-large {
  background-size: 160px !important;
  padding: 50px 40px 55px 225px;
}
@media all and (max-width: 650px) {
  .pc__spotlight .spotlight.icon-large {
    padding: 185px 20px 30px 20px;
  }
}
.pc__horizontal-rule {
  height: 1px;
  background-color: #ccc;
}
.pc__horizontal-rule.pc--debug:before {
  content: "Horizontal Rule";
}
.pc__accordion.pc--debug:before {
  content: "Accordion";
}
.pc__accordion .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
.pc__stats.center .stats {
  justify-content: center;
}
.pc__stats.right .stats {
  justify-content: flex-end;
}
.pc__stats .stats {
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 480px) {
  .pc__stats .stats {
    margin-bottom: 100px;
  }
}
@media (min-width: 700px) {
  .pc__stats .stats {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .pc__stats .stats.center {
    justify-content: center;
  }
  .pc__stats .stats.center li {
    margin: 0 4vw 20px 4vw;
  }
}
.pc__stats .stats li {
  visibility: hidden;
  list-style-type: none;
  margin: 0 8vw 20px 0;
  padding: 0;
}
@media (min-width: 700px) {
  .pc__stats .stats li {
    margin: 0 8vw 20px 0;
  }
}
.pc__stats .stats li h2 {
  color: #5498cd;
  font-weight: 700;
  margin: 0 0 2px;
  font-size: 48px;
  letter-spacing: 0;
}
@media (min-width: 700px) {
  .pc__stats .stats li h2 {
    font-size: 56px;
  }
}
.pc__stats .stats li h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
@media (min-width: 700px) {
  .pc__stats .stats li h5 {
    font-size: 21px;
  }
}
.pc__stats .stats.pie-charts {
  margin-bottom: 20px;
  text-align: center;
  margin-left: -10px;
}
@media (min-width: 500px) {
  .pc__stats .stats.pie-charts {
    text-align: left;
  }
}
.pc__stats .stats.pie-charts .pie__item {
  width: 180px;
  margin: 0px 20px 25px;
}
.pc__stats .stats.pie-charts .pie__item__circle {
  width: 170px;
  height: 170px;
  margin: 0 auto 15px;
  position: relative;
  border-radius: 50%;
  padding: 0px;
  position: relative;
}
.pc__stats .stats.pie-charts .pie__item__circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 68%;
  height: 68%;
  border-radius: 50%;
  background-color: #fff;
}
@keyframes fillup {
  from {
    stroke-dasharray: 0 100;
  }
}
.pc__stats .stats.pie-charts .pie__item__circle svg {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  border-radius: 50%;
  background-color: #f4f4f4;
}
.pc__stats .stats.pie-charts .pie__item__circle svg circle {
  opacity: 0;
  stroke-dasharray: 0 100;
  /* for 75% */
  fill: transparent;
  stroke: #5498cd;
  stroke-width: 100%;
}
.pc__stats .stats.pie-charts .pie__item__circle svg circle.animated {
  opacity: 1;
  animation: fillup 2s ease-in-out forwards;
}
.pc__stats .stats.pie-charts .pie__item__circle h3 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
  margin: 0;
  margin-left: 2px;
  font-size: 21px;
  color: #333;
}
.pc__stats .stats.pie-charts .pie__item p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin: 0 auto;
  line-height: 2.2rem;
  font-size: 16px;
  text-align: center;
}
.pc__stats .stats.bar-charts {
  display: block;
}
.pc__stats .stats.bar-charts .bar__item {
  margin-bottom: 20px;
}
.pc__stats .stats.bar-charts .bar__item__bar {
  background-color: #f4f4f4;
  height: 28px;
  max-width: 400px;
  overflow: hidden;
  margin-bottom: 7px;
}
.pc__stats .stats.bar-charts .bar__item__bar__color {
  width: 0%;
  text-align: right;
  background-color: #5498cd;
  height: 100%;
  position: relative;
}
.pc__stats .stats.bar-charts .bar__item__bar__color.animated {
  transition: all 2s ease-in-out;
}
.pc__stats .stats.bar-charts .bar__item__bar__color h3 {
  position: absolute;
  top: 5px;
  right: 8px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.pc__stats .stats.bar-charts .bar__item p {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  line-height: 2.2rem;
  font-size: 17px;
}
.pc__list {
  font-size: 18px;
}
.pc__list.pc--debug:before {
  content: "Multi-column List";
}
.pc__list ul {
  padding: 0;
}
.pc__list ul li {
  list-style-type: none;
}
.pc__list.small li {
  margin: 5px;
}
.pc__list.medium li {
  margin: 10px;
}
.pc__list.large li {
  margin: 20px;
}
@media all and (min-width: 600px) {
  .pc__list ul {
    display: grid;
  }
  .pc__list.one-col ul {
    grid-template-columns: 1fr;
  }
  .pc__list.two-col ul {
    grid-template-columns: 1fr 1fr;
  }
  .pc__list.three-col ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .pc__list.four-col ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.pc__quotes p {
  margin: 0;
}
.pc__quotes .credit {
  margin-top: 20px;
}
.pc__quotes.block-quote .quote {
  font-style: italic;
  color: #878787;
  border-left: 4px solid #439ad0;
  margin-left: 4vw;
  padding: 2px 6vw 2px 3vw;
}
@media all and (min-width: 768px) {
  .pc__quotes.block-quote .quote {
    line-height: 3.5rem;
    font-size: 2.2rem;
  }
}
.pc__quotes.block-quote .quote .body, .pc__quotes.block-quote .quote .credit {
  padding-left: 40px;
}
@media all and (min-width: 768px) {
  .pc__quotes.block-quote .quote .credit p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.pc__quotes.testimonials.two-col {
  padding: 0;
}
@media all and (min-width: 768px) {
  .pc__quotes.testimonials.two-col > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pc__quotes.testimonials.two-col > div .quote {
    margin: 10px;
  }
  .pc__quotes.testimonials.two-col > div .quote:first-child, .pc__quotes.testimonials.two-col > div .quote:nth-child(2n+1) {
    margin-left: 0;
  }
  .pc__quotes.testimonials.two-col > div .quote:nth-child(2n) {
    margin-right: 0;
  }
}
.pc__quotes.testimonials .quote {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 75px 20px 35px 20px;
  background: #f5f5f5 url("/wp-content/themes/devdmbootstrap3/img/icon-quotation.svg") top left no-repeat;
  background-size: 32px;
  background-position-x: center;
  background-position-y: 25px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .pc__quotes.testimonials .quote {
    padding: 25px 20px 35px 75px;
    background-position: 20px 25px;
  }
}
.pc__quotes.testimonials .quote .body p {
  font-size: 17px;
  font-style: italic;
  line-height: 22px;
}
.pc__quotes.testimonials .quote .credit p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}
.pc__quotes.testimonials .quote .credit p:first-child {
  font-size: 17px;
  margin-bottom: 10px;
}
.pc__quotes.success-stories {
  padding: 10px 0;
  background-color: #006f96;
}
@media all and (min-width: 768px) {
  .pc__quotes.success-stories {
    padding: 40px 0;
  }
}
@media all and (min-width: 768px) {
  .pc__quotes.success-stories > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
}
.pc__quotes.success-stories > div .quote {
  flex: 50%;
  padding: 55px 25px 27px;
  color: white;
}
.pc__quotes.success-stories > div .quote:before {
  content: "“";
  display: block;
  color: white;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 68px;
  line-height: 1rem;
  position: relative;
  left: -2px;
}
.pc__quotes.success-stories > div .quote .body {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 16.5px;
  line-height: 2.3rem;
}
.pc__quotes.success-stories > div .quote .credit {
  font-size: 15px;
}
.pc__max-width {
  display: flex;
  flex-direction: row;
}
.pc__max-width > div {
  width: 100%;
}
.pc__max-width.left {
  justify-content: flex-start;
}
.pc__max-width.center {
  justify-content: center;
}
.pc__max-width.right {
  justify-content: flex-end;
}
.pc.pc--mt0 {
  margin-top: 0px;
}
@media (min-width: 650px) {
  .pc.pc--mt0 {
    margin-top: 0px;
  }
}
.pc.pc--mt1 {
  margin-top: 21px;
}
@media (min-width: 650px) {
  .pc.pc--mt1 {
    margin-top: 30px;
  }
}
.pc.pc--mt2 {
  margin-top: 42px;
}
@media (min-width: 650px) {
  .pc.pc--mt2 {
    margin-top: 60px;
  }
}
.pc.pc--mt3 {
  margin-top: 70px;
}
@media (min-width: 650px) {
  .pc.pc--mt3 {
    margin-top: 100px;
  }
}
.pc.pc--mb0 {
  margin-bottom: 0px;
}
@media (min-width: 650px) {
  .pc.pc--mb0 {
    margin-bottom: 0px;
  }
}
.pc.pc--mb1 {
  margin-bottom: 21px;
}
@media (min-width: 650px) {
  .pc.pc--mb1 {
    margin-bottom: 30px;
  }
}
.pc.pc--mb2 {
  margin-bottom: 42px;
}
@media (min-width: 650px) {
  .pc.pc--mb2 {
    margin-bottom: 60px;
  }
}
.pc.pc--mb3 {
  margin-bottom: 70px;
}
@media (min-width: 650px) {
  .pc.pc--mb3 {
    margin-bottom: 100px;
  }
}
.pc:before {
  display: none;
}
.pc--debug {
  position: relative;
  outline-offset: -1px;
  transition: all 0.3s;
}
.pc--debug:before {
  z-index: 2;
  display: block;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 14px;
  width: auto;
  background-color: #d4d4d4;
  color: black;
  font-size: 16px;
  transition: all 0.3s;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.pc--debug:hover {
  outline: 2px solid #d4d4d4;
}
.pc--debug:hover:before {
  opacity: 1;
}
.pc__clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.csColumn img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.csRow {
  clear: both;
}

.csRow:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

@media all and (max-width: 991px) {
  .csColumn {
    clear: both !important;
    float: none !important;
    text-align: center !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    width: 100% !important;
  }

  .csColumnGap {
    display: none !important;
  }
}
.dp-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.dp-popup.video, .dp-popup.image {
  background-color: rgba(0, 0, 0, 0.75);
}
.dp-popup.hidden {
  display: none;
}
.dp-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  max-height: 100vh;
  padding-top: 4rem;
  border-radius: 0;
  background: none;
  max-width: 1000px;
  width: 90%;
}
.dp-popup__inner .close {
  border-radius: 30px;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  transform: scaleX(1.1);
  color: white;
  top: 0;
  right: 0;
  opacity: 1;
  position: absolute;
}
.dp-popup__inner .close::before {
  content: "x";
}
.dp-popup__inner .iframe_holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.dp-popup__inner .iframe_holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.dp-popup__inner .image_holder {
  background-color: black;
}
.dp-popup__inner .image_holder img {
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}
.dp-popup__inner .caption_holder {
  text-align: center;
  background-color: white;
  padding: 8px;
  font-style: italic;
}

@media (min-width: 768px) {
  .facetwp .facetwp-content {
    display: flex;
  }
}
@media (min-width: 768px) {
  .facetwp__main {
    flex-grow: 1;
    padding-right: 2.5vw;
  }
}
.facetwp__main .facetwp-selections {
  margin-top: 10px;
}
.facetwp__main .facetwp-selections ul {
  margin-bottom: 0;
}
.facetwp__main .facetwp-template .facet-post {
  display: flex;
  color: black;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 35px;
}
.facetwp__main .facetwp-template .facet-post:hover {
  color: #439ad0;
}
.facetwp__main .facetwp-template .facet-post__icon {
  padding-right: 20px;
  min-width: 100px;
  max-width: 100px;
}
.facetwp__main .facetwp-template .facet-post__icon img {
  width: 100%;
}
.facetwp__main .facetwp-template .facet-post__text {
  flex-grow: 1;
  letter-spacing: 0;
}
.facetwp__main .facetwp-template .facet-post__text h3 {
  margin: 3px 0 6px;
  font-size: 21px;
  line-height: 135%;
  max-width: 540px;
}
.facetwp__main .facetwp-template .facet-post__text p {
  color: black;
  margin: 0;
  font-size: 17px;
  line-height: 150%;
  max-width: 540px;
}
.facetwp__sidebar .filters:last-child, .facetwp__filters .filters:last-child {
  border-bottom: none;
}
.facetwp__sidebar .filters__header, .facetwp__filters .filters__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  font-weight: 400;
  margin-bottom: 20px;
}
.facetwp__sidebar .filters__header__txt, .facetwp__filters .filters__header__txt {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px;
}
.facetwp__sidebar .filters__header__reset, .facetwp__filters .filters__header__reset {
  font-size: 14px;
  opacity: 0.5;
  cursor: pointer;
}
.facetwp__sidebar .filters__group__title, .facetwp__filters .filters__group__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  margin-bottom: 5px;
}
.facetwp__sidebar .filters__group__options, .facetwp__filters .filters__group__options {
  letter-spacing: 0;
  font-size: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 18px;
}
.facetwp__sidebar .filters__group__options .facetwp-facet, .facetwp__filters .filters__group__options .facetwp-facet {
  margin-bottom: 20px;
}
.facetwp__sidebar {
  min-width: 260px;
  max-width: 260px;
  letter-spacing: 0.02rem;
}

.home .home__mission-statement {
  visibility: hidden;
  max-width: 990px;
  margin: -10px auto 38px;
  text-align: center;
}
@media (min-width: 480px) {
  .home .home__mission-statement {
    margin: 0 auto 90px;
  }
}
.home .home__mission-statement h2 {
  margin: 0;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 19px;
  line-height: 3rem;
  letter-spacing: 0.005rem;
}
@media (min-width: 480px) {
  .home .home__mission-statement h2 {
    font-size: 25px;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) {
  .home .home__mission-statement h2 {
    font-size: 26px;
    line-height: 3.7rem;
  }
}
@media (min-width: 1200px) {
  .home .home__mission-statement h2 {
    font-size: 28px;
    line-height: 4rem;
  }
}
.home .two-up-thumb-grid {
  max-width: 1320px;
}
.home .two-up-thumb-grid .two-up-thumb-grid__item {
  visibility: hidden;
}
.home .home__principles__title {
  margin: 0px auto 38px;
  text-align: center;
}
@media (min-width: 700px) {
  .home .home__principles__title {
    margin: 85px auto 80px;
  }
}
.home .home__principles__title h2 {
  margin: 0 auto;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 3rem;
  letter-spacing: 0.005rem;
  max-width: 300px;
}
@media (min-width: 480px) {
  .home .home__principles__title h2 {
    font-size: 25px;
    line-height: 3.5rem;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home .home__principles__title h2 {
    font-size: 26px;
    line-height: 3.7rem;
  }
}
@media (min-width: 1200px) {
  .home .home__principles__title h2 {
    font-size: 30px;
    line-height: 4rem;
  }
}
.home .home__principles-grid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -3px 45px;
}
@media (min-width: 480px) {
  .home .home__principles-grid {
    margin: 0 -3px 65px;
  }
}
.home .home__principles-grid li {
  padding: 3px;
  text-align: center;
  width: 100%;
}
@media (min-width: 600px) {
  .home .home__principles-grid li {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .home .home__principles-grid li {
    width: 25%;
  }
}
.home .home__principles-grid li > div {
  background-color: #f3f3f3;
  padding: 14% 13%;
  height: 100%;
}
@media (min-width: 480px) {
  .home .home__principles-grid li > div {
    padding: 16%;
  }
}
.home .home__principles-grid li > div img {
  width: 100%;
  margin-bottom: 23px;
}
@media (min-width: 480px) {
  .home .home__principles-grid li > div img {
    margin-bottom: 30px;
  }
}
.home .home__principles-grid li > div h3 {
  margin: 0 0 10px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 2.5rem;
}
@media (min-width: 480px) {
  .home .home__principles-grid li > div h3 {
    margin: 0 0 14px;
    font-size: 2.2rem;
  }
}
.home .home__principles-grid li > div h3 a {
  text-decoration: none;
  transition: all 0.22s;
}
.home .home__principles-grid li > div p {
  margin: 0;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px;
}
.home .home__principles__learn-more {
  text-align: center;
}
.home .home__principles__learn-more .outline-btn, .home .home__principles__learn-more .btn {
  min-width: 190px;
}

body.blog .cat-archive-bar, body.archive .cat-archive-bar {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  body.blog .cat-archive-bar, body.archive .cat-archive-bar {
    margin-bottom: 47px;
  }
}
@media (min-width: 1100px) {
  body.blog .cat-archive-bar, body.archive .cat-archive-bar {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  body.blog .cat-archive-bar, body.archive .cat-archive-bar {
    margin-top: -30px;
  }
}
body.blog .cat-archive-bar__title, body.archive .cat-archive-bar__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 21px;
  margin-bottom: 20px;
  align-self: flex-end;
}
@media (min-width: 480px) {
  body.blog .cat-archive-bar__title, body.archive .cat-archive-bar__title {
    font-size: 25px;
  }
}
@media (min-width: 1100px) {
  body.blog .cat-archive-bar__title, body.archive .cat-archive-bar__title {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  body.blog .cat-archive-bar__dropdowns, body.archive .cat-archive-bar__dropdowns {
    display: flex;
  }
}
body.blog .cat-archive-bar__dropdowns #archive-select, body.archive .cat-archive-bar__dropdowns #archive-select {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  body.blog .cat-archive-bar__dropdowns #archive-select, body.archive .cat-archive-bar__dropdowns #archive-select {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  body.blog .cat-archive-bar__dropdowns #category-select, body.archive .cat-archive-bar__dropdowns #category-select {
    margin-left: calc(0.5vw + 20px);
  }
}
@media (min-width: 600px) {
  body.blog .cat-archive-bar__dropdowns .select-wrap, body.archive .cat-archive-bar__dropdowns .select-wrap {
    display: inline-block;
  }
}
body.blog .cat-archive-bar__dropdowns select, body.archive .cat-archive-bar__dropdowns select {
  padding-right: 60px;
  width: 100%;
}
@media (min-width: 600px) {
  body.blog .cat-archive-bar__dropdowns select, body.archive .cat-archive-bar__dropdowns select {
    width: auto;
  }
}
body.blog .navigation, body.archive .navigation {
  padding-bottom: 0;
  padding-top: 60px;
}

.single-post .post-header,
.single .post-header,
.single-challenge .post-header,
.page-template-page-topic-detail .post-header,
.page-template-gallery-page-php .post-header,
.single-hplearningstudios .post-header,
.single-global_gallery .post-header,
.page-template-page-program-guide .post-header,
.single-global_project .post-header {
  background-color: #439ad0;
  padding: 35px 0% 0;
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 700px) {
  .single-post .post-header,
.single .post-header,
.single-challenge .post-header,
.page-template-page-topic-detail .post-header,
.page-template-gallery-page-php .post-header,
.single-hplearningstudios .post-header,
.single-global_gallery .post-header,
.page-template-page-program-guide .post-header,
.single-global_project .post-header {
    padding: 50px 6% 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .single-post .post-header,
.single .post-header,
.single-challenge .post-header,
.page-template-page-topic-detail .post-header,
.page-template-gallery-page-php .post-header,
.single-hplearningstudios .post-header,
.single-global_gallery .post-header,
.page-template-page-program-guide .post-header,
.single-global_project .post-header {
    padding: 66px 7% 0;
  }
}
.single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
  font-size: 27px;
  line-height: 3.4rem;
  max-width: 920px;
  margin: 0 20px 35px;
  color: #fff;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
@media (min-width: 480px) {
  .single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
    font-size: 33px;
    line-height: 4.5rem;
  }
}
@media (min-width: 700px) {
  .single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
    margin: 0 auto 45px;
  }
}
@media (min-width: 768px) {
  .single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
    margin: 0 auto 66px;
    font-size: 3.8rem;
    line-height: 5.1rem;
  }
}
@media (min-width: 992px) {
  .single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
    font-size: 4.3rem;
    line-height: 5.8rem;
  }
}
@media (min-width: 1200px) {
  .single-post .post-header__title,
.single .post-header__title,
.single-challenge .post-header__title,
.page-template-page-topic-detail .post-header__title,
.page-template-gallery-page-php .post-header__title,
.single-hplearningstudios .post-header__title,
.single-global_gallery .post-header__title,
.page-template-page-program-guide .post-header__title,
.single-global_project .post-header__title {
    font-size: 5rem;
    line-height: 6.2rem;
  }
}
.single-post .post-header img,
.single .post-header img,
.single-challenge .post-header img,
.page-template-page-topic-detail .post-header img,
.page-template-gallery-page-php .post-header img,
.single-hplearningstudios .post-header img,
.single-global_gallery .post-header img,
.page-template-page-program-guide .post-header img,
.single-global_project .post-header img {
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 700px) {
  .single-post .post-header img,
.single .post-header img,
.single-challenge .post-header img,
.page-template-page-topic-detail .post-header img,
.page-template-gallery-page-php .post-header img,
.single-hplearningstudios .post-header img,
.single-global_gallery .post-header img,
.page-template-page-program-guide .post-header img,
.single-global_project .post-header img {
    margin: 0 auto -100px auto;
  }
}
@media (min-width: 480px) {
  .single-post .lockout--blog,
.single .lockout--blog,
.single-challenge .lockout--blog,
.page-template-page-topic-detail .lockout--blog,
.page-template-gallery-page-php .lockout--blog,
.single-hplearningstudios .lockout--blog,
.single-global_gallery .lockout--blog,
.page-template-page-program-guide .lockout--blog,
.single-global_project .lockout--blog {
    width: 100%;
  }
}
.single-post .rte-wrap,
.single .rte-wrap,
.single-challenge .rte-wrap,
.page-template-page-topic-detail .rte-wrap,
.page-template-gallery-page-php .rte-wrap,
.single-hplearningstudios .rte-wrap,
.single-global_gallery .rte-wrap,
.page-template-page-program-guide .rte-wrap,
.single-global_project .rte-wrap {
  position: relative;
  padding: 16px 0;
}
@media (min-width: 480px) {
  .single-post .rte-wrap,
.single .rte-wrap,
.single-challenge .rte-wrap,
.page-template-page-topic-detail .rte-wrap,
.page-template-gallery-page-php .rte-wrap,
.single-hplearningstudios .rte-wrap,
.single-global_gallery .rte-wrap,
.page-template-page-program-guide .rte-wrap,
.single-global_project .rte-wrap {
    margin: 0 auto;
    max-width: 950px;
    width: 86%;
    padding: 24px 0 40px;
  }
}
@media (min-width: 992px) {
  .single-post .rte-wrap,
.single .rte-wrap,
.single-challenge .rte-wrap,
.page-template-page-topic-detail .rte-wrap,
.page-template-gallery-page-php .rte-wrap,
.single-hplearningstudios .rte-wrap,
.single-global_gallery .rte-wrap,
.page-template-page-program-guide .rte-wrap,
.single-global_project .rte-wrap {
    width: 70%;
    padding: 30px 0 60px;
  }
}
.single-post .rte-wrap .desktop-share-icons,
.single .rte-wrap .desktop-share-icons,
.single-challenge .rte-wrap .desktop-share-icons,
.page-template-page-topic-detail .rte-wrap .desktop-share-icons,
.page-template-gallery-page-php .rte-wrap .desktop-share-icons,
.single-hplearningstudios .rte-wrap .desktop-share-icons,
.single-global_gallery .rte-wrap .desktop-share-icons,
.page-template-page-program-guide .rte-wrap .desktop-share-icons,
.single-global_project .rte-wrap .desktop-share-icons {
  display: none;
}
@media (min-width: 992px) {
  .single-post .rte-wrap .desktop-share-icons,
.single .rte-wrap .desktop-share-icons,
.single-challenge .rte-wrap .desktop-share-icons,
.page-template-page-topic-detail .rte-wrap .desktop-share-icons,
.page-template-gallery-page-php .rte-wrap .desktop-share-icons,
.single-hplearningstudios .rte-wrap .desktop-share-icons,
.single-global_gallery .rte-wrap .desktop-share-icons,
.page-template-page-program-guide .rte-wrap .desktop-share-icons,
.single-global_project .rte-wrap .desktop-share-icons {
    position: absolute !important;
    top: 107px;
    left: -8vw !important;
    display: block;
    width: 36px;
  }
  .single-post .rte-wrap .desktop-share-icons a,
.single .rte-wrap .desktop-share-icons a,
.single-challenge .rte-wrap .desktop-share-icons a,
.page-template-page-topic-detail .rte-wrap .desktop-share-icons a,
.page-template-gallery-page-php .rte-wrap .desktop-share-icons a,
.single-hplearningstudios .rte-wrap .desktop-share-icons a,
.single-global_gallery .rte-wrap .desktop-share-icons a,
.page-template-page-program-guide .rte-wrap .desktop-share-icons a,
.single-global_project .rte-wrap .desktop-share-icons a {
    display: block;
    margin-bottom: 8px;
  }
  .single-post .rte-wrap .desktop-share-icons a img,
.single .rte-wrap .desktop-share-icons a img,
.single-challenge .rte-wrap .desktop-share-icons a img,
.page-template-page-topic-detail .rte-wrap .desktop-share-icons a img,
.page-template-gallery-page-php .rte-wrap .desktop-share-icons a img,
.single-hplearningstudios .rte-wrap .desktop-share-icons a img,
.single-global_gallery .rte-wrap .desktop-share-icons a img,
.page-template-page-program-guide .rte-wrap .desktop-share-icons a img,
.single-global_project .rte-wrap .desktop-share-icons a img {
    width: 36px;
  }
}
.single-post .rte-wrap__date-author,
.single .rte-wrap__date-author,
.single-challenge .rte-wrap__date-author,
.page-template-page-topic-detail .rte-wrap__date-author,
.page-template-gallery-page-php .rte-wrap__date-author,
.single-hplearningstudios .rte-wrap__date-author,
.single-global_gallery .rte-wrap__date-author,
.page-template-page-program-guide .rte-wrap__date-author,
.single-global_project .rte-wrap__date-author {
  color: #a2a2a2;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .single-post .rte-wrap__date-author,
.single .rte-wrap__date-author,
.single-challenge .rte-wrap__date-author,
.page-template-page-topic-detail .rte-wrap__date-author,
.page-template-gallery-page-php .rte-wrap__date-author,
.single-hplearningstudios .rte-wrap__date-author,
.single-global_gallery .rte-wrap__date-author,
.page-template-page-program-guide .rte-wrap__date-author,
.single-global_project .rte-wrap__date-author {
    margin-bottom: 40px;
  }
}
.single-post .rte-wrap__date-author p,
.single .rte-wrap__date-author p,
.single-challenge .rte-wrap__date-author p,
.page-template-page-topic-detail .rte-wrap__date-author p,
.page-template-gallery-page-php .rte-wrap__date-author p,
.single-hplearningstudios .rte-wrap__date-author p,
.single-global_gallery .rte-wrap__date-author p,
.page-template-page-program-guide .rte-wrap__date-author p,
.single-global_project .rte-wrap__date-author p {
  font-size: 15px !important;
}
.single-post .rte-wrap__footer,
.single .rte-wrap__footer,
.single-challenge .rte-wrap__footer,
.page-template-page-topic-detail .rte-wrap__footer,
.page-template-gallery-page-php .rte-wrap__footer,
.single-hplearningstudios .rte-wrap__footer,
.single-global_gallery .rte-wrap__footer,
.page-template-page-program-guide .rte-wrap__footer,
.single-global_project .rte-wrap__footer {
  margin-top: 50px;
}
@media (min-width: 480px) {
  .single-post .rte-wrap__footer,
.single .rte-wrap__footer,
.single-challenge .rte-wrap__footer,
.page-template-page-topic-detail .rte-wrap__footer,
.page-template-gallery-page-php .rte-wrap__footer,
.single-hplearningstudios .rte-wrap__footer,
.single-global_gallery .rte-wrap__footer,
.page-template-page-program-guide .rte-wrap__footer,
.single-global_project .rte-wrap__footer {
    margin-top: 80px;
    margin-bottom: 80px !important;
  }
}
.single-post .rte-wrap__footer:before,
.single .rte-wrap__footer:before,
.single-challenge .rte-wrap__footer:before,
.page-template-page-topic-detail .rte-wrap__footer:before,
.page-template-gallery-page-php .rte-wrap__footer:before,
.single-hplearningstudios .rte-wrap__footer:before,
.single-global_gallery .rte-wrap__footer:before,
.page-template-page-program-guide .rte-wrap__footer:before,
.single-global_project .rte-wrap__footer:before {
  content: "";
  clear: both;
  display: table;
}
.single-post .rte-wrap__footer__item,
.single .rte-wrap__footer__item,
.single-challenge .rte-wrap__footer__item,
.page-template-page-topic-detail .rte-wrap__footer__item,
.page-template-gallery-page-php .rte-wrap__footer__item,
.single-hplearningstudios .rte-wrap__footer__item,
.single-global_gallery .rte-wrap__footer__item,
.page-template-page-program-guide .rte-wrap__footer__item,
.single-global_project .rte-wrap__footer__item {
  padding: 20px 0;
  border-top: 1px solid #efefef;
}
@media (min-width: 480px) {
  .single-post .rte-wrap__footer__item,
.single .rte-wrap__footer__item,
.single-challenge .rte-wrap__footer__item,
.page-template-page-topic-detail .rte-wrap__footer__item,
.page-template-gallery-page-php .rte-wrap__footer__item,
.single-hplearningstudios .rte-wrap__footer__item,
.single-global_gallery .rte-wrap__footer__item,
.page-template-page-program-guide .rte-wrap__footer__item,
.single-global_project .rte-wrap__footer__item {
    display: flex;
  }
}
.single-post .rte-wrap__footer__item:last-of-type,
.single .rte-wrap__footer__item:last-of-type,
.single-challenge .rte-wrap__footer__item:last-of-type,
.page-template-page-topic-detail .rte-wrap__footer__item:last-of-type,
.page-template-gallery-page-php .rte-wrap__footer__item:last-of-type,
.single-hplearningstudios .rte-wrap__footer__item:last-of-type,
.single-global_gallery .rte-wrap__footer__item:last-of-type,
.page-template-page-program-guide .rte-wrap__footer__item:last-of-type,
.single-global_project .rte-wrap__footer__item:last-of-type {
  border-bottom: 1px solid #efefef;
}
.single-post .rte-wrap__footer__item__title,
.single .rte-wrap__footer__item__title,
.single-challenge .rte-wrap__footer__item__title,
.page-template-page-topic-detail .rte-wrap__footer__item__title,
.page-template-gallery-page-php .rte-wrap__footer__item__title,
.single-hplearningstudios .rte-wrap__footer__item__title,
.single-global_gallery .rte-wrap__footer__item__title,
.page-template-page-program-guide .rte-wrap__footer__item__title,
.single-global_project .rte-wrap__footer__item__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  width: 105px;
  margin-bottom: 11px;
}
@media (min-width: 480px) {
  .single-post .rte-wrap__footer__item__title,
.single .rte-wrap__footer__item__title,
.single-challenge .rte-wrap__footer__item__title,
.page-template-page-topic-detail .rte-wrap__footer__item__title,
.page-template-gallery-page-php .rte-wrap__footer__item__title,
.single-hplearningstudios .rte-wrap__footer__item__title,
.single-global_gallery .rte-wrap__footer__item__title,
.page-template-page-program-guide .rte-wrap__footer__item__title,
.single-global_project .rte-wrap__footer__item__title {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .single-post .rte-wrap__footer__item__title,
.single .rte-wrap__footer__item__title,
.single-challenge .rte-wrap__footer__item__title,
.page-template-page-topic-detail .rte-wrap__footer__item__title,
.page-template-gallery-page-php .rte-wrap__footer__item__title,
.single-hplearningstudios .rte-wrap__footer__item__title,
.single-global_gallery .rte-wrap__footer__item__title,
.page-template-page-program-guide .rte-wrap__footer__item__title,
.single-global_project .rte-wrap__footer__item__title {
    width: 120px;
  }
}
.single-post .rte-wrap__footer__item__content,
.single .rte-wrap__footer__item__content,
.single-challenge .rte-wrap__footer__item__content,
.page-template-page-topic-detail .rte-wrap__footer__item__content,
.page-template-gallery-page-php .rte-wrap__footer__item__content,
.single-hplearningstudios .rte-wrap__footer__item__content,
.single-global_gallery .rte-wrap__footer__item__content,
.page-template-page-program-guide .rte-wrap__footer__item__content,
.single-global_project .rte-wrap__footer__item__content {
  flex: 1;
}
.single-post .rte-wrap__footer__item__content--cats a,
.single .rte-wrap__footer__item__content--cats a,
.single-challenge .rte-wrap__footer__item__content--cats a,
.page-template-page-topic-detail .rte-wrap__footer__item__content--cats a,
.page-template-gallery-page-php .rte-wrap__footer__item__content--cats a,
.single-hplearningstudios .rte-wrap__footer__item__content--cats a,
.single-global_gallery .rte-wrap__footer__item__content--cats a,
.page-template-page-program-guide .rte-wrap__footer__item__content--cats a,
.single-global_project .rte-wrap__footer__item__content--cats a {
  background-color: #efefef;
  padding: 9px 11px;
  color: #5d5d5d !important;
  font-size: 13.5px;
  margin: 3px 3px 4px 0;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}
@media (min-width: 480px) {
  .single-post .rte-wrap__footer__item__content--cats a,
.single .rte-wrap__footer__item__content--cats a,
.single-challenge .rte-wrap__footer__item__content--cats a,
.page-template-page-topic-detail .rte-wrap__footer__item__content--cats a,
.page-template-gallery-page-php .rte-wrap__footer__item__content--cats a,
.single-hplearningstudios .rte-wrap__footer__item__content--cats a,
.single-global_gallery .rte-wrap__footer__item__content--cats a,
.page-template-page-program-guide .rte-wrap__footer__item__content--cats a,
.single-global_project .rte-wrap__footer__item__content--cats a {
    font-size: 15px;
  }
}
.single-post .rte-wrap__footer__item__content--cats a:hover,
.single .rte-wrap__footer__item__content--cats a:hover,
.single-challenge .rte-wrap__footer__item__content--cats a:hover,
.page-template-page-topic-detail .rte-wrap__footer__item__content--cats a:hover,
.page-template-gallery-page-php .rte-wrap__footer__item__content--cats a:hover,
.single-hplearningstudios .rte-wrap__footer__item__content--cats a:hover,
.single-global_gallery .rte-wrap__footer__item__content--cats a:hover,
.page-template-page-program-guide .rte-wrap__footer__item__content--cats a:hover,
.single-global_project .rte-wrap__footer__item__content--cats a:hover {
  color: #439ad0 !important;
}
.single-post .rte-wrap__footer__item__content--share a,
.single .rte-wrap__footer__item__content--share a,
.single-challenge .rte-wrap__footer__item__content--share a,
.page-template-page-topic-detail .rte-wrap__footer__item__content--share a,
.page-template-gallery-page-php .rte-wrap__footer__item__content--share a,
.single-hplearningstudios .rte-wrap__footer__item__content--share a,
.single-global_gallery .rte-wrap__footer__item__content--share a,
.page-template-page-program-guide .rte-wrap__footer__item__content--share a,
.single-global_project .rte-wrap__footer__item__content--share a {
  display: inline-block;
}
.single-post .rte-wrap__footer__item__content--share a img,
.single .rte-wrap__footer__item__content--share a img,
.single-challenge .rte-wrap__footer__item__content--share a img,
.page-template-page-topic-detail .rte-wrap__footer__item__content--share a img,
.page-template-gallery-page-php .rte-wrap__footer__item__content--share a img,
.single-hplearningstudios .rte-wrap__footer__item__content--share a img,
.single-global_gallery .rte-wrap__footer__item__content--share a img,
.page-template-page-program-guide .rte-wrap__footer__item__content--share a img,
.single-global_project .rte-wrap__footer__item__content--share a img {
  width: 33px;
  margin-right: 3px;
}
.single-post .rte-wrap__footer__item__content--author a,
.single .rte-wrap__footer__item__content--author a,
.single-challenge .rte-wrap__footer__item__content--author a,
.page-template-page-topic-detail .rte-wrap__footer__item__content--author a,
.page-template-gallery-page-php .rte-wrap__footer__item__content--author a,
.single-hplearningstudios .rte-wrap__footer__item__content--author a,
.single-global_gallery .rte-wrap__footer__item__content--author a,
.page-template-page-program-guide .rte-wrap__footer__item__content--author a,
.single-global_project .rte-wrap__footer__item__content--author a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.single-post .rte-wrap .dmbs-comments,
.single .rte-wrap .dmbs-comments,
.single-challenge .rte-wrap .dmbs-comments,
.page-template-page-topic-detail .rte-wrap .dmbs-comments,
.page-template-gallery-page-php .rte-wrap .dmbs-comments,
.single-hplearningstudios .rte-wrap .dmbs-comments,
.single-global_gallery .rte-wrap .dmbs-comments,
.page-template-page-program-guide .rte-wrap .dmbs-comments,
.single-global_project .rte-wrap .dmbs-comments {
  margin-top: 70px;
  margin-bottom: 50px !important;
}
@media (min-width: 480px) {
  .single-post .rte-wrap .dmbs-comments,
.single .rte-wrap .dmbs-comments,
.single-challenge .rte-wrap .dmbs-comments,
.page-template-page-topic-detail .rte-wrap .dmbs-comments,
.page-template-gallery-page-php .rte-wrap .dmbs-comments,
.single-hplearningstudios .rte-wrap .dmbs-comments,
.single-global_gallery .rte-wrap .dmbs-comments,
.page-template-page-program-guide .rte-wrap .dmbs-comments,
.single-global_project .rte-wrap .dmbs-comments {
    margin-bottom: 100px;
  }
}
.single-post .rte-wrap .dmbs-comments .commentlist,
.single .rte-wrap .dmbs-comments .commentlist,
.single-challenge .rte-wrap .dmbs-comments .commentlist,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist,
.single-global_project .rte-wrap .dmbs-comments .commentlist {
  padding: 0;
  list-style-type: none;
  color: #1d1d1d;
  margin-bottom: 0px;
}
@media (min-width: 480px) {
  .single-post .rte-wrap .dmbs-comments .commentlist,
.single .rte-wrap .dmbs-comments .commentlist,
.single-challenge .rte-wrap .dmbs-comments .commentlist,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist,
.single-global_project .rte-wrap .dmbs-comments .commentlist {
    margin-bottom: 70px;
  }
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment,
.single .rte-wrap .dmbs-comments .commentlist .comment,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment {
  margin-bottom: 28px;
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.single .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment .comment-author,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment .comment-author {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px;
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.single .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment .comment-author .fn {
  margin-left: 8px;
  top: 4px;
  position: relative;
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.single .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment .comment-author .says {
  background: none !important;
  top: 4px;
  position: relative;
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment p,
.single .rte-wrap .dmbs-comments .commentlist .comment p,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment p,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment p,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment p,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment p,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment p,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment p,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment p {
  margin-bottom: 10px;
  max-width: 800px;
}
.single-post .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.single .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.single-challenge .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.single-hplearningstudios .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.single-global_gallery .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.page-template-page-program-guide .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata,
.single-global_project .rte-wrap .dmbs-comments .commentlist .comment .commentmetadata {
  font-size: 15px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 13px;
}
.single-post .rte-wrap .dmbs-comments .well,
.single .rte-wrap .dmbs-comments .well,
.single-challenge .rte-wrap .dmbs-comments .well,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well,
.single-hplearningstudios .rte-wrap .dmbs-comments .well,
.single-global_gallery .rte-wrap .dmbs-comments .well,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well,
.single-global_project .rte-wrap .dmbs-comments .well {
  padding: 20px !important;
  margin-bottom: 20px;
  background-color: #439ad0;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
@media (min-width: 480px) {
  .single-post .rte-wrap .dmbs-comments .well,
.single .rte-wrap .dmbs-comments .well,
.single-challenge .rte-wrap .dmbs-comments .well,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well,
.single-hplearningstudios .rte-wrap .dmbs-comments .well,
.single-global_gallery .rte-wrap .dmbs-comments .well,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well,
.single-global_project .rte-wrap .dmbs-comments .well {
    padding: 45px !important;
  }
}
.single-post .rte-wrap .dmbs-comments .well #reply-title,
.single .rte-wrap .dmbs-comments .well #reply-title,
.single-challenge .rte-wrap .dmbs-comments .well #reply-title,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well #reply-title,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well #reply-title,
.single-hplearningstudios .rte-wrap .dmbs-comments .well #reply-title,
.single-global_gallery .rte-wrap .dmbs-comments .well #reply-title,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well #reply-title,
.single-global_project .rte-wrap .dmbs-comments .well #reply-title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px;
}
.single-post .rte-wrap .dmbs-comments .well .logged-in-as a,
.single .rte-wrap .dmbs-comments .well .logged-in-as a,
.single-challenge .rte-wrap .dmbs-comments .well .logged-in-as a,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .logged-in-as a,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .logged-in-as a,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .logged-in-as a,
.single-global_gallery .rte-wrap .dmbs-comments .well .logged-in-as a,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .logged-in-as a,
.single-global_project .rte-wrap .dmbs-comments .well .logged-in-as a {
  color: #fff !important;
  text-decoration: underline !important;
}
.single-post .rte-wrap .dmbs-comments .well label,
.single .rte-wrap .dmbs-comments .well label,
.single-challenge .rte-wrap .dmbs-comments .well label,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well label,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well label,
.single-hplearningstudios .rte-wrap .dmbs-comments .well label,
.single-global_gallery .rte-wrap .dmbs-comments .well label,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well label,
.single-global_project .rte-wrap .dmbs-comments .well label {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.single-post .rte-wrap .dmbs-comments .well input,
.single-post .rte-wrap .dmbs-comments .well textarea,
.single .rte-wrap .dmbs-comments .well input,
.single .rte-wrap .dmbs-comments .well textarea,
.single-challenge .rte-wrap .dmbs-comments .well input,
.single-challenge .rte-wrap .dmbs-comments .well textarea,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well input,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well textarea,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well input,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well textarea,
.single-hplearningstudios .rte-wrap .dmbs-comments .well input,
.single-hplearningstudios .rte-wrap .dmbs-comments .well textarea,
.single-global_gallery .rte-wrap .dmbs-comments .well input,
.single-global_gallery .rte-wrap .dmbs-comments .well textarea,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well input,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well textarea,
.single-global_project .rte-wrap .dmbs-comments .well input,
.single-global_project .rte-wrap .dmbs-comments .well textarea {
  border: none;
  outline: none;
  padding: 11px 18px;
  font-size: 17px;
}
.single-post .rte-wrap .dmbs-comments .well textarea,
.single .rte-wrap .dmbs-comments .well textarea,
.single-challenge .rte-wrap .dmbs-comments .well textarea,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well textarea,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well textarea,
.single-hplearningstudios .rte-wrap .dmbs-comments .well textarea,
.single-global_gallery .rte-wrap .dmbs-comments .well textarea,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well textarea,
.single-global_project .rte-wrap .dmbs-comments .well textarea {
  width: 100%;
  height: 150px;
  line-height: 2.5rem;
}
@media (min-width: 480px) {
  .single-post .rte-wrap .dmbs-comments .well textarea,
.single .rte-wrap .dmbs-comments .well textarea,
.single-challenge .rte-wrap .dmbs-comments .well textarea,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well textarea,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well textarea,
.single-hplearningstudios .rte-wrap .dmbs-comments .well textarea,
.single-global_gallery .rte-wrap .dmbs-comments .well textarea,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well textarea,
.single-global_project .rte-wrap .dmbs-comments .well textarea {
    height: 150px;
  }
}
.single-post .rte-wrap .dmbs-comments .well input,
.single .rte-wrap .dmbs-comments .well input,
.single-challenge .rte-wrap .dmbs-comments .well input,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well input,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well input,
.single-hplearningstudios .rte-wrap .dmbs-comments .well input,
.single-global_gallery .rte-wrap .dmbs-comments .well input,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well input,
.single-global_project .rte-wrap .dmbs-comments .well input {
  width: 100%;
  max-width: 420px;
}
.single-post .rte-wrap .dmbs-comments .well input[type=checkbox],
.single .rte-wrap .dmbs-comments .well input[type=checkbox],
.single-challenge .rte-wrap .dmbs-comments .well input[type=checkbox],
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well input[type=checkbox],
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well input[type=checkbox],
.single-hplearningstudios .rte-wrap .dmbs-comments .well input[type=checkbox],
.single-global_gallery .rte-wrap .dmbs-comments .well input[type=checkbox],
.page-template-page-program-guide .rte-wrap .dmbs-comments .well input[type=checkbox],
.single-global_project .rte-wrap .dmbs-comments .well input[type=checkbox] {
  width: auto;
  box-shadow: none;
  background: #fff;
}
.single-post .rte-wrap .dmbs-comments .well p,
.single .rte-wrap .dmbs-comments .well p,
.single-challenge .rte-wrap .dmbs-comments .well p,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well p,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well p,
.single-hplearningstudios .rte-wrap .dmbs-comments .well p,
.single-global_gallery .rte-wrap .dmbs-comments .well p,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well p,
.single-global_project .rte-wrap .dmbs-comments .well p {
  margin-bottom: 17px;
}
.single-post .rte-wrap .dmbs-comments .well input[type=submit],
.single .rte-wrap .dmbs-comments .well input[type=submit],
.single-challenge .rte-wrap .dmbs-comments .well input[type=submit],
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well input[type=submit],
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well input[type=submit],
.single-hplearningstudios .rte-wrap .dmbs-comments .well input[type=submit],
.single-global_gallery .rte-wrap .dmbs-comments .well input[type=submit],
.page-template-page-program-guide .rte-wrap .dmbs-comments .well input[type=submit],
.single-global_project .rte-wrap .dmbs-comments .well input[type=submit] {
  background: none;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff !important;
  padding: 11px 26px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.single-post .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.single .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.single-challenge .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.single-hplearningstudios .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.single-global_gallery .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well input[type=submit]:hover,
.single-global_project .rte-wrap .dmbs-comments .well input[type=submit]:hover {
  background-color: #fff !important;
  color: #439ad0 !important;
}
.single-post .rte-wrap .dmbs-comments .well .comment-form-url,
.single .rte-wrap .dmbs-comments .well .comment-form-url,
.single-challenge .rte-wrap .dmbs-comments .well .comment-form-url,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .comment-form-url,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .comment-form-url,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .comment-form-url,
.single-global_gallery .rte-wrap .dmbs-comments .well .comment-form-url,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .comment-form-url,
.single-global_project .rte-wrap .dmbs-comments .well .comment-form-url {
  margin-bottom: 30px;
}
.single-post .rte-wrap .dmbs-comments .well .comment-subscription-form,
.single .rte-wrap .dmbs-comments .well .comment-subscription-form,
.single-challenge .rte-wrap .dmbs-comments .well .comment-subscription-form,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .comment-subscription-form,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .comment-subscription-form,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .comment-subscription-form,
.single-global_gallery .rte-wrap .dmbs-comments .well .comment-subscription-form,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .comment-subscription-form,
.single-global_project .rte-wrap .dmbs-comments .well .comment-subscription-form {
  display: flex;
  margin-bottom: 10px;
}
.single-post .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-challenge .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-global_gallery .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-global_project .rte-wrap .dmbs-comments .well .comment-subscription-form label {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 2px;
  font-size: 17px;
  line-height: 2.3rem;
}
@media (min-width: 480px) {
  .single-post .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-challenge .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-global_gallery .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .comment-subscription-form label,
.single-global_project .rte-wrap .dmbs-comments .well .comment-subscription-form label {
    left: 7px;
  }
}
.single-post .rte-wrap .dmbs-comments .well .form-submit,
.single .rte-wrap .dmbs-comments .well .form-submit,
.single-challenge .rte-wrap .dmbs-comments .well .form-submit,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .form-submit,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .form-submit,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .form-submit,
.single-global_gallery .rte-wrap .dmbs-comments .well .form-submit,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .form-submit,
.single-global_project .rte-wrap .dmbs-comments .well .form-submit {
  display: inline-block;
}
.single-post .rte-wrap .dmbs-comments .well .form-submit input,
.single .rte-wrap .dmbs-comments .well .form-submit input,
.single-challenge .rte-wrap .dmbs-comments .well .form-submit input,
.page-template-page-topic-detail .rte-wrap .dmbs-comments .well .form-submit input,
.page-template-gallery-page-php .rte-wrap .dmbs-comments .well .form-submit input,
.single-hplearningstudios .rte-wrap .dmbs-comments .well .form-submit input,
.single-global_gallery .rte-wrap .dmbs-comments .well .form-submit input,
.page-template-page-program-guide .rte-wrap .dmbs-comments .well .form-submit input,
.single-global_project .rte-wrap .dmbs-comments .well .form-submit input {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  color: #5f5f5f;
  cursor: pointer;
}
.single-post #dpsp-floating-sidebar,
.single #dpsp-floating-sidebar,
.single-challenge #dpsp-floating-sidebar,
.page-template-page-topic-detail #dpsp-floating-sidebar,
.page-template-gallery-page-php #dpsp-floating-sidebar,
.single-hplearningstudios #dpsp-floating-sidebar,
.single-global_gallery #dpsp-floating-sidebar,
.page-template-page-program-guide #dpsp-floating-sidebar,
.single-global_project #dpsp-floating-sidebar {
  position: relative;
  top: 75px !important;
}

@media (min-width: 992px) {
  .generic__wrap {
    display: flex;
  }
}
.generic__wrap__content > :first-child {
  margin-top: 0 !important;
}
.generic__wrap__content .lead .btn {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
}
.generic__wrap__subnav {
  margin-bottom: 38px !important;
}
@media (min-width: 992px) {
  .generic__wrap__subnav {
    margin-bottom: 0;
    width: 22%;
    padding-right: 4vw;
    position: relative;
  }
  .generic__wrap__subnav .sticky {
    position: sticky;
    top: 202px;
    top: 147px;
    z-index: 1;
    margin-bottom: -30px;
  }
}
.generic__wrap__subnav h4 {
  display: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  margin-right: 20%;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 21px;
  max-width: 300px;
}
@media (min-width: 480px) {
  .generic__wrap__subnav h4 {
    display: block;
  }
}
.generic__wrap__subnav ul {
  padding: 0;
  list-style-type: none;
}
.generic__wrap__subnav ul.sub-menu {
  margin-top: -3px;
  margin-left: 12px;
  margin-bottom: 6px;
}
.generic__wrap__subnav ul.sub-menu li {
  list-style-type: disc !important;
  display: list-item !important;
  margin-left: 20px !important;
}
.generic__wrap__subnav ul.sub-menu li a {
  padding: 6px 0;
  font-size: 17px;
}
.generic__wrap__subnav ul.sub-menu li a:hover {
  transform: none;
}
.generic__wrap__subnav ul li {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  transition: all 0.3s;
}
.generic__wrap__subnav ul li a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  border-left: none;
  line-height: 1.3;
  letter-spacing: 0;
  color: #333;
  font-weight: 600;
  transition: all 0.2s;
  text-decoration: none;
  padding: 7px 0;
  display: block;
  position: relative;
  font-size: 17px;
}
@media (min-width: 480px) {
  .generic__wrap__subnav ul li a {
    font-size: 17px;
    padding: 8px 0;
  }
}
@media (min-width: 768px) {
  .generic__wrap__subnav ul li a {
    padding: 11px 0;
  }
}
@media (min-width: 992px) {
  .generic__wrap__subnav ul li a {
    padding: 12px 0;
  }
}
.generic__wrap__subnav ul li a:hover {
  transform: translateX(-15px);
}
.generic__wrap__subnav ul li a.current {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  position: relative;
  color: #1d1d1d;
  cursor: default;
}
.generic__wrap__subnav ul li a.current:before {
  content: "";
  position: absolute;
  top: calc(23% - 2px) !important;
  left: -17px !important;
  width: 5px;
  height: 54% !important;
  z-index: 2;
  background-color: #439ad1;
}
@media (min-width: 480px) {
  .generic__wrap__subnav ul li a.current:before {
    left: -16px;
    top: calc(28% - 2px);
    height: 44%;
  }
}
.generic__wrap__subnav ul li a.current:hover {
  transform: none;
}
@media (min-width: 992px) {
  .generic__wrap__content {
    width: 78%;
  }
}
@media (min-width: 1300px) {
  .generic__wrap__content {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .generic__wrap__content--full {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .generic__wrap__content--full {
    max-width: 1200px;
  }
}
.generic__wrap__content img {
  height: auto;
}
.generic__wrap__content .alignright img {
  margin: 0 !important;
}
.generic__wrap__content .wp-caption {
  text-align: center;
}
.generic__wrap__content .wp-caption .wp-caption-text {
  margin: 10px 0;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
}

body.search .generic__wrap--search .row {
  margin-right: 0;
  margin-left: 0;
}
body.search .generic__wrap--search img {
  margin-top: 0 !important;
}
body.search .generic__wrap--search h3 {
  font-size: 22px !important;
  margin-bottom: 16px !important;
}
body.search .generic__wrap--search h3 a {
  color: #1d1d1d;
  transition: all 0.3s;
  text-decoration: none;
}
body.search .generic__wrap--search h3 a:hover {
  color: #439ad0;
}
body.search .generic__wrap--search p {
  line-height: 2.3rem !important;
}

.post_thumbnail_image {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
  border: 1px solid #dadada;
  background-color: #f5f5f5;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-content-wrapper {
  background-color: #f5f5f5;
}
.wc-shortcodes-accordion .acc-sidebar {
  max-width: 180px;
}
.wc-shortcodes-accordion hr {
  border: 1px solid #dbdbdb;
}

.facetwp-content {
  max-width: 930px !important;
}
.facetwp-content .page-intro-content {
  margin-bottom: 40px;
  font-size: 18px !important;
}
.facetwp-content .page-intro-content p {
  font-size: 17px !important;
  margin-bottom: 25px;
  line-height: 2.7rem !important;
}
.facetwp-content .page-intro-content .accordion-content {
  font-size: 17px !important;
  line-height: 2.7rem !important;
}
.facetwp-content .facetwp-search-wrap {
  display: block;
}
.facetwp-content .facetwp-search-wrap .facetwp-btn {
  top: 19px;
  left: -5px;
  opacity: 0.4;
  width: 20px;
}
.facetwp-content .facetwp-search-wrap input {
  border: none;
  padding-left: 28px;
  width: 100%;
  height: 100% !important;
  background-color: transparent;
  display: block;
  height: 59px !important;
}
.facetwp-content .facetwp-search-wrap input:focus,
.facetwp-content .facetwp-search-wrap textarea:focus {
  outline: none;
}
.facetwp-content .c-content {
  padding-right: 20px;
}
.facetwp-content .facetwp-template {
  padding-top: 10px;
}
.facetwp-content .facetwp-template .facetwp-selections ul {
  margin-bottom: 0px;
}
.facetwp-content .facetwp-template .facetwp-selections .facetwp-selection-label {
  font-size: 16px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
}
.facetwp-content .facetwp-template .facetwp-selections .facetwp-selection-value {
  font-size: 16px;
}
.facetwp-content .facetwp-template .list-item {
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
  margin-bottom: 0;
}
.facetwp-content .facetwp-template .list-item h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.facetwp-content .facetwp-template .list-item h5 {
  margin-top: -5px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  color: black;
}
.facetwp-content .facetwp-template .list-item p {
  font-size: 16px;
  line-height: 2.4rem;
  margin: 0;
}
.facetwp-content .widget_text {
  border: 1px solid #e2e2e2;
  padding: 0 0 17px;
  background-color: #f4f4f4;
}
.facetwp-content .widget-title {
  font-family: "museo_slab500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 17px 20px 17px;
  background-color: #439ad0;
  color: white;
}
.facetwp-content .textwidget {
  padding: 22px 18px;
}
.facetwp-content .textwidget h5 {
  font-size: 15px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 0 6px;
}
.facetwp-content .textwidget .facetwp-type-checkboxes {
  margin-bottom: 20px;
}
.facetwp-content .textwidget .facetwp-type-checkboxes .facetwp-checkbox {
  background-position: 0 3px;
  font-size: 14px;
}
.facetwp-content .c-facetwp-main .facetwp-checkbox {
  margin-bottom: 0;
  padding-bottom: 4px;
}
.facetwp-content .facetwp-checkbox {
  background-position: 0 4px;
}
.facetwp-content .facetwp-toggle {
  text-decoration: underline !important;
  font-size: 14px;
}
.facetwp-content .gform_wrapper {
  margin: 0 !important;
}
.facetwp-content .gform_wrapper .gfield:first-of-type {
  margin-top: 0 !important;
}
.facetwp-content .gform_body .gfield_label {
  font-size: 14px !important;
  margin-bottom: 5px !important;
}
.facetwp-content .gform_body .ginput_container,
.facetwp-content .gform_body .gfield_checkbox {
  margin-top: 0 !important;
}
.facetwp-content .gform_body li {
  margin-bottom: 2px !important;
  font-size: 17px !important;
}
.facetwp-content .gform_body input {
  margin-top: 0 !important;
  position: relative;
  top: -1px;
}

#footer-thankyou,
#wpfooter,
#wp-admin-bar-stats,
#wp-admin-bar-updates,
#wp-admin-bar-comments,
#wp-admin-bar-vp-notice,
#wp-admin-bar-query-monitor,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-wp-logo,
#wp-admin-bar-updates {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}

[data-sr],
[data-sr2] {
  visibility: hidden;
}

#ada-widget-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  z-index: 2000;
  left: 20px;
  bottom: 20px;
  background-color: #439ad0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ada-widget-btn svg {
  height: 63%;
}

#INDbtnWrap {
  display: none !important;
}

.prev-next-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ececec;
  margin-top: 30px;
  padding-top: 30px;
}
.prev-next-nav a {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 19px;
  display: flex;
  align-items: center;
  line-height: 120%;
  text-decoration: none;
  max-width: 50%;
}
@media (min-width: 650px) {
  .prev-next-nav a {
    font-size: 20px;
  }
}
.prev-next-nav a:nth-child(1) > div:nth-child(2) {
  padding-right: 20px;
}
.prev-next-nav a:nth-child(2) {
  text-align: right;
}
.prev-next-nav a:nth-child(2) > div:nth-child(1) {
  padding-left: 20px;
}
.prev-next-nav a > div {
  transition: transform 0.3s, background-color 0.3s;
}
.prev-next-nav a:hover div {
  transform: translateX(-10px);
}
.prev-next-nav a:hover:nth-child(2) div {
  transform: translateX(10px);
}
.prev-next-nav a:hover .prev-next-nav__arrow {
  background-color: #35a6d9 !important;
}
.prev-next-nav a:hover .prev-next-nav__arrow--prev {
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-left-white.svg");
}
.prev-next-nav a:hover .prev-next-nav__arrow--next {
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-white.svg");
}
.prev-next-nav a .prev-next-nav__arrow {
  border: 2px solid #35a6d9;
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: 35%;
}
@media (min-width: 650px) {
  .prev-next-nav a .prev-next-nav__arrow {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.prev-next-nav a .prev-next-nav__arrow--prev {
  margin-right: 12px;
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-left-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .prev-next-nav a .prev-next-nav__arrow--prev {
    margin-right: 16px;
  }
}
.prev-next-nav a .prev-next-nav__arrow--next {
  margin-left: 12px;
  background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 650px) {
  .prev-next-nav a .prev-next-nav__arrow--next {
    margin-left: 16px;
  }
}

.aside-box {
  background-color: #439ad0;
  color: white;
  padding: 25px 23px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.06);
  min-height: 170px;
}
@media (min-width: 650px) {
  .aside-box {
    width: 330px;
  }
  .aside-box--right {
    float: right;
    margin-left: 25px;
  }
  .aside-box--left {
    float: left;
    margin-right: 40px;
  }
}
.aside-box__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  line-height: 120%;
}
.aside-box__body {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0rem;
}

.spotlight {
  padding: 135px 20px 30px 20px;
  background: #f5f5f5 url("/wp-content/themes/devdmbootstrap3/img/icon-lightbulb.svg") top left no-repeat;
  background-size: 65px;
  background-position-y: 23px;
  background-position-x: center;
  margin: 40px 0;
}
@media (min-width: 650px) {
  .spotlight {
    padding: 50px 40px 55px 135px;
    background: #f5f5f5 url("/wp-content/themes/devdmbootstrap3/img/icon-lightbulb.svg") top left no-repeat;
    background-size: 80px;
    background-position: 30px 35px;
  }
}
.spotlight__title {
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 20px;
  max-width: 650px;
}
@media (min-width: 650px) {
  .spotlight__title {
    font-size: 25px;
    line-height: 140%;
  }
}
.spotlight p {
  font-size: 17px;
  line-height: 155%;
}
@media (min-width: 650px) {
  .spotlight p {
    font-size: 18px;
    line-height: 165%;
  }
}
.spotlight p:last-of-type {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
