@charset "UTF-8";
/*
Theme Name: DP Parent Theme
Description: The parent theme for Digital Promise sub sites
Version: 3
*/
/** DP 2022 */
/** Nav */
/** Z Index */
/** Font Sizes */
.blue {
  color: #4d5ea3; }

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 !important;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  @media (min-width: 992px) {
    body {
      padding-top: 112px !important; } }
  .ua-ie-11 body, .ua-ie-10 body {
    display: block; }
  body.no-overflow {
    overflow: hidden !important; }

.lockout {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; }
  @media (min-width: 650px) {
    .lockout {
      padding: 0 60px; } }
  .lockout--nopadding {
    padding: 0; }
  .lockout--fullwidth {
    max-width: 1280px; }
  .lockout--desktop {
    padding: 0; }
    @media (min-width: 992px) {
      .lockout--desktop {
        padding: 0 60px; } }

.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; }

.grid, .team__grid, .member__grid {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 480px) {
    .grid, .team__grid, .member__grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 650px) {
    .grid, .team__grid, .member__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .grid, .team__grid, .member__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

hr, .wp-block-separator {
  margin: 0;
  margin-bottom: 30px;
  border: 0.5px solid #dee2e6; }
  .generic__wrap__content hr, .generic__wrap__content .wp-block-separator {
    max-width: 900px; }

.the_content img, .pc__wysiwyg img, .the_content iframe, .pc__wysiwyg iframe, .wp-caption {
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 35px; }

.dp-map-wrap img, .wc-shortcodes-column img {
  margin: 0; }

.fluid-width-video-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  .fluid-width-video-wrapper iframe {
    margin: 0; }

.wp-caption img {
  margin: 0; }

.wp-caption.alignleft, img.alignleft {
  margin: 5px 35px 5px 0; }

.wp-caption.alignright, img.alignright {
  margin: 5px 0 5px 35px; }

img.aligncenter, .wp-caption.aligncenter {
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px; }

h1, h2, h3, h4, h5, h6, p, a, ol, ul {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2; }

h1 {
  font-size: 36px; }
  @media (min-width: 992px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 27px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 24px; }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px; } }

h4 {
  font-size: 21px; }
  @media (min-width: 992px) {
    h4 {
      font-size: 28px; } }

h5 {
  font-size: 18px; }
  @media (min-width: 992px) {
    h5 {
      font-size: 24px; } }

h6 {
  font-size: 15px; }
  @media (min-width: 992px) {
    h6 {
      font-size: 20px; } }

p, ol, ul {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 25px; }
  p:last-child, ol:last-child, ul:last-child {
    margin-bottom: 0; }

li {
  margin-bottom: 10px; }

a {
  color: #4d5ea3;
  font-weight: 500;
  transition: all 0.3s; }
  a h1, a h2, a h3, a h4, a h5, a h6, a p {
    color: white;
    transition: all 0.3s; }
    .dp-map-wrap a h1, .mcs a h1, .facet-post a h1, .pb__grid__section__resources a h1, .dp-map-wrap a h2, .mcs a h2, .facet-post a h2, .pb__grid__section__resources a h2, .dp-map-wrap a h3, .mcs a h3, .facet-post a h3, .pb__grid__section__resources a h3, .dp-map-wrap a h4, .mcs a h4, .facet-post a h4, .pb__grid__section__resources a h4, .dp-map-wrap a h5, .mcs a h5, .facet-post a h5, .pb__grid__section__resources a h5, .dp-map-wrap a h6, .mcs a h6, .facet-post a h6, .pb__grid__section__resources a h6, .dp-map-wrap a p, .mcs a p, .facet-post a p, .pb__grid__section__resources a p {
      color: #4d5ea3; }
  a:hover {
    color: #4d5ea3; }
    a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover p {
      color: white;
      transition: all 0.3s; }
      .dp-map-wrap a:hover h1, .mcs a:hover h1, .facet-post a:hover h1, .pb__grid__section__resources a:hover h1, .dp-map-wrap a:hover h2, .mcs a:hover h2, .facet-post a:hover h2, .pb__grid__section__resources a:hover h2, .dp-map-wrap a:hover h3, .mcs a:hover h3, .facet-post a:hover h3, .pb__grid__section__resources a:hover h3, .dp-map-wrap a:hover h4, .mcs a:hover h4, .facet-post a:hover h4, .pb__grid__section__resources a:hover h4, .dp-map-wrap a:hover h5, .mcs a:hover h5, .facet-post a:hover h5, .pb__grid__section__resources a:hover h5, .dp-map-wrap a:hover h6, .mcs a:hover h6, .facet-post a:hover h6, .pb__grid__section__resources a:hover h6, .dp-map-wrap a:hover p, .mcs a:hover p, .facet-post a:hover p, .pb__grid__section__resources a:hover p {
        color: #4d5ea3; }

/*
 * 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; }
  .font-override .wp-paginate .gap {
    color: white !important; }

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

.wp-paginate a.prev,
.wp-paginate a.next {
  color: #4d5ea3 !important;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  min-width: 100px;
  text-align: center;
  line-height: 100%;
  transition: transform 0.1s ease-in-out;
  background-color: #4d5ea3 !important;
  border: none !important;
  color: white !important;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }
  .font-override .wp-paginate a.prev, .font-override
  .wp-paginate a.next {
    color: #4d5ea3 !important;
    background-color: white !important;
    opacity: 1 !important; }
  .wp-paginate a.prev:hover, .wp-paginate a.prev:active,
  .wp-paginate a.next:hover,
  .wp-paginate a.next:active {
    background-color: #4d5ea3 !important;
    border: none !important;
    color: white !important;
    text-decoration: none !important; }
    .font-override .wp-paginate a.prev:hover, .font-override .wp-paginate a.prev:active, .font-override
    .wp-paginate a.next:hover, .font-override
    .wp-paginate a.next:active {
      color: #4d5ea3 !important;
      background-color: white !important;
      opacity: 1 !important; }

/* 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: .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: .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: .6; }

.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: 3.0rem;
    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: 3.0rem;
    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;
  /*.outline-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: #4d5ea3;
  padding: 35px 0% 0;
  text-align: center;
  margin-bottom: 0px; }
  @media (min-width: 1400px) {
    .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 {
      border-radius: 7px; } }
  @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: 56px 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 56px;
        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;
    height: auto;
    margin-bottom: 30px;
    display: inline-block; }
    @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; }
  .single-post .rte-wrap h2,
  .single-post .rte-wrap h3,
  .single .rte-wrap h2,
  .single .rte-wrap h3,
  .single-challenge .rte-wrap h2,
  .single-challenge .rte-wrap h3,
  .page-template-page-topic-detail .rte-wrap h2,
  .page-template-page-topic-detail .rte-wrap h3,
  .page-template-gallery-page-php .rte-wrap h2,
  .page-template-gallery-page-php .rte-wrap h3,
  .single-hplearningstudios .rte-wrap h2,
  .single-hplearningstudios .rte-wrap h3,
  .single-global_gallery .rte-wrap h2,
  .single-global_gallery .rte-wrap h3,
  .page-template-page-program-guide .rte-wrap h2,
  .page-template-page-program-guide .rte-wrap h3,
  .single-global_project .rte-wrap h2,
  .single-global_project .rte-wrap h3 {
    margin-top: 40px; }
  .single-post .rte-wrap h4,
  .single-post .rte-wrap h5,
  .single-post .rte-wrap h6,
  .single .rte-wrap h4,
  .single .rte-wrap h5,
  .single .rte-wrap h6,
  .single-challenge .rte-wrap h4,
  .single-challenge .rte-wrap h5,
  .single-challenge .rte-wrap h6,
  .page-template-page-topic-detail .rte-wrap h4,
  .page-template-page-topic-detail .rte-wrap h5,
  .page-template-page-topic-detail .rte-wrap h6,
  .page-template-gallery-page-php .rte-wrap h4,
  .page-template-gallery-page-php .rte-wrap h5,
  .page-template-gallery-page-php .rte-wrap h6,
  .single-hplearningstudios .rte-wrap h4,
  .single-hplearningstudios .rte-wrap h5,
  .single-hplearningstudios .rte-wrap h6,
  .single-global_gallery .rte-wrap h4,
  .single-global_gallery .rte-wrap h5,
  .single-global_gallery .rte-wrap h6,
  .page-template-page-program-guide .rte-wrap h4,
  .page-template-page-program-guide .rte-wrap h5,
  .page-template-page-program-guide .rte-wrap h6,
  .single-global_project .rte-wrap h4,
  .single-global_project .rte-wrap h5,
  .single-global_project .rte-wrap h6 {
    margin-top: 20px; }
  @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 a,
  .single .rte-wrap a,
  .single-challenge .rte-wrap a,
  .page-template-page-topic-detail .rte-wrap a,
  .page-template-gallery-page-php .rte-wrap a,
  .single-hplearningstudios .rte-wrap a,
  .single-global_gallery .rte-wrap a,
  .page-template-page-program-guide .rte-wrap a,
  .single-global_project .rte-wrap a {
    color: #4d5ea3; }
    .single-post .rte-wrap a:hover,
    .single .rte-wrap a:hover,
    .single-challenge .rte-wrap a:hover,
    .page-template-page-topic-detail .rte-wrap a:hover,
    .page-template-gallery-page-php .rte-wrap a:hover,
    .single-hplearningstudios .rte-wrap a:hover,
    .single-global_gallery .rte-wrap a:hover,
    .page-template-page-program-guide .rte-wrap a:hover,
    .single-global_project .rte-wrap a:hover {
      text-decoration: underline; }
  .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: 0;
        left: -8vw !important;
        display: block;
        width: 36px; }
        .single-post .rte-wrap .desktop-share-icons .inner,
        .single .rte-wrap .desktop-share-icons .inner,
        .single-challenge .rte-wrap .desktop-share-icons .inner,
        .page-template-page-topic-detail .rte-wrap .desktop-share-icons .inner,
        .page-template-gallery-page-php .rte-wrap .desktop-share-icons .inner,
        .single-hplearningstudios .rte-wrap .desktop-share-icons .inner,
        .single-global_gallery .rte-wrap .desktop-share-icons .inner,
        .page-template-page-program-guide .rte-wrap .desktop-share-icons .inner,
        .single-global_project .rte-wrap .desktop-share-icons .inner {
          padding: 95px 0 130px 0; }
          .admin-bar .single-post .rte-wrap .desktop-share-icons .inner, .admin-bar
          .single .rte-wrap .desktop-share-icons .inner, .admin-bar
          .single-challenge .rte-wrap .desktop-share-icons .inner, .admin-bar
          .page-template-page-topic-detail .rte-wrap .desktop-share-icons .inner, .admin-bar
          .page-template-gallery-page-php .rte-wrap .desktop-share-icons .inner, .admin-bar
          .single-hplearningstudios .rte-wrap .desktop-share-icons .inner, .admin-bar
          .single-global_gallery .rte-wrap .desktop-share-icons .inner, .admin-bar
          .page-template-page-program-guide .rte-wrap .desktop-share-icons .inner, .admin-bar
          .single-global_project .rte-wrap .desktop-share-icons .inner {
            padding-top: 125px; }
        .single-post .rte-wrap .desktop-share-icons li,
        .single .rte-wrap .desktop-share-icons li,
        .single-challenge .rte-wrap .desktop-share-icons li,
        .page-template-page-topic-detail .rte-wrap .desktop-share-icons li,
        .page-template-gallery-page-php .rte-wrap .desktop-share-icons li,
        .single-hplearningstudios .rte-wrap .desktop-share-icons li,
        .single-global_gallery .rte-wrap .desktop-share-icons li,
        .page-template-page-program-guide .rte-wrap .desktop-share-icons li,
        .single-global_project .rte-wrap .desktop-share-icons li {
          margin-bottom: 0; }
        .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;
            margin: 0; } }
  .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 {
    font-size: 14px;
    color: #333;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 10px; }
    .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: 14px; }
    @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__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 .author-bio,
    .single .rte-wrap__footer .author-bio,
    .single-challenge .rte-wrap__footer .author-bio,
    .page-template-page-topic-detail .rte-wrap__footer .author-bio,
    .page-template-gallery-page-php .rte-wrap__footer .author-bio,
    .single-hplearningstudios .rte-wrap__footer .author-bio,
    .single-global_gallery .rte-wrap__footer .author-bio,
    .page-template-page-program-guide .rte-wrap__footer .author-bio,
    .single-global_project .rte-wrap__footer .author-bio {
      line-height: 2.5rem;
      line-height: 150%; }
      .single-post .rte-wrap__footer .author-bio > div,
      .single .rte-wrap__footer .author-bio > div,
      .single-challenge .rte-wrap__footer .author-bio > div,
      .page-template-page-topic-detail .rte-wrap__footer .author-bio > div,
      .page-template-gallery-page-php .rte-wrap__footer .author-bio > div,
      .single-hplearningstudios .rte-wrap__footer .author-bio > div,
      .single-global_gallery .rte-wrap__footer .author-bio > div,
      .page-template-page-program-guide .rte-wrap__footer .author-bio > div,
      .single-global_project .rte-wrap__footer .author-bio > div {
        margin: 10px 0 !important; }
        .single-post .rte-wrap__footer .author-bio > div:first-child,
        .single .rte-wrap__footer .author-bio > div:first-child,
        .single-challenge .rte-wrap__footer .author-bio > div:first-child,
        .page-template-page-topic-detail .rte-wrap__footer .author-bio > div:first-child,
        .page-template-gallery-page-php .rte-wrap__footer .author-bio > div:first-child,
        .single-hplearningstudios .rte-wrap__footer .author-bio > div:first-child,
        .single-global_gallery .rte-wrap__footer .author-bio > div:first-child,
        .page-template-page-program-guide .rte-wrap__footer .author-bio > div:first-child,
        .single-global_project .rte-wrap__footer .author-bio > div:first-child {
          margin-top: 5px !important; }
        .single-post .rte-wrap__footer .author-bio > div:last-child,
        .single .rte-wrap__footer .author-bio > div:last-child,
        .single-challenge .rte-wrap__footer .author-bio > div:last-child,
        .page-template-page-topic-detail .rte-wrap__footer .author-bio > div:last-child,
        .page-template-gallery-page-php .rte-wrap__footer .author-bio > div:last-child,
        .single-hplearningstudios .rte-wrap__footer .author-bio > div:last-child,
        .single-global_gallery .rte-wrap__footer .author-bio > div:last-child,
        .page-template-page-program-guide .rte-wrap__footer .author-bio > div:last-child,
        .single-global_project .rte-wrap__footer .author-bio > div:last-child {
          margin-bottom: 5px !important; }
        .single-post .rte-wrap__footer .author-bio > div a,
        .single .rte-wrap__footer .author-bio > div a,
        .single-challenge .rte-wrap__footer .author-bio > div a,
        .page-template-page-topic-detail .rte-wrap__footer .author-bio > div a,
        .page-template-gallery-page-php .rte-wrap__footer .author-bio > div a,
        .single-hplearningstudios .rte-wrap__footer .author-bio > div a,
        .single-global_gallery .rte-wrap__footer .author-bio > div a,
        .page-template-page-program-guide .rte-wrap__footer .author-bio > div a,
        .single-global_project .rte-wrap__footer .author-bio > div a {
          text-decoration: underline; }
    .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: #f5f5f5;
          padding: 9px 11px;
          color: #333;
          margin: 5px;
          border-radius: 5px;
          display: inline-block;
          transition: all 0.3s;
          text-decoration: none;
          font-size: 14px; }
          .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 {
            text-decoration: none;
            background-color: #e7e7e7; }
        .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: 0;
            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;
      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: #4d5ea3 !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; }

.generic__wrap h1 {
  font-weight: 700;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .generic__wrap {
    display: flex; } }

.generic__wrap--noheader {
  margin-top: 30px;
  /*h1 {
                font-weight: 400 !important;
                font-size: 2.8rem;
                margin-bottom: 30px;
                
                @include breakpoint($xs) {
                    font-size: 44px
                }

                // For page title on subpages                
                &:first-of-type {
                    // border: 1px solid #ff0000;
                    @include font-museo-sans-700;
                }
            }*/ }
  @media (min-width: 992px) {
    .generic__wrap--noheader {
      margin-top: 60px;
      margin-bottom: 120px; } }

.generic__wrap__content {
  min-width: 0;
  margin-top: -10px; }
  .generic__wrap--fullwidth .generic__wrap__content {
    width: 100%;
    margin-top: 0; }
  .generic__wrap__content a:not(.btn):not(.outline-btn):not(.btn):not(.mbtn):not(.dp__btn):not(.b__share__btn):not(.dp__post_nav__next):not(.dp__post_nav__prev):not(.gform_button):not(.drp-button):not(.drp-button.drp-launch-retrieve-popup):not(.wc-shortcodes-button) {
    color: #4d5ea3; }
    .generic__wrap__content a:not(.btn):not(.outline-btn):not(.btn):not(.mbtn):not(.dp__btn):not(.b__share__btn):not(.dp__post_nav__next):not(.dp__post_nav__prev):not(.gform_button):not(.drp-button):not(.drp-button.drp-launch-retrieve-popup):not(.wc-shortcodes-button):hover {
      text-decoration: underline; }
  .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__content b, .generic__wrap__content strong {
    font-weight: 700; }
  .generic__wrap__content p, .generic__wrap__content ul, .generic__wrap__content ol, .generic__wrap__content h1, .generic__wrap__content h2, .generic__wrap__content h3, .generic__wrap__content h4, .generic__wrap__content h5, .generic__wrap__content h6 {
    max-width: 900px; }
    .accordion .generic__wrap__content p, .accordion .generic__wrap__content ul, .accordion .generic__wrap__content ol, .accordion .generic__wrap__content h1, .accordion .generic__wrap__content h2, .accordion .generic__wrap__content h3, .accordion .generic__wrap__content h4, .accordion .generic__wrap__content h5, .accordion .generic__wrap__content h6 {
      max-width: none; }
  .generic__wrap__content ul, .generic__wrap__content ol {
    padding-left: 40px; }
  .generic__wrap__content ol li {
    list-style-type: decimal; }
  .generic__wrap__content ul li {
    list-style-type: disc; }
  .generic__wrap__content h2, .generic__wrap__content h3 {
    margin-top: 40px; }
  .generic__wrap__content h4, .generic__wrap__content h5, .generic__wrap__content h6 {
    margin-top: 20px; }
  .generic__wrap__content .carousel {
    max-width: none; }

.generic__wrap__subnav {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative; }
  .generic__wrap__subnav .nav-deeplink {
    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: 6px 0;
    display: block;
    position: relative;
    font-size: 17px;
    cursor: pointer; }
    .generic__wrap__subnav .nav-deeplink:hover {
      color: #4d5ea3; }
  .generic__wrap__subnav a {
    color: #333; }
    .generic__wrap__subnav a:hover {
      color: #4d5ea3; }
  @media (min-width: 992px) {
    .generic__wrap__subnav .subnav-wrap {
      padding-bottom: 60px;
      margin-bottom: 60px;
      -webkit-position: sticky;
      position: sticky;
      top: 150px;
      max-height: calc(100vh - 150px);
      overflow: scroll;
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */
      scrollbar-width: none;
      /* Firefox */ }
      .generic__wrap__subnav .subnav-wrap::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */ } }
  @media (min-width: 992px) {
    .generic__wrap__subnav {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
      min-width: 250px;
      max-width: 250px;
      margin-right: 50px;
      position: relative; } }
  @media (min-width: 1200px) {
    .generic__wrap__subnav {
      margin-right: 4vw; } }
  .generic__wrap__subnav__dropdown_holder {
    transition-duration: 0.2s;
    padding-bottom: 15px;
    margin-bottom: 0;
    display: block; }
    .generic__wrap__subnav__dropdown_holder:hover {
      text-decoration: none; }
    .generic__wrap__subnav__dropdown_holder .heading {
      font-family: "museo-sans", sans-serif !important;
      font-weight: 700 !important;
      font-size: 18.5px;
      line-height: 120%;
      position: relative;
      margin-bottom: 0;
      padding-left: 20px;
      font-size: 18.5px; }
      @media (min-width: 480px) {
        .generic__wrap__subnav__dropdown_holder .heading {
          display: block; } }
  .generic__wrap__subnav__link {
    color: #333; }
    .generic__wrap__subnav__link:hover {
      color: #4d5ea3; }
      .generic__wrap__subnav__link:hover .heading {
        color: #4d5ea3; }
    .generic__wrap__subnav__link .heading {
      width: 100%;
      max-width: none;
      color: #333;
      cursor: pointer;
      padding: 0;
      padding-left: 20px;
      margin: 0;
      border: none; }
  .generic__wrap__subnav__dropdown {
    position: absolute;
    top: 0;
    right: 3px;
    width: 30px;
    height: 100%; }
    .generic__wrap__subnav__dropdown:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transition: transform 0.1s ease-in-out; }
    .generic__wrap__subnav__dropdown--show:after {
      transform: translate(-50%, -50%) rotate(-135deg);
      -webkit-transform: translate(-50%, -50%) rotate(-135deg); }
    @media (min-width: 992px) {
      .generic__wrap__subnav__dropdown {
        display: none; } }
  .generic__wrap__subnav__icon {
    position: absolute;
    height: 14px;
    width: 14px;
    left: -1px;
    top: 3px;
    opacity: 0.9; }
  .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: none !important;
        display: list-item !important;
        margin-left: 20px !important; }
        .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;
      line-height: 1.3; }
      .generic__wrap__subnav ul li.menu-item a {
        padding-left: 20px; }
      .generic__wrap__subnav ul li.dropdown a {
        padding-left: 0; }
      .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: 6px 0;
        display: block;
        position: relative;
        font-size: 17px; }
        .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; }

.generic__wrap__content {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .generic__wrap__content {
      width: 78%; } }
  @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: #4d5ea3; }

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--border {
    margin-top: 40px;
    border-top: 1px solid #dee2e6;
    padding-top: 40px; }
  .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, .facetwp-content .page-intro-content .accordion-body {
      font-size: 17px !important;
      line-height: 2.7rem !important; }
  .facetwp-content .facetwp-input-wrap {
    display: block; }
    .facetwp-content .facetwp-input-wrap .facetwp-icon {
      left: -10px;
      width: 20px; }
    .facetwp-content .facetwp-input-wrap input {
      border: none;
      padding-left: 28px;
      width: 100%;
      height: 100% !important;
      background-color: transparent;
      display: block;
      height: 59px !important; }
    .facetwp-content .facetwp-input-wrap input:focus,
    .facetwp-content .facetwp-input-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 a h3 {
        color: #4d5ea3; }
      .facetwp-content .facetwp-template .list-item a:hover h3 {
        color: #4d5ea3; }
      .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; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox .facetwp-counter {
    position: relative; }
    .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox .facetwp-counter:after {
      content: '';
      position: absolute;
      left: calc(100% + 10px);
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      border-radius: 100%;
      background-color: #000; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="digital-promise-projects-and-pilots"] .facetwp-counter:after {
    background-color: #D72C44; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="engagement-opportunity"] .facetwp-counter:after {
    background-color: #4d5ea3; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="events"] .facetwp-counter:after {
    background-color: #F0D143; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="implementation-cohorts"] .facetwp-counter:after {
    background-color: #EE9134; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="learning-collaboratives"] .facetwp-counter:after {
    background-color: #484139; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="resources-and-tools"] .facetwp-counter:after {
    background-color: #337097; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="webinars"] .facetwp-counter:after {
    background-color: #52B8A0; }
  .facetwp-content .facetwp-facet-opportunity_type .facetwp-checkbox[data-value="working-groups"] .facetwp-counter:after {
    background-color: #BCA434; }
  .facetwp-content .facetwp-type-search .facetwp-facet-title {
    display: none !important; }
  .facetwp-content .filters__group__options .facetwp-facet-title {
    display: none !important; }

.opportunity__header {
  display: flex;
  background-color: #f4f4f4;
  padding: 45px 30px;
  gap: 30px;
  border-radius: 7px;
  justify-content: space-between;
  align-items: flex-start; }
  .opportunity__header__icon img {
    width: 80px;
    height: auto; }
  .opportunity__header__content {
    flex: 1;
    width: 100%; }
  .opportunity__header__type {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; }
  .opportunity__header__title {
    font-size: 30px;
    margin-bottom: 20px; }
  .opportunity__header__deadlines {
    display: flex;
    gap: 30px; }
  .opportunity__header__deadline h2, .opportunity__header__deadlines h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold; }
  .opportunity__header__pill {
    background-color: #5f5f5f;
    border-radius: 20px;
    padding: 8px 12px;
    display: inline-block;
    color: white;
    font-weight: bold;
    font-size: 16px; }

.opportunity__body {
  padding-bottom: 30px; }
  .opportunity__body h2 {
    font-size: 26px;
    font-weight: bold; }
  .opportunity__body p, .opportunity__body li {
    font-size: 18px;
    margin-bottom: 10px; }
  .opportunity__body form {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px; }
    .opportunity__body form v-box label {
      font-weight: bold;
      font-size: 18px;
      margin: 20px 0 10px 0;
      display: block; }
    .opportunity__body form v-box input {
      padding: 10px;
      height: 50px !important; }
    .opportunity__body form button {
      margin-top: 20px; }

/* ==============================
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; }

/* 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: .5em; }

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

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

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

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

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

.Grid-cell {
  flex: 1; }

.Grid--flexCells > .Grid-cell {
  display: flex; }

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

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

.Grid--center {
  align-items: center; }

.Grid--justifyCenter {
  justify-content: center; }

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

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

.Grid-cell--center {
  align-self: center; }

.Grid-cell--autoSize {
  flex: none; }

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

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

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

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

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

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

@media (min-width: 384px) {
  .small-Grid--fit > .Grid-cell {
    flex: 1; }
  .small-Grid--full > .Grid-cell {
    flex: 0 0 100%; }
  .small-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%; }
  .small-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%; }
  .small-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%; }
  .small-Grid--1of5 > .Grid-cell {
    flex: 0 0 20%; } }

@media (min-width: 576px) {
  .med-Grid--fit > .Grid-cell {
    flex: 1; }
  .med-Grid--full > .Grid-cell {
    flex: 0 0 100%; }
  .med-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%; }
  .med-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%; }
  .med-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%; }
  .med-Grid--1of5 > .Grid-cell {
    flex: 0 0 20%; } }

@media (min-width: 768px) {
  .large-Grid--fit > .Grid-cell {
    flex: 1; }
  .large-Grid--full > .Grid-cell {
    flex: 0 0 100%; }
  .large-Grid--1of2 > .Grid-cell {
    flex: 0 0 50%; }
  .large-Grid--1of3 > .Grid-cell {
    flex: 0 0 33.3333%; }
  .large-Grid--1of4 > .Grid-cell {
    flex: 0 0 25%; }
  .large-Grid--1of5 > .Grid-cell {
    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: flex;
  flex-direction: column; }

.u-full {
  width: 100% !important;
  flex: none !important; }

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

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

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

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

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

.u-3of4 {
  width: 75% !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;
    flex: none !important; } }

@media (min-width: 384px) {
  .u-small-full {
    width: 100% !important;
    flex: none !important; }
  .u-small-1of2 {
    width: 50% !important;
    flex: none !important; }
  .u-small-1of3 {
    width: 33.3333% !important;
    flex: none !important; }
  .u-small-2of3 {
    width: 66.6667% !important;
    flex: none !important; }
  .u-small-1of4 {
    width: 25% !important;
    flex: none !important; }
  .u-small-1of5 {
    width: 20% !important;
    flex: none !important; }
  .u-small-3of4 {
    width: 75% !important;
    flex: none !important; } }

@media (min-width: 576px) {
  .u-med-full {
    width: 100% !important;
    flex: none !important; }
  .u-med-1of2 {
    width: 50% !important;
    flex: none !important; }
  .u-med-1of3 {
    width: 33.3333% !important;
    flex: none !important; }
  .u-med-2of3 {
    width: 66.6667% !important;
    flex: none !important; }
  .u-med-1of4 {
    width: 25% !important;
    flex: none !important; }
  .u-med-1of5 {
    width: 20% !important;
    flex: none !important; }
  .u-med-3of4 {
    width: 75% !important;
    flex: none !important; } }

@media (min-width: 768px) {
  .u-large-full {
    width: 100% !important;
    flex: none !important; }
  .u-large-1of2 {
    width: 50% !important;
    flex: none !important; }
  .u-large-1of3 {
    width: 33.3333% !important;
    flex: none !important; }
  .u-large-2of3 {
    width: 66.6667% !important;
    flex: none !important; }
  .u-large-1of4 {
    width: 25% !important;
    flex: none !important; }
  .u-large-1of5 {
    width: 20% !important;
    flex: none !important; }
  .u-large-3of4 {
    width: 75% !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.alt {
  border-left: 2px solid #D72F4A;
  padding: 0 20px;
  margin-left: 0; }

/*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, .callout 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; } }

@media (min-width: 768px) {
  .dmbs-right {
    padding-left: 30px; } }

.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: .9; }

/* TWITTER EMBEDS */
/* 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;
  margin: 0; }

.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;
  font-weight: 700;
  text-decoration: underline; }
  .pc__wysiwyg .bio-hidden-panel a {
    color: #fff; }
  .bio-hidden-panel a:hover {
    color: #fff; }

.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 {
    -moz-column-count: 1 !important;
    column-count: 1 !important; }
  .mapactivefilters .mapactivefilterscolumns label {
    font-size: 1.4rem !important;
    float: left;
    max-width: none !important; }
  .maplist {
    -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;
  text-decoration: none; }

.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; }
  .font-override .wp-paginate a {
    color: white !important;
    opacity: 0.7 !important; }

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

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

/* 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: .5; }

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

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

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

.accordion-title.open, .open.accordion-heading {
  background: url(/wp-content/themes/devdmbootstrap3/img/icon-minus.png) no-repeat left center #4d5ea3; }

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

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

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

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

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

.accordion-content .fa-folder-open, .accordion-body .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;
  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;
  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: .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: ' \f08e'; }

@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 !important;
  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; }

* {
  box-sizing: border-box; }

.outline-btn, .opportunity__body form button, .btn, .mbtn, .dp__btn, .generic__wrap__content input[type="submit"], .b__share__btn, .dp__post_nav__next, .dp__post_nav__prev, .gform_button, .drp-button, .drp-popup input[type="submit"], .drp-button.drp-launch-retrieve-popup, .wc-shortcodes-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  border: none;
  text-decoration: none !important;
  border-radius: 5px;
  font-size: 15px;
  background-color: #4d5ea3;
  color: white;
  white-space: normal;
  padding: 15px;
  min-width: 200px; }
  .outline-btn:hover, .opportunity__body form button:hover, .btn:hover, .mbtn:hover, .dp__btn:hover, .generic__wrap__content input:hover[type="submit"], .b__share__btn:hover, .dp__post_nav__next:hover, .dp__post_nav__prev:hover, .gform_button:hover, .drp-button:hover, .drp-popup input:hover[type="submit"], .wc-shortcodes-button:hover {
    color: #fff !important; }
  .outline-btn.dei-btn, .opportunity__body form button.dei-btn, .dei-btn.btn, .dei-btn.mbtn, .dei-btn.dp__btn, .generic__wrap__content input.dei-btn[type="submit"], .dei-btn.b__share__btn, .dei-btn.dp__post_nav__next, .dei-btn.dp__post_nav__prev, .dei-btn.gform_button, .dei-btn.drp-button, .drp-popup input.dei-btn[type="submit"], .dei-btn.wc-shortcodes-button {
    color: black !important; }
    .outline-btn.dei-btn--active, .opportunity__body form button.dei-btn--active, .dei-btn--active.btn, .dei-btn--active.mbtn, .dei-btn--active.dp__btn, .generic__wrap__content input.dei-btn--active[type="submit"], .dei-btn--active.b__share__btn, .dei-btn--active.dp__post_nav__next, .dei-btn--active.dp__post_nav__prev, .dei-btn--active.gform_button, .dei-btn--active.drp-button, .drp-popup input.dei-btn--active[type="submit"], .dei-btn--active.wc-shortcodes-button {
      color: white !important; }
  .outline-btn--large, .btn--large, .mbtn--large, .dp__btn--large, .b__share__btn--large, .wc-shortcodes-button-large {
    padding: 20px;
    font-size: 17px; }
  .outline-btn--small, .btn--small, .btn--micro, .mbtn--small, .mbtn--micro, .dp__btn--small, .dp__btn--micro, .b__share__btn--small, .b__share__btn--micro, .dp__post_nav__next, .dp__post_nav__prev, .drp-button.small, .drp-popup input.small[type="submit"], .outline-btn--micro {
    font-size: 13px; }
  .outline-btn--white, .btn--white, .btn-white, .btn--white-fill, .btn--white-bground, .mbtn--white, .mbtn-white, .mbtn--white-fill, .mbtn--white-bground, .dp__btn--white, .dp__btn-white, .dp__btn--white-fill, .dp__btn--white-bground, .b__share__btn--white, .b__share__btn-white, .b__share__btn--white-fill, .b__share__btn--white-bground, .takeaways-buttons .drp-button, .takeaways-buttons .drp-popup input[type="submit"], .drp-popup .takeaways-buttons input[type="submit"], .wc-shortcodes-button-inverse, .outline-btn--white-fill, .outline-btn--white-bground {
    color: #4d5ea3 !important;
    background-color: white; }
    .outline-btn--white:hover, .btn--white:hover, .btn-white:hover, .btn--white-fill:hover, .btn--white-bground:hover, .mbtn--white:hover, .mbtn-white:hover, .mbtn--white-fill:hover, .mbtn--white-bground:hover, .dp__btn--white:hover, .dp__btn-white:hover, .dp__btn--white-fill:hover, .dp__btn--white-bground:hover, .b__share__btn--white:hover, .b__share__btn-white:hover, .b__share__btn--white-fill:hover, .b__share__btn--white-bground:hover, .takeaways-buttons .drp-button:hover, .takeaways-buttons .drp-popup input:hover[type="submit"], .drp-popup .takeaways-buttons input:hover[type="submit"], .wc-shortcodes-button-inverse:hover, .outline-btn--white-fill:hover, .outline-btn--white-bground:hover {
      color: #4d5ea3 !important;
      background-color: white !important; }
    .outline-btn--white.cta-btn, .cta-btn.btn--white, .cta-btn.btn-white, .cta-btn.btn--white-fill, .cta-btn.btn--white-bground, .cta-btn.mbtn--white, .cta-btn.mbtn-white, .cta-btn.mbtn--white-fill, .cta-btn.mbtn--white-bground, .cta-btn.dp__btn--white, .cta-btn.dp__btn-white, .cta-btn.dp__btn--white-fill, .cta-btn.dp__btn--white-bground, .cta-btn.b__share__btn--white, .cta-btn.b__share__btn-white, .cta-btn.b__share__btn--white-fill, .cta-btn.b__share__btn--white-bground, .takeaways-buttons .cta-btn.drp-button, .takeaways-buttons .drp-popup input.cta-btn[type="submit"], .drp-popup .takeaways-buttons input.cta-btn[type="submit"], .cta-btn.wc-shortcodes-button-inverse, .outline-btn--white-fill.cta-btn, .outline-btn--white-bground.cta-btn {
      background: none;
      color: white !important;
      border: 2px solid white; }
  .outline-btn--margintop, .dp__button--margintop {
    margin-top: 30px; }

.btn {
  text-decoration: none !important; }
  .btn--default .pc__buttons__icon--white {
    display: block; }
  .btn--default .pc__buttons__icon--black {
    display: none; }
  .btn--outline {
    border: 2px solid #4d5ea3;
    color: #4d5ea3 !important;
    background: none;
    transition: 0.2s background-color; }
    .btn--outline:hover {
      background: #4d5ea3;
      color: white !important; }
      .btn--outline:hover .pc__buttons__icon--white {
        display: block; }
      .btn--outline:hover .pc__buttons__icon--black {
        display: none; }
  .btn--text {
    background: none;
    padding: 0;
    min-width: 0;
    color: #4d5ea3 !important; }
    .btn--text:hover {
      text-decoration: underline !important; }

.f5a857 .gform_button {
  background: none;
  color: white !important;
  border: 2px solid white; }

.drp-button, .drp-popup input[type="submit"] {
  background: none;
  color: white !important;
  border: 2px solid white;
  padding-right: 55px;
  min-width: none !important;
  line-height: 110%; }
  .drp-button.inactive, .drp-popup input.inactive[type="submit"] {
    cursor: auto;
    opacity: 0.5;
    pointer-events: none; }
  .drp-button.login, .drp-popup input.login[type="submit"] {
    padding-right: 15px;
    background-color: #439AD0;
    border: none; }
  .main-cta.blue-bg .drp-button, .main-cta.blue-bg .drp-popup input[type="submit"], .drp-popup .main-cta.blue-bg input[type="submit"] {
    background-color: white;
    color: #4d5ea3;
    padding-right: 15px; }
  .drp-diagnostic .drp-button, .drp-diagnostic .drp-popup input[type="submit"], .drp-popup .drp-diagnostic input[type="submit"] {
    background-color: #4d5ea3;
    color: white !important;
    border: none;
    padding-right: 15px; }
  .drp-button.drp-launch-retrieve-popup, .drp-popup input.drp-launch-retrieve-popup[type="submit"] {
    border: none; }
  .drp-button.hidden, .drp-popup input.hidden[type="submit"] {
    display: none; }

.wc-shortcodes-button-center {
  display: flex;
  justify-content: center; }

.wc-shortcodes-button-inner {
  color: white !important; }

.wc-shortcodes-button-danger {
  color: #ffffff;
  background-color: #d2322d; }

.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: #4d5ea3; }
    .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: #4d5ea3;
      border-radius: 50%;
      background: #4d5ea3 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: #4d5ea3 !important; }
    .arrow-buttons .btn-arrow__desc {
      font-size: 15.5px;
      line-height: 140%;
      color: black !important; }

.image-hover-zoom {
  overflow: hidden;
  display: block;
  border-radius: 7px; }
  .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;
      /*h1 {
                text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4) !important;

                @include breakpoint($sm) {
                    text-shadow: none !important;
                    font-size: 47px !important;
                }

                @include breakpoint($lg) {
                    font-size: 51px !important;
                }

            }

            h5 {
                text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3) !important;

                @include breakpoint($sm) {
                    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);
      /*h1 {
                // pointer-events: none;
                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);
                @include font-museo-sans-500;

                @include breakpoint($xs) {
                    width: 75%;
                    line-height: 1.0;
                    font-size: 6.2vw;
                }

                @include breakpoint($sm) {
                    font-size: 47px;
                }

                @include breakpoint($md) {
                    width: 100%;
                    font-size: 57px;
                }

                @include breakpoint($lg) {
                    font-size: 61px;
                }
            }*/
      /*.outline-btn {
                display: none;
                padding: 10px 20px;
                margin-top: 15px;
                position: relative;
                z-index: 2;

                @include breakpoint($xs) {
                    margin-top: 35px;
                    padding: 16px 32px;
                }

                @include breakpoint($sm) {
                    display: inline-block;
                }
            }*/ }
      @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 .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: #4d5ea3 !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;
      color: #333;
      font-weight: 700; }
      .bcb .lockout a:hover {
        color: #4d5ea3; }
    .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 li {
        margin-bottom: 0; }
      .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: #4d5ea3 !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;
          top: calc(100% + 15px);
          left: -22px;
          background-color: #fdfdfd;
          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 #4d5ea3; }
          .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;
  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;
    background-color: #fff; }
  #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: 1400px) {
                #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 {
                  -moz-column-count: 2;
                  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 {
                    -moz-column-break-inside: avoid;
                    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: #4d5ea3 !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::-moz-placeholder {
      color: #333; }
    #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;
      transition: .6s; }

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

.bcb .bcb__child-links svg,
.bcb .bcb__links svg {
  display: none; }

.bcb .bcb__title a {
  display: flex;
  gap: 8px; }
  .bcb .bcb__title a img {
    top: -1px; }

.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: 40px 0 80px; }
  @media (min-width: 1450px) {
    #site-footer {
      padding: 60px 0 60px; } }
  #site-footer .footer {
    background: none;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 1000px) {
      #site-footer .footer {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    #site-footer .footer__links {
      display: flex;
      align-items: center; }
      #site-footer .footer__links .menu {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-left: 0; }
      @media (min-width: 1000px) {
        #site-footer .footer__links {
          margin-bottom: 0; } }
      #site-footer .footer__links__logo {
        margin-right: 25px; }
        #site-footer .footer__links__logo img {
          width: 30px; }
          @media (min-width: 1000px) {
            #site-footer .footer__links__logo img {
              width: 48px; } }
      #site-footer .footer__links__link li {
        list-style-type: none; }
      #site-footer .footer__links__link a {
        color: #333;
        display: inline-block;
        padding: 7px 0;
        margin-right: 15px;
        transition: all 0.3s;
        font-size: 15.5px;
        text-decoration: underline; }
        @media (min-width: 1000px) {
          #site-footer .footer__links__link a {
            padding: 10px 0;
            margin-right: 20px; } }
        #site-footer .footer__links__link a:hover {
          color: #4d5ea3; }
    #site-footer .footer__social {
      margin-left: -10px;
      display: flex; }
      @media (min-width: 1000px) {
        #site-footer .footer__social {
          margin-left: 0; } }
      #site-footer .footer__social li {
        padding: 10px; }
        @media (min-width: 1000px) {
          #site-footer .footer__social li {
            padding: 15px; } }
        #site-footer .footer__social li:last-child {
          padding-right: 0; }
        #site-footer .footer__social li a {
          text-decoration: none;
          transition: all 0.2s; }
          #site-footer .footer__social li a:hover {
            opacity: 0.8; }

#sticky-get-updates-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 92%;
  max-width: 1400px;
  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-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4d5ea3;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
    padding: 15px 25px 13px;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 700 !important;
    min-width: 240px;
    max-width: 240px;
    position: relative;
    transform: translateY(-100%);
    transition: all 0.3s; }
    #sticky-get-updates-wrap #sticky-get-updates-btn:after {
      content: '';
      position: absolute;
      bottom: -385px;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: #4d5ea3;
      transition: all 0.3s;
      z-index: -1; }
    #sticky-get-updates-wrap #sticky-get-updates-btn:hover {
      transform: translateY(-110%);
      background-color: #455492; }
      #sticky-get-updates-wrap #sticky-get-updates-btn:hover:after {
        background-color: #455492; }
    #sticky-get-updates-wrap #sticky-get-updates-btn img {
      min-width: 14px;
      max-width: 14px;
      max-height: 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: 64.58%;
        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: #4d5ea3; }

.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: #4d5ea3 !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;
  /*h5 {
        // pointer-events: none;
        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;
        letter-spacing: 0.02rem;

        @include breakpoint($xs) {
            display: block;
        }
    }

    h1 {
        font-size: 3.3rem !important;
        @include font-museo-sans-500;
        color: $color-dark-gray2;
        margin: 0 0 20px;
        letter-spacing: 0 !important;
        letter-spacing: -0.04rem !important;
        max-width: 960px;

        @include breakpoint($xs) {
            font-size: 4.5rem !important;
            margin-bottom: 28px;
            line-height: 55px;
        }

        @include breakpoint($md) {
            font-size: 6rem !important;
            margin-bottom: 30px;
            line-height: 64px;
        }

        @include breakpoint($lg) {
            margin-bottom: 34px;
            line-height: 67px;
        }
    }

    p {
        margin: 0;
        max-width: 700px;
        @include font-museo-sans-300;
        font-size: 18px;

        @include breakpoint($xs) {
            font-size: 22px;
        }

        @include breakpoint($md) {
            font-size: 23px;
        }

        @include breakpoint($lg) {
            font-size: 24px;
        }

        a {
            color: $color-blue;
            text-decoration: none;
            transition: all 0.3s;

            &:hover {
                text-decoration: underline;
            }
        }
    }*/ }
  @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; } }

.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, .opportunity__body form v-box input {
  background: none !important;
  background-color: #f5f5f5 !important;
  border-radius: 6px !important;
  padding-left: 20px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  height: 60px; }
  .outlined-input::-moz-placeholder, .opportunity__body form v-box input::-moz-placeholder {
    color: #555; }
  .outlined-input::placeholder, .opportunity__body form v-box input::placeholder {
    color: #555; }
  .outlined-input:focus, .opportunity__body form v-box 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, .opportunity__body form v-box 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);
    border-radius: 7px; }
    #updates-form .updates-form__inner__header {
      background-color: #4d5ea3;
      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__header h4 {
        margin-bottom: 0; }
    #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: 550px;
      -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%; }

.post-password-form p {
  display: flex;
  gap: 12px;
  flex-direction: column; }
  @media (min-width: 650px) {
    .post-password-form p {
      flex-direction: row;
      align-items: center; } }
  .post-password-form p label {
    display: flex;
    gap: 12px;
    flex-direction: column;
    font-weight: 700; }
    .post-password-form p label input {
      font-weight: 400; }
    @media (min-width: 650px) {
      .post-password-form p label {
        flex-direction: row;
        align-items: center; } }

.custom-password-message {
  margin-top: 20px;
  font-style: italic; }

.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: #4d5ea3; }

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

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

.post,
.initiative,
.generic__wrap__content {
  /*a {
        color: $color-blue;
    }*/
  /*p {
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 2.7rem;

        @include breakpoint($xs) {
            line-height: 2.9rem;
            margin-bottom: 27px;
        }

        a {
            //@include font-museo-sans-500;
            font-weight: 500;
        }
    }*/
  /*h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        @include font-museo-sans-500;
        padding: 0;
        line-height: 115%;
    }

    h1 {
        font-size: 52px * 0.7;
        line-height: 120%;
        margin: 14px 0;

        @include breakpoint($xs) {
            font-size: 52px;
            margin: 14px 0;
        }
    }

    h2 {
        font-size: 42px * 0.7;
        margin: 13px 0;

        @include breakpoint($xs) {
            font-size: 42px;
        }
    }

    h3 {
        font-size: 34px * 0.7;
        margin: 13px 0;

        @include breakpoint($xs) {
            font-size: 34px;
        }
    }

    h4 {
        font-size: 28px * 0.7;
        margin: 11px 0;

        @include breakpoint($xs) {
            font-size: 28px;
        }
    }

    h5 {
        font-size: 22px * 0.7;
        margin: 10px 0;

        @include breakpoint($xs) {
            font-size: 22px;
        }
    }

    h6 {
        font-size: 20px * 0.7;
        margin: 10px 0;

        @include breakpoint($xs) {
            font-size: 20px;
        }
    }

    b,
    .bold,
    strong {
        @include font-museo-sans-500;
    }

    img {
        max-width: 100%;
        height: auto;

        &.alignleft {
            margin-right: 27px;
            margin-bottom: 20px;
        }

        &.alignright {
            margin-left: 27px;
            margin-bottom: 20px;

            @include breakpoint($xs) {}
        }
    }

    blockquote {
        margin: 45px 0 45px 4vw;
        padding: 2px 10px 2px 20px;
        @include font-museo-sans-500;
        color: $color-dark-gray;
        border-left: 4px solid $color-blue;

        @include breakpoint($xs) {
            margin: 60px 0 60px 4vw;
            padding: 2px 6vw 2px 3vw;
        }

        @include breakpoint($lg) {
            padding: 2px 95px 2px 33px;
        }

        p {
            margin: 0;
            font-style: italic;
            color: #878787;
            line-height: 3.15rem;
            font-size: 18px;

            @include breakpoint($xs) {
                font-size: 22px;
                line-height: 3.5rem;
            }
        }

    }

    hr {
        margin-top: 0rem;
        margin-bottom: 30px;
        border-top: 1px solid #eaeaea;
        width: 100%;
    }

    ul,
    ol {
        margin-bottom: 25px;

        @include breakpoint($xs) {
            margin-bottom: 35px;
        }

        li {
            margin-bottom: 13px;

            &:last-of-type {
                //margin-bottom: 0;
            }
        }
    }*/ }
  .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;
    margin-top: -4px; }
    @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 .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 iframe,
  .initiative iframe,
  .generic__wrap__content iframe {
    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: #4d5ea3 url("/wp-content/themes/digital-promise-new/img/v3/bg-radial-dots.png") top left no-repeat;
  background-size: auto 100%;
  color: #fff;
  padding: 60px 0;
  margin-left: -20px;
  width: calc(100% + (20px*2)); }
  @media (min-width: 650px) {
    .get-updates-promo {
      margin-left: -60px;
      width: calc(100% + 120px); } }
  @media (min-width: 1400px) {
    .get-updates-promo {
      border-radius: 7px; } }
  @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 h2 {
      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 h2 {
          font-size: 42px;
          max-width: 500px; } }
      @media (min-width: 1050px) {
        .get-updates-promo .lockout .get-updates-promo__title h2 {
          font-size: 44px; } }
      @media (min-width: 1150px) {
        .get-updates-promo .lockout .get-updates-promo__title h2 {
          font-size: 52px; } }
      @media (min-width: 1300px) {
        .get-updates-promo .lockout .get-updates-promo__title h2 {
          font-size: 55px;
          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--vils {
    padding: 45px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 60px;
    margin-top: 60px; }
    .get-updates-promo--vils .lockout {
      padding: 0;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 768px) {
        .get-updates-promo--vils .lockout > div:first-child {
          padding-right: 30px; } }
      .get-updates-promo--vils .lockout h2 {
        font-size: 28px;
        margin: 0;
        margin-bottom: 10px; }
      .get-updates-promo--vils .lockout a {
        color: white;
        text-decoration: underline; }
      .get-updates-promo--vils .lockout .outline-btn, .get-updates-promo--vils .lockout .opportunity__body form button, .opportunity__body form .get-updates-promo--vils .lockout button, .get-updates-promo--vils .lockout .btn, .get-updates-promo--vils .lockout .mbtn, .get-updates-promo--vils .lockout .dp__btn, .get-updates-promo--vils .lockout .generic__wrap__content input[type="submit"], .generic__wrap__content .get-updates-promo--vils .lockout input[type="submit"], .get-updates-promo--vils .lockout .b__share__btn, .get-updates-promo--vils .lockout .dp__post_nav__next, .get-updates-promo--vils .lockout .dp__post_nav__prev, .get-updates-promo--vils .lockout .gform_button, .get-updates-promo--vils .lockout .drp-button, .get-updates-promo--vils .lockout .drp-popup input[type="submit"], .drp-popup .get-updates-promo--vils .lockout input[type="submit"], .get-updates-promo--vils .lockout .wc-shortcodes-button {
        margin-top: 15px;
        white-space: nowrap;
        min-width: 0; }
        @media (min-width: 768px) {
          .get-updates-promo--vils .lockout .outline-btn, .get-updates-promo--vils .lockout .opportunity__body form button, .opportunity__body form .get-updates-promo--vils .lockout button, .get-updates-promo--vils .lockout .btn, .get-updates-promo--vils .lockout .mbtn, .get-updates-promo--vils .lockout .dp__btn, .get-updates-promo--vils .lockout .generic__wrap__content input[type="submit"], .generic__wrap__content .get-updates-promo--vils .lockout input[type="submit"], .get-updates-promo--vils .lockout .b__share__btn, .get-updates-promo--vils .lockout .dp__post_nav__next, .get-updates-promo--vils .lockout .dp__post_nav__prev, .get-updates-promo--vils .lockout .gform_button, .get-updates-promo--vils .lockout .drp-button, .get-updates-promo--vils .lockout .drp-popup input[type="submit"], .drp-popup .get-updates-promo--vils .lockout input[type="submit"], .get-updates-promo--vils .lockout .wc-shortcodes-button {
            margin-top: 0; } }

.related-articles {
  background-color: #f3f3f3;
  padding: 50px 30px 50px; }
  @media (min-width: 1400px) {
    .related-articles {
      border-radius: 7px; } }
  @media (min-width: 480px) {
    .related-articles {
      padding: 75px 60px 90px; } }
  .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-articles .thumb-text-grid__item:hover h3 a {
    color: #4d5ea3; }

.related-content {
  background-color: #f3f3f3;
  padding: 50px 0 50px;
  border-radius: 8px; }
  @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: 330px;
  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 30px; } }
  .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 41px 120px 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;
    line-height: 135%; }
    .quote-bubble__main.nano {
      font-size: 16.5px; }
    .quote-bubble__main.extra-small {
      font-size: 18px; }
    .quote-bubble__main.small {
      font-size: 20px; }
    .quote-bubble__main.medium {
      font-size: 25px; }
    .quote-bubble__main.large {
      font-size: 31px; }
    .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; }

.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: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .dp-popup.video, .dp-popup.image {
    background-color: rgba(0, 0, 0, 0.75); }
  .dp-popup.hidden {
    display: none; }
  .dp-popup__inner {
    position: relative;
    color: black;
    max-height: 100%;
    padding-top: 4rem;
    border-radius: 0;
    background: none;
    max-width: 1000px;
    width: 90%; }
    .dp-popup--small .dp-popup__inner {
      max-width: 600px; }
    .dp-popup--medium .dp-popup__inner {
      max-width: 900px; }
    .dp-popup--large .dp-popup__inner {
      max-width: 1200px; }
    .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;
        max-width: 100%; }
    .dp-popup__inner .caption_holder {
      text-align: center;
      background-color: white;
      padding: 8px;
      font-style: italic; }
  .dp-popup--fullscreen .dp-popup__inner {
    width: calc(100% - 35px);
    max-width: none;
    max-height: calc(100% - 40px);
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    padding: 0; }
    .dp-popup--fullscreen .dp-popup__inner img {
      max-width: none; }
    .dp-popup--fullscreen .dp-popup__inner .content_holder {
      height: 100vh;
      width: 100%;
      overflow: auto;
      max-height: calc(100vh - 40px); }
      .dp-popup--fullscreen .dp-popup__inner .content_holder p {
        max-width: none; }
      .dp-popup--fullscreen .dp-popup__inner .content_holder.content_holder--linkEmbed {
        overflow: hidden; }
      .dp-popup--fullscreen .dp-popup__inner .content_holder--vscroll {
        overflow-y: auto; }
    .dp-popup--fullscreen .dp-popup__inner .close {
      width: 40px;
      height: 40px;
      right: 20px;
      top: 20px;
      padding: 0;
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-close.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: none;
      z-index: 999;
      transition: transform 0.3s;
      cursor: pointer; }
      .dp-popup--fullscreen .dp-popup__inner .close::before {
        content: ''; }
      .dp-popup--fullscreen .dp-popup__inner .close:hover {
        transform: rotate(90deg); }
  .dp-popup--content .dp-popup__inner {
    width: calc(100% - 35px);
    max-height: calc(100% - 40px);
    background-color: white;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    min-height: 330px; }
    .dp-popup--content .dp-popup__inner img {
      max-width: none; }
    .dp-popup--content .dp-popup__inner .content_holder {
      padding: 40px;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (min-width: 480px) {
        .dp-popup--content .dp-popup__inner .content_holder {
          flex-direction: row;
          justify-content: space-between; } }
      .dp-popup--content .dp-popup__inner .content_holder__image {
        margin-bottom: 40px; }
        @media (min-width: 480px) {
          .dp-popup--content .dp-popup__inner .content_holder__image {
            margin-bottom: 0;
            margin-right: 40px; } }
        .dp-popup--content .dp-popup__inner .content_holder__image img {
          max-width: 150px;
          height: auto;
          width: 100%;
          display: block;
          margin: 0 auto; }
        .dp-popup--content .dp-popup__inner .content_holder__image .rounded {
          border-radius: 100%;
          overflow: hidden;
          width: 150px;
          height: 150px;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
      .dp-popup--content .dp-popup__inner .content_holder__inner {
        background: white;
        border-radius: 8px;
        padding: 20px; }
      .dp-popup--content .dp-popup__inner .content_holder__icon {
        width: 16px;
        height: auto;
        margin-right: 3px;
        margin-bottom: -2px; }
      .dp-popup--content .dp-popup__inner .content_holder__content {
        flex: 1; }
        .dp-popup--content .dp-popup__inner .content_holder__content h3 {
          margin-top: 0;
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 5px; }
        .dp-popup--content .dp-popup__inner .content_holder__content p {
          font-size: 16px;
          margin-bottom: 20px;
          font-weight: 100; }
          .dp-popup--content .dp-popup__inner .content_holder__content p a {
            font-weight: 100; }
      .dp-popup--content .dp-popup__inner .content_holder__title {
        margin: 30px 0 50px 0; }
        .dp-popup--content .dp-popup__inner .content_holder__title--light {
          color: white; }
        .dp-popup--content .dp-popup__inner .content_holder__title h2 {
          margin: 0;
          margin-bottom: 5px;
          font-weight: bold; }
        .dp-popup--content .dp-popup__inner .content_holder__title h3 {
          margin-top: 0;
          font-size: 18px;
          font-weight: 100; }
    .dp-popup--content .dp-popup__inner .close {
      width: 40px;
      height: 40px;
      right: 20px;
      top: 20px;
      padding: 0;
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-close.png");
      background-size: contain;
      background-repeat: no-repeat;
      transform: none;
      z-index: 999;
      transition: transform 0.3s;
      cursor: pointer; }
      .dp-popup--content .dp-popup__inner .close::before {
        content: ''; }
      .dp-popup--content .dp-popup__inner .close:hover {
        transform: rotate(90deg); }

.dp_nav {
  max-width: 100%; }
  .generic__wrap__subnav .dp_nav ul li a:hover {
    transform: none; }
  .generic__wrap__subnav .dp_nav ul li a.current {
    color: #4d5ea3; }
    .generic__wrap__subnav .dp_nav ul li a.current:before {
      content: none; }
  .generic__wrap__subnav .dp_nav ul li.dropdown .sub-menu {
    display: none; }
  .generic__wrap__subnav .dp_nav ul li.dropdown:hover, .generic__wrap__subnav .dp_nav ul li.span:hover {
    transform: none; }
  .generic__wrap__subnav .dp_nav ul li.dropdown a:before, .generic__wrap__subnav .dp_nav ul li.span a:before {
    display: none !important; }
  .generic__wrap__subnav .dp_nav ul li .sub-menu {
    margin: 0;
    padding-left: 40px;
    position: relative; }
    .generic__wrap__subnav .dp_nav ul li .sub-menu li {
      list-style-type: none !important;
      margin-left: 0 !important; }
      .generic__wrap__subnav .dp_nav ul li .sub-menu li.dropdown {
        margin-left: -20px !important; }
  .generic__wrap__subnav .dp_nav ul li .dp_nav__header,
  .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown {
    display: block;
    position: relative;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 500 !important;
    position: relative;
    font-size: 17px;
    width: 100%;
    max-width: 250px;
    color: black;
    padding: 7.5px 0;
    transform-style: preserve-3d;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    text-align: left; }
  .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-left: -5px; }
    .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown.closed .dp_nav__header__dropdown__holder {
      top: 6px;
      left: 6px; }
      .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown.closed .dp_nav__header__dropdown__holder:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
    .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown__holder {
      position: absolute;
      top: 4px;
      left: 7px;
      transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      .generic__wrap__subnav .dp_nav ul li .dp_nav__header__dropdown__holder:after {
        content: '';
        border: solid #aaaaaa;
        border-width: 0 2.5px 2.5px 0;
        display: inline-block;
        padding: 2.8px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.pc {
  border: 0px solid rgba(0, 0, 0, 0);
  outline: 2px solid rgba(0, 0, 0, 0);
  /* Slider */
  /* Arrows */
  /* Dots */ }
  .pc__wysiwyg {
    font-size: 18px;
    line-height: 155%;
    border-radius: 7px;
    /*h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        // @include font-museo-sans-700;
        @include font-museo-sans-500;
        padding: 0;
        line-height: 115%;
       
        a {
            text-decoration: none;
        }
    }

    h1 {
        
        font-size: 52px * 0.7;
        line-height: 105%;
        margin: 19px 0;

        @include breakpoint($xs) {
            font-size: 52px;
        }
    }

    h2 {
        font-size: 42px * 0.7;
        margin: 15px 0;

        @include breakpoint($xs) {
            font-size: 42px;
        }
    }

    h3 {
        font-size: 34px * 0.7;
        margin: 18px 0;

        @include breakpoint($xs) {
            font-size: 34px;
        }
    }

    h4 {
        font-size: 28px * 0.7;
        margin: 16px 0;

        @include breakpoint($xs) {
            font-size: 28px;
        }
    }

    h5 {
        font-size: 22px * 0.7;
        margin: 15px 0;

        @include breakpoint($xs) {
            font-size: 22px;
        }
    }

    h6 {
        font-size: 20px * 0.7;
        margin: 15px 0;

        @include breakpoint($xs) {
            font-size: 20px;
        }
    }

    b,
    .bold,
    strong {
        @include font-museo-sans-700;
    }*/ }
    .pc__wysiwyg.pc--debug:before {
      content: 'WYSIWYG Editor'; }
    .pc__wysiwyg.has-bg {
      padding: 40px;
      border-radius: 0; }
      .pc__wysiwyg.has-bg.white-bg {
        color: black; }
    .pc__wysiwyg.dark-bg {
      color: white; }
      .pc__wysiwyg.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn) {
        color: white !important; }
        .pc__wysiwyg.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn):hover {
          color: white !important; }
    .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 a:not(.btn):not(.dp__button):not(.dei-btn) {
      color: #4d5ea3; }
      .pc__wysiwyg a:not(.btn):not(.dp__button):not(.dei-btn):hover {
        text-decoration: underline; }
    .pc__wysiwyg--full-width {
      font-size: 19px;
      line-height: 165%; }
    .pc__wysiwyg.bluebg {
      background-color: #439AD1;
      padding: 15px;
      color: white; }
      .pc__wysiwyg.bluebg a:not(.btn):not(.dp__button):not(.dei-btn) {
        color: white; }
      @media (min-width: 480px) {
        .pc__wysiwyg.bluebg {
          padding: 30px; } }
      @media (min-width: 992px) {
        .pc__wysiwyg.bluebg {
          padding: 50px; } }
    .pc__wysiwyg .lockout {
      max-width: 950px; }
    .pc__wysiwyg > div > div p:first-child, .pc__wysiwyg > div > div h2:first-child, .pc__wysiwyg > div > div h3:first-child, .pc__wysiwyg > div > div h4:first-child, .pc__wysiwyg > div > div h5:first-child, .pc__wysiwyg > div > div h6:first-child, .pc__wysiwyg > div > div p:first-child img, .pc__wysiwyg > div > div .wp-caption:first-child {
      margin-top: 0; }
    .pc__wysiwyg > div > div p:last-child, .pc__wysiwyg > div > div p:last-child img, .pc__wysiwyg > div > div .wp-caption:last-child {
      margin-bottom: 0; }
    .pc__wysiwyg a:not(.btn):not(.dp__button):not(.dei-btn) {
      color: #4d5ea3;
      text-decoration: underline; }
    .pc__wysiwyg p {
      margin-bottom: 25px; }
      @media (min-width: 480px) {
        .pc__wysiwyg p {
          margin-bottom: 27px; } }
      .pc__wysiwyg p a:not(.btn):not(.dp__button):not(.dei-btn) {
        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 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 hr {
      margin-top: 40px;
      margin-bottom: 40px;
      border-top: 1px solid #e0e0e0;
      width: 100%; }
    .pc__wysiwyg ul,
    .pc__wysiwyg ol {
      margin-bottom: 25px;
      padding-left: 40px; }
      @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 ol li {
      list-style-type: decimal; }
    .pc__wysiwyg ul li {
      list-style-type: disc; }
    .pc__wysiwyg .accordion {
      margin-bottom: 10px; }
      .pc__wysiwyg .accordion h3 {
        padding: 17px 15px 17px 43px; }
    .pc__wysiwyg .wc-shortcodes-button {
      text-decoration: none; }
    .pc__wysiwyg a.btn {
      text-decoration: none; }
    .pc__wysiwyg__columns {
      display: grid;
      grid-gap: 10px; }
      @media all and (min-width: 600px) {
        .pc__wysiwyg__columns {
          grid-gap: 20px; }
          .pc__wysiwyg__columns--two {
            grid-template-columns: 1fr 1fr; }
            .pc__wysiwyg__columns--two.two-to-one {
              grid-template-columns: 2fr 1fr; }
            .pc__wysiwyg__columns--two.one-to-two {
              grid-template-columns: 1fr 2fr; }
          .pc__wysiwyg__columns--three {
            grid-template-columns: 1fr 1fr 1fr; }
          .pc__wysiwyg__columns--four {
            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.width-2 .pc__grid1__item {
    width: 100%; }
    @media (min-width: 550px) {
      .pc__grid1.width-2 .pc__grid1__item {
        width: calc(50% - 20px); } }
  .pc__grid1.width-3 .pc__grid1__item {
    width: 100%; }
    @media (min-width: 550px) {
      .pc__grid1.width-3 .pc__grid1__item {
        width: calc(33% - 20px); } }
  .pc__grid1.width-4 .pc__grid1__item {
    width: 100%; }
    @media (min-width: 550px) {
      .pc__grid1.width-4 .pc__grid1__item {
        width: calc(25% - 20px); } }
  .pc__grid1 h3 {
    font-family: "museo-sans", sans-serif !important;
    font-weight: 500 !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; }
    @media (min-width: 768px) {
      .pc__grid1 p {
        font-size: 20px;
        line-height: 2.8rem; } }
  .pc__grid1__inner {
    margin-top: 28px; }
    @media (min-width: 550px) {
      .pc__grid1__inner {
        display: flex;
        flex-wrap: wrap;
        margin: 28px -10px -20px -10px; } }
  .pc__grid1__item {
    background-color: #f3f3f3;
    padding: 20px 20px 50px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px; }
    @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;
      border-top-right-radius: 6px;
      border-top-left-radius: 6px; }
      .contain .pc__grid1__item__img {
        background-color: white;
        padding: 10px; }
      .pc__grid1__item__img div {
        transition: all 0.7s;
        height: 0;
        padding-bottom: 64.58%;
        background-size: cover;
        background-position: center center; }
        .contain .pc__grid1__item__img div {
          background-size: contain;
          background-repeat: no-repeat; }
    .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:not(.btn):not(.dp__button):not(.dei-btn) {
      text-decoration: none;
      transition: all 0.3s;
      display: block;
      color: #333 !important; }
      .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn) h4 {
        color: #333; }
      .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn):hover {
        color: #333;
        text-decoration: none; }
        .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn):hover p {
          color: #333;
          text-decoration: none; }
        .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn):hover .pc__grid1__item__img div {
          transform: scale(1.05); }
        .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn):hover .pc__grid1__item__link {
          color: #4d5ea3; }
        .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn):hover h4 {
          color: #4d5ea3;
          text-decoration: none; }
    .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: #4d5ea3;
    color: white !important; }
    .pc__hpb--bg-blue .btn {
      color: white !important;
      border: 2px solid white; }
      .pc__hpb--bg-blue .btn:hover {
        color: #4d5ea3 !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 h3 {
    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 h3 {
        font-size: 43px;
        margin-bottom: 25px; } }
    .pc__hpb h3.full-width {
      font-size: 28px; }
      @media (min-width: 768px) {
        .pc__hpb h3.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.annual h3 {
    font-size: 30px;
    font-weight: 900; }
  .pc__fp.annual p, .pc__fp.annual li {
    line-height: 130%; }
  .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 ul {
    margin-top: 25px; }
    .pc__fp ul li {
      font-size: 21px;
      line-height: 3.2rem; }
      @media (min-width: 768px) {
        .pc__fp ul li {
          font-size: 24.5px;
          line-height: 4rem; } }
  .pc__fp p {
    font-size: 21px;
    line-height: 3.2rem;
    margin-bottom: 0px; }
    @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:not(.btn):not(.dp__button):not(.dei-btn) {
    color: #4d5ea3;
    text-decoration: underline; }
  .pc__ctg.pc--debug:before {
    content: 'Colored Tile Grid'; }
  .pc__ctg h3 {
    font-family: "museo-sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 26px;
    margin-bottom: 9px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .pc__ctg h3 {
        font-size: 33px; } }
  .pc__ctg p, .pc__ctg ul {
    font-family: "museo-sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 2.4rem;
    max-width: 950px; }
    @media (min-width: 768px) {
      .pc__ctg p, .pc__ctg ul {
        font-size: 20px;
        line-height: 2.8rem; } }
  .pc__ctg > div {
    color: white; }
    .pc__ctg > div .item__inner__heading,
    .pc__ctg > div p,
    .pc__ctg > div ol,
    .pc__ctg > div ul,
    .pc__ctg > div a:not(.btn):not(.dp__button):not(.dei-btn) {
      color: white; }
    .pc__ctg > div a:not(.btn):not(.dp__button):not(.dei-btn) {
      text-decoration: underline;
      color: white !important; }
    .pc__ctg > div:hover {
      color: white;
      text-decoration: none; }
    .pc__ctg > div.pc__title_description {
      color: black; }
      .pc__ctg > div.pc__title_description .item__inner__heading,
      .pc__ctg > div.pc__title_description p,
      .pc__ctg > div.pc__title_description ol,
      .pc__ctg > div.pc__title_description ul,
      .pc__ctg > div.pc__title_description a:not(.btn):not(.dp__button):not(.dei-btn) {
        color: black; }
      .pc__ctg > div.pc__title_description:hover {
        color: black; }
  .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% -0.8%; } }
    .pc__ctg__tiles__tile {
      width: 100%;
      margin-bottom: 12px;
      position: relative;
      text-align: left; }
      .pc__ctg__tiles__tile.white-bg > div .item__inner__heading {
        color: black !important; }
      .pc__ctg__tiles__tile.white-bg > div p {
        color: black !important; }
      .pc__ctg__tiles__tile.no-title > div p {
        margin-top: 20px; }
      @media (min-width: 700px) {
        .pc__ctg__tiles__tile {
          padding: 8px;
          width: 50%;
          margin-bottom: 0; }
          .col-four .pc__ctg__tiles__tile {
            width: 33.33333%; } }
      @media (min-width: 1000px) {
        .pc__ctg__tiles__tile {
          width: 33.33333%;
          padding: 0.85%; }
          .col-two .pc__ctg__tiles__tile {
            width: 50%; }
          .col-three .pc__ctg__tiles__tile {
            width: 33.33333%; }
          .col-four .pc__ctg__tiles__tile {
            width: 25%; } }
      .col-one .pc__ctg__tiles__tile {
        width: 100%;
        min-height: 330px !important; }
        .col-one .pc__ctg__tiles__tile > div {
          color: white; }
          .col-one .pc__ctg__tiles__tile > div:hover {
            text-decoration: none;
            color: white; }
            @media (min-width: 650px) {
              .col-one .pc__ctg__tiles__tile > div:hover .item__inner .item__inner__heading,
              .col-one .pc__ctg__tiles__tile > div:hover .item__inner p,
              .col-one .pc__ctg__tiles__tile > div:hover .item__inner ol,
              .col-one .pc__ctg__tiles__tile > div:hover .item__inner ul {
                text-decoration: none;
                color: white;
                transform: none; } }
          @media (min-width: 650px) {
            .col-one .pc__ctg__tiles__tile > div .item__inner {
              background-image: none !important;
              padding: 6.5% 6.5% 6.5% 50%;
              background-size: 50% auto;
              background-position: left center; }
              .col-one .pc__ctg__tiles__tile > div .item__inner__heading {
                color: white;
                margin: 0 0 12px;
                font-size: 23px;
                max-width: 520px; }
                .accordion-body .col-one .pc__ctg__tiles__tile > div .item__inner__heading {
                  color: white !important; } }
    @media (min-width: 650px) and (min-width: 650px) {
      .col-one .pc__ctg__tiles__tile > div .item__inner__heading {
        font-size: 24px; } }
    @media (min-width: 650px) and (min-width: 1300px) {
      .col-one .pc__ctg__tiles__tile > div .item__inner__heading {
        font-size: 30px; } }
          @media (min-width: 650px) {
              .col-one .pc__ctg__tiles__tile > div .item__inner p, .col-one .pc__ctg__tiles__tile > div .item__inner ul, .col-one .pc__ctg__tiles__tile > div .item__inner ol, .col-one .pc__ctg__tiles__tile > div .item__inner li {
                color: white;
                font-size: 16px;
                max-width: 500px; }
                .accordion-body .col-one .pc__ctg__tiles__tile > div .item__inner p, .accordion-body .col-one .pc__ctg__tiles__tile > div .item__inner ul, .accordion-body .col-one .pc__ctg__tiles__tile > div .item__inner ol, .accordion-body .col-one .pc__ctg__tiles__tile > div .item__inner li {
                  color: white !important; } }
    @media (min-width: 650px) and (min-width: 1300px) {
      .col-one .pc__ctg__tiles__tile > div .item__inner p, .col-one .pc__ctg__tiles__tile > div .item__inner ul, .col-one .pc__ctg__tiles__tile > div .item__inner ol, .col-one .pc__ctg__tiles__tile > div .item__inner li {
        font-size: 18px;
        line-height: 2.6rem; } }
          @media (min-width: 650px) {
              .col-one .pc__ctg__tiles__tile > div .item__inner .cta-btn {
                margin-top: 35px;
                max-width: 480px;
                background-color: white;
                color: #4d5ea3; } }
    @media (min-width: 650px) and (min-width: 600px) {
      .col-one .pc__ctg__tiles__tile > div .item__inner .cta-btn {
        width: calc(100% - 13%);
        opacity: 2;
        position: static;
        transform: none; } }
          .col-one .pc__ctg__tiles__tile > div .item__inner__fwbg {
            display: none; }
            @media (min-width: 650px) {
              .col-one .pc__ctg__tiles__tile > div .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.full-width-tiles {
        width: 100%;
        min-height: 330px !important; }
        @media (min-width: 650px) {
          .pc__ctg__tiles__tile.full-width-tiles > div:hover .item__inner__heading,
          .pc__ctg__tiles__tile.full-width-tiles > div:hover .item__inner p,
          .pc__ctg__tiles__tile.full-width-tiles > div:hover .item__inner ol,
          .pc__ctg__tiles__tile.full-width-tiles > div:hover .item__inner ul {
            transform: none; } }
        @media (min-width: 650px) {
          .pc__ctg__tiles__tile.full-width-tiles > div .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 > div .item__inner__heading {
              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 > div .item__inner__heading {
        font-size: 24px; } }
    @media (min-width: 650px) and (min-width: 1300px) {
      .pc__ctg__tiles__tile.full-width-tiles > div .item__inner__heading {
        font-size: 30px; } }
        @media (min-width: 650px) {
            .pc__ctg__tiles__tile.full-width-tiles > div .item__inner p {
              font-size: 16px;
              max-width: 500px; } }
    @media (min-width: 650px) and (min-width: 1300px) {
      .pc__ctg__tiles__tile.full-width-tiles > div .item__inner p {
        font-size: 18px;
        line-height: 2.6rem; } }
        @media (min-width: 650px) {
            .pc__ctg__tiles__tile.full-width-tiles > div .item__inner .cta-btn {
              margin-top: 35px;
              max-width: 480px;
              background-color: white;
              color: #4d5ea3; } }
    @media (min-width: 650px) and (min-width: 600px) {
      .pc__ctg__tiles__tile.full-width-tiles > div .item__inner .cta-btn {
        width: calc(100% - 13%);
        opacity: 2;
        position: static;
        transform: none; } }
        .pc__ctg__tiles__tile.full-width-tiles > div .item__inner__fwbg {
          display: none; }
          @media (min-width: 650px) {
            .pc__ctg__tiles__tile.full-width-tiles > div .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 > div {
        text-decoration: none;
        transition: all 0.3s;
        display: block;
        height: 100%; }
        @media (min-width: 650px) {
          .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner {
            background-size: 100% auto; }
            .col-one .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner, .full-width .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner {
              background-size: 100% auto; }
            .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner__heading,
            .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner p,
            .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner ol,
            .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner ul {
              transform: translateY(0); }
            .pc__ctg__tiles__tile > div.pc__ctg__tiles__tile--disabled:hover .item__inner .cta-btn {
              opacity: 1;
              transform: translateY(0px); } }
        .pc__ctg__tiles__tile > div .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;
          border-radius: 6px; }
          .pc__ctg__tiles__tile > div .item__inner__heading {
            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 > div .item__inner__heading {
                font-size: 24px; } }
            .accordion-body .pc__ctg__tiles__tile > div .item__inner__heading {
              color: white !important; }
          .pc__ctg__tiles__tile > div .item__inner img {
            margin: 0; }
          .pc__ctg__tiles__tile > div .item__inner p, .pc__ctg__tiles__tile > div .item__inner ul {
            font-size: 16px;
            line-height: 2.0rem;
            max-width: 380px;
            transition: all 0.3s ease-in-out;
            margin-bottom: 12px; }
            @media (min-width: 1300px) {
              .pc__ctg__tiles__tile > div .item__inner p, .pc__ctg__tiles__tile > div .item__inner ul {
                font-size: 16.5px;
                line-height: 2.1rem; } }
            .accordion-body .pc__ctg__tiles__tile > div .item__inner p, .accordion-body .pc__ctg__tiles__tile > div .item__inner ul {
              color: white !important; }
          .pc__ctg__tiles__tile > div .item__inner ul,
          .pc__ctg__tiles__tile > div .item__inner ol {
            padding-left: 22px;
            transition: all 0.3s ease-in-out;
            margin-bottom: 20px; }
            .pc__ctg__tiles__tile > div .item__inner ul li,
            .pc__ctg__tiles__tile > div .item__inner ol li {
              margin-bottom: 5px;
              line-height: 140%; }
              .accordion-body .pc__ctg__tiles__tile > div .item__inner ul li, .accordion-body
              .pc__ctg__tiles__tile > div .item__inner ol li {
                color: white !important; }
            .accordion-body .pc__ctg__tiles__tile > div .item__inner ul, .accordion-body
            .pc__ctg__tiles__tile > div .item__inner ol {
              color: white !important; }
          .pc__ctg__tiles__tile > div .item__inner .cta-btn {
            display: block;
            width: 100%;
            margin-top: 6.5%;
            background-color: white;
            color: #4d5ea3 !important; }
            @media (min-width: 600px) {
              .pc__ctg__tiles__tile > div .item__inner .cta-btn {
                width: calc(100% - 13%);
                min-width: 0;
                transition: all 0.3s ease-in-out; } }
            @media (min-width: 1000px) {
              .col-five .pc__ctg__tiles__tile > div .item__inner .cta-btn {
                padding: 15px; }
              .col-six .pc__ctg__tiles__tile > div .item__inner .cta-btn {
                padding: 10px; } }
      .pc__ctg__tiles__tile.no-img .item__inner {
        padding-top: 6.5%; }
      .pc__ctg__tiles__tile.no-link > div .item__inner .cta-btn {
        display: none; }
      .pc__ctg__tiles__tile.no-link .item__inner {
        padding-bottom: 6.5%; }
  .pc__table.pc--debug:before {
    content: 'Table'; }
  .pc__table.lockout {
    max-width: 1060px; }
  .pc__table--roundtop {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    overflow: hidden; }
  .pc__table__desktop, .pc__table__mobile {
    width: 100%; }
  @media (min-width: 768px) {
    .pc__table__mobile {
      display: none; } }
  .pc__table__mobile__row {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 2px; }
    .pc__table__mobile__row.row-start {
      border-top-left-radius: 13px;
      border-top-right-radius: 13px; }
    .pc__table__mobile__row.row-end {
      border-bottom-left-radius: 13px;
      border-bottom-right-radius: 13px;
      margin-bottom: 10px; }
    .pc__table__mobile__row th, .pc__table__mobile__row td {
      padding: 15px; }
      .pc__table__mobile__row th.pc__table__mobile__header, .pc__table__mobile__row td.pc__table__mobile__header {
        font-family: "museo-sans", sans-serif !important;
        font-weight: 500 !important;
        min-width: 35%;
        background-color: #4d5ea3;
        color: white; }
      .pc__table__mobile__row th.pc__table__mobile__col, .pc__table__mobile__row td.pc__table__mobile__col {
        text-align: left;
        background-color: #f7f7f7;
        flex-grow: 1; }
  .pc__table__header {
    display: none; }
    @media (min-width: 768px) {
      .pc__table__header {
        display: flex;
        font-family: "museo-sans", sans-serif !important;
        font-weight: 500 !important; } }
    .pc__table__header .pc__table__col {
      background-color: #4d5ea3;
      color: white !important;
      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: 13px; }
      .pc__table__header .pc__table__col:last-child {
        border-top-right-radius: 13px; }
  .pc__accordion.has-bg .pc__table__rows {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px; }
  .pc__table__rows .pc__table__row:last-of-type .pc__table__col:first-child {
    border-bottom-left-radius: 13px; }
  .pc__table__rows .pc__table__row:last-of-type .pc__table__col:last-child {
    border-bottom-right-radius: 13px; }
  .pc__table__row {
    display: none; }
    @media (min-width: 768px) {
      .pc__table__row {
        display: flex;
        border-bottom: 2px solid white; }
        .pc__table__row:last-child {
          border-bottom: none; } }
    .pc__table__row ul {
      padding-left: 14px;
      margin-bottom: 10px; }
  .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, .pc__table li {
    font-size: 15px;
    line-height: 140%; }
    .pc__table p:last-of-type, .pc__table li:last-of-type {
      margin-bottom: 0 !important; }
  .accordion-body .pc__table__header_color h1, .accordion-body .pc__table__header_color h2, .accordion-body .pc__table__header_color h3, .accordion-body .pc__table__header_color h4, .accordion-body .pc__table__header_color h5, .accordion-body .pc__table__header_color h6, .accordion-body .pc__table__header_color p, .accordion-body .pc__table__header_color li {
    color: white !important; }
  .accordion-body .pc__table__body_color {
    background-color: white !important;
    border-color: #f4f4f4 !important; }
  .accordion-body .pc__table__border_color {
    border-color: #f4f4f4 !important; }
  .pc__html.pc--debug:before {
    content: 'HTML'; }
  .pc__timeline {
    position: relative;
    padding-top: 12px; }
    .pc__timeline > div {
      position: relative;
      padding-top: 12px; }
    .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: #4d5ea3;
        transition: all 0.6s; }
        .pc__timeline--bg .pc__timeline__line__color {
          background-color: white; }
    .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; }
        .accordion-body .pc__timeline__item:last-of-type {
          background-color: #f4f4f4; }
        .pc__timeline--bg .pc__timeline__item:last-of-type {
          background-color: inherit; }
      .pc__timeline__item__circle {
        content: '';
        position: absolute;
        top: 0px;
        left: -4px;
        width: 27px !important;
        height: 27px;
        border-radius: 50%;
        border: 4px solid #4d5ea3;
        background-color: white; }
        .pc__timeline--bg .pc__timeline__item__circle {
          border-color: white; }
        .accordion-body .pc__timeline__item__circle {
          background-color: #f4f4f4; }
        @media (min-width: 600px) {
          .pc__timeline__item__circle {
            transform: translateX(-50%);
            left: 50%; } }
      @media (min-width: 600px) {
        .pc__timeline__item > h2 {
          min-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;
        margin-top: 0 !important;
        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 {
        border-radius: 8px;
        position: relative;
        top: -12px;
        left: -17px;
        padding: 17px;
        background-color: #f5f5f5; }
        .pc__timeline--bg .pc__timeline__item__content > div {
          background-color: white;
          color: #1d1d1d !important; }
        .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, .pc__timeline__item__content > div li {
          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:not(.btn):not(.dp__button):not(.dei-btn) {
          text-decoration: underline; }
        .pc__timeline__item__content > div img {
          max-width: 100%;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
          .pc__timeline__item__content > div img.alignleft {
            margin-right: 22px;
            margin-bottom: 10px; }
  .pc__prev-next-buttons.pc--debug:before {
    content: 'Previous Next Buttons'; }
  .has-bg .pc__prev-next-buttons, .pc__prev-next-buttons.has-bg {
    padding: 0;
    border-radius: 0; }
    .has-bg .pc__prev-next-buttons a, .pc__prev-next-buttons.has-bg a {
      color: white !important; }
      .has-bg .pc__prev-next-buttons a:hover .prev-next-nav__arrow, .pc__prev-next-buttons.has-bg a:hover .prev-next-nav__arrow {
        background-color: rgba(0, 0, 0, 0) !important; }
    .has-bg .pc__prev-next-buttons > div, .pc__prev-next-buttons.has-bg > div {
      border: none;
      margin-top: 0;
      padding-top: 0; }
    .has-bg .pc__prev-next-buttons .prev-next-nav__arrow, .pc__prev-next-buttons.has-bg .prev-next-nav__arrow {
      border-color: white !important; }
    .has-bg .pc__prev-next-buttons .prev-next-nav__arrow--prev, .pc__prev-next-buttons.has-bg .prev-next-nav__arrow--prev {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-left-white.svg"); }
    .has-bg .pc__prev-next-buttons .prev-next-nav__arrow--next, .pc__prev-next-buttons.has-bg .prev-next-nav__arrow--next {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-white.svg"); }
  .pc__prev-next-buttons.has-bg {
    padding: 40px; }
    @media all and (max-width: 768px) {
      .pc__prev-next-buttons.has-bg {
        padding: 20px; } }
  @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 #ccc;
    margin-top: 30px;
    padding-top: 30px; }
  .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%;
    text-decoration: none !important; }
    @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 {
      text-decoration: none; }
      .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.centered {
    margin: 0 auto; }
  .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__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 10px;
    padding-left: 0 !important; }
    .pc__image-grid__grid li {
      list-style-type: none !important;
      margin-bottom: 0 !important; }
    @media (min-width: 480px) {
      .pc__image-grid__grid--two, .pc__image-grid__grid--three, .pc__image-grid__grid--four {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 650px) {
      .pc__image-grid__grid--two, .pc__image-grid__grid--three, .pc__image-grid__grid--four {
        grid-gap: 30px; } }
    @media (min-width: 650px) {
      .pc__image-grid__grid--three, .pc__image-grid__grid--four {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px; } }
    @media (min-width: 992px) {
      .pc__image-grid__grid--four {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .pc__image-grid__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    min-width: 100%;
    max-width: 100%; }
    .pc__image-grid__item:hover {
      text-decoration: underline;
      -webkit-text-decoration-color: #4d5ea3;
      text-decoration-color: #4d5ea3; }
      .pc__image-grid__item:hover p {
        color: black; }
    .pc__image-grid__item img {
      width: 100%;
      height: auto;
      margin: 0;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .pc__image-grid__item.vertical-top {
      justify-content: flex-start; }
    .pc__image-grid__item.vertical-center {
      justify-content: center; }
      .pc__image-grid__item.vertical-center img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        vertical-align: center; }
    .pc__image-grid__item.vertical-bottom {
      justify-content: flex-end; }
    .pc__image-grid__item.horizontal-left {
      align-items: flex-start; }
    .pc__image-grid__item p {
      font-size: 16px;
      text-align: center;
      font-weight: 500;
      margin: 0;
      padding: 9px;
      color: black;
      width: 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; }
        .gutenberg .pc__parallax-image {
          margin-bottom: 0; } }
    @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__parallax-image__button {
      margin-top: 30px;
      line-height: 28px; }
  .pc__chart_group {
    display: block;
    width: 100%;
    max-width: 800px;
    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.col-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px; }
      .pc__chart_group.col-2 .chart_inner {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
      @media (max-width: 1050px) {
        .pc__chart_group.col-2 {
          display: block; }
          .pc__chart_group.col-2 .chart_inner {
            max-width: 500px;
            margin: 0 auto; } }
    .pc__chart_group .chart_inner {
      position: relative; }
    .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; }
        .font-override .pc__chart_group .chart_holder .y_axis_label, .font-override .pc__chart_group .chart_holder .x_axis_label {
          color: white !important; }
        @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: 0;
        width: 20px;
        height: 100%; }
        @media (max-width: 380px) {
          .pc__chart_group .chart_holder .y_axis_label {
            left: -30px; } }
      .pc__chart_group .chart_holder .y_axis_label span {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        white-space: nowrap;
        transform: rotate(-90deg) translateY(-50%);
        transform-origin: top left; }
      .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;
    padding: 0; }
    .pc__footnotes ol.no-number .footnotes__item {
      padding-left: 0 !important; }
      .pc__footnotes ol.no-number .footnotes__item::before {
        display: none !important; }
    .pc__footnotes ol .footnotes__item {
      margin-bottom: 1.4rem;
      font-size: 1.35rem;
      font-weight: 500;
      list-style-type: none;
      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: 13px;
        line-height: 120%; }
  .pc__image-text.pc--debug:before {
    content: 'Image & Text Section'; }
  .pc__image-text .holder {
    flex-direction: column-reverse; }
    .pc__image-text .holder .holder__col.image {
      margin: 20px 0; }
    .pc__image-text .holder .holder__col > *:first-child {
      margin-top: 0; }
    .pc__image-text .holder .holder__col > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 480px) {
    .pc__image-text .holder .holder__col.image {
      margin: 0; }
    .pc__image-text.left .holder:nth-child(2n-1) {
      flex-direction: row; }
      .pc__image-text.left .holder:nth-child(2n-1) .holder__col.image {
        margin-left: 3.5vw; }
        .pc__image-text.left .holder:nth-child(2n-1) .holder__col.image.medium-margin {
          margin-left: 2.25vw; }
        .pc__image-text.left .holder:nth-child(2n-1) .holder__col.image.small-margin {
          margin-left: 10px; }
    .pc__image-text.left .holder:nth-child(2n) {
      flex-direction: row-reverse; }
      .pc__image-text.left .holder:nth-child(2n) .holder__col.image {
        margin-right: 3.5vw; }
        .pc__image-text.left .holder:nth-child(2n) .holder__col.image.medium-margin {
          margin-right: 2.25vw; }
        .pc__image-text.left .holder:nth-child(2n) .holder__col.image.small-margin {
          margin-right: 10px; }
    .pc__image-text.right .holder:nth-child(2n-1) {
      flex-direction: row-reverse; }
      .pc__image-text.right .holder:nth-child(2n-1) .holder__col.image {
        margin-right: 3.5vw; }
        .pc__image-text.right .holder:nth-child(2n-1) .holder__col.image.medium-margin {
          margin-right: 2.25vw; }
        .pc__image-text.right .holder:nth-child(2n-1) .holder__col.image.small-margin {
          margin-right: 10px; }
    .pc__image-text.right .holder:nth-child(2n) {
      flex-direction: row; }
      .pc__image-text.right .holder:nth-child(2n) .holder__col.image {
        margin-left: 3.5vw; }
        .pc__image-text.right .holder:nth-child(2n) .holder__col.image.medium-margin {
          margin-left: 2.25vw; }
        .pc__image-text.right .holder:nth-child(2n) .holder__col.image.small-margin {
          margin-left: 10px; }
    .pc__image-text--onedir.left .holder:nth-child(2n-1) {
      flex-direction: row; }
      .pc__image-text--onedir.left .holder:nth-child(2n-1) .holder__col.image {
        margin-left: 3.5vw;
        margin-right: 0; }
        .pc__image-text--onedir.left .holder:nth-child(2n-1) .holder__col.image.medium-margin {
          margin-left: 2.25vw; }
        .pc__image-text--onedir.left .holder:nth-child(2n-1) .holder__col.image.small-margin {
          margin-left: 10px; }
    .pc__image-text--onedir.left .holder:nth-child(2n) {
      flex-direction: row; }
      .pc__image-text--onedir.left .holder:nth-child(2n) .holder__col.image {
        margin-left: 3.5vw;
        margin-right: 0; }
        .pc__image-text--onedir.left .holder:nth-child(2n) .holder__col.image.medium-margin {
          margin-left: 2.25vw; }
        .pc__image-text--onedir.left .holder:nth-child(2n) .holder__col.image.small-margin {
          margin-left: 10px; }
    .pc__image-text--onedir.right .holder:nth-child(2n-1) {
      flex-direction: row-reverse; }
      .pc__image-text--onedir.right .holder:nth-child(2n-1) .holder__col.image {
        margin-right: 3.5vw;
        margin-left: 0; }
        .pc__image-text--onedir.right .holder:nth-child(2n-1) .holder__col.image.medium-margin {
          margin-right: 2.25vw; }
        .pc__image-text--onedir.right .holder:nth-child(2n-1) .holder__col.image.small-margin {
          margin-right: 10px; }
    .pc__image-text--onedir.right .holder:nth-child(2n) {
      flex-direction: row-reverse; }
      .pc__image-text--onedir.right .holder:nth-child(2n) .holder__col.image {
        margin-right: 3.5vw;
        margin-left: 0; }
        .pc__image-text--onedir.right .holder:nth-child(2n) .holder__col.image.medium-margin {
          margin-right: 2.25vw; }
        .pc__image-text--onedir.right .holder:nth-child(2n) .holder__col.image.small-margin {
          margin-right: 10px; } }
  .pc__image-text .holder {
    display: flex;
    justify-content: space-between;
    padding: 20px 0; }
    .pc__image-text .holder.bg {
      padding: 20px 40px; }
    @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.image.popup {
          cursor: pointer; }
      .pc__image-text .holder__col p:last-child {
        margin: 0; }
      .pc__image-text .holder__col img {
        width: 100%;
        margin: 0; }
      .pc__image-text .holder__col__caption {
        background-color: white;
        font-size: 16px;
        font-weight: 100;
        margin: 0;
        padding: 1rem;
        text-align: center;
        font-style: oblique;
        color: black; }
  .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%;
      margin: 0;
      border-radius: 8px; }
    .pc__video_popup .video_popup_link::before {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-video-play.svg");
      content: '';
      width: 9%;
      height: 0;
      padding-bottom: 9%;
      left: 30px;
      bottom: 30px;
      opacity: 1;
      position: absolute;
      transition-duration: 0.2s;
      pointer-events: none;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)); }
    .pc__video_popup .video_popup_link:hover::before {
      opacity: 0.8; }
  .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'; }
  .pc__spotlight .spotlight__title {
    margin-top: 0 !important; }
  .font-override .pc__spotlight h1, .font-override .pc__spotlight h2, .font-override .pc__spotlight h3, .font-override .pc__spotlight h4, .font-override .pc__spotlight h5, .font-override .pc__spotlight h6, .font-override .pc__spotlight p, .font-override .pc__spotlight li, .font-override .pc__spotlight span, .font-override .pc__spotlight .spotlight__title {
    color: #1d1d1d !important; }
  .pc__spotlight.dark-bg {
    color: white; }
    .pc__spotlight.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn) {
      color: white !important; }
      .pc__spotlight.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn):hover {
        color: white !important; }
    .font-override .pc__spotlight.dark-bg h1, .font-override .pc__spotlight.dark-bg h2, .font-override .pc__spotlight.dark-bg h3, .font-override .pc__spotlight.dark-bg h4, .font-override .pc__spotlight.dark-bg h5, .font-override .pc__spotlight.dark-bg h6, .font-override .pc__spotlight.dark-bg p, .font-override .pc__spotlight.dark-bg li, .font-override .pc__spotlight.dark-bg span, .font-override .pc__spotlight.dark-bg .spotlight__title {
      color: white !important; }
  @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.has-bg {
    padding: 80px 40px; }
    @media (max-width: 768px) {
      .pc__accordion.has-bg {
        padding: 20px; } }
    .pc__accordion.has-bg.no-top-padding {
      padding-top: 0; }
  .pc__accordion.dark-bg {
    color: white; }
    .pc__accordion.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn) {
      color: white !important; }
      .pc__accordion.dark-bg a:not(.btn):not(.dp__button):not(.dei-btn):hover {
        color: white !important; }
  .pc__accordion.pc--debug:before {
    content: 'Accordion'; }
  .pc__accordion .accordion .accordion-content p:last-child, .pc__accordion .accordion .accordion-body p:last-child {
    margin-bottom: 0; }
  .pc__stats.center .stats {
    justify-content: center; }
    .pc__stats.center .stats li:last-child {
      margin-right: 0; }
  .pc__stats.right .stats {
    justify-content: flex-end; }
  .pc__stats .stats {
    margin: 0 auto;
    padding: 0;
    max-width: auto; }
    @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 4vw 20px 0;
      padding: 0; }
      @media (min-width: 700px) {
        .pc__stats .stats li {
          margin: 0 4vw 20px 0; } }
      .pc__stats .stats li h3 {
        color: #5498cd;
        font-weight: 700 !important;
        margin: 0 0 2px;
        font-size: 48px;
        letter-spacing: 0; }
        @media (min-width: 700px) {
          .pc__stats .stats li h3 {
            font-size: 56px; } }
        .font-override .pc__stats .stats li h3 {
          color: white !important; }
      .pc__stats .stats li .pc__stats__subtitle {
        margin: 0;
        padding: 0;
        font-size: 18px;
        color: #000;
        font-weight: 300; }
        @media (min-width: 700px) {
          .pc__stats .stats li .pc__stats__subtitle {
            font-size: 21px; } }
        .font-override .pc__stats .stats li .pc__stats__subtitle {
          color: white !important; }
    .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;
            text-align: center; }
        .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;
        margin-bottom: 0; }
    .pc__list.bullets ul, .pc__list.numbers ul {
      padding-left: 20px; }
    .pc__list.list-small ul {
      grid-gap: 5px; }
    .pc__list.list-medium ul {
      grid-gap: 10px; }
    .pc__list.list-large ul {
      grid-gap: 20px; }
    .pc__list.bullets li {
      list-style-type: disc; }
    .pc__list.numbers li {
      list-style-type: decimal; }
    @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 {
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    color: #878787;
    border-left: 4px solid #439ad0;
    margin-left: 4vw;
    padding: 2px 6vw 2px 3vw; }
    .font-override .pc__quotes.block-quote .quote {
      color: white; }
    @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-top: 0;
          margin-bottom: 0;
          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 {
    margin-top: 0;
    margin-bottom: 0;
    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; }
      .font-override .pc__quotes.testimonials .quote .body p {
        color: #1d1d1d !important; }
    .pc__quotes.testimonials .quote .credit p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 5px; }
      .font-override .pc__quotes.testimonials .quote .credit p {
        color: #1d1d1d !important; }
      .pc__quotes.testimonials .quote .credit p:first-child {
        font-size: 17px;
        margin-bottom: 10px; }
  .pc__quotes.success-stories {
    padding: 10px 0;
    background-color: #006f96;
    border-radius: 7px; }
    @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: 800px;
        margin: 0 auto; } }
    .pc__quotes.success-stories > div .quote {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      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__quotes .image-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px; }
    .pc__quotes .image-quote__body {
      background-color: #4d5ea3;
      flex: 2;
      width: 60%;
      padding: 20px;
      color: white;
      position: relative; }
      .pc__quotes .image-quote__body .credit {
        font-style: italic;
        font-weight: 600;
        margin-top: 5px; }
      .pc__quotes .image-quote__body .triangle {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 100%;
        width: 0;
        height: 0; }
    .pc__quotes .image-quote__image {
      flex: 1;
      min-width: 200px;
      max-width: 200px;
      height: 200px;
      border-radius: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .slick-loading .pc .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat; }
  .pc .slick-prev,
  .pc .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
    .pc .slick-prev:hover, .pc .slick-prev:focus,
    .pc .slick-next:hover,
    .pc .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      .pc .slick-prev:hover:before, .pc .slick-prev:focus:before,
      .pc .slick-next:hover:before,
      .pc .slick-next:focus:before {
        opacity: 1; }
    .pc .slick-prev.slick-disabled:before,
    .pc .slick-next.slick-disabled:before {
      opacity: 0.25; }
    .pc .slick-prev:before,
    .pc .slick-next:before {
      font-size: 20px;
      line-height: 1;
      color: white;
      opacity: 0.75;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .pc .slick-prev {
    left: -25px; }
    [dir="rtl"] .pc .slick-prev {
      left: auto;
      right: -25px; }
    .pc .slick-prev:before {
      content: "←"; }
      [dir="rtl"] .pc .slick-prev:before {
        content: "→"; }
  .pc .slick-next {
    right: -25px; }
    [dir="rtl"] .pc .slick-next {
      left: -25px;
      right: auto; }
    .pc .slick-next:before {
      content: "→"; }
      [dir="rtl"] .pc .slick-next:before {
        content: "←"; }
  .pc .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .pc .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .pc .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .pc .slick-dots li button:hover, .pc .slick-dots li button:focus {
          outline: none; }
          .pc .slick-dots li button:hover:before, .pc .slick-dots li button:focus:before {
            opacity: 1; }
        .pc .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 6px;
          line-height: 20px;
          text-align: center;
          color: black;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .pc .slick-dots li.slick-active button:before {
        color: black;
        opacity: 0.75; }
  .pc__slider h4 {
    font-size: 32px;
    font-weight: bold !important; }
  .pc__slider__holder {
    display: block;
    position: relative;
    padding: 0;
    margin: 0; }
    .pc__slider__holder.slides-2, .pc__slider__holder.slides-3 {
      margin-left: -10px;
      margin-right: -10px; }
    .pc__slider__holder .slick-list {
      transition: height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .pc__slider__holder .slick-dots {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: center;
      width: auto;
      white-space: nowrap;
      z-index: 1;
      margin-bottom: -1px;
      margin-top: 20px;
      bottom: 0; }
      .pc__slider__holder .slick-dots li {
        margin: 2px; }
        .pc__slider__holder .slick-dots li.slick-active button:before {
          color: black;
          opacity: 1;
          content: "•";
          font-size: 36px;
          top: 0; }
        .pc__slider__holder .slick-dots li button {
          width: 24px;
          height: 24px; }
          .pc__slider__holder .slick-dots li button:hover:before {
            opacity: 1; }
          .pc__slider__holder .slick-dots li button:before {
            transition: all 0.2s;
            font-size: 25px;
            width: 24px;
            height: 24px;
            opacity: 1;
            content: "◦";
            top: 1px; }
    .pc__slider__holder.inline .slick-prev, .pc__slider__holder.inline .slick-next, .pc__slider__holder.inlinevideo .slick-prev, .pc__slider__holder.inlinevideo .slick-next {
      top: 100%;
      transform: none; }
      .pc__slider__holder.inline .slick-prev:before, .pc__slider__holder.inline .slick-next:before, .pc__slider__holder.inlinevideo .slick-prev:before, .pc__slider__holder.inlinevideo .slick-next:before {
        color: black; }
    .pc__slider__holder.inline .slick-dots, .pc__slider__holder.inlinevideo .slick-dots {
      display: none !important; }
      @media (min-width: 480px) {
        .pc__slider__holder.inline .slick-dots, .pc__slider__holder.inlinevideo .slick-dots {
          display: block !important; } }
    .pc__slider__holder .slick-prev,
    .pc__slider__holder .slick-next {
      display: none !important; }
  .pc__slider__item {
    position: relative;
    color: white;
    display: block;
    text-decoration: none;
    z-index: 1;
    margin-bottom: 0 !important; }
    .pc__slider__item:hover .pc__slider__item__title.below .pc__slider__item__title__inner:not(.nolink) {
      color: #4d5ea3; }
    .pc__slider__item:hover .pc__slider__item__image:not(.nolink) {
      transform: scale(1.06); }
    .pc__slider__item.video {
      cursor: pointer; }
      .pc__slider__item.video::after {
        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;
        z-index: 50; }
    .pc__slider__item.inline, .pc__slider__item.inlinevideo {
      background: none;
      min-height: 0; }
      .pc__slider__item.inline:before, .pc__slider__item.inlinevideo:before {
        display: none; }
    .slides-2 .pc__slider__item, .slides-3 .pc__slider__item {
      margin: 0 10px; }
    .pc__slider__item > div, .pc__slider__item > a div {
      z-index: 10; }
    .pc__slider__item a:not(.btn):not(.dp__button):not(.dei-btn) {
      display: block;
      width: 100%;
      height: 100%;
      z-index: 10;
      cursor: pointer;
      position: relative;
      margin-top: 0;
      margin-left: 0;
      color: white; }
      .pc__slider__item a:not(.btn):not(.dp__button):not(.dei-btn):hover {
        color: white; }
    .pc__slider__item__wrapper {
      height: 0;
      padding-bottom: 65%;
      position: relative;
      overflow: hidden;
      border-radius: 14px; }
    .pc__slider__item__image {
      height: 100%;
      width: 100%;
      backface-visibility: hidden;
      background-size: cover;
      background-position: center center;
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.8s ease-in-out; }
      .pc__slider__item__image:not(.nolink) {
        cursor: pointer; }
    .pc__slider__item__title {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.85);
      z-index: 999;
      color: black;
      font-weight: bold;
      padding: 7px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .pc__slider__item__title.overlay {
        pointer-events: none;
        min-height: 20%; }
      @media (min-width: 480px) {
        .pc__slider__item__title {
          padding: 14px 18px; } }
      .pc__slider__item__title.below {
        min-height: auto;
        position: relative;
        left: auto;
        top: auto;
        display: block;
        padding-bottom: 0; }
        a .pc__slider__item__title.below, .inlinevideo .pc__slider__item__title.below {
          cursor: pointer; }
      .pc__slider__item__title.nobg {
        background: none;
        padding: 14px; }
      .pc__slider__item__title__inner {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 14px;
        line-height: 140%;
        transition: all 0.2s ease-in-out;
        font-family: "museo-sans", sans-serif !important;
        font-weight: 700 !important; }
        @media (min-width: 480px) {
          .pc__slider__item__title__inner {
            font-size: 18px; }
            .slides-3 .pc__slider__item__title__inner, .slides-2 .pc__slider__item__title__inner {
              font-size: 16px; } }
        @media (min-width: 992px) {
          .pc__slider__item__title__inner {
            font-size: 32px; }
            .slides-2 .pc__slider__item__title__inner {
              font-size: 21px; } }
    .pc__slider__item__playbtn {
      display: block;
      width: 15%;
      height: auto;
      margin: -3% -1.5%;
      margin-right: 0; }
      .slides-2 .pc__slider__item__playbtn {
        width: 18%;
        margin: -2%; }
      .slides-3 .pc__slider__item__playbtn {
        width: 20%;
        margin: -2.5%; }
      .nobg .pc__slider__item__playbtn {
        width: 30%;
        margin: -5%; }
        @media (min-width: 480px) {
          .nobg .pc__slider__item__playbtn {
            width: 20%;
            margin: -2.5%; } }
        .slides-2 .nobg .pc__slider__item__playbtn {
          width: 30%;
          margin: -5%; }
        .slides-3 .nobg .pc__slider__item__playbtn {
          width: 30%;
          margin: -5%; }
  .pc__video_grid.pc--debug:before {
    content: 'Video Popup'; }
  .pc__video_grid.tint .video_popup_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 25;
    pointer-events: none; }
  .pc__video_grid__holder {
    display: grid;
    grid-gap: 20px; }
    .grid-1 .pc__video_grid__holder, .grid-2 .pc__video_grid__holder, .grid-3 .pc__video_grid__holder, .grid-4 .pc__video_grid__holder, .grid-5 .pc__video_grid__holder, .grid-6 .pc__video_grid__holder {
      grid-template-columns: 1fr; }
    @media (min-width: 300px) {
      .grid-2 .pc__video_grid__holder, .grid-3 .pc__video_grid__holder, .grid-4 .pc__video_grid__holder, .grid-5 .pc__video_grid__holder, .grid-6 .pc__video_grid__holder {
        grid-template-columns: 1fr 1fr; } }
    .pc__video_grid__holder .grid-1 .video_popup_link::after, .pc__video_grid__holder .grid-2 .pc__video_grid__holder .video_popup_link::after {
      width: 12%;
      padding-bottom: 12%; }
    @media (min-width: 768px) {
      .grid-3 .pc__video_grid__holder {
        grid-template-columns: 1fr 1fr 1fr; }
      .grid-4 .pc__video_grid__holder {
        grid-template-columns: 1fr 1fr 1fr 1fr; }
      .grid-5 .pc__video_grid__holder {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .grid-6 .pc__video_grid__holder {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .pc__video_grid .video_popup_link {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden; }
    .pc__video_grid .video_popup_link .popup-src {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      position: absolute; }
    .pc__video_grid .video_popup_link::after {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-video-play.svg");
      content: '';
      width: 18%;
      height: 0;
      padding-bottom: 18%;
      opacity: 0.8;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition-duration: 0.2s;
      z-index: 50;
      pointer-events: none; }
    .pc__video_grid .video_popup_link:hover::before {
      opacity: 1; }
  .pc__video_grid h4 {
    font-size: 18px; }
    @media (min-width: 992px) {
      .pc__video_grid h4 {
        font-size: 24px; } }
  .pc__fullscreen_popup.pc--debug:before {
    content: 'Image Popup'; }
  .pc__fullscreen_popup img {
    margin-bottom: 27px;
    cursor: pointer;
    max-width: 100%; }
  .pc__fullscreen_popup--triggerLink {
    display: none; }
  .pc__fullscreen_popup .popup-btn {
    display: flex;
    flex-direction: row; }
    .pc__fullscreen_popup .popup-btn--left {
      justify-content: flex-start; }
    .pc__fullscreen_popup .popup-btn--center {
      justify-content: center; }
    .pc__fullscreen_popup .popup-btn--right {
      justify-content: flex-end; }
  .pc__buttons__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
  .pc__buttons__icon {
    height: auto;
    width: 22px;
    max-height: 17px;
    margin: 0 !important; }
    .pc__buttons__icon--black {
      display: block; }
    .pc__buttons__icon--white {
      display: none; }
  .pc__buttons__button--hasIcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; }
  .pc__title_description {
    margin-bottom: 28px; }
    .pc__title_description--nomargin {
      margin-bottom: 0; }
    .pc__title_description h3 {
      margin-bottom: 9px;
      margin-top: 0; }
      @media (min-width: 768px) {
        .pc__title_description h3 {
          font-size: 33px; } }
    .pc__title_description p {
      font-family: "museo-sans", sans-serif !important;
      font-weight: 300 !important;
      font-size: 17px;
      line-height: 2.4rem;
      max-width: 950px;
      margin-bottom: 9px; }
      @media (min-width: 768px) {
        .pc__title_description p {
          font-size: 20px;
          line-height: 2.8rem; } }
    .pc__title_description--centered h3, .pc__title_description--centered p {
      text-align: center;
      max-width: none; }
  .pc__container.has-bg {
    padding: 80px 40px; }
    @media (max-width: 768px) {
      .pc__container.has-bg {
        padding: 20px; } }
    .pc__container.has-bg.no-top-padding {
      padding-top: 0; }
  .pc__container.dark-bg {
    color: white; }
    .pc__container.dark-bg a:not(.btn), .pc__container.dark-bg a.btn--text {
      color: white !important; }
      .pc__container.dark-bg a:not(.btn):hover, .pc__container.dark-bg a.btn--text:hover {
        color: white !important; }
  .pc__container__inner input:not([type="submit"]):not(.facetwp-search):not(.dp__search__input), .pc__container__inner textarea:not([type="submit"]):not(.facetwp-search):not(.dp__search__input), .pc__container__inner select:not([type="submit"]):not(.facetwp-search):not(.dp__search__input) {
    background-color: #f7f7f7;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 12px !important; }
  .pc__container__inner input[type="submit"] {
    padding: 12px !important;
    margin-top: 0;
    min-height: 48.5px; }
  .pc__container__inner.dark-bg {
    color: white; }
    .pc__container__inner.dark-bg a:not(.btn), .pc__container__inner.dark-bg a.btn--text {
      color: white !important; }
      .pc__container__inner.dark-bg a:not(.btn):hover, .pc__container__inner.dark-bg a.btn--text:hover {
        color: white !important; }
    .pc__container__inner.dark-bg .light-bg {
      color: black; }
      .pc__container__inner.dark-bg .light-bg a:not(.btn) {
        color: black !important; }
        .pc__container__inner.dark-bg .light-bg a:not(.btn):hover {
          color: black !important; }
  .pc__container__inner.light-bg {
    color: black; }
    .pc__container__inner.light-bg a:not(.btn) {
      color: black !important; }
      .pc__container__inner.light-bg a:not(.btn):hover {
        color: black !important; }
    .pc__container__inner.light-bg .dark-bg {
      color: white; }
      .pc__container__inner.light-bg .dark-bg a:not(.btn) {
        color: white !important; }
        .pc__container__inner.light-bg .dark-bg a:not(.btn):hover {
          color: white !important; }
  .pc__container__inner.rounded {
    border-radius: 12px; }
  .pc__container__inner > div > *:first-child {
    margin-top: 0 !important; }
  .pc__container__inner > div > *:last-child {
    margin-bottom: 0 !important; }
  .pc__container a:not(.btn):not(.dp__button):not(.dei-btn) {
    color: #4d5ea3;
    text-decoration: underline; }
    .pc__container a:not(.btn):not(.dp__button):not(.dei-btn):hover {
      text-decoration: none; }
  .pc__container .pc__grid1__item a:not(.btn):not(.dp__button):not(.dei-btn), .pc__container .facetwp-pager a:not(.btn):not(.dp__button):not(.dei-btn) {
    text-decoration: none !important; }
  @media (min-width: 992px) {
    .pc__container--2-col > div, .pc__container--3-col > div, .pc__container--4-col > div {
      display: grid;
      gap: 40px; }
    .pc__container--2-col.new-layout, .pc__container--3-col.new-layout, .pc__container--4-col.new-layout {
      display: grid;
      gap: 40px; }
      .pc__container--2-col.new-layout > div, .pc__container--3-col.new-layout > div, .pc__container--4-col.new-layout > div {
        display: block;
        gap: 0; }
    .pc__container--2-col .pc__clearfix, .pc__container--3-col .pc__clearfix, .pc__container--4-col .pc__clearfix {
      display: none; } }
  @media (min-width: 992px) {
    .pc__container--2-col > div {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .pc__container--2-col.new-layout {
      grid-template-columns: 1fr 1fr; }
      .pc__container--2-col.new-layout > div {
        grid-template-columns: 1fr; } }
  @media (min-width: 992px) {
    .pc__container--3-col > div {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .pc__container--3-col.new-layout {
      grid-template-columns: 1fr 1fr; }
      .pc__container--3-col.new-layout > div {
        grid-template-columns: 1fr; } }
  @media (min-width: 992px) {
    .pc__container--4-col > div {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 992px) {
    .pc__container--4-col.new-layout {
      grid-template-columns: 1fr 1fr; }
      .pc__container--4-col.new-layout > div {
        grid-template-columns: 1fr; } }
  .pc__iga {
    margin-bottom: 20px; }
    .pc__iga.has-bg {
      color: white; }
    .pc__iga__top {
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .pc__iga__top {
          flex-direction: row; } }
      .pc__iga__top__inner {
        padding: 20px; }
        @media (min-width: 768px) {
          .pc__iga__top__inner {
            padding: 50px; } }
    .pc__iga__image {
      padding: 20px;
      width: 100%; }
      @media (min-width: 480px) {
        .pc__iga__image {
          max-width: 60%;
          min-width: 60%; } }
      @media (min-width: 768px) {
        .pc__iga__image {
          padding: 15px;
          max-width: 40%;
          min-width: 40%; } }
      @media (min-width: 992px) {
        .pc__iga__image {
          max-width: 35%;
          min-width: 35%; } }
      @media (min-width: 1200px) {
        .pc__iga__image {
          max-width: 30%;
          min-width: 30%; } }
      .pc__iga__image__inner {
        width: 100%;
        padding-top: 100%;
        position: relative; }
      .pc__iga__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
    .pc__iga__button {
      font-size: 20px;
      padding: 10px 20px;
      border: 1px solid white;
      border-radius: 5px;
      display: inline-block;
      position: relative;
      padding-right: 40px;
      cursor: pointer; }
      .pc__iga__button:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 20px;
        height: 20px;
        background: url("img/icon-down-arrow-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        transition: transform 0.2s; }
      .pc__iga__button.open:after {
        transform: translateY(-50%) rotate(-180deg); }
    .pc__iga__header {
      margin-top: 0 !important;
      margin-bottom: 20px !important; }
      .accordion-body .pc__iga__header {
        color: white !important; }
      .pc__iga__header--small {
        font-size: 20px; }
      .pc__iga__header--medium {
        font-size: 30px; }
      .pc__iga__header--large {
        font-size: 45px; }
    .pc__iga__content {
      padding: 20px; }
      @media (min-width: 768px) {
        .pc__iga__content {
          padding: 40px 50px;
          padding-top: 0; } }
      .pc__iga__content a:not(.btn):not(.dp__button):not(.dei-btn) {
        color: white !important; }
      .accordion-body .pc__iga__content h2, .accordion-body .pc__iga__content h3, .accordion-body .pc__iga__content h4, .accordion-body .pc__iga__content h5, .accordion-body .pc__iga__content h6, .accordion-body .pc__iga__content p, .accordion-body .pc__iga__content li, .accordion-body .pc__iga__content span {
        color: white !important; }
      .pc__iga__content > div > div:first-child {
        margin-top: 0; }
      .pc__iga__content > div > div:nth-last-child(2) {
        margin-bottom: 0; }
  .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; }

.accordion-content, .accordion-body {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 0 0 8px 8px; }
  .accordion-content h1, .accordion-body h1, .accordion-content h2, .accordion-body h2, .accordion-content h3, .accordion-body h3, .accordion-content h4, .accordion-body h4, .accordion-content h5, .accordion-body h5, .accordion-content h6, .accordion-body h6, .accordion-content p, .accordion-body p, .accordion-content ul, .accordion-body ul, .accordion-content ol, .accordion-body ol {
    color: black !important; }
  .has-bg .accordion-content, .has-bg .accordion-body {
    background-color: white; }

.accordion-title, .accordion-heading {
  background-position-x: 13px !important;
  background-size: 18px !important;
  font-size: 20px !important;
  padding: 15px 15px 15px 43px;
  transition: all 0.3s;
  margin-bottom: 0 !important;
  border-radius: 8px;
  max-width: none !important;
  text-align: left;
  width: 100%;
  font-weight: 500;
  line-height: 120%; }
  .accordion-title.open, .open.accordion-heading {
    border-radius: 8px 8px 0 0; }
  @media (min-width: 480px) {
    .accordion-title, .accordion-heading {
      padding: 17px 15px 17px 43px; } }
  .accordion-title:hover, .accordion-heading:hover {
    background-color: #42508b; }
  .accordion-title.arrow-right, .arrow-right.accordion-heading {
    background: url("./img/icon-plus-dark.svg") no-repeat right 35px center !important;
    background-size: 25px !important;
    padding: 25px 95px 25px 25px; }
    @media (min-width: 480px) {
      .accordion-title.arrow-right, .arrow-right.accordion-heading {
        padding: 25px 95px 25px 25px; } }
    .accordion-title.arrow-right.open, .arrow-right.open.accordion-heading {
      background: url("./img/icon-minus-dark.svg") no-repeat right 35px center !important;
      background-size: 25px !important; }

.accordion-heading img {
  display: none; }

.accordion-heading p {
  margin: 0 !important; }

.accordion-body {
  padding: 0 !important;
  margin-top: 0; }
  .accordion-body > div {
    background-color: transparent !important; }

.facetwp .outlined-input, .facetwp .opportunity__body form v-box input, .opportunity__body form v-box .facetwp input {
  margin-bottom: 35px; }

.facetwp-template__content {
  padding-left: 0 !important; }

.facetwp-checkbox {
  position: relative;
  background: none !important;
  padding-left: 30px !important;
  margin-bottom: 8px !important;
  cursor: pointer;
  font-size: 15px;
  min-height: 20px;
  line-height: 125%; }
  .facetwp-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1.5px solid #dee2e6;
    border-radius: 5px;
    margin-right: 10px;
    transition: background-color 0.2s ease-in-out;
    flex-shrink: 0;
    box-sizing: border-box;
    background-color: #fff; }
  .facetwp-checkbox:after {
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: opacity 0.1s ease-in-out; }
  .facetwp-checkbox.checked:after {
    opacity: 1; }

@media (min-width: 768px) {
  .facetwp__main {
    flex-grow: 1;
    padding-right: 2.5vw; } }

.facetwp__main .facetwp-facet-title {
  display: none; }

.facetwp__main .facetwp-selections:not(:empty) {
  margin-top: 10px;
  margin-bottom: 30px; }

.facetwp__main .facetwp-selections ul {
  margin-bottom: 0; }
  .facetwp__main .facetwp-selections ul li {
    display: block; }
    .facetwp__main .facetwp-selections ul li .facetwp-selection-value {
      margin: 5px 10px 5px 0;
      background-color: #f5f5f5;
      padding: 5px 15px;
      font-size: 14px !important;
      border-radius: 15px;
      cursor: pointer;
      padding-right: 30px;
      position: relative;
      font-family: "museo-sans";
      font-weight: 100;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
      display: inline-block;
      background-image: none; }
      .facetwp__main .facetwp-selections ul li .facetwp-selection-value:hover {
        background-color: #e7e7e7; }
      .facetwp__main .facetwp-selections ul li .facetwp-selection-value .close:after {
        content: '\d7';
        color: #b7b7b7;
        position: absolute;
        top: 50%;
        right: 2px;
        width: 20px;
        line-height: 0;
        font-size: 18px; }
      .font-override .facetwp__main .facetwp-selections ul li .facetwp-selection-value, .accordion-body .facetwp__main .facetwp-selections ul li .facetwp-selection-value {
        background-color: white !important;
        color: #1d1d1d !important; }

.facetwp__main .facetwp-template .facet-post {
  margin-bottom: 35px;
  list-style-type: none !important; }
  @media all and (min-width: 480px) {
    .facetwp__main .facetwp-template .facet-post__holder {
      display: flex;
      align-items: flex-start; } }
  .facetwp__main .facetwp-template .facet-post__holder a {
    color: #4d5ea3;
    transition: all 0.3s;
    text-decoration: none; }
    .facetwp__main .facetwp-template .facet-post__holder a:hover {
      text-decoration: underline; }
  .facetwp__main .facetwp-template .facet-post--opportunity {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.2s all;
    outline: 1px solid transparent; }
    .facetwp__main .facetwp-template .facet-post--opportunity h2 {
      font-weight: bold; }
    .facetwp__main .facetwp-template .facet-post--opportunity h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 12px; }
    .facetwp__main .facetwp-template .facet-post--opportunity a {
      color: #1d1d1d !important;
      text-decoration: none !important; }
      .font-override .facetwp__main .facetwp-template .facet-post--opportunity a {
        color: white !important; }
      .facetwp__main .facetwp-template .facet-post--opportunity a h2, .facetwp__main .facetwp-template .facet-post--opportunity a h3, .facetwp__main .facetwp-template .facet-post--opportunity a p {
        color: #1d1d1d !important;
        text-decoration: none !important; }
        .font-override .facetwp__main .facetwp-template .facet-post--opportunity a h2, .font-override .facetwp__main .facetwp-template .facet-post--opportunity a h3, .font-override .facetwp__main .facetwp-template .facet-post--opportunity a p {
          color: white !important; }
    .facetwp__main .facetwp-template .facet-post--opportunity .facet-post__opportunity_deadline {
      background-color: #6c6c6c;
      border-radius: 20px;
      padding: 8px 12px;
      display: inline-block;
      color: white;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 15px; }
    .facetwp__main .facetwp-template .facet-post--opportunity .facet-post__opportunity_arrow {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 45px;
      height: 45px;
      border-radius: 6px;
      padding: 10px;
      background-color: #6c6c6c;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      opacity: 0;
      transition: 0.2s opacity; }
      .facetwp__main .facetwp-template .facet-post--opportunity .facet-post__opportunity_arrow img {
        width: 100%;
        height: auto; }
    .facetwp__main .facetwp-template .facet-post--opportunity .facet-post__holder {
      flex-direction: column;
      gap: 10px; }
      @media (min-width: 1200px) {
        .facetwp__main .facetwp-template .facet-post--opportunity .facet-post__holder {
          flex-direction: row;
          gap: 0; } }
    .facetwp__main .facetwp-template .facet-post--opportunity:hover {
      cursor: pointer;
      outline: 1px solid #d2d2d2; }
      .facetwp__main .facetwp-template .facet-post--opportunity:hover .facet-post__opportunity_arrow {
        opacity: 1; }
  .facetwp__main .facetwp-template .facet-post--featured {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px; }
  .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%;
      margin: 0 !important; }
  .facetwp__main .facetwp-template .facet-post__text {
    flex-grow: 1;
    letter-spacing: 0; }
    .facetwp__main .facetwp-template .facet-post__text h2 {
      margin: 3px 0 6px;
      font-size: 21px;
      line-height: 135%;
      max-width: 540px; }
      .font-override .facetwp__main .facetwp-template .facet-post__text h2 {
        color: white !important; }
      .accordion-body .facetwp__main .facetwp-template .facet-post__text h2 {
        color: #439ad0 !important; }
    .facetwp__main .facetwp-template .facet-post__text p {
      color: black;
      margin: 0;
      font-size: 17px;
      line-height: 150%; }
      .font-override .facetwp__main .facetwp-template .facet-post__text p {
        color: white !important; }
  .facetwp__main .facetwp-template .facet-post__tags {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 480px) {
      .facetwp__main .facetwp-template .facet-post__tags.has-icon {
        padding-left: 100px; } }
    .facetwp__main .facetwp-template .facet-post__tags li {
      list-style-type: none !important; }
    .facetwp__main .facetwp-template .facet-post__tags__tag {
      font-family: "museo-sans", sans-serif;
      font-weight: 500;
      border-radius: 0;
      letter-spacing: 0.01rem;
      padding: 9px 12px;
      font-size: 14px;
      background-color: #f4f4f4;
      color: #4d5ea3;
      transition: all 0.3s;
      margin-right: 12px;
      margin-bottom: 12px;
      cursor: pointer; }
      .facetwp__main .facetwp-template .facet-post__tags__tag:hover {
        text-decoration: underline; }

.facetwp__main .facetwp-template.centered .facet-post__holder {
  align-items: center; }

.facetwp__main .facetwp-template.columns .facetwp-selections {
  margin-top: 0;
  margin-bottom: 20px; }

@media (min-width: 480px) {
  .facetwp__main .facetwp-template.columns .facetwp-template__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px; }
    .facetwp__main .facetwp-template.columns .facetwp-template__content .facet-post {
      margin-bottom: 0; }
      .facetwp__main .facetwp-template.columns .facetwp-template__content .facet-post__holder {
        flex-direction: column; } }

@media (min-width: 992px) {
  .facetwp__main .facetwp-template.columns .facetwp-template__content {
    grid-template-columns: 1fr; } }

@media (min-width: 1200px) {
  .facetwp__main .facetwp-template.columns .facetwp-template__content {
    grid-template-columns: 1fr 1fr; } }

.facetwp__main .facetwp-template.columns .facetwp-selections {
  margin-top: 0;
  margin-bottom: 28px; }

.facetwp__main .facetwp-template.columns .facet-post__holder h2 {
  font-size: 18px;
  font-weight: 500;
  color: black; }
  .font-override .facetwp__main .facetwp-template.columns .facet-post__holder h2 {
    color: white !important; }

.facetwp__main .facetwp-template.columns .facet-post__holder p {
  font-size: 14px;
  font-weight: 100; }
  .font-override .facetwp__main .facetwp-template.columns .facet-post__holder p {
    color: white !important; }

.font-override .facetwp__main .facetwp-template.columns .facet-post__holder a {
  color: white !important; }

.facetwp__main .facetwp-template.columns .facet-post__holder a:hover {
  text-decoration: none; }

.facetwp__main .facetwp-template.columns .facet-post__icon {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 64.58%;
  max-width: none;
  padding-right: 0;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
  position: relative; }
  .facetwp__main .facetwp-template.columns .facet-post__icon > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    transition: transform 0.7s; }

.facetwp__main .facetwp-template.columns .facet-post:hover .facet-post__icon > div {
  transform: scale(1.05); }

.facetwp__main .facetwp-template.columns .facet-post:hover h2 {
  color: #4d5ea3; }
  .font-override .facetwp__main .facetwp-template.columns .facet-post:hover h2 {
    color: white !important; }

@media (min-width: 480px) {
  .facetwp__main .facetwp-template.columns.team .facetwp-template__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px; }
    .facetwp__main .facetwp-template.columns.team .facetwp-template__content .facet-post {
      margin-bottom: 0; }
      .facetwp__main .facetwp-template.columns.team .facetwp-template__content .facet-post__holder {
        flex-direction: column; } }

@media (min-width: 992px) {
  .facetwp__main .facetwp-template.columns.team .facetwp-template__content {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 1200px) {
  .facetwp__main .facetwp-template.columns.team .facetwp-template__content {
    grid-template-columns: 1fr 1fr 1fr; } }

.facetwp__main .facetwp-template.columns.team .facet-post__holder {
  text-align: center; }

.facetwp__main .facetwp-template.columns.team .facet-post__text {
  width: 100%; }

.facetwp__main .facetwp-template.columns.team .facet-post__icon {
  padding-top: 0;
  height: auto;
  overflow: visible; }
  .facetwp__main .facetwp-template.columns.team .facet-post__icon img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    transition: transform 0.5s; }

.facetwp__main .facetwp-template.columns.team .facet-post:hover img {
  transform: scale(1.05); }

@media (min-width: 992px) {
  .facetwp__sidebar, .facetwp__filters {
    -webkit-position: sticky;
    position: sticky;
    top: 150px;
    max-height: calc(100vh - 150px);
    overflow: scroll;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .facetwp__sidebar::-webkit-scrollbar, .facetwp__filters::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ } }

.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;
    margin: 0; }
  .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: 15px; }

.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; }

@media (min-width: 768px) {
  .facetwp__sidebar {
    min-width: 260px;
    max-width: 260px;
    letter-spacing: 0.02rem; } }

.facetwp__sidebar--accordion .filters__group__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625em 0.625em 0.625em 0;
  position: relative;
  font-weight: 700; }
  .facetwp__sidebar--accordion .filters__group__title::after {
    content: '';
    position: absolute;
    right: 2px;
    width: 13px;
    height: 13px;
    background: url("/wp-content/themes/digital-promise-new/images/icon_plus_filters.png") top left no-repeat;
    background-size: auto;
    background-size: 100%; }
  .facetwp__sidebar--accordion .filters__group__title.filters__group__title--expanded::after {
    content: '';
    position: absolute;
    right: 2px;
    width: 13px;
    height: 13px;
    background: url("/wp-content/themes/digital-promise-new/images/icon_minus_filters.png") top left no-repeat;
    background-size: auto;
    background-size: 100%; }

.facetwp__sidebar--accordion .filters__group__options {
  width: auto; }

@media (min-width: 768px) {
  .facetwp-content {
    display: flex; }
    .facetwp-content .dmbs-main {
      flex: 2; }
    .facetwp-content .dmbs-right {
      flex: 1; } }

.facetwp-date {
  border: 1.5px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 5px !important;
  font-size: 15px;
  padding: 6px; }

/** Learndash Styles */
/* general helpers */
.ld-focus-content .white-link a {
  color: #fff; }

.ld-focus-content .the_content .wp-block-image img {
  margin: 0; }

.ld-focus-content .the_content .wp-block-image.aligncenter {
  display: block; }

.ld-focus-content .the_content .wp-block-image.aligncenter figcaption {
  display: table; }

.ld-focus-content .the_content .wp-block-image.aligncenter img {
  margin: 0 auto; }

.ld-focus-content .icon-over {
  margin-top: -82px; }

.ld-tab-content .badge img {
  max-width: 125px;
  margin: 20px auto 10px; }

@media screen and (max-width: 1023px) {
  .ld-tab-content .badge img {
    max-width: 100%;
    max-width: 125px;
    margin: 20px 20px 10px 0; } }

.ld-focus-content .gform_wrapper.gravity-theme .gfield_description,
.ld-focus-content .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px; }

/* carousel */
.ld-focus-content .slick-dots li {
  display: inline-block !important; }

.ld-focus-content .slick-slide img {
  margin-top: 0;
  margin-bottom: 0; }

.ld-focus-content .slick-dots {
  top: -20px !important; }

/* tabs */
.ld-focus-content .uagb-tab.uagb-tabs__active {
  position: relative; }

.ld-focus-content .uagb-tab.uagb-tabs__active:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: -2px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff; }

/* end of module checklist */
.module-checklist .gchoice {
  font-size: 24px;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 32px auto;
  gap: 16px;
  margin-bottom: 20px; }

.module-checklist .gchoice label {
  font-size: 18px !important;
  line-height: 28px; }

.module-checklist .gchoice input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #449ad0;
  width: 32px;
  height: 32px;
  border: 2px solid #449ad0;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center; }

.module-checklist .gchoice input[type="checkbox"]::before {
  content: "";
  width: 22px;
  height: 22px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #449ad0;
  /* Windows High Contrast Mode */
  background-color: #449ad0; }

.module-checklist .gchoice input[type="checkbox"]:checked::before {
  transform: scale(1); }

/* quizzes */
.wpProQuiz_content .wpProQuiz_listItem,
.wpProQuiz_content .wpProQuiz_list {
  background-color: #fcefe0;
  margin-right: 40px; }

.wpProQuiz_content .wpProQuiz_questionList label {
  background-color: #fff; }

/** Jack's LearnDash Overrides */
.ld-focus-header, .ld-lesson-status, .single-sfwd-lessons #wpadminbar, .single-sfwd-lessons .ld-course-navigation-heading, .ld-course-step-back, .ld-content-actions a.ld-primary-color {
  display: none !important; }

.single-sfwd-lessons.admin-bar {
  margin-top: -32px !important; }

.single-sfwd-lessons {
  padding-top: 0 !important; }

.single-sfwd-lessons.admin-bar .learndash-wrapper .ld-focus-sidebar {
  top: 0 !important; }

.single-sfwd-lessons .ld-focus-sidebar .ld-course-navigation .ld-lesson-item {
  border-top: 1px solid #e2e7ed; }

.ld-modal-open {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
  width: 100vw !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999999999 !important; }

.learndash-wrapper .ld-login-modal {
  top: 50% !important;
  transform: none !important;
  left: 50% !important;
  margin: 0 !important;
  width: 95% !important;
  height: 95% !important;
  transform: translateX(-50%) translateY(-50%) !important; }

.ld-button, .single-sfwd-lessons input[type="submit"], .single-sfwd-lessons input[type="button"], .wp-block-file__button {
  position: relative !important;
  display: inline-block !important;
  cursor: pointer !important;
  text-align: center !important;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 700 !important;
  border: none !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  background-color: #439ad0;
  color: white !important;
  white-space: normal !important;
  padding: 5px 10px !important; }
  .ld-button:hover, .single-sfwd-lessons input[type="submit"]:hover, .single-sfwd-lessons input[type="button"]:hover, .wp-block-file__button:hover {
    opacity: 1 !important; }
  .ld-button .ld-icon, .single-sfwd-lessons input[type="submit"] .ld-icon, .single-sfwd-lessons input[type="button"] .ld-icon, .wp-block-file__button .ld-icon {
    display: none !important; }
  .ld-button:disabled, .single-sfwd-lessons input[type="submit"]:disabled, .single-sfwd-lessons input[type="button"]:disabled, .wp-block-file__button:disabled {
    display: none !important; }

.wpProQuiz_button[name='next'] {
  margin-right: 15px !important; }

/** Topbar */
.drp-topbar {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 5px 0;
  background-color: #f3f3f3;
  transition: top 0.4s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .admin-bar .drp-topbar {
    top: 145px; }
  .drp-topbar .lockout {
    max-width: 1400px !important; }
  .drp-topbar p {
    margin: 0 !important; }
    .drp-topbar p.drp-subtitle {
      font-size: 16px; }
  .drp-topbar--fixed {
    top: 80px; }
    .admin-bar .drp-topbar--fixed {
      top: 122px; }
  @media (min-width: 783px) {
    .drp-topbar {
      top: 112px; }
      .admin-bar .drp-topbar {
        top: 144px; }
      .drp-topbar--fixed {
        top: 80px; }
        .admin-bar .drp-topbar--fixed {
          top: 112px; } }
  .drp-topbar .icon-text-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 0; }
    .drp-topbar .icon-text-block img {
      margin: 0;
      height: 30px; }
  .drp-topbar .text-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%; }
  .drp-topbar-linkholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px; }
  .drp-topbar-link {
    color: #4d5ea3;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700; }
  .drp-topbar .login-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%; }
  .drp-topbar .progress-bar, .drp-topbar .icon-text-block img, .drp-topbar .drp-subtitle {
    display: none; }
  .drp-topbar .drp-progress-main .progress-text {
    margin-bottom: 0;
    width: auto; }
  .drp-topbar .drp-flex.drp-progress-main {
    align-items: flex-end; }
  @media (min-width: 805px) {
    .drp-topbar .progress-bar {
      display: block; }
    .drp-topbar .drp-flex.drp-progress-main {
      align-items: center; } }
  @media (min-width: 992px) {
    .drp-topbar .progress-bar, .drp-topbar .icon-text-block img, .drp-topbar .drp-subtitle {
      display: block; } }

.generic__wrap--drp {
  margin-top: 75px; }
  @media (min-width: 992px) {
    .generic__wrap--drp {
      margin-top: 105px; } }
  .generic__wrap--drp .generic__wrap__subnav .subnav-wrap {
    top: 200px !important; }

.drp-popup h2 {
  font-size: 25px;
  font-weight: bold; }

.drp-popup .login-username, .drp-popup .login-password {
  float: left;
  width: 45%; }

.drp-popup .login-username {
  margin-right: 5%; }

.drp-popup .login-remember label {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px; }
  .drp-popup .login-remember label input {
    width: auto; }

.drp-popup p, .drp-popup label, .drp-popup input {
  font-size: 16px; }

.drp-popup label {
  font-style: italic;
  display: block;
  margin-bottom: 5px; }

.drp-popup input[type="submit"] {
  padding-right: 15px;
  background-color: #439AD0;
  border: none;
  max-width: 200px; }

.drp-popup p {
  margin-bottom: 15px; }

.drp-popup .toggle-link {
  color: #4d5ea3;
  text-decoration: underline;
  margin-top: 30px;
  cursor: pointer; }

.drp-popup .back-link {
  color: #4d5ea3;
  text-decoration: underline;
  margin-bottom: 15px;
  cursor: pointer; }

.drp-popup .drp-button.submit, .drp-popup input.submit[type="submit"] {
  margin-top: 15px; }

.drp-popup .drp-flex {
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px; }
  .drp-popup .drp-flex > div {
    width: 50%; }
  .drp-popup .drp-flex.full > div {
    width: 100%; }

.drp-popup .error {
  margin-top: 20px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0; }

/** Modules styles */
.drp-chapter-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /** Chapter flex */ }
  @media (min-width: 1200px) {
    .drp-chapter-body {
      flex-direction: row;
      align-items: flex-start;
      gap: 40px; } }
  .drp-chapter-body .drp-chapter-flex.left {
    flex: 1;
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 12px; }
    .drp-chapter-body .drp-chapter-flex.left .activities-title {
      margin-bottom: 25px; }
    .drp-chapter-body .drp-chapter-flex.left .activity {
      background-color: white;
      border-radius: 8px;
      padding: 13px;
      margin-bottom: 6px; }
      .drp-chapter-body .drp-chapter-flex.left .activity:last-child {
        margin-bottom: 0; }
      .drp-chapter-body .drp-chapter-flex.left .activity .drp-number {
        flex: 0;
        align-self: flex-start;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 400;
        margin-right: 10px; }
  .drp-chapter-body .drp-chapter-flex.right {
    flex: 1; }
    @media (min-width: 1200px) {
      .drp-chapter-body .drp-chapter-flex.right {
        max-width: 250px; } }
  .drp-chapter-body .wp-block-columns {
    margin-bottom: 0; }
    .drp-chapter-body .wp-block-columns .wp-block-column:first-child {
      margin-right: 30px; }
    .drp-chapter-body .wp-block-columns .wp-block-column {
      align-self: flex-start !important; }
    .drp-chapter-body .wp-block-columns img {
      margin: 0; }

.drp-icon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 50px 30px; }
  @media (min-width: 768px) {
    .drp-icon-grid {
      grid-template-columns: 1fr 1fr; } }
  .drp-icon-grid img {
    min-width: 100px;
    max-width: 100px;
    margin: 0;
    height: 100px; }
  .drp-icon-grid__section {
    display: flex;
    gap: 30px; }
  .drp-icon-grid p {
    margin: 0; }
  .drp-icon-grid b {
    font-style: italic; }

.drp-ignite {
  background-color: #fcefe0;
  display: flex;
  gap: 50px;
  padding: 50px 30px;
  border-radius: 12px; }
  .drp-ignite img {
    min-width: 130px;
    max-width: 130px;
    margin: 0;
    height: 130px; }
  .drp-ignite p {
    font-weight: bold;
    margin: 0; }

.single-sfwd-lessons .has-background {
  border-radius: 12px !important; }

.learndash-wrapper .ld-content-actions .ld-content-action {
  flex-basis: 250px !important; }

.uagb-modal-popup-close {
  position: absolute;
  cursor: pointer;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  transform: scaleX(1.1);
  background: #439AD0;
  padding: 14px 14px;
  color: white;
  top: -5px !important;
  right: 17px !important;
  display: block !important;
  border-radius: 8px;
  z-index: 999999999999; }

.uagb-modal-popup-wrap {
  position: static !important; }

.uagb-block-cdca7522 .uagb-modal-popup-close svg {
  transform: scaleX(0.8) !important; }

.drp-diagnostic-table #here-implementation-ready, .drp-diagnostic-table #here-implementation-developing, .drp-diagnostic-table #here-implementation-aware, .drp-diagnostic-table #here-needs-ready, .drp-diagnostic-table #here-needs-developing, .drp-diagnostic-table #here-needs-aware, .drp-diagnostic-table #here-data-ready, .drp-diagnostic-table #here-data-developing, .drp-diagnostic-table #here-data-aware, .drp-diagnostic-table #here-foundation {
  display: none; }

/** Chapter type section */
.drp-chapter-type {
  margin-bottom: 30px; }
  .drp-chapter-type-icon {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 10px; }
    .drp-chapter-type-icon img {
      width: 100%;
      height: auto;
      margin: 0; }
  .drp-chapter-type p {
    margin: 0;
    font-size: 16px;
    line-height: 22px; }

.drp-difficulty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 5px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .drp-difficulty {
      flex-direction: row; } }
  .drp-difficulty-icon {
    max-width: 180px;
    min-width: 180px; }
    .drp-difficulty-icon img {
      width: 100%;
      height: auto;
      margin: auto; }
  .drp-difficulty p {
    margin: 0;
    font-size: 16px;
    line-height: 22px; }

.drp-weeks {
  margin-bottom: 30px; }
  .drp-weeks-icon {
    max-width: 100px;
    min-width: 100px;
    margin-bottom: 10px; }
    .drp-weeks-icon img {
      width: 100%;
      height: auto;
      margin: auto; }
  .drp-weeks p {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 24px; }
    .drp-weeks p b {
      display: block; }

.drp-link {
  color: #4d5ea3;
  text-decoration: underline;
  cursor: pointer; }

/** DP 2022 */
.dp__faint {
  color: #333; }

.dp__blue {
  color: #4d5ea3;
  font-weight: bold; }

.dp__interact {
  cursor: pointer; }

.dp__dropdown {
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px; }
  .dp__dropdown:after {
    width: 20px;
    height: 100%;
    right: 10px;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-50%); }
  .dp__dropdown select {
    background: none !important;
    background-color: #f5f5f5 !important;
    border-radius: 6px !important;
    padding-left: 20px;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
    height: 60px;
    border: none;
    background-color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding-left: 17px;
    cursor: pointer;
    width: 100%; }

.dp__fullwidth {
  margin-left: -30px;
  width: calc(100% + (30px*2)); }
  @media (min-width: 650px) {
    .dp__fullwidth {
      margin-left: -60px;
      width: calc(100% + 120px); } }

.dp__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 100px;
  z-index: 99999;
  background: none;
  transition: background 0.2s ease, height 0.4s ease; }
  .dp__nav--gray {
    background: rgba(244, 244, 244, 0.92); }
  @media (min-width: 992px) {
    .dp__nav {
      height: 112px; } }
  .admin-bar .dp__nav {
    top: 46px; }
    .admin-bar .dp__nav.fixed {
      top: 0; }
    @media (min-width: 600px) {
      .admin-bar .dp__nav {
        top: 46px; }
        .admin-bar .dp__nav.fixed {
          top: 46px; } }
    @media (min-width: 783px) {
      .admin-bar .dp__nav {
        top: 32px; }
        .admin-bar .dp__nav.fixed {
          top: 32px; } }
  .dp__nav--bcb {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 50px;
    height: 150px;
    max-width: none; }
    @media (min-width: 992px) {
      .dp__nav--bcb {
        height: 162px; } }
  .dp__nav--fixed {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.9);
    height: 80px;
    max-width: none; }
    .dp__nav--fixed .dp__nav__logo {
      transform: scale(0.78); }
    .dp__nav--fixed.dp__nav--bcb {
      height: 130px; }
  .dp__nav--search {
    -webkit-backdrop-filter: none;
    backdrop-filter: none; }
  .dp__nav__logo {
    transition: transform 0.4s ease;
    transform-origin: center left;
    width: 50%;
    z-index: 999; }
    .dp__nav__logo img {
      width: 100%;
      height: auto;
      margin-top: 6px; }
    @media (min-width: 480px) {
      .dp__nav__logo {
        width: 195px; } }
    @media (min-width: 992px) {
      .dp__nav__logo {
        z-index: 99999; } }
  .dp__nav__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .dp__nav__inner .mobile-hamburger {
      display: none; }
  .dp__nav__desktop {
    display: none; }
  .dp__nav__mobile {
    visibility: hidden;
    position: fixed;
    left: -100vw;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 60px;
    z-index: 999; }
    .dp__nav__mobile ul {
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center; }
    .dp__nav__mobile .dp__nav__hamburger {
      position: absolute;
      top: 40px;
      right: 30px; }
    .dp__nav__mobile.active {
      transition: left 0.4s ease-in-out;
      left: 0;
      visibility: visible; }
    .dp__nav__mobile.closing {
      transition: left 0.4s ease-in-out;
      visibility: visible; }
  .dp__nav__item {
    font-size: 24px;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 700 !important;
    white-space: nowrap;
    position: relative;
    z-index: 9;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      .dp__nav__item {
        font-size: 17px;
        margin-bottom: -5px;
        margin-right: 40px; } }
    .dp__nav__item.active:before {
      width: 100%; }
    .dp__nav__item:before {
      content: '';
      transition: 0.4s width ease;
      position: absolute;
      bottom: -1px;
      height: 0.2rem;
      width: 0;
      background: #4d5ea3; }
    .dp__nav__item a {
      color: #333;
      font-weight: 700;
      letter-spacing: 0.03rem !important; }
    .dp__nav__item:hover a {
      text-decoration: none;
      color: #333 !important; }
    .dp__nav__item:hover:before {
      width: 100%; }
  .dp__nav__hamburger {
    display: block;
    width: 25px;
    height: 19px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10; }
    .dp__nav__hamburger span {
      width: 100%;
      height: 3px;
      background-color: #1d1d1d;
      transition: transform 0.3s ease-in-out 0.2s, background-color 0.2s ease-in-out, opacity 0.3s ease-in-out;
      transform-origin: center; }
    @media (min-width: 992px) {
      .dp__nav__hamburger:hover span {
        background-color: #4d5ea3; } }
    .dp__nav__hamburger.active span.middle {
      opacity: 0; }
    .dp__nav__hamburger.active span.top {
      transform: translateY(8px) rotate(45deg); }
    .dp__nav__hamburger.active span.bottom {
      transform: translateY(-8px) rotate(-45deg); }
    .dp__nav__hamburger.closing span {
      transition: transform 0.3s ease-in-out, background-color 0.2s ease-in-out, opacity 0.2s ease-in-out 0.2s; }
  @media (min-width: 992px) {
    .dp__nav__desktop {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 200px; }
      .dp__nav__desktop ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0; }
    .dp__nav__mobile, .dp__nav__hamburger {
      display: none; } }

.dp__search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 0.3s height ease-in-out; }
  @media (min-width: 992px) {
    .dp__search {
      height: 112px; } }
  .dp__search--fixed {
    height: 80px; }
  .dp__search .lockout {
    height: 100%; }
  .dp__search__inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: calc(30px + 15px); }
    @media (min-width: 992px) {
      .dp__search__inner {
        padding-top: 0;
        padding-right: 0;
        padding-left: calc(195px*2);
        justify-content: flex-end; } }
  .dp__search:after {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    height: 100%;
    width: 200vw;
    opacity: 0;
    background-color: #f4f4f4;
    transition: 0.3s opacity ease-in-out;
    z-index: 9999;
    pointer-events: none; }
  .dp__search__box {
    position: relative;
    height: 50px;
    width: 100%;
    background-color: #f4f4f4;
    padding: 10px 15px;
    border-radius: 60px;
    cursor: text;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    z-index: 99999; }
    .accordion-body .dp__search__box {
      background-color: white !important; }
    .dp__nav .dp__search__box {
      transition: 0.3s all ease-in-out; }
    @media (min-width: 992px) {
      .dp__search__box {
        width: 200px; } }
    .dp__search__box--facet {
      width: 100%;
      margin-bottom: 16px;
      z-index: 9; }
      .dp__search__box--facet .facetwp-type-search {
        margin-bottom: 0;
        width: 100%; }
        .dp__search__box--facet .facetwp-type-search i {
          display: none; }
        .dp__search__box--facet .facetwp-type-search .facetwp-search {
          padding-left: 10px;
          padding-right: 0; }
    .dp__nav--gray .dp__search__box {
      background-color: white; }
      .dp__nav--gray .dp__search__box:hover {
        background-color: white; }
    .dp__search--fixed .dp__search__box {
      background-color: #f4f4f4; }
    .dp__nav__mobile .dp__search__box {
      background-color: #f4f4f4; }
    .dp__search__box input {
      background: none;
      border: none;
      outline: none;
      font-size: 16px;
      font-family: "museo-sans", sans-serif !important;
      font-weight: 700 !important;
      padding: 0;
      margin-left: 10px;
      margin-right: 30px;
      width: 100%;
      height: 48px; }
      .dp__search__box input::-moz-placeholder {
        color: #b4b4b4; }
      .dp__search__box input::placeholder {
        color: #b4b4b4; }
      .dp__search__box input:active, .dp__search__box input:focus, .dp__search__box input:focus-visible {
        outline: none; }
      @media (min-width: 992px) {
        .dp__search__box input {
          margin-right: 0; } }
  .dp__search__results {
    visibility: hidden;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s, top 0.3s ease-in-out 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    pointer-events: none; }
    .dp__search__results:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -100vw;
      width: 300vw;
      height: 100vh;
      background-color: #f4f4f4; }
  .dp__search__suggestions {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease-in-out;
    width: calc(100% - 60px);
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #dee2e6;
    border-top: none;
    z-index: 999;
    border-radius: 7px; }
    .dp__nav__mobile .dp__search__suggestions--active {
      opacity: 1;
      pointer-events: all; }
  .dp__search__suggestion {
    border-top: 1px solid #dee2e6;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #5f5f5f;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    .dp__search__suggestion span {
      position: relative;
      z-index: 99; }
    .dp__search__suggestion:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f0f0f0;
      opacity: 0;
      transition: opacity 0.2s ease; }
    .dp__search__suggestion:hover:before {
      opacity: 1; }
    .dp__search__suggestion:focus, .dp__search__suggestion:focus-visible {
      background-color: #f0f0f0;
      outline: none; }
      .dp__search__suggestion:focus .dp__faint, .dp__search__suggestion:focus-visible .dp__faint {
        background-color: white;
        color: #333 !important; }
    .dp__search__suggestion__text {
      margin-right: 7px; }
    .dp__search__suggestion .dp__faint {
      background-color: #eaeaea;
      color: #333;
      border-radius: 25px;
      padding: 3px 10px;
      font-size: 12.4px;
      transition: all 0.3s;
      display: inline-block; }
    .dp__search__suggestion .dp__post_list__featured_icon {
      height: 14px;
      width: 14px;
      transition: all 0.3s;
      position: relative;
      z-index: 1;
      margin-right: 6px;
      margin-left: 0; }
    .dp__search__suggestion:hover {
      text-decoration: none;
      color: #5f5f5f !important; }
      .dp__search__suggestion:hover .dp__faint {
        background-color: white;
        color: #333 !important; }
    .dp__search__suggestion:first-child {
      margin-top: 0; }
    .dp__search__suggestion:last-child {
      margin-bottom: 0; }
  .dp__search__icon {
    top: 0;
    position: relative;
    min-width: 21px;
    min-height: 21px; }
    .dp__search__icon--submit {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center; }
      .dp__search__icon--submit > span {
        border: solid #1d1d1d;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-right: 5px; }
  @media (min-width: 992px) {
    .dp__search__overlay {
      position: absolute;
      top: -100vh;
      left: -100vw;
      width: 200vw;
      height: 200vh;
      background-color: rgba(50, 50, 50, 0.7);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      opacity: 0;
      z-index: 999;
      transition: 0.3s opacity ease-in-out 0.3s;
      pointer-events: none; }
    .dp__search__close {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      transition: 0.3s opacity ease-in-out 0.3s;
      z-index: 99999;
      pointer-events: none;
      height: 20px;
      width: 20px; }
      .dp__search__close:before, .dp__search__close:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0;
        width: 3px;
        background-color: #1d1d1d;
        transition: height 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.6s, background-color 0.2s ease-in-out;
        transform-origin: center; }
    .dp__search--active {
      z-index: 9999;
      position: fixed; }
      .dp__search--active .dp__search__results {
        visibility: visible; }
      .dp__search--active:after {
        opacity: 1; }
      .dp__search--active .dp__search__box {
        width: 100%;
        background-color: white;
        margin-right: 40px; }
      .dp__search--active .dp__search__suggestions--active {
        opacity: 1;
        pointer-events: all; }
      .dp__search--active .dp__search__overlay {
        opacity: 1;
        pointer-events: all; }
      .dp__search--active .dp__search__close {
        opacity: 1;
        cursor: pointer;
        pointer-events: all; }
        .dp__search--active .dp__search__close:before {
          height: 100%;
          transform: translateY(-50%) rotate(45deg); }
        .dp__search--active .dp__search__close:after {
          height: 100%;
          transform: translateY(-50%) rotate(-45deg); }
        .dp__search--active .dp__search__close:hover:before, .dp__search--active .dp__search__close:hover:after {
          background-color: #4d5ea3; }
      .dp__search--active .dp__search__results {
        pointer-events: all;
        opacity: 1;
        top: 100%; }
    .dp__search.closing:after {
      transition-delay: 0.3s; }
    .dp__search.closing .dp__search__results {
      transition: opacity 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s; }
    .dp__search.closing .dp__search__box {
      transition-delay: 0.3s; }
    .dp__search.closing .dp__search__close:before, .dp__search.closing .dp__search__close:after {
      transition: height 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0s, background-color 0.2s ease-in-out; } }

.dp__header {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  margin-left: -20px;
  width: calc(100% + 40px);
  padding: 0 20px; }
  @media (min-width: 650px) {
    .dp__header {
      margin-left: -60px;
      width: calc(100% + 120px);
      padding: 0 60px; } }
  @media (min-width: 992px) {
    .dp__header {
      overflow: visible;
      margin-left: 0;
      width: 100%;
      padding: 0; } }
  .dp__header__inner {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position: relative; }
  .dp__header:after {
    content: '';
    position: absolute;
    background-color: #f4f4f4;
    height: 148vw;
    width: 200vw;
    left: -100vw;
    top: -100vw; }
    @media (min-width: 1400px) {
      .dp__header:after {
        border-radius: 7px; } }
  .dp__header__description, .dp__header__image, .dp__header__video, .dp__header__image_holder {
    width: 100%;
    flex: 1;
    z-index: 9;
    position: relative; }
  .dp__header__video_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-play.png");
    background-size: contain;
    background-position: center;
    z-index: 99; }
    .dp__header__video_icon--pause {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-pause.png"); }
  .dp__header__description {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .dp__header__description {
        margin-top: 40px; } }
    .dp__header__description p, .dp__header__description h1 {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 140%; }
      @media (min-width: 992px) {
        .dp__header__description p, .dp__header__description h1 {
          font-size: 2.4vw;
          line-height: 140%;
          margin-bottom: 40px; } }
      @media (min-width: 1440px) {
        .dp__header__description p, .dp__header__description h1 {
          font-size: 3.2rem;
          line-height: 145%; } }
      .dp__header__description p strong, .dp__header__description h1 strong {
        font-family: "museo-sans", sans-serif !important;
        font-weight: 500 !important; }
  .dp__header__image_holder {
    margin-bottom: 25px;
    background-color: #1e1e1e;
    overflow: hidden;
    position: relative; }
    @media (min-width: 992px) {
      .dp__header__image_holder {
        margin-bottom: 30px; } }
    .dp__header__image_holder:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      transition: 0.5s opacity;
      opacity: 0;
      background-color: white;
      z-index: 999; }
    .dp__header__image_holder--loading:after {
      opacity: 1; }
    .dp__header__image_holder .swiper {
      overflow: hidden; }
      .dp__header__image_holder .swiper .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-items: center; }
        .dp__header__image_holder .swiper .swiper-wrapper .swiper-slide {
          width: auto;
          flex-shrink: 0;
          height: 100%;
          max-height: 100%;
          display: flex;
          flex-direction: column;
          justify-items: center;
          justify-content: center;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          min-height: 500px; }
    .dp__header__image_holder .swiper-pagination {
      display: flex;
      justify-content: center;
      justify-items: center;
      gap: 10px;
      max-width: 65px;
      margin: 0 auto;
      position: absolute;
      bottom: 30px;
      left: 60px; }
      .dp__header__image_holder .swiper-pagination .swiper-pagination-bullet {
        height: 10px !important;
        min-width: 10px;
        max-width: 10px;
        border-radius: 100%;
        background-color: white !important;
        opacity: 0.5;
        transition: all 0.2s;
        cursor: pointer; }
        .dp__header__image_holder .swiper-pagination .swiper-pagination-bullet-active {
          transform: scale(2);
          margin: 0 7px;
          opacity: 1; }
  .dp__header__image {
    width: 100%;
    height: 0;
    padding-bottom: 64.58%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .dp__header__image iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150%;
      height: 100%;
      pointer-events: none; }
      .dp__header__image iframe.youtube-embed {
        transform: translate(-50%, -50%) scale(1.5); }
  @media (min-width: 992px) {
    .dp__header {
      margin-bottom: 7vw; }
      .dp__header:after {
        content: '';
        position: absolute;
        background-color: #f4f4f4;
        height: 200vw;
        width: calc(50% + 60px);
        margin-left: -60px;
        left: 0;
        bottom: 0;
        top: auto; }
      .dp__header__inner {
        flex-direction: row;
        align-items: center;
        padding: 0 0 1.2vw 0; } }
    @media (min-width: 992px) and (min-width: 1440px) {
      .dp__header__inner {
        padding: 0 0 28px 0; } }
  @media (min-width: 992px) {
      .dp__header__description {
        padding: 5vw 60px;
        padding-left: 0;
        flex: 1;
        padding-top: 0; }
      .dp__header__image_holder {
        align-self: stretch;
        flex: 1.4;
        margin-right: -60px; }
      .dp__header__description {
        width: 45%; }
      .dp__header__image_holder {
        width: 55%; }
      .dp__header__image__inner {
        width: auto; } }
  @media (min-width: 1300px) {
    .dp__header {
      margin-bottom: 80px; }
      .dp__header__description {
        padding: 40px;
        padding-left: 0;
        padding-top: 0;
        flex: 1; } }
  .dp__header--initiative {
    background-color: #f4f4f4; }
    @media (min-width: 992px) {
      .dp__header--initiative {
        margin-bottom: 8vw; } }
    @media (min-width: 1300px) {
      .dp__header--initiative {
        margin-bottom: 100px; } }
    .dp__header--initiative:after {
      content: '';
      position: absolute;
      background-color: #f4f4f4;
      height: 100%;
      width: calc(100% + 120px);
      margin-left: -60px;
      left: 0;
      top: 0;
      bottom: auto; }
    .dp__header--initiative .dp__header__image iframe {
      height: 110%; }
    .dp__header--initiative .dp__header__inner {
      flex-direction: column;
      padding: 30px 0; }
      @media (min-width: 992px) {
        .dp__header--initiative .dp__header__inner {
          padding: 0;
          flex-direction: row; } }
    .dp__header--initiative .dp__header__image_holder {
      align-self: flex-end;
      background: none; }
      @media (min-width: 992px) {
        .dp__header--initiative .dp__header__image_holder {
          margin-bottom: -2vw;
          margin-right: 0;
          margin-top: 30px; } }
      @media (min-width: 1300px) {
        .dp__header--initiative .dp__header__image_holder {
          margin-bottom: -30px; } }
    .dp__header--initiative .dp__header__description h1 {
      max-width: 470px;
      font-weight: 700;
      line-height: 1.15; }
    .dp__header--initiative .dp__header__description__text {
      max-width: 460px;
      font-size: 17px;
      line-height: 1.5; }
    .dp__header--initiative .dp__header__complete {
      background-color: #a6cf4c;
      padding: 8px 16px;
      color: white;
      border-radius: 20px;
      margin-bottom: 30px;
      display: inline-block;
      font-family: "museo-sans", sans-serif !important;
      font-weight: 500 !important;
      font-size: 14px; }

.dp__popular {
  position: relative;
  z-index: 9999;
  padding: 15px 0 60px 0;
  padding-left: calc(195px*2); }
  .dp__popular--search h2 {
    font-size: 17px;
    font-family: "museo-sans", sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 15px; }
  .dp__popular--sidebar {
    padding: 30px 0;
    z-index: 0; }
    @media (min-width: 992px) {
      .dp__popular--sidebar {
        padding-top: 60px; } }

.dp__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.dp__option {
  margin: 5px;
  background-color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "museo-sans";
  font-weight: 400;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .dp__option span {
    position: relative;
    z-index: 99; }
  .dp__option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e7e7e7;
    opacity: 0;
    transition: opacity 0.2s ease; }
  .dp__option:hover:before {
    opacity: 1; }
  .dp__popular--sidebar .dp__option {
    background-color: #f5f5f5; }

.dp__columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .dp__columns {
      flex-direction: row; } }
  .dp__columns h2 {
    font-size: 24px; }

@media (min-width: 992px) {
  .dp__column--1\/3 {
    width: 33%;
    flex: 0.33; }
  .dp__column--1\/2 {
    width: 50%;
    flex: 0.5; }
  .dp__column--2\/3 {
    width: 66%;
    flex: 0.66; }
  .dp__column--2\/5 {
    width: 40%;
    flex: 0.4; }
  .dp__column--3\/5 {
    width: 60%;
    flex: 0.6; }
  .dp__column--left {
    padding-right: 60px; } }

.dp__page h2 {
  font-size: 24px; }

.dp__page__title {
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 650px) {
    .dp__page__title {
      padding-bottom: 30px; } }
  .dp__page__title--paddingtop {
    padding-top: 15px; }
    @media (min-width: 650px) {
      .dp__page__title--paddingtop {
        padding-top: 60px; } }
  .dp__page__title--paddingbottom {
    padding-bottom: 50px; }
    @media (min-width: 650px) {
      .dp__page__title--paddingbottom {
        padding-bottom: 60px; } }
  .dp__page__title--gray {
    background-color: #f4f4f4;
    padding: 15px 30px;
    margin-left: -30px;
    width: calc(100% + (30px*2)); }
    @media (min-width: 650px) {
      .dp__page__title--gray {
        padding: 30px 60px 15px 60px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px; } }
    @media (min-width: 650px) {
      .dp__page__title--gray {
        margin-left: -60px;
        width: calc(100% + 120px); } }
  .dp__page__title p {
    max-width: 550px;
    font-size: 18px;
    line-height: 146%; }
    @media (min-width: 992px) {
      .dp__page__title p {
        font-size: 20px;
        line-height: 152%; } }
  .graybg .dp__page__title:before {
    content: '';
    position: absolute;
    width: 300vw;
    height: 100vh;
    left: -100vw;
    bottom: 0;
    background-color: #f4f4f4;
    z-index: -1; }

.dp__post_list {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .dp__post_list {
      padding-top: 60px;
      display: grid;
      grid-template-columns: 3fr 1fr;
      grid-gap: 60px; } }
  .dp__post_list__content, .dp__post_list__filter_section {
    padding-top: 60px; }
    @media (min-width: 992px) {
      .dp__post_list__content, .dp__post_list__filter_section {
        padding-top: 0; } }
  .dp__post_list__filter_section .clear {
    font-size: 15px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    min-width: 62px;
    margin-left: 15px; }
    .dp__post_list__filter_section .clear:hover {
      color: #5f5f5f; }
  .dp__post_list__filter_section h2 {
    position: relative;
    cursor: pointer;
    width: 100%; }
    .dp__post_list__filter_section h2:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 3px;
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: translateY(-50%) rotate(45deg);
      -webkit-transform: translateY(-50%) rotate(45deg);
      transition: transform 0.1s ease-in-out; }
    .dp__post_list__filter_section h2.show:after {
      transform: translateY(-50%) rotate(-135deg);
      -webkit-transform: translateY(-50%) rotate(-135deg); }
    @media (min-width: 992px) {
      .dp__post_list__filter_section h2 {
        width: auto;
        cursor: default; }
        .dp__post_list__filter_section h2:after {
          display: none; } }
  .dp__post_list__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid #dee2e6;
    margin-bottom: 30px;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .dp__post_list__header {
        margin-bottom: 30px;
        padding-bottom: 30px; } }
    .dp__post_list__header h2 {
      font-weight: 700;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .dp__post_list__header h2 {
          min-height: 50px;
          line-height: 50px; } }
  .dp__post_list__filters:last-child {
    margin-top: 30px; }
  .dp__post_list__filters__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px; }
    .dp__post_list__filters__header h3 {
      font-size: 18px;
      font-weight: bold; }
  .dp__post_list__filters .show-more {
    color: #4d5ea3;
    font-size: 15px;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer; }
  .dp__post_list__filter {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px; }
    .dp__post_list__filter:hover .check {
      background-color: #dee2e6; }
    .dp__post_list__filter.checked .check:after {
      opacity: 1; }
    .dp__post_list__filter .check {
      height: 20px;
      width: 20px;
      border: 1.5px solid #dee2e6;
      border-radius: 5px;
      margin-right: 10px;
      transition: background-color 0.2s ease-in-out;
      position: relative;
      flex-shrink: 0; }
      .dp__post_list__filter .check:after {
        content: "";
        position: absolute;
        opacity: 0;
        pointer-events: none;
        left: 5px;
        top: 1.5px;
        width: 5px;
        height: 10px;
        border: solid black;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        transition: opacity 0.1s ease-in-out; }
    .dp__post_list__filter--radio .check {
      border-radius: 100%; }
      .dp__post_list__filter--radio .check:after {
        height: 8px;
        width: 4px;
        top: 2px; }
  .dp__post_list a {
    text-decoration: none; }
  .dp__post_list__featured_icon {
    height: 17px;
    width: 17px;
    margin-right: 6px;
    margin-top: -5px;
    display: inline-block; }
  .dp__post_list__item {
    padding: 30px 0;
    margin-bottom: 0;
    border-bottom: 1.5px solid #dee2e6; }
    .dp__post_list__item:first-child {
      padding-top: 0; }
    .dp__post_list__item:hover .dp__post_list__item__image > div {
      transform: scale(1.05); }
    .dp__post_list__item a {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column-reverse;
      transition: all 0.2s;
      color: #333; }
      @media (min-width: 480px) {
        .dp__post_list__item a {
          flex-direction: row; } }
      .dp__post_list__item a h3, .dp__post_list__item a p {
        color: #333; }
      .dp__post_list__item a:hover {
        color: #4d5ea3;
        text-decoration: none; }
        .dp__post_list__item a:hover h3 {
          color: #4d5ea3;
          text-decoration: none; }
        .dp__post_list__item a:hover p {
          color: #333; }
    .dp__post_list__item h3 {
      font-size: 23px;
      padding: 7.5px 0;
      font-weight: 700;
      margin-bottom: 0;
      position: relative; }
    .dp__post_list__item__image, .dp__post_list__item__placeholder {
      width: 150px;
      min-width: 150px;
      max-height: 100%; }
    .dp__post_list__item__holder {
      margin-bottom: 15px; }
      .dp__post_list__item__holder--our-work {
        margin-bottom: 0; }
      @media (min-width: 480px) {
        .dp__post_list__item__holder {
          margin-left: 30px;
          margin-bottom: 0; }
          .dp__post_list__item__holder--our-work {
            margin-left: 0; } }
    .dp__post_list__item__image {
      border-radius: 8px;
      overflow: hidden;
      height: 0;
      padding: 0;
      padding-top: 64.58%;
      position: relative;
      background-color: #f4f4f4; }
      .dp__post_list__item__image > div {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.7s; }
    .dp__post_list__item__description {
      color: #5f5f5f; }
      .dp__post_list__item__description p {
        font-size: 14px;
        font-weight: 100;
        color: #333;
        margin: 0; }
  .dp__post_list__meta {
    font-size: 14px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 500;
    color: #5f5f5f; }
  .dp__post_list__dropdown {
    max-width: 200px;
    width: 100%;
    margin-bottom: 0; }
  .dp__post_list .dp__button {
    margin-top: 60px; }
  .dp__post_list--large {
    display: block;
    padding-top: 30px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .dp__post_list--large {
        padding-top: 0; } }
    @media (min-width: 480px) {
      .dp__post_list--large .dp__post_list__body {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    .dp__post_list--large .dp__post_list__item {
      border: none;
      padding-top: 0; }
      .dp__post_list--large .dp__post_list__item a {
        display: block; }
      .dp__post_list--large .dp__post_list__item h3 {
        font-size: 18px;
        font-weight: 500; }
      .dp__post_list--large .dp__post_list__item__image, .dp__post_list--large .dp__post_list__item__placeholder {
        height: 0;
        width: 100%;
        padding-top: 64.58%;
        margin: 0;
        margin-bottom: 15px;
        min-width: 0;
        max-height: none;
        position: relative; }
        .dp__post_list--large .dp__post_list__item__image > div, .dp__post_list--large .dp__post_list__item__placeholder > div {
          position: absolute;
          top: 0;
          left: 0; }
  .dp__post_list--blog {
    display: block; }
    .dp__post_list--blog .dp__post_list__header {
      border-bottom: none;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0;
      padding-bottom: 35px; }
      @media (min-width: 992px) {
        .dp__post_list--blog .dp__post_list__header {
          flex-direction: row;
          align-items: center; } }
      .dp__post_list--blog .dp__post_list__header h2 {
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .dp__post_list--blog .dp__post_list__header h2 {
            margin-bottom: 0; } }
    .dp__post_list--blog .dp__post_list__dropdown {
      max-width: none; }
      @media (min-width: 480px) {
        .dp__post_list--blog .dp__post_list__dropdown {
          max-width: 300px; } }
    @media (min-width: 480px) {
      .dp__post_list--blog .dp__post_list__body {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 650px) {
      .dp__post_list--blog .dp__post_list__body {
        grid-template-columns: 1fr 1fr 1fr; } }
    .dp__post_list--blog .dp__post_list__item {
      border: none;
      padding-top: 0; }
      .dp__post_list--blog .dp__post_list__item a {
        display: block; }
      .dp__post_list--blog .dp__post_list__item h3 {
        font-size: 18px;
        font-weight: 500; }
      .dp__post_list--blog .dp__post_list__item__image, .dp__post_list--blog .dp__post_list__item__placeholder {
        height: 0;
        width: 100%;
        padding-top: 64.58%;
        margin: 0;
        margin-bottom: 15px;
        min-width: 0;
        max-height: none;
        position: relative; }
        .dp__post_list--blog .dp__post_list__item__image > div, .dp__post_list--blog .dp__post_list__item__placeholder > div {
          position: absolute;
          top: 0;
          left: 0; }
  .dp__post_list__blog_filters {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 480px) {
      .dp__post_list__blog_filters {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: auto; } }
    @media (min-width: 992px) {
      .dp__post_list__blog_filters {
        width: 50%; } }
    .dp__post_list__blog_filters .dp__post_list__dropdown:last-child {
      margin-top: 15px; }
      @media (min-width: 480px) {
        .dp__post_list__blog_filters .dp__post_list__dropdown:last-child {
          margin-top: 0;
          margin-left: 15px; } }

.generic__wrap__content .dp__initiative__featured_image {
  max-width: 100%;
  margin: 0;
  margin-bottom: 30px; }

.dp__initiative__featured_video {
  position: relative;
  overflow: hidden; }
  .dp__initiative__featured_video__video {
    width: 100%;
    height: 0;
    padding-bottom: 64.58%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .dp__initiative__featured_video__video > iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 150%;
      height: 100%;
      pointer-events: none;
      max-width: none; }
  .dp__initiative__featured_video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 0.5s opacity;
    opacity: 0;
    background-color: white;
    z-index: 999; }
  .dp__initiative__featured_video--inline {
    margin-bottom: 60px; }
  .dp__initiative__featured_video--loading:after {
    opacity: 1; }
  .dp__initiative__featured_video__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-play.png");
    background-size: contain;
    background-position: center;
    z-index: 99; }
    .dp__initiative__featured_video__icon--pause {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-pause.png"); }

.dp__breadcrumb {
  background-color: #ededed; }
  .dp__breadcrumb__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0; }
  .dp__breadcrumb__el {
    margin-left: 10px;
    font-size: 14px;
    display: none; }
    .dp__breadcrumb__el:first-child {
      margin-left: 0; }
    .dp__breadcrumb__el--current {
      display: block;
      margin-left: 0; }
      .dp__breadcrumb__el--current .dp__breadcrumb__divider {
        display: none; }
    @media (min-width: 650px) {
      .dp__breadcrumb__el {
        display: block;
        margin-left: 10px; }
        .dp__breadcrumb__el .dp__breadcrumb__divider {
          display: inline-block; } }
  .dp__breadcrumb__link {
    position: relative; }
    .dp__breadcrumb__link--current {
      padding-left: 20px; }
      @media (min-width: 650px) {
        .dp__breadcrumb__link--current {
          padding-left: 0; } }
    .dp__breadcrumb__link--home {
      font-weight: bold; }
    .dp__breadcrumb__link:hover {
      text-decoration: none; }
  .dp__breadcrumb__divider {
    margin-left: 10px;
    color: #5f5f5f; }
  .dp__breadcrumb__icon {
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (min-width: 650px) {
      .dp__breadcrumb__icon {
        display: none; } }

.dp__post_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 50px;
  font-family: "museo-sans", sans-serif !important;
  font-weight: 500 !important; }
  @media (min-width: 650px) {
    .dp__post_nav {
      margin-bottom: 11vw; } }
  @media (min-width: 768px) {
    .dp__post_nav {
      margin-bottom: 136px; } }
  .dp__post_nav__prev, .dp__post_nav__next {
    display: none;
    min-width: 100px; }
    @media (min-width: 480px) {
      .dp__post_nav__prev, .dp__post_nav__next {
        display: block; } }
  .dp__post_nav__prev {
    margin-right: 15px;
    cursor: pointer; }
  .dp__post_nav__next {
    margin-left: 15px;
    cursor: pointer; }
  .dp__post_nav__page {
    cursor: pointer;
    margin: 0 15px;
    transition: color 0.1s ease-in-out;
    color: #333; }
    .dp__post_nav__page--current, .dp__post_nav__page:hover {
      color: #4d5ea3; }

.dp__select_search h2 {
  max-width: 350px;
  margin-bottom: 30px; }

.dp__our_work__header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 30px; }
  .dp__our_work__header h2 {
    margin: 0; }
  @media (min-width: 650px) {
    .dp__our_work__header {
      flex-direction: row; } }

.dp__our_work__holder {
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .dp__our_work__holder {
      flex-direction: row; } }

.dp__our_work__filters {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (min-width: 650px) {
    .dp__our_work__filters {
      padding: 0;
      padding-left: 15px;
      flex-direction: row;
      align-items: center; } }

.dp__our_work__filter {
  background-color: #f5f5f5;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 15px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
  margin-bottom: 7px;
  transition: all 0.3s; }
  @media (min-width: 650px) {
    .dp__our_work__filter {
      margin: 0; }
      .dp__our_work__filter:nth-child(2) {
        margin-left: 15px; } }
  .dp__our_work__filter:hover {
    background-color: #ececec; }
  .dp__our_work__filter:after {
    content: '\d7';
    color: #b7b7b7;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 20px;
    line-height: 0;
    font-size: 18px; }

.dp__our_work__sections {
  background-color: #f4f4f4;
  margin-top: 60px;
  padding: 30px 30px;
  margin-left: -30px;
  width: calc(100% + (30px*2)); }
  @media (min-width: 1400px) {
    .dp__our_work__sections {
      border-radius: 7px; } }
  @media (min-width: 650px) {
    .dp__our_work__sections {
      margin-left: -60px;
      width: calc(100% + 120px); } }
  @media (min-width: 992px) {
    .dp__our_work__sections {
      padding: 30px 60px; } }

.dp__our_work__section {
  padding: 60px 0;
  border-bottom: 1.5px solid #dee2e6; }
  .dp__our_work__section__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 20px;
    height: 10px;
    line-height: 0;
    font-size: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .dp__our_work__section:last-child {
    border-bottom: 0; }
  .dp__our_work__section h2 {
    margin-bottom: 50px;
    font-size: 36px; }
  .dp__our_work__section__columns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .dp__our_work__section__columns {
        flex-direction: row;
        justify-content: space-between; } }
  .dp__our_work__section__column:first-child {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .dp__our_work__section__column {
      flex: 0.6;
      width: 60%;
      padding-left: 60px; }
      .dp__our_work__section__column:first-child {
        margin: 0;
        width: 40%;
        flex: 0.4;
        padding-left: 0;
        padding-right: 60px; } }
  .dp__our_work__section__column a {
    display: block;
    margin-bottom: 15px;
    color: #333;
    padding-left: 30px;
    position: relative;
    transition: color 0.1s ease-in-out;
    text-decoration: underline;
    font-weight: 500; }
    .dp__our_work__section__column a:hover {
      color: #4d5ea3; }
      .dp__our_work__section__column a:hover:before {
        color: #4d5ea3; }

.dp__research {
  margin-top: 50px; }
  .dp__research .lockout {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #4d5ea3;
    color: white; }
    @media (min-width: 1400px) {
      .dp__research .lockout {
        border-radius: 7px; } }
    @media (min-width: 600px) {
      .dp__research .lockout {
        padding-top: 110px;
        padding-bottom: 110px; } }
  .dp__research h2 {
    margin-bottom: 40px; }
  .dp__research__stats {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1vw; }
    .dp__research__stats__stat {
      width: calc(100% - 2vw);
      padding: 30px 25px;
      margin: 1vw;
      border: 1px solid #7cb8df;
      border-radius: 8px;
      text-align: center; }
      @media (min-width: 480px) {
        .dp__research__stats__stat {
          width: calc(50% - 2vw); } }
      @media (min-width: 992px) {
        .dp__research__stats__stat {
          width: calc(25% - 2vw);
          padding: 45px 25px; } }
      .dp__research__stats__stat__value {
        font-family: "museo-sans", sans-serif !important;
        font-weight: 700 !important;
        font-size: 40px; }
        @media (min-width: 992px) {
          .dp__research__stats__stat__value {
            font-size: 4.2vw; } }
        @media (min-width: 1440px) {
          .dp__research__stats__stat__value {
            font-size: 60px; } }
      .dp__research__stats__stat__label {
        font-size: 18px;
        line-height: 130%; }

.dp__404 p {
  max-width: 600px;
  margin-bottom: 60px; }

.dp__404 .dp__search__box {
  width: 250px;
  z-index: 1; }

.dp__district__header {
  padding: 30px;
  margin: 0 0 45px 0;
  background-color: #f4f4f4;
  border-radius: 8px; }
  .dp__district__header h3 {
    margin: 5px 0; }
    .dp__district__header h3:first-child {
      margin-top: 0; }
  .dp__district__header p {
    margin-bottom: 5px; }
  .dp__district__header li {
    margin-bottom: 5px; }
  .dp__district__header img {
    max-width: 100%; }
    .dp__district__header img.dp__district__logo {
      max-width: 420px;
      margin-bottom: 15px; }
  .dp__district__header--white {
    background: none;
    padding: 0; }

.dp__district__heading, .dp__district__body {
  max-width: none !important; }

.dp__district__heading {
  background-color: #4d5ea3;
  color: white;
  padding: 30px;
  margin-bottom: 30px; }

.dp__district__body {
  margin-bottom: 45px; }

.dp__district__cols {
  margin-top: 45px;
  display: grid;
  grid-gap: 30px; }
  @media (min-width: 650px) {
    .dp__district__cols {
      grid-template-columns: 1fr 1.5fr; } }
  .dp__district__cols .dp__district__header {
    margin: 0; }

.dp__district__headshot {
  max-width: 200px;
  width: 100%; }
  .dp__district__headshot__inner {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative; }
    .dp__district__headshot__inner > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat; }

/** Annual */
.annual .lockout {
  overflow: hidden; }
  .annual .lockout:first-child .annual__body_section {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
  .annual .lockout:last-child .annual__body_section {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }

.annual__hero {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  padding: 0; }
  .annual__hero .year {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%; }
  .annual__hero h1 {
    line-height: 100%;
    font-size: 50px;
    font-weight: 700; }
  .annual__hero .subtitle {
    font-size: 20px;
    font-weight: 300; }

.annual__body_section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  color: white;
  overflow: hidden; }
  @media (min-width: 768px) {
    .annual__body_section__image_text {
      padding-right: 0; }
      .annual__body_section__image_text--reverse {
        padding-right: 40px;
        padding-left: 0; } }
  @media (min-width: 992px) {
    .annual__body_section {
      margin-left: -60px;
      width: calc(100% + 120px);
      padding-left: 60px;
      padding-right: 60px; }
      .annual__body_section__image_text {
        padding-right: 0; }
        .annual__body_section__image_text--reverse {
          padding-right: 60px;
          padding-left: 0; } }
  .annual__body_section__inner {
    width: 100%; }
  .annual__body_section h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0; }
  .annual__body_section__image_text h2 {
    margin-bottom: 15px; }
  .annual__body_section p {
    max-width: 800px; }
  .annual__body_section .flex {
    display: flex;
    align-items: center;
    gap: 20px; }
    .annual__body_section .flex.small {
      gap: 10px; }
  .annual__body_section .body-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .annual__body_section .body-flex {
        flex-direction: row;
        justify-content: space-between;
        gap: 60px; }
        .annual__body_section .body-flex.reverse {
          flex-direction: row-reverse;
          justify-content: flex-end; } }
  .annual__body_section .next-arrow {
    display: block;
    border-radius: 100%;
    border: 2px solid white;
    padding: 12px;
    width: 45px;
    height: 45px; }
    .annual__body_section .next-arrow .arrow-icon {
      background-image: url("/wp-content/themes/devdmbootstrap3/img/icon-arrow-right-white.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
  .annual__body_section .read-more {
    line-height: 1.5;
    font-size: 18px;
    color: white;
    text-transform: uppercase; }
  .annual__body_section__link {
    color: white; }
    .annual__body_section__link > div {
      transition: transform 0.2s; }
    .annual__body_section__link:hover {
      text-decoration: underline;
      color: white; }
      .annual__body_section__link:hover > div {
        transform: translateX(15px); }
  .annual__body_section__image {
    flex: 1;
    width: 100%;
    height: 0;
    padding-top: 60%;
    min-height: 280px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .annual__body_section__image {
        padding: 0;
        align-self: stretch;
        height: auto;
        min-width: 350px;
        max-width: 350px;
        margin-top: -40px;
        margin-bottom: -40px; } }

body {
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  body > .lockout {
    flex: 1; }

#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: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 2000;
  right: 12px;
  bottom: 16px;
  background-color: #4d5ea3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 880px) {
    #ada-widget-btn {
      width: 55px;
      height: 55px;
      left: 20px;
      bottom: 20px;
      right: auto; } }
  #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: #4d5ea3;
  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; }
  @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; }
  .spotlight ul {
    padding-left: 16px; }
    .spotlight ul li {
      list-style-type: disc; }
  .spotlight ol {
    padding-left: 16px; }
    .spotlight ol li {
      list-style-type: decimal; }

body img.gform_ajax_spinner {
  display: none !important; }

body .gfield_validation_message {
  margin-top: 0 !important;
  border: none !important;
  padding: 1.8rem !important; }

body .generic__wrap__content input:not([type="submit"]):not(.facetwp-search):not(.dp__search__input), body .generic__wrap__content textarea:not([type="submit"]):not(.facetwp-search):not(.dp__search__input), body .generic__wrap__content select:not([type="submit"]):not(.facetwp-search):not(.dp__search__input) {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
  border-radius: 5px;
  padding: 12px !important; }

body .generic__wrap__content .filters-panel ul li {
  list-style: none !important; }

blockquote {
  font-style: italic;
  color: #878787;
  border-left: 4px solid #439ad0;
  margin-left: 4vw;
  margin: 60px 0 60px 4vw;
  padding: 2px 6vw 2px 3vw;
  padding-left: 40px;
  line-height: 1.5;
  font-weight: 400; }
  @media all and (min-width: 768px) {
    blockquote {
      line-height: 3.5rem;
      font-size: 2.2rem; } }
  blockquote p {
    font-size: 18px; }

/** Screen Reader Only Text */
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.ii__vis {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative; }
  @media (min-width: 650px) {
    .ii__vis {
      padding: 60px; } }
  .ii__vis__inner {
    height: 100%;
    position: relative; }
  .ii__vis__nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px; }
    @media (min-width: 480px) {
      .ii__vis__nav {
        gap: 15px 30px; } }
    @media (min-width: 992px) {
      .ii__vis__nav {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 0;
        padding-left: 60px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: auto; } }
  .ii__vis__button {
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px; }
    @media (min-width: 480px) {
      .ii__vis__button {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .ii__vis__button {
        margin-bottom: 7px; } }
    .ii__vis__button:hover {
      color: #4d5ea3; }
    .ii__vis__button--active {
      font-weight: 700;
      font-size: 16px;
      display: inline-block;
      color: #4d5ea3; }
      @media (min-width: 480px) {
        .ii__vis__button--active {
          font-size: 20px; } }
  .ii__vis__animation {
    position: fixed;
    z-index: 999;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: calc(100% - 60px);
    pointer-events: none;
    background-color: #dee2e6;
    border: 1.5px solid #5f5f5f;
    border-radius: 8px; }
    @media (min-width: 480px) {
      .ii__vis__animation {
        top: 20%; } }
    @media (min-width: 992px) {
      .ii__vis__animation {
        width: auto;
        max-height: 30vw;
        height: 90%;
        top: 50%;
        transform: translateY(-50%);
        left: 20%;
        width: 48%; } }
    @media (min-width: 1400px) {
      .ii__vis__animation {
        left: 15%;
        width: 53%; } }
  .ii__vis__text {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25%; }
    .ii__vis__text > div {
      padding-bottom: 30px; }
    @media (min-width: 992px) {
      .ii__vis__text {
        right: 0;
        bottom: auto;
        width: 25%; }
        .ii__vis__text > div {
          padding-bottom: 60px; } }
  .ii__vis__text__overlay {
    position: fixed;
    left: 0;
    bottom: 23%;
    height: 100%;
    width: 97%;
    z-index: 99;
    pointer-events: none;
    overflow: hidden; }
    .ii__vis__text__overlay:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: white;
      filter: blur(15px); }
    @media (min-width: 992px) {
      .ii__vis__text__overlay {
        display: none; } }

.dp__team_app {
  /** Single **/ }
  .dp__team_app__header {
    display: flex;
    z-index: 0; }
    @media (min-width: 992px) {
      .dp__team_app__header {
        justify-content: flex-end; } }
    .dp__team_app__header .dp__search__box {
      z-index: 0; }
  .dp__team_app__back {
    text-align: right;
    color: #4d5ea3;
    margin-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s transform;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px; }
    .dp__team_app__back:hover {
      transform: translateX(-10px); }
    .dp__team_app__back img {
      width: 15px;
      height: auto;
      margin: 0; }
    .dp__team_app__back span {
      display: block; }
  .dp__team_app__area {
    padding: 20px 0; }
    @media (min-width: 1200px) {
      .dp__team_app__area--margin {
        margin-top: -65px; } }
  .dp__team_app__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-auto-rows: 175px; }
    @media (min-width: 768px) {
      .dp__team_app__grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 200px; } }
    @media (min-width: 1200px) {
      .dp__team_app__grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 175px; } }
  .dp__team_app__section {
    transition: transform 0.2s; }
    .dp__team_app__section .inner {
      color: white;
      padding: 18px;
      border-radius: 10px;
      cursor: pointer;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .dp__team_app__section:hover {
      transform: scale(1.05); }
    .dp__team_app__section h2 {
      font-size: 22px;
      line-height: 25px;
      font-weight: bold; }
  .dp__team_app__team {
    display: flex;
    flex-direction: row;
    padding-left: 0 !important; }
  .dp__team_app__small_member {
    width: 40px;
    height: 40px;
    margin-left: -8px;
    margin-right: -8px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid white;
    background-color: white;
    position: relative; }
    .dp__team_app__small_member:nth-child(1) {
      margin-left: 0;
      z-index: 4; }
    .dp__team_app__small_member:nth-child(2) {
      z-index: 3; }
    .dp__team_app__small_member:nth-child(3) {
      z-index: 2; }
    .dp__team_app__small_member:nth-child(4) {
      z-index: 1;
      margin-right: 0; }
    .dp__team_app__small_member--faded {
      opacity: 0.5; }
    .dp__team_app__small_member img {
      margin: 0; }
  .dp__team_app__title {
    display: inline-block;
    line-height: 110%; }
    .dp__team_app__title--small {
      border-bottom: 5px solid #fff;
      font-weight: bold;
      font-size: 35px;
      padding-bottom: 3px;
      margin-bottom: 30px; }
    .dp__team_app__title--large {
      max-width: 500px !important;
      font-size: 25px;
      margin-bottom: 55px;
      font-weight: bold;
      border-left: 6px solid #fff;
      padding-left: 10px; }
      @media (min-width: 992px) {
        .dp__team_app__title--large {
          font-size: 40px;
          margin-bottom: 45px; } }
  .dp__team_app__team_grid {
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 0 !important;
    gap: 30px; }
    .dp__team_app__team_grid li {
      list-style-type: none !important; }
    @media (min-width: 480px) {
      .dp__team_app__team_grid {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) {
      .dp__team_app__team_grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 992px) {
      .dp__team_app__team_grid {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1200px) {
      .dp__team_app__team_grid--large {
        gap: 50px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
    @media (min-width: 1200px) {
      .dp__team_app__team_grid--small {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .dp__team_app__member {
    position: relative;
    opacity: 0; }
    .dp__team_app__member h3 {
      margin: 5px 0;
      font-size: 18px;
      font-weight: normal;
      line-height: 120%;
      text-align: center;
      transition: 0.2s opacity; }
    .dp__team_app__member__img {
      padding: 0 10%;
      transition: all 0.3s; }
      @media (min-width: 992px) {
        .dp__team_app__member__img {
          padding: 0; } }
    .dp__team_app__member img {
      margin: 0; }
    .dp__team_app__member__holder {
      position: relative; }
    .dp__team_app__member__overlay {
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s opacity;
      z-index: 99;
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      text-align: center;
      color: white; }
      @media (min-width: 992px) {
        .dp__team_app__member__overlay {
          width: 200%; } }
      .dp__team_app__member__overlay.open {
        opacity: 1;
        pointer-events: all; }
        .dp__team_app__member__overlay.open .linkedin {
          display: block; }
      @media (min-width: 992px) {
        .dp__team_app__member__overlay.has_linkedin .name {
          margin-top: 2px;
          padding: 0 45px; } }
      .dp__team_app__member__overlay .linkedin {
        margin: 0 auto;
        position: relative;
        display: none;
        padding: 10px;
        width: 45px;
        height: 45px; }
        @media (min-width: 992px) {
          .dp__team_app__member__overlay .linkedin {
            position: absolute;
            top: 0;
            right: 0; } }
        .dp__team_app__member__overlay .linkedin img {
          width: 100%;
          height: auto; }
      .dp__team_app__member__overlay .name {
        font-size: 21px;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 120%; }
      .dp__team_app__member__overlay .title {
        font-size: 16px;
        line-height: 110%; }
      .dp__team_app__member__overlay .funfact {
        background-color: white;
        color: black;
        padding: 15px 10px;
        border-radius: 5px;
        margin-top: 15px; }
        .dp__team_app__member__overlay .funfact h2 {
          font-size: 16px;
          margin-bottom: 5px;
          font-weight: 400; }
        .dp__team_app__member__overlay .funfact p {
          font-size: 14px;
          line-height: 110%; }
      .dp__team_app__member__overlay__arrow {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid black; }
    .dp__team_app__member:hover .dp__team_app__member__overlay {
      opacity: 1;
      pointer-events: all; }
      .dp__team_app__member:hover .dp__team_app__member__overlay .linkedin {
        display: block; }
    .dp__team_app__member:hover .dp__team_app__member__img {
      transform: scale(1.1); }
  .dp__team_app__single_section {
    margin-bottom: 60px; }
  .dp__team_app__focus {
    margin-top: 90px; }
    .dp__team_app__focus h2 {
      font-size: 23px;
      font-weight: bold;
      line-height: 130%;
      margin-bottom: 5px; }
