/* MAIN FOOTER 
    used at the bottom of every page
    for DPF location info and links
    found in footer.php
*/
.site-footer {
    color: #fff;
    background-color: #333333;
    padding: 40px 0 140px 0;
}
.site-footer a{
    color: #fff;
    text-decoration: none;
}
.site-footer a:hover{
    text-decoration: underline;
}
.site-footer,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
    font-size: 16px;
    color: #fff;
}
.site-footer,
.site-footer p {
    font-size: 16px;
}
@media (min-width: 768px) {
    .site-footer {
        padding-bottom: 60px; /* to accommodate for the cookies bar */
    }
    .site-footer .col {
        width: 25%;
        float: left;
        padding: 0 20px 0 0;
    }
}

.menu-footer-container,
.menu-footer-column-1-container,
.menu-footer-column-2-container,
.menu-footer-column-3-container,
.menu-footer-endoresements-container {
	font-size: 19px;
    padding: 0;
}
.menu-footer-container ul,
.menu-footer-column-1-container ul,
.menu-footer-column-2-container ul,
.menu-footer-column-3-container ul,
.menu-footer-endoresements-container ul {
	text-align: left;
	margin: 0;
	width: auto;
	padding-left: 0;
    border: none;
    list-style: none;
}
.menu-footer-container > ul > li,
.menu-footer-column-1-container > ul > li,
.menu-footer-column-2-container > ul > li,
.menu-footer-column-3-container > ul > li ,
.menu-footer-endoresements-container > ul > li {
	list-style: none;
    margin-bottom: 10px;
    line-height: 1.2em;
    border: none;
}
.menu-footer-container > ul > li > a,
.menu-footer-column-1-container > ul > li > a,
.menu-footer-column-2-container > ul > li > a,
.menu-footer-column-3-container > ul > li > a {
	text-transform: uppercase;
}
.menu-footer-container ul.sub-menu,
.menu-footer-column-1-container ul.sub-menu,
.menu-footer-column-2-container ul.sub-menu,
.menu-footer-column-3-container ul.sub-menu {
	margin:5px 0 1.5em;
	list-style: none;
}
.menu-footer-container ul.sub-menu li,
.menu-footer-column-1-container ul.sub-menu li,
.menu-footer-column-2-container ul.sub-menu li,
.menu-footer-column-3-container ul.sub-menu li {
  margin-bottom: 5px;
}
.menu-footer-container ul.sub-menu ul,
.menu-footer-column-1-container ul.sub-menu ul,
.menu-footer-column-2-container ul.sub-menu ul,
.menu-footer-column-3-container ul.sub-menu ul {
	margin: 0;
	list-style: disc;
	padding-left: 1.5em;
}
.menu-footer-container,
.menu-footer-column-1-container,
.menu-footer-column-2-container,
.menu-footer-column-3-container,
.menu-footer-endoresements-container {
	font-family: 'FranklinGothic-DemiCond', "Franklin Gothic Cond Demi";
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
}
.menu-footer-container ul ul,
.menu-footer-column-1-container ul ul,
.menu-footer-column-2-container ul ul,
.menu-footer-column-3-container ul ul {
	color: #333333;
	font-family: "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
	font-size: 16px;
	line-height: 1.6;
    margin-top: 0;
    letter-spacing: normal;
}
.menu-footer-endoresements-container li {
  display: inline;
  float: left;
}
.menu-footer-endoresements-container li a {
  text-indent: -522px;
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 20px 10px 0;
}
.endorse-candid a{
  background: url('images/candid-seal-gold-2024.png') no-repeat;
  background-size: 100px;
}
.endorse-charity-navigator a{
  background: url('images/charity-navigator.png') no-repeat;
  background-size: 100px; 
}


/* BACK TO TOP
    link bar in footer 
    anchored to top of page
*/
.back-to-top {
    text-align: center;
    background-color: #4f4f4f;
    font-family: "Franklin Gothic Cond Demi";
}
.back-to-top a{
    padding: 20px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}
.back-to-top a:hover {
    color: #659BD2;
}

/* RESOURCE ITEMS  
    mini mirrors the "Related Posts" styles from the parent theme
    used on Ambassadors for "Featuring Firstname" list of resources
*/
.resource-item-mini {
  display: flow-root;
  margin-bottom: 30px;
}
.resource-item-mini .post-image {
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 72px;
	width: 72px;
	max-width: none;
  float: left;
  margin-right: 14px;
}
.resource-item-mini .post-image img {
  width: auto;
  height: 72px;
}
.resource-item-mini .post-caption {
  float: left;
  width: 80%;
}
.resource-item-mini .post-title {
  margin-bottom: 3px;
}
.post-date {
  font-size: 16px;
  color: #666;
}
.resource-item .post-date {
  color: #fff;
}
.entry-content {
  margin-bottom: 64px;
}
  
/* SOCIAL ICONS  
    used in footer for Facebook, YouTube, Twitter, Instagram, and LinkedIn links
    hovers to unique brand color
*/
.dpf-social-icons {
    margin: 10px 0 10px -10px;
}
a.dpf-social-item {
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 16px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px;
}
a.dpf-social-item i::before {
    border:2px solid white;
    border-radius:100px;
    padding:8px;
}
.dpf-social-item-icon {
    display: inline-block;
    font-family: 'thegem-socials'; /* CLAXON */
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}
a .dpf-social-item-icon {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dpf-social-item-icon.facebook::before {
    content: '\e600';
}
a:hover .dpf-social-item-icon.facebook {
    color: #4e64b5;
}
.dpf-social-item-icon.twitter::before {
    content: '\e601';
}
a:hover .dpf-social-item-icon.twitter {
    color: #00aced;
}
.dpf-social-item-icon.instagram::before {
    content: '\e607';
}
a:hover .dpf-social-item-icon.instagram {
    color: #9a8f62;
}
.dpf-social-item-icon.vimeo::before {
    content: '\e609';
}
a:hover .dpf-social-item-icon.vimeo {
    color: #1db3e3;
}
.dpf-social-item-icon.linkedin::before {
    content: '\e60a';
}
a:hover .dpf-social-item-icon.linkedin {
    color: #0288d1;
}
.dpf-social-item-icon.rss::before {
    content: '\e60b';
}
a:hover .dpf-social-item-icon.rss {
    color: #ef8321;
}
.dpf-social-item-icon.youtube::before {
    content: '\e610';
}
a:hover .dpf-social-item-icon.youtube {
    color: #c82929;
}
.dpf-social-item-icon.tiktok::before {
    content: '\e666';
}
a:hover .dpf-social-item-icon.tiktok {
    color: #ff0050;
}

ul.dpf-link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.dpf-link-list li {
    display: block;
    margin-bottom: 23px;
}
ul.dpf-link-list li small{
    color: #99a9b5;
    font-size: 85%;
    line-height: 23px;
    display: block;
    margin: 3px 0;
}

/* CLICKY MENU
    top level links are transformed to buttons
    button click opens nested list
*/

/* Initial state of clicky main menu subitems-- hidden off screen */
 .clicky-menu ul {
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
}

/**
 * Clicky menu no JS fallback 
 * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
 */
.clicky-menu.no-js li:hover > ul {
	visibility: visible;
	z-index: 100;
	background-color: rgb(244, 246, 247);
    border-radius: 3px;
	min-width: 100%;
}
.clicky-menu.no-js li:focus-within > ul {
	visibility: visible;
	z-index: 100;
	background-color: rgb(244, 246, 247);
    border-radius: 3px;
}

/**
 * Clicky menu open/close menu behavior with JS
 */
.clicky-menu ul[aria-hidden="false"],
.clicky-menu ul[aria-hidden="false"] ul {
	visibility: visible;
}

/* Clicky menu prevent offscreen-submenus */
.clicky-menu .sub-menu--right {
	left: auto !important;
	right: 0 !important;
}

/**
 * Clicky menu footnotes
 *
 * [1] Using `visibility` instead of `display` allows for easier transitions and animation of submenus
 * [2] Must be a separate ruleset so that hover works in non-modern browsers
 */

 nav,
 .menu-spanish-menu-container {
    display: flow-root;
    background-color: #fff;;
 }
 #site-header .header-main {
    display: flow-root;
 }

.clicky-menu {
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 540px) {
	.clicky-menu {
		display: flex;
	}
}

.header-background {
    background-color: #fff;
}

.main-menu {
	justify-content: center;
}

/* General Link & Button Styles */
.clicky-menu a,
.clicky-menu button {
	color: #666;
	background: none;
	border: none;
	padding: 20px 15px;
	margin: 0;
	text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 37.5em) {
	.site-branding {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.clicky-menu a,
	.clicky-menu button {
		padding: 0;
	}
}
@media (max-width: 767px) {
    .main-menu {
        display: none;
    }
    .dl-active + nav .main-menu {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
    #site-header .site-title {
        vertical-align: top;
    }
    /*#site-header .site-title,
    #site-header .primary-navigation, 
    #site-header #perspective-menu-buttons {
        display: block;
    }*/
}

.clicky-menu a:hover,
.clicky-menu button:hover {
	background: #fff;
	color: #659CD3;
}

.clicky-menu a:focus,
.clicky-menu button:focus {
	outline: .125em dotted purple;
	outline-offset: -.125em;
}

.clicky-menu button[aria-expanded="true"] {
	color: #659CD3;
	background-color:rgb(244, 246, 247);
}

/* Clicky menu - Top Level Items */
.clicky-menu > li {
	position: relative;
	display: flex;
	justify-content: stretch;
	flex-wrap: wrap;
}

.clicky-menu > li > a,
.clicky-menu > li > button,
.clicky-menu > li#menu-item-1072893 a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 0;
	font-size: 19px;
	cursor: pointer;
	text-decoration: none;
	margin-top: 10px;
  line-height: 25px;
  text-align: center;
  font-family: 'Franklin Gothic Cond Demi';
}
@media screen and (min-width: 769px) {
	.clicky-menu > li > a,
	.clicky-menu > li > button {
		justify-content: center;
	}	
}

.clicky-menu > li.menuFundraise a, 
.clicky-menu > li.menuGive a {
  padding: 0 15px !important;
  margin: 14px 0 0 10px;
  height: 55px;
}

.clicky-menu > li.menuFundraise a {
  border: 3px solid #df6d27;
}
.clicky-menu > li.menuGive a {
  border: 3px solid #e6b222;
}

/* Clicky menu - Submenu Styles */
.clicky-menu ul {
	min-width: 100%;
	margin: 0;
	padding: 0 !important;
  text-align: left;
  font-size: 16px;
}
.clicky-menu .sub-menu li {
	display: block;
	float: none;
	text-transform: none;
	font-weight: normal;
}
.clicky-menu .sub-menu li.dl-back{
  display: none;
}
.clicky-menu ul ul li a {
    padding-left: 40px;
}

/* Clicky menu - Responsive Submenu Behavior */
.clicky-menu ul[aria-hidden="false"],
.clicky-menu ul[aria-hidden="false"] ul {
	position: static;
	width: 100%;
	flex: 0 0 auto;
	z-index: 99999;
}

@media screen and (min-width: 769px) {
	.clicky-menu ul {
		list-style: none;
	}
	.clicky-menu ul[aria-hidden="false"] {
		position: absolute;
		width: auto;
		background-color:rgb(244, 246, 247);
	}
}

/* Clicky menu - Submenu Links */
.clicky-menu ul a {
	display: block;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}
@media (min-width: 769px) {
	.clicky-menu ul a {
		padding: .375em 1em;
		white-space: nowrap;
	}
}


@media (max-width: 770px) {
    .main-menu {
        float: none;
        display: block;
        width: 100%;
        padding: 10px;
    }
    .primary-navigation.responsive li a {
        padding: 5px;
    }
    .clicky-menu > li > a, .clicky-menu > li > button, .clicky-menu > li#menu-item-1072893 a {
        padding: 10px;
    }
    .clicky-menu ul[aria-hidden="false"] {
        position: relative;
        margin: 10px;
        background: none;
    }
    .clicky-menu ul[aria-hidden="false"] ul {
        margin-left: 20px;
    }
    .clicky-menu > li > a, .clicky-menu > li > button {
        text-align: left;
        width: 100%;
        justify-content: normal;
    }
    .clicky-menu button[aria-expanded="true"] {
        width: 100%;
    }
    .mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle, .mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle {
        display: none;
    }
    .clicky-menu > li.menuFundraise a, .clicky-menu > li.menuGive a {
        margin-left: 0;
    }
}


/* Standalone page styles for AbbVie mini site */
.page-template-page-standalone {
    background: url(https://davisphinneyfoundation.org/wp-content/uploads/2023/10/circuit-image-white-overlay-3.jpg);
    background-size: contain;
  }
  .page-template-page-standalone .block-content {
    background: none;
  }
  .page-template-page-standalone #page-title {
    display: none;
  }
  .page-template-page-standalone .page{
    padding-top: 50px;
  }
  .page-template-page-standalone .site-content h1,
  .page-template-page-standalone .site-content h2,
  .page-template-page-standalone .site-content h3,
  .page-template-page-standalone .site-content h4,
  .page-template-page-standalone .site-content h5,
  .page-template-page-standalone .site-content h6 {
    color: #000;
  }
  .page-template-page-standalone .site-content h1 {
    font-size: 2.8em;
    line-height: 1;
    margin: 20px 0;
  }
  .page-template-page-standalone .standalone-nav .wpb_column{
    margin-top: 0;
  }
  .page-template-page-standalone .wpb_wrapper > :first-child {
    margin-top: 10px;
  }
  .page-template-page-standalone h1 span {
    font-size: 1.55em;
    font-weight: bold;
    letter-spacing: 0.15em;
  }
  @media screen and (max-width: 767px) {
    .page-template-page-standalone h1 span {
      font-size: 1.1em;
    }
  }
  .page-template-page-standalone h1.mega {
    font-size: 5.5em;
    line-height: 1;
    margin: 0;
  }
  .page-template-page-standalone h2 {
    font-size: 55px;
    line-height: 1;
    margin: 10px 0 40px 0;
  }
  .single-ambassador h2 {
    margin-bottom: 10px;
  }
  .page-template-page-standalone h3 {
    margin: 1.13em 0 0.1em;
  }
  .page-template-page-standalone .gem-quote.gem-quote-style-default{
    border: 5px solid #000;
    padding: 10px 20px 0 20px;
    background: none;
  }
  .page-template-page-standalone .gem-quote.gem-quote-style-default:after {
    content: none;
  }
  .page-template-page-standalone .gem-quote.gem-quote-style-default blockquote {
    border: none;
    padding: 50px;
    font-weight: bold;
    margin: 0;
  }
  @media screen and (min-width: 1200px) {
    .page-template-page-standalone .gem-quote.gem-quote-style-default{
      border: 0;
      background-image: url(https://davisphinneyfoundation.org/wp-content/uploads/2023/10/blockquote-bg-2.png);
      background-repeat: no-repeat;
      background-size: 900px 342px;
      background-position: top left;
      padding: 50px 100px 25px;
      margin: 0 -77px;  
    }
  }
  .page-template-page-standalone .vc_col-sm-8 {
    background: rgba(255, 255, 255, 0.6);
  }
  
  .page-template-page-standalone ol {
    font-size: 0.7em;
  }
  
  .switch-item {
    border-left: 15px solid #bababa;
    margin: 0 0 0 10px !important;
    padding-bottom: 20px;
    cursor: pointer;
  }
  .switch-item:last-child .switch-content{
    margin-bottom: 0;
  }
  .switch-content,
  .btn-switch {
    background: #bababa;
  }
  
  .switch-item,
  .switch-content,
  .btn-switch {
    transition: all 300ms ease;
  }
  
  .switch-content {
    padding: 10px 20px 20px 20px;
    margin: 0 0 0 50px;
    display: flow-root;
    position: relative;
    border-radius: 0 150px 150px 0;
  }
  .switch-content h3 {
    margin-top: 0;
    color: #000;
  }
  .switch-item-on .switch-content h3,
  .switch-content,
  .switch-content a {
    color: #fff;
  }
  
  .switch-content-text {
    float: left;
    width: 65%;
  }
  .switch-content-text p {
    display: none;
  }
  .switch-content-image {
    width: 22%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-30px, -50%);
    display: none;
  }
  .switch-item-on .switch-content-text p,
  .switch-item-on .switch-content-image {
    display: block;
  }
  
  .btn-switch {
    background-image: url(https://davisphinneyfoundation.org/wp-content/uploads/2023/10/off-switch-icon-1.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-size: 40%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 0;
    left: -88px;
    text-indent: -500px;
    overflow: hidden;
  }
  
  .switch-item-on .btn-switch {
    background-image: url( https://davisphinneyfoundation.org/wp-content/uploads/2023/10/on-switch-icon-1.png);
  }
  
  .switch-item-on.switch-item-yellow {
    border-color:#e6b221;
  }
  .switch-item-on.switch-item-yellow .switch-content,
  .switch-item-on.switch-item-yellow .btn-switch{
    background-color: #e6b221;
  }
  
  .switch-item-on.switch-item-blue {
    border-color:#709ad4;
  }
  .switch-item-on.switch-item-blue .switch-content,
  .switch-item-on.switch-item-blue .btn-switch{
    background-color: #709ad4;
  }
  
  .switch-item-on.switch-item-purple {
    border-color:#570662;
  }
  .switch-item-on.switch-item-purple .switch-content,
  .switch-item-on.switch-item-purple .btn-switch {
    background-color: #570662;
  }
  
  .switch-item-on.switch-item-red {
    border-color:#b13823;
    padding-bottom: 0;
  }
  .switch-item-on.switch-item-red .switch-content,
  .switch-item-on.switch-item-red .btn-switch {
    background-color: #b13823;
  }
  
  .switch-item-yellow .switch-content,
  .switch-item-yellow .btn-switch,
  .switch-item-blue .switch-content,
  .switch-item-blue .btn-switch,
  .switch-item-purple .switch-content,
  .switch-item-purple .btn-switch,
  .switch-item-red .switch-content,
  .switch-item-red .btn-switch {
    background-color: #bababa;
  }

  .toggle-switch-container {
    background-color: #fff;
    position: relative;
    border: 3px solid #000;
    border-radius: 50px;
    display: flow-root;
    height: 126px;
    transition: all 300ms ease;
    cursor: pointer;
  }
  .toggle-switch {
    position: absolute;
  }
  
  .toggle-item-on .toggle-switch {
    right: 0;
    transition: all 300ms ease;
  }
  .toggle-switch-content {
    text-align: center;
    position: absolute;
    left: 120px;
    padding: 20px;
    font-size: 1.2em;
    line-height: 1.5;
  }
  @media screen and (max-width: 900px) {
    .toggle-switch-content {
      font-size: 1em;
      line-height: 1.2;
    }
  }
  .toggle-item-on .toggle-switch-content {
    right: 120px;
    left: auto;
  }
  
  .toggle-item-on .toggle-switch-content-on,
  .toggle-switch-content-off {
    display: block;
  }
  .toggle-switch-content-on,
  .toggle-item-on .toggle-switch-content-off{
    display: none;
  }
  
  .btn-toggle {
    margin: 10px;
    width: 100px;
    height: 100px;
    background-color: #6f9ad3;
    display: flex;
    position: relative;
    border: 3px solid #000;
    border-radius: 50px;
    text-indent: -1000px;
    overflow: hidden;
    transition: all 300ms ease;
  }
  .toggle-item-on.toggle-switch-container {
    background-color: #6f9ad3;
    color: #fff;
  }
  .toggle-item-on .btn-toggle {
    background-color: #fff;
  }
  
  table.dpf-table {
    text-align: left;
  }
  table.dpf-table th {
    background-color: #f2f2f2;
    padding: 10px 20px !important;
  }
  table.dpf-table td {
    vertical-align: top;
    padding: 20px !important;
  }

  /* FLICKITY CAROUSEL */
  .carousel ol, .carousel li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .carousel h1 {
    color: #ffffff;
    font-family: 'Archer Bold';
    line-height: 1em;
    margin-bottom: 20px;
  }
  .carousel h2 {
    color: #ffffff;
    line-height: 1em;
    margin: -10px 0 30px 0;
    text-transform: none;
  }
  .carousel p {
    font-weight: bold;
    color: #fff;
  }
  .carousel .gem-button {
    margin: 0;    
  }
  .carousel .gem-button i {
    position: relative;
    top: 0;
  }
  @media (min-width: 768px) {
    .carousel p {
      float: left;
      width: 60%;
      margin-right: 20px;
    }
    .carousel .gem-button {
      float: left;
    }
  }
  
  .carousel-cell {
    width: 100%; /* full width */
    margin-right: 10px;
    background-color: #78a9d9;
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: gallery-cell;
    padding: 50px 80px 75px 80px;
    display: flow-root;
    min-height: 353px;
}
.carousel-cell.carousel-cell-blue {
  background-image: url("https://davisphinneyfoundation.org/wp-content/uploads/2023/12/dpf_home_header_bg.png");
}
.carousel-cell.carousel-cell-purple{
  background-color:  #3f0e3d;
}
.carousel-cell div:nth-child(1) {
  float: left;
  width: 70%;
}
.carousel-cell div:nth-child(2) {
  float: right;
  width: 30%;
}
  
/* position dots in gallery */
.flickity-page-dots {
  bottom: 10px !important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-viewport {
  transition: height 0.2s;
}

/* TEAM DPF colors are NOT brown - using grey headers on the page and child pages */
.page-id-1073912 h1,
.page-id-1052750 h1,
.parent-pageid-1052750 h1,
.page-id-1073912 h2,
.page-id-1052750 h2,
.parent-pageid-1052750 h2,
.page-id-1073912 h3,
.page-id-1052750 h3,
.parent-pageid-1052750 h3,
.page-id-1073912 h4,
.page-id-1052750 h4,
.parent-pageid-1052750 h4,
.page-id-1073912 h5,
.page-id-1052750 h5,
.parent-pageid-1052750 h5,
.page-id-1073912 h6,
.page-id-1052750 h6,
.parent-pageid-1052750 h6{
 color: #333;
}

#page {
  overflow: visible;
}


.dpf-page-title {
  background-color: #6f9ad3;
  padding: 2% 0 8%;
  position: relative;
}
.dpf-page-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 92px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: url(/wp-content/uploads/2019/10/smileMask.svg) top center;
  background-size: cover;
}

.page-header h1.page-title {
  font-style: normal;
  font-weight: normal;
  font-family: 'Helvetica';
  font-size: 30px;
  color: #fff;
  margin: 0 13px 0;
}
.page-header h1.page-title span {
  font-weight: bold;
  font-style: italic;
}

.entry-content, 
.entry-content section {
  display: flow-root;
}

