.page-title-block {
	background: url("../images/bg-global.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
    color: #FFF;
}

.page-title-block .page-title {
	text-align: center;
	color: #FFF;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
}

.page-title-block h2.sub-title {
	font-size: 28px;
	color: #FFF;
	font-weight: 200;
}

textarea {
	width: 100%;
}


.blog-carousel { position: relative; }
.blog-carousel:after, .blog-carousel:before {
  content: '';
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center; }
.blog-carousel:before {
  left: -105px;
  bottom: 40px;
  width: 210px;
  height: 220px;
  background-image: url(../images/blog/shape-1.png); }
.blog-carousel:after {
  top: -30px;
  right: -65px;
  width: 230px;
  height: 210px;
  background-image: url(../images/blog/shape-2.png); }
  
.menu-user {
	color: #fff;
	font-size: 1rem;
	margin: auto;
	padding: 10px 0px;
	position: relative;
	z-index: 2;
}

.footer-section {
	margin-top: 0;
}

.red-box {
	background: #d80000;
	color: #FFF;
	display: inline-block;
}

.red-box h2 {
	color: #FFF;
	font-size: 130%;
}



.blue-box {
	background: #28225a;
	color: #FFF;
	display: inline-block;
}

.blue-box h2 {
	color: #FFF;
	font-size: 140%;
}


	
.position-relative {
	position: relative !important;
}

.position-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.position-bottom-right {
	position: absolute;
	bottom: 0;
	right:0;
}

.position-top-left {
	position: absolute;
	top: 0;
	left: 0;
}

.position-top-right {
	position: absolute;
	top: 0;
	right:0;
}



/**** MARGIN STYLE *****/

.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-105 {
  margin-top: 105px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-105 {
  margin-bottom: 105px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mtb-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mtb-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}


/* END MARGIN STYLE ****/

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ptb-120 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ptb-135 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.ptb-150 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pt-15 {
  padding-top: 15px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-105 {
  padding-top: 105px !important;
}

.pt-120 {
  padding-top: 120px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-150 {
  padding-top: 150px !important;
}


.pl-15 {
  padding-bottom: 15px !important;
}
.pl-30 {
  padding-bottom: 30px !important;
}
.pl-45 {
  padding-bottom: 45px !important;
}
.pl-60 {
  padding-bottom: 60px !important;
}
.pl-75 {
  padding-bottom: 75px !important;
}
.pl-90 {
  padding-bottom: 90px !important;
}
.pl-105 {
  padding-bottom: 105px !important;
}

.pr-15 {
  padding-bottom: 15px !important;
}
.pr-30 {
  padding-bottom: 30px !important;
}
.pr-45 {
  padding-bottom: 45px !important;
}
.pr-60 {
  padding-bottom: 60px !important;
}
.pr-75 {
  padding-bottom: 75px !important;
}
.pr-90 {
  padding-bottom: 90px !important;
}
.pr-105 {
  padding-bottom: 105px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}


.padding-15 {
	padding: 15px !important;
}

.padding-30 {
	padding: 30px !important;
}

.padding-45 {
	padding: 45px !important;
}

.padding-60 {
	padding: 60px !important;
}

.position-unset {
	position: unset !important;
}

.width50 {
	width: 50% !important;
}

.width60 {
	width: 60% !important;
}

.width70 {
	width: 70% !important;
}

.width80 {
	width: 80% !important;
}

.width90 {
	width: 90% !important;
}

.width100 {
	width: 100% !important;
}

.header-section .main-menubar>ul>.menu-item-has-child>.sub-menu{
	min-width: 320px;
}

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

	.red-box {
		background: #d80000;
		color: #FFF;
		display: inline-block;
		
		padding-bottom: 0;
	}
		
	.red-box h2 {
		color: #FFF;
		font-size: 100%;
	}
	
	.red-box p {
		font-size: 70%;
	}
	
	.mt-150 {
		margin-top: 100px;
	}
	.mb-30 {
		margin-bottom: 10px;
	}
	
	.pb-45 {
	    padding-bottom: 5px !important;
	}

}

.deliverable.date-block .date{
	width: 45px !important;
	border-top-right-radius: 30px !important;
    border-top-left-radius: 30px !important;
}
.deliverable.date-block .format{
	width: 45px !important;
	border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    font-size: 0.8rem;
    font-weight: 800;
	
}


.trust_ppgm_headless-policies .form-item.js-form-type-checkbox.form-item-newsletter{
	display: none;
}

.trust_ppgm_headless-policies .form-item.js-form-type-checkbox.form-item-newsletter,
.field--type-mailchimp-lists-subscription.field--name-field-newsletter-subscription.field--widget-mailchimp-lists-select.js-form-wrapper.form-wrapper
{
	display: none;
}

#edit-field-newsletter-subscription-wrapper .fieldset-wrapper {
  display: block !important;
}

#edit-field-newsletter-subscription-wrapper {
 background:#28225a url("../images/send-mail.png") no-repeat center right;
 background-size:contain
}
#edit-field-newsletter-subscription-wrapper {
 padding:40px;
 color:#FFF
}


#edit-field-newsletter-subscription-wrapper .form-item.js-form-type-checkbox{
  padding: 0 10px 0 10px;
  border-top: 1px solid #DDD;
}

#edit-field-newsletter-subscription-wrapper legend
{
	margin-bottom: 0;
}


/*
.page .body-page {
    padding-top: 10rem;
}
*/


#edit-sdo-you-re-working-contributing-to-checkboxes
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	
}

div.divCenteredImage
{
	text-align: center;
	
}


.page-node-type-success-story h2
{
	font-size: 26px
}

.path-success-stories .card
{
	min-height: 290px;
}


.path-success-stories .card .card__body .card__thumb
{
	border-radius: initial;
}


.path-success-stories .card .card__body .card__thumb img
{
	top: 30px;
	border-radius: initial;
}