/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 2.1.4
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* Global */
.main-content {
  background-color: #fff;
}
p, li {
  line-height: 1.5em;
}
.post-content ul {
  margin-top: 0;
}
.post-content li {
  margin-bottom: 0.6em;
}
.portfolio-filters-resp ul li {
  margin: 0;
}
.post-content .post-meta {
  margin-bottom: 34px !important;
}
h1, h2, h3, h4, h5 {
  font-weight:300;
}
.wpb_wrapper > :first-child {
  margin-top: 0; /* 1.2em; */
}
h5, .title-h5 {
  margin-bottom: 0;
  color: #000;
}
h3, .title-h3 {
  margin: 1.5em 0 0 0;
}
.vc_sep_holder h3{
  margin: 0;
}
h6 {
  text-transform: capitalize;
  letter-spacing: normal !important;
}
.vc_row {
  margin-bottom:0px !important;
}
.questionTitle {
  color:#ffffff;
  font-family: 'Archer Bold';
  font-size:55px;
  line-height:57px;
}
.largeCTA, .largeCTA a {
  width:100%;
}
blockquote::after {
  color: #df6d27 !important;
}
blockquote {
  margin-bottom:30px !important;
}

.dpf-quicklinks-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dpf-quicklinks-icon a img {
  border: 0px;
}
.dpf-quicklinks-icon .card-section {
  padding: 0 !important;
  background: none;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dpf-quicklinks-icon .card-section h3 {
  width: 100%;
  padding: 0;
  color:#ffffff;
  margin-top: 0;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  font-family: 'Archer Bold';
  font-weight:bold;
  bottom: 80px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dpf-quicklinks-icon .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.dpf-quicklinks-icon {
  padding:0px !important;
}

.top-area-search {
  padding:0px;
  float:right;
  height:30px;
  padding-right:18px;
}
.top-area-search input {
  height:33px;
  padding-top:0px;
  font-size:1em;
}
.top-area-search .widget.widget_search .gem-button {
  top: -3px;
}
#site-header .top-area-contacts .gem-contacts-item {
  padding: 0 8px;
}
#site-header .top-area-contacts .gem-contacts-phone {
  padding-left: 0;
}

#site-header .top-area-contacts .gem-contacts-address:before, 
#site-header .top-area-contacts .gem-contacts-phone:before, 
#site-header .top-area-contacts .gem-contacts-fax:before, 
#site-header .top-area-contacts .gem-contacts-email:before, 
#site-header .top-area-contacts .gem-contacts-website:before,
#site-header .top-area-contacts .gem-contacts-espanol:before {
  width: 14px;
  margin-right: 3px;
}

.textsizeLinks {
  font-size:14px !important;
}
.textsizeLinks a {
  padding:6px 8px;
  min-width:50px;
  color:#ffffff !important;
  font-weight:bold;
  background-color: #666666;
  margin:0 4px;
}
.textsizeLinks a:active, .textsizeLinks a:hover {
  background-color: #659CD3;
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a {
  border:none !important;
}
li.menu-item {
  line-height: 1.3em;
}

/* Direction Questions */
.directionQuestions .powered-by {
  display:none !important;
}
.directionQuestions .is-required-true > div > div > label::after {
  display:none;
}
.directionQuestions .formcraft-css .fc-form .field-cover>span {
  width: auto;
  text-align: left;
}
.directionQuestions .formcraft-css .fc-form .form-element .form-element-html select {
  background: transparent;
  border-radius: 50px;
  /*padding: 0 10px;*/
  color: white;
  border-color: white;
  /*max-width: 511px;*/
  width: calc(100%);
  cursor: pointer;
}
.directionQuestions .form-element-field6 {
  left:-129px;
}
.directionQuestions .submit-button {
  border-radius: 100px !important;
  line-height: 2.9em !important;
  padding: 0 17px !important;
  text-transform: uppercase !important;
  background: rgb(126,67,0) !important;
}

/* Global Forms */
.formcraft-css .powered-by {
  display:none !important;
}
.formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after {
  color:#659BD2 !important;
}



/* Horizontal Forms */
.horizontalForm .powered-by {
  display:none !important;
}
.horizontalForm .submit-button {
  background-color: #659BD2 !important;
  padding: 13px 0 !important;
  font-family: "Archer Bold" !important;
}
.horizontalForm .is-required-true.-handle.options-false.index-false > div > div > label::after {
  display:none;
}

/* Horizontal Forms Light */
.horizontalFormLight .powered-by {
  display:none !important;
}
.horizontalFormLight .submit-button {
  background-color: inherit !important;
  border:2px solid #ffffff !important;
  padding: 11px 0 !important;
  font-family: "Archer Bold" !important;
}
.horizontalFormLight .is-required-true > div > div > label::after {
  display:none;
}

/* Portfolios */
.lightPortfolio .portfolio-item .caption .info, .darkPortfolio .portfolio-item .caption .info {
  color:#ffffff !important;
}

/* Light Portfolio */
.lightPortfolio .portfolio-filters a {
  background-color:inherit;
  color:#ffffff;
  border:1px solid #ffffff;
  border-radius:0px;
  line-height:2em;
}

/* Dark Portfolio */
.darkPortfolio .portfolio-filters a {
  background-color:inherit;
  color:#333333;
  border:1px solid #333333;
  border-radius:0px;
  line-height:2em;
}

/* Blog Wrapper */
.resourceGrid .portfolio-item .image .image-inner {
   overflow:hidden;
   height: auto;
   width: auto;
}
.resourceGrid .portfolio-item .image img {
  max-width: 100%;
}
.resourceGrid .portfolio:not(.hover-horizontal-sliding):not(.hover-new-horizontal-sliding):not(.hover-default-horizontal-sliding):not(.extended-products-grid) .portfolio-item .image .image-inner img:not(.image-hover)  {
  left: 0 !important;
}
.portfolio-item .image img {
  max-height: 171px; /* fixes an issue in Safari with super stretched images */
}

.columns-3 .image-inner .attachment-thegem-portfolio-justified {
  height: auto !important;
  width: 100%;
  left: 0 !important;
}

.resourceGrid .portfolio-filters a {
  background-color:inherit;
  color:#333333;
  border:1px solid #333333;
  border-radius:0px;
  line-height:2em;
}
.resourceGrid .portfolio-load-more {
  display:none;
}

/* Main Nav */
.menuFundraise a {
  border:3px solid #df6d27;
  background-color: #df6d27 !important;
  color:#ffffff !important;
  padding:10px 19px !important;
  border-radius: 100px;
  margin-left:16px;
}
.menuFundraise a:hover {
  border:3px solid #df6d27;
  background-color: #ffffff !important;
  color:#df6d27 !important;
}
.menuGive a {
  border:3px solid #e6b222;
  background-color: #e6b222 !important;
  color:#ffffff !important;
  padding:10px 19px !important;
  border-radius: 100px;
  margin-left:16px;
}
.menuGive a:hover {
  border:3px solid #e6b222;
  background-color: #ffffff !important;
  color:#e6b222 !important;
}

/* Ambassadors */
.ambassadorBio {
  padding:5% 5% !important;
}
.ambassadorCTA {
  background-color:#f2f2f2;
}
.ambassadorContact a {
  border-color: #7E4300;
  color: #7E4300;
  margin-bottom:0px !important;
  border-radius:100px !important;
}
.ambassadorContact a:hover {
  background-color: #7E4300;
  color: #FFFFFF;
}

/* Homepage */
.homeQuickLinks {
  background-image: url(/wp-content/uploads/2020/05/Home-Page-Davis_RAGBRAI-scaled-e1590953513846.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
}

#cookie-notice a {
	color:#000;
}
#cookie-notice  .cn-button.bootstrap {
    color: #fff;
    background: #6f9ad3;
    border-radius: 15px;
    padding: 10px 15px;
}

.center-cols .gem-clients-slide-inner{
	display: flex;
}

.center-cols .gem-clients-slide-inner .gem-client-item{
	display: contents;
}



@media screen and (max-width: 1200px) {

	.footerNav .widget li a {
		padding: 0px 15px !important;
		margin-bottom:10px;
	}	
}

@media screen and (max-width: 980px) {
	#site-header-wrapper {
		position:relative !important;
	}
	.top-area-block {
		padding:0 5px;
	}

}	

@media screen and (max-width: 768px) {
	#site-header-wrapper {
		height:auto !important;
	}
	.homeQuickLinks {
		background-attachment: inherit;
	}
  .custom-footer .wpb_single_image img{
    max-width: 50%;
  }
	
}
@media screen and (max-width: 767px) {

	.top-area-block {
		display:none;
	}
	.top-area-search {
		padding-right: 25px;
		width: 98%;
		padding-left: 10px;
	}
}


.homeQuickLinks::after,.researchTimeline::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;
}
.homeFamilyImg .gem-wrapbox, .homeFamilyImg .gem-image-centered-box {
  margin-bottom:0em !important;
  padding-bottom:0 !important;
}

/* Resources */
.resourceImg .img-responsive {
  width:100% !important;
}
.resourceImg {
  margin-bottom:40px;
}
.resourceContent {
  padding: 50px 0 100px !important;
}
.resourceContent .form-submit button {
  border-radius:100px;
}
.resourceContent .form-submit button:hover {
  background-color:#666666 !important;
}
#resourceTitle h1 {
  font-size:1.7em;
  line-height:1.2em;
  width:75%;
}
.widget-title::after, .zilla-likes {
  color: #df6d27 !important;
}
.widget_categories > ul > li {
  padding-left:15px !important;
}
.widget_categories > ul > li > a {
  color: #428bca !important;
  padding-left:0px !important;
}
.widget_categories > ul > li > a:hover {
  color: #666666 !important;
}
.widget_recent_entries .post-date {
  margin-left: 65px !important;
  font-size:.8em !important;
}
.related-element-info-conteiner {
  max-height: 2.8em !important;
}
.highlightPost {
  background:#659BD2 !important;
}
.resourceGrid .portfolio-item .mediaType.tag-video::before {
  font-family: 'FontAwesome';
  font-size: 18px;
  position: absolute;
  top: 200px;
  border-radius: 50px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 1000;
  background-color: #ffffff;
  color: #666666;
  font-weight: normal;
  margin-right: 6px;
  display: inline-block;
  line-height: 40px;
}
.resourceGrid .portfolio-item .mediaType.tag-video::before {
  content: '\f03d';
}

/* Research */
.researchQuicks .quickfinder {
  padding:40px 0px 0px 0px;
}

/* Events */
.eventContent {
  padding:0px !important;
}
.eventContent article:not(.type-page) > .entry-content.post-content {
margin-bottom: 0px !important;
}
.countdown-style-4 .count-4 {
  display:none !important;
}
.countdown-style-4 .count-1 {
  margin-left:53px;
}
.countdown-style-4 .count-3 .wrap {
  border:none !important;
}

/* Fundraise */
.teamdpf .quickfinder {
  padding: 30px 0 0 0 !important;
}

/* Staff Module */
.pm-group-signup {
  display:none !important;
}
#pg_group_tabs .pm-profile-tab-wrap {
  display:none !important;
}
.pm-user-card-cover, .pmagic .pm-card-label {
  display:none !important;
}
.pm-user-card, .pm-bg-lt {
  border:none !important;
  background:none !important;
}
.wpb_wrapper .pmagic .pm-user-image img.user-profile-image {
  margin: auto calc(50% - 100px) !important;
  height: 200px !important;
  width: 200px !important;
  padding:0px !important;
}
.pmagic .pm-user-image {
  margin-top: 0px !important;
}
.pmagic .pm33 {
  width: 23% !important;
  margin-bottom:50px;
}
.pmagic .pm-user-card-title, .pmagic .pm-user-card-title a {
  color:#000000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 38px;
  font-size: 24px;
  font-family: "Franklin Gothic Cond Demi";
}
.pmagic .pm-user-card.pm33 .pm-user-description-row {
  padding: 0px !important;
}
.pmagic .pm-user-card.pm33 .pm-card-value {
  margin-left: 0px !important;
  width: 100% !important;
  text-align: center;
  color: rgb(153, 169, 181) !important;
  font-size: 19px;
  font-family: "Archer Light";
}
.pmagic .pg-sortby-alpha {
  display:none;
}

/* Ambassador Custom Post Type */
h2 .postnominal {
  text-transform: none;
}
.single-ambassador .page-title-placeholder,
.single-team .page-title-placeholder,
.single-exercise .page-title-placeholder,
.page-child .page-title-placeholder,
.page-parent .page-title-placeholder,
.single .page-title-placeholder,
.page .page-title-placeholder,
.archive .page-title-placeholder{
  min-height: 73px;
  background: #000043; 
  padding: 20px 0; 
  font-family: 'Franklin Gothic Cond Demi';
  text-transform: uppercase;
}
.page-template-page-campaign .page-subnav-container,
.page-banner-container {
  min-height: 73px;
  background: #efefef; 
  padding: 20px 0; 
  font-family: 'Franklin Gothic Cond Demi';
  text-align: center;
  border-bottom: 1px solid #666;
}

.page-template-page-campaign .page-banner-container {
  display: none;
}
.page-banner-container {
  background-color: #570662;
}
.page-banner-container a {
  font-size: 19px;
  color: #fff;
}
.page-banner-container a:hover {
  color: #e6b222;
}
.single-ambassador .page-title-placeholder,
.single-ambassador .page-title-placeholder a,
.single-team .page-title-placeholder,
.single-team .page-title-placeholder a,
.single-exercise .page-title-placeholder,
.single-exercise .page-title-placeholder a,
.page-child .page-title-placeholder,
.page-child .page-title-placeholder a,
.page-child .page-title-placeholder a,
.page-parent .page-title-placeholder,
.page-parent .page-title-placeholder a,
.single .page-title-placeholder,
.single .page-title-placeholder a,
.page .page-title-placeholder,
.page .page-title-placeholder a,
.archive .page-title-placeholder,
.archive .page-title-placeholder a{
  color: #fff;
}
.page-template-page-campaign .page-subnav-container a {
  color: #709ad4;
  font-size: 19px;
}
.page-template-page-campaign .page-subnav-container li.current_page_item a,
.page-template-page-campaign .page-subnav-container a:hover{
  color: #666;
}

.vc_custom_1712950370898 a {
  color: #333333;
  font-weight: bold;
}

#btn-overlap {
    display: none;
}
@media (min-width: 768px) {
  #btn-overlap {
    display: block;
    position: absolute;
      top: -110px;
      right: 110px;
      z-index: 100;
    margin: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    white-space: inherit;
    line-height: 1.4em;
    padding: 25px 0 0 0;
    border-style: double;
    outline: 5px solid #fff;
  }
}

.single-ambassador .gem-button-container {
  margin-top: 25px;
}
.single-ambassador .gem-button-container,
.single-team .gem-button-container,
.single-exercise .gem-button-container,
.page-child .gem-button-container,
.page-template-page-campaign .gem-button-container {
  margin-bottom: 50px;
}
.page-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 19px;
}
.page-breadcrumbs li {
  float: left; 
  margin-right: 6px;
}

.page-subnav {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.page-subnav li {
  margin: 0 20px;
  display: inline;
}

.single-ambassador .widget_image,
.single-team .widget_image {
  margin: 35px 0;
}
.single-exercise .widget:first-of-type {
  margin-top: 48px;
}
.single-ambassador .widget_image img,
.single-team .widget_image img,
.single-exercise .widget_image img {
  width: 100%;
  height: auto;
  clip-path: circle(50% at 50% 50%);
}
.single-ambassador .block-content,
.single-team .block-content,
.single-exercise .block-content {
  background-color: #f2f2f2;
  padding-top: 20px;
}
.vc_row-has-fill .block-content {
  background: none;
}
.block-content:last-of-type {
  padding-bottom: 0;
}
.single-ambassador .block-content:last-of-type,
.single-team .block-content:last-of-type,
.single-exercise .block-content:last-of-type {
  padding: 32px 0 35px 0;
  background-color: #fff;
}

.single-ambassador .team-links,
.single-team .team-links,
.single-exercise .team-links {
  padding-top: 40px;
}
.single-team .vc_separator {
  margin-top: 1.1em;
}
.ambassador-tiles,
.exercise-tiles {
  clear: both;
  margin: 0;
}
.ambassador-card,
.exercise-card {
  list-style: none;
  width: 19%;
  margin: 10px 3% 20px;
  text-align: center;
  float: left;
  height: 320px;
}

.ambassador-card img,
.exercise-card img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: circle(50% at 50% 50%);
  margin: 0 auto 10px 0;
}
.ambassador-card a,
.exercise-card a {
  color: #000000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 38px;
  font-size: 22px;
  font-family: "Franklin Gothic Cond Demi";
  text-align: center;
}
.ambassador-card p,
.exercise-card p{
  margin-left: 0px !important;
    width: 100% !important;
    text-align: center;
    color: #666 !important;
    font-size: 16px;
    font-family: "Archer Light";
    min-height: 56px;
    margin: 0;
}
.ambassador-card span,
.exercise-card span {
  line-height: 1.2em;
  display: block;
  margin-bottom: 5px;
}

.ambassador-tile-container h5,
.exercise-tile-container h5 {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .single-ambassador .page-title-placeholder,
  .single-exercise .page-title-placeholder,
  .single-team .page-title-placeholder {
    height: 20px;
  }
  .vc_row.vc_column-gap-5 > .vc_column_container {
		margin: 0;
    padding: 0;
	}
}

#js-active-category-title{
  text-align: center;
}
#js-active-category-title.hidden{
  color: #fff;
}
#js-category-loader .preloader-spin {
  top: auto;
  margin-top: 10px;
}
.js-hidden {
  color: #fff;
}

.vc_row {
  clear: both;
}
.gem-youtube .gem-wrapbox-inner,
.gem-video .gem-wrapbox-inner {
  height: auto;
}
.gem-vimeo .gem-wrapbox-element.img-responsive {
  height: 204px;
}
.gem-wrapbox {
  margin-bottom: 0;
}

.txt-center {
  text-align: center;
}

.faux-title-smile{
  padding: 0;
  height: 135px;
  background-color: #6f9ad3 !important;
  position: relative;
  margin-bottom: -105px; /* This weird dance is to get the curve to align with that on other pages 68px */
}
.faux-title-smile::after {
  content: "";
  display: block;
  width: 100%;
  height: 92px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/wp-content/uploads/2019/10/smileMask.svg) top center;
  background-size: cover;
}
.category-content h2 {
  margin-bottom: .58em;
}
.category-content .block-content{
  padding: 60px 0 30px 0;
}
.category-content .block-content + .block-content {
  padding-top: 0;
}
.topics-list {
  margin-top: -10px;
  margin-bottom: 40px;
}

.page-child .block-content{
  padding: 0 !important;
}

.resource-item{
  padding: 13px;
}
.post-image{
  display: inline-block;
  position: relative;
  max-width: 100%;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  background-color: #000;
}
.post-image-inner {
  overflow: hidden;
  height: 178px;
}
.post-image-inner a {
  display: block;
}
.post-image img {
  width: auto; 
  height: 200px;
}
.resource-item .post-caption {
  background-color: #000;
  min-height: 230px;
  padding: 20px 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.fundraising-events .post-caption {
  min-height: 190px;
}
.resource-item a, .resource-item a:hover{
  color: #fff;
}
.resource-item h6, .resource-item .title-h6 {
  margin: 6px 0 8px 0;
}

.dpf-callout {
  margin: 20px 0 40px;
  border: 1px solid #dfe5e8;
  background-color: #f4f6f7;
  padding: 20px 20px 0;
  font-style: italic;
}

.vc_gitem-post-data {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 0 !important;
}
.vc_gitem-zone-c{
  min-height: 220px !important;
  padding: 20px;
  position: relative;
}
.vc_gitem-post-data-source-post_title h4 {
  margin: 6px 0 8px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-size: 17px;

}
.vc_gitem-post-data-source-post_title h4 a:hover{
  color: #fff;
  opacity: 1;
}
.thegem-custom-633e4ccd1a7149851 {
  position: absolute;
  margin: 0;
}

.blog.blog-style-masonry article .description .info {
  position: relative;
}


/* Container Tooltip */
.icon-tooltip {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 5px;
  right: 0;
}

/* Style text tooltip */
.tooltipText {
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  right: 35px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: all .5s;
  z-index: 1;
  color: #000;
  font-family: 'Archer Bold';
  text-transform: uppercase;
}
.blog-style-masonry .tooltipText {
  bottom: 5px;
}
/* Hover text tooltip */
.icon-tooltip:hover .tooltipText{
  opacity: 1;
  transform: translateY(-10px);
}
/*  Membuat dan style tip*/
.icon-tooltipText::after {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 40%;
  margin-left: 5%;
}

.portfolio .caption-separator {
	width: 50px;
	height: 1px;
	max-width: 100%;
	margin: 10px auto;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
  background-color: #659CD3;
}

.portfolio .resource-item:hover .caption .caption-separator {
	width: 90px;
}
.gem-icon-pack-elegant {
	font-family: 'ElegantIcons';
}
.blog i.gem-icon-pack-elegant,
.project-tiles i.gem-icon-pack-elegant,
.news-grid  i.gem-icon-pack-elegant,
.wpb_content_element i.gem-icon-pack-elegant{
  font-size: 20px;
  position: absolute;
}
.portfolio-load-more i.gem-icon-pack-elegant {
  display: none;
}
.blog i.gem-icon-pack-elegant{
  bottom: 22px;
  right: 0;
  color: #333;
}
.project-tiles i.gem-icon-pack-elegant,
.news-grid i.gem-icon-pack-elegant,
.wpb_content_element i.gem-icon-pack-elegant,
.portfolio-set i.gem-icon-pack-elegant,
.portfolio-item-size-container i.gem-icon-pack-elegant{
  bottom: 10px;
  right: 10px;
  color: #fff;
  position: relative;
}

.blog i.gem-icon-pack-elegant:before,
.project-tiles i.gem-icon-pack-elegant:before,
.news-grid i.gem-icon-pack-elegant:before {
	content: "\e058";
}

.blog .category-webinar-audios i.gem-icon-pack-elegant:before,
.project-tiles .webinar-audios i.gem-icon-pack-elegant:before,
.project-tiles .the-parkinsons-podcast  i.gem-icon-pack-elegant:before,
.news-grid .webinar-audios i.gem-icon-pack-elegant:before,
.news-grid .the-parkinsons-podcast  i.gem-icon-pack-elegant:before{
	content: "\e07f"; /* "\e00d" */
}
.blog .category-videos i.gem-icon-pack-elegant:before,
.blog .format-video i.gem-icon-pack-elegant:before,
.project-tiles .videos i.gem-icon-pack-elegant:before,
.project-tiles .ask-the-parkinsons-expert-series i.gem-icon-pack-elegant:before,
.news-grid .videos i.gem-icon-pack-elegant:before,
.news-grid .videos-en-espanol i.gem-icon-pack-elegant:before,
.news-grid .ask-the-parkinsons-expert-series i.gem-icon-pack-elegant:before {
	content: "\e024";
}

.news-grid.portfolio:not(.columns-1) .portfolio-item.post-hide-categories .wrap > .caption {
  min-height: 206px;
}
.portfolio-set .fundraising-events i.gem-icon-pack-elegant:before { 
	content: "\e023";
}

.upcoming-webinars .caption:after {
  content: "\e00d";
}

.resource-item .overlay:before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;    
  pointer-events: none 
}
.resource-item:hover .overlay:before{
	opacity: 1;
	-webkit-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
  cursor: pointer;
  pointer-events: none 
}

.gem-pagination {
  text-align: center;
  margin-top: 20px;
}

.post-filters {
  text-align: center;
}
.post-filters a{
  color: #333333;
    border: 1px solid #333333;
    line-height: 2em;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 10px;
    padding: 0 25px;
    height: 30px;
}
.post-filters a:hover {
  background-color: #7E4300;
  color: #fff;
}
.post-filters a.active {
  background-color: #659CD3;
  color: #fff;
}

.search-bar {
  padding: 12px 10px;
  background-color: #fafafa;
  margin: 10px 0 20px 0;
}

.smtextfield,
.smselectbox{
  display: inline-block;
  width: 25%;
  color: #000;
  margin-bottom: 10px;
}
.smtextfield input[type="text"] {
  background-color: #fff;
    height: 40px;
    width: 90%;
    font-size: 14px;
    padding: 10px;
}
.smselectbox select{
  display: block;
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #d6d8d9;
  margin-top: -1px;
}

.wpb_wrapper h4 {
  text-align: center;
}
.block-content.row-alt {
  background-color: #f4f4f4;
}
.archive .block-content.row-alt {
  background-color: #fff;
}
.row-alt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row-alt ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  font-size: 16px !important;
}
.post-count {
  color:grey;
  font-size: 0.8em;
}

.post-image {
  width: 100%;
  overflow: hidden;
}
.post-image img {
  width: 100%;
  height: auto;
}

.category-content .search-bar {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.category-content .smtextfield{
  width: 100%;
  float: none;
  display: block;
}
.category-content .smselectbox {
  width: 18%;
  float: left;
}
.category-content .smtextfield input[type="text"]{
  width: 100%;
}
.category-content .smselectbox select {
  width: 95%;
}
.category-content  .gem-button {
  margin: 0 0 12px 0;
  float: right;
}
.gem-list {
  margin: 0;
}
.gem-list li {
  float: left;
  width: 25%;
}
.gem-list .gem-button {
  border-radius: 100px;
    border-color: rgb(0, 0, 67);
    color: rgb(0, 0, 67);
    background-color: transparent;
    border-width: 2px;
    line-height: 36px;
    border-style: solid;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.sidebar p {
  font-size: 18px;
}
.widget-area .widget a.gem-button {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  font-size: 14px;
  background-color: rgb(87, 7, 97);
}

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.inline-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.inline-list li a{
  display: inline-block;
  text-decoration: none;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 0px;
  line-height: 2em;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  padding: 0 25px;
  min-height: 30px;
}
.inline-list li a:hover{
  background-color: rgb(126, 67, 0);
  color: #fff;
  cursor: pointer;
}
.inline-list li a.active {
  background-color: rgb(101, 156, 211);
  color: #fff;
}

@media screen and (max-width: 1024px) { 

  .category-content .smselectbox {
    width: 50%;
  }

  .category-content  .gem-button {
    margin-bottom: 12px;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .ambassador-card {
    width: 44%;
    height: auto;
  }

}
@media screen and (max-width: 579px) {
  .ambassador-card {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .category-content .smselectbox {
    width: 100%;
    float: none;
  }
  .category-content .smselectbox select {
    width: 100%;
  }
  .category-content  .gem-button {
    margin-bottom: 12px;
    float: none;
  }

}

/* CSS fixes when upgrading from TheGem 5.2 to 5.4.1*/
.portfolio .item-animations-not-inited,
.gallery-set .item-animations-not-inited,
.blog:not(.home) .item-animations-not-inited,
.products-categories-widget .item-animations-not-inited {
	visibility: visible !important;
}
.columns-4 .portfolio-item {
  width: 25%;
}
.columns-3 .portfolio-item {
  width: 33.33333333%;
}

#resourceTitle.vc_custom_1571282034455 {
  padding-top: 2% !important;
  padding-bottom: 8% !important;
}
#resourceTitle .vc_col-sm-12 {
  float: none;
}
#resourceTitle .vc_column-inner {
  padding-top: 30px;
}

.gem-image {
  width: auto !important;
  height: auto !important;
}

.thegem-custom-628c548958a4a6730 .portfolio.columns-4.hover-default .portfolio-item .image .overlay .links a.icon {
	width: 100%;
  margin-left: 0 !important;
  display: inline-block;
}
.portfolio-style-justified.news-grid .post-featured-content {
  position: relative !important;
}

#vc_row-629eb62914951 {
  background: #f2f2f2;
}

.top-area-contacts .gem-contacts-newsletter:before {
  font-family: 'ElegantIcons';
  content: "Z";
  color: rgb(101, 156, 211);
}


#dpf-tabs-care-partners .vc_tta-tab {
  width: 30%;
}
#dpf-tabs-care-partners .vc_tta-tab > a {
  border-color: #570961;
  background-color: #fff;
  color: #570961;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Archer Bold';
  font-weight: bold;
  line-height: 1.2;
}
#dpf-tabs-care-partners .vc_tta-tab.vc_active > a {
  border-color: #570961;
  background-color: #570961;
  color: #ffffff;
}

#dpf-tabs-care-partners .vc_tta-tab > a {
  background-size: 30%;
    background-repeat: none;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    height: 300px;
    padding-top: 150px;
    text-align: left;
    
}
#dpf-tabs-care-partners .vc_tta-tab:first-child a {
  background-image: url(/wp-content/uploads/2021/04/MOV_icon_care-partners-300x300.png);
}
#dpf-tabs-care-partners .vc_tta-tab:nth-child(2) a {
  background-image: url(/wp-content/uploads/2021/03/guide-icon-300x300.png);
}
#dpf-tabs-care-partners .vc_tta-tab:nth-child(3) a {
  background-image: url(/wp-content/uploads/2021/07/brain-icon-300x300.png);
}

/**
a11y-dialog styles


 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
 .dialog-container,
 .dialog-overlay {
   position: fixed; /* 1 */
   top: 0; /* 1 */
   right: 0; /* 1 */
   bottom: 0; /* 1 */
   left: 0; /* 1 */
 }
 
 /**
  * 1. Make sure the dialog container and all its descendants sits on
  *    top of the rest of the page.
  * 2. Make the dialog container a flex container to easily center the
  *    dialog.
  */
 .dialog-container {
   z-index: 2; /* 1 */
   display: flex; /* 2 */
 }
 
 /**
  * 1. Make sure the dialog container and all its descendants are not
  *    visible and not focusable when it is hidden.
  */
 .dialog-container[aria-hidden='true'] {
   display: none; /* 1 */
 }
 
 /**
  * 1. Make the overlay look like an overlay.
  */
 .dialog-overlay {
   background-color: rgba(43, 46, 56, 0.9); /* 1 */
 }
 
 /**
  * 1. Vertically and horizontally center the dialog in the page.
  * 2. Make sure the dialog sits on top of the overlay.
  * 3. Make sure the dialog has an opaque background.
  */
 .dialog-content {
   margin: auto; /* 1 */
   z-index: 2; /* 2 */
   position: relative; /* 2 */
   background-color: white; /* 3 */
 }
 /* /end a11y-dialog styles */

.portfolio-item-size-container {
  display: none !important;
 }

.post-type-archive-tribe_events .tribe-events-tooltip-theme {
  display: none !important;
}
.post-type-archive-tribe_events .block-content,
body.single .block-content,
.page-title-block + .block-content {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_row.vc_column-gap-15>.vc_column_container {
  padding-top: 32px !important;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}
.vc_row[data-vc-full-width]{
  padding-top: 32px;
}
.vc_row[data-vc-full-width].vc_row-no-padding {
  padding: 0;
}
.portfolio .portfolio-set {
  overflow: hidden;
  margin: 0 -13px 32px -13px;
}
.portfolio .portfolio-row {
  margin: 0 13px 32px 13px !important;
}

.post-password-form {
  margin: 30px 0;
}
.comment-form-message {
  margin-bottom: 15px;
}

.portfolio.portfolio-grid:is(.portfolio-style-creative, .portfolio-style-justified):not(.extended-products-grid, .columns-1, .list-style, .full-image) .portfolio-item:not(.double-item, .custom-ratio) .image-inner:not(.empty) {
  aspect-ratio: auto;
}

@media (min-width: 992px) {
  .quickfinder-item.col-md-2 {
    width: 20%;
    margin-bottom: 0;
  }
}
.quickfinder-item.col-md-2 .dpf-quicklinks-icon .card-section h3 {
  font-size: 22px;
  line-height: 1.1;
  padding: 10px;
  padding-right: 10px;
  bottom: 30px;
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
  padding: 0;
}

.socials-sharing {
  margin: -5px 0 10px 0;
}
h2 a.gem-button {
  margin: 0;
}

.vc_separator.vc_separator_align_center > * {
  margin: 0;
  text-align: center;
}