/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
# Global
# Navigation
# Flexible Content
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
	--color-blue: #00248A;
	--color-black: #000;
	--color-white: #fff;
	--color-grey: #DCDCDC;
	--color-light-grey: #F0F1F2;
	--transition: 0.35s ease all;
}

::-webkit-input-placeholder {
	color: var(--color-blue);
}
:-moz-placeholder {
	color: var(--color-blue);
	opacity: 1;
}
::-moz-placeholder {
	color: var(--color-blue);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--color-blue);
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body * {
	scroll-margin-top: 120px;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden !important;
	height: auto !important;
}

h1 {
	font-size: 45px;
	color: var(--color-blue);
	line-height: 1.1;
	margin: 0 0 15px;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	color: var(--color-blue);
	line-height: 1.1;
	margin: 0 0 15px;
	font-weight: 700;
}

h3 {
	color: var(--color-blue);
	font-size: 22px;
	margin: 5px 0;
	line-height: 1.3;
	font-weight: 700;
}

p {
	font-size: 16px;
	color: var(--color-black);
	line-height: 1.5;
	font-weight: 400;
	margin: 15px 0;
}

p strong {
	font-weight: 700;
}

ul,
ol {
	margin: 15px 0 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	padding-left: 25px;
}

ul li,
ol li {
	font-size: 16px;
	color: var(--color-black);
	line-height: 1.5;
	font-weight: 400;
}

a,
a:active,
a:focus {
	outline: none;
}

/*#primary {
	margin-top: 110px;
}*/

.post,
.page {
	margin: 0;
}

.home .entry-header,
.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

.max-width {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.space-between {
	justify-content: space-between;
}

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

.grid {
	display: grid;
}

.buttons {
	display: flex;
	margin-top: 30px;
}

.buttons .pdwma-button:not(:last-child) {
	margin-right: 12px;
}

.pdwma-button {
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
	letter-spacing: 0;
	border: 2px solid;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer;
	transition: var(--transition);
}

.pdwma-button.blue {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}

.pdwma-button.blue:hover {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}

.pdwma-button.blue {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}

.pdwma-button.blue:hover {
	background-color: var(--color-white);
	border-color: var(--color-blue);
	color: var(--color-blue);
}

.pdwma-button.blue-o {
	background-color: transparent;
	border-color: var(--color-blue);
	color: var(--color-blue);
}

.pdwma-button.blue-o:hover {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-white);
}

.pdwma-button.white {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-blue);
}

.pdwma-button.white:hover {
	background-color: transparent;
	border-color: var(--color-white);
	color: var(--color-white);
}

.pdwma-button.white-o {
	background-color: transparent;
	border-color: var(--color-white);
	color: var(--color-white);
}

.pdwma-button.white-o:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-blue);
}

#primary.default-page-template {
	margin-top: 150px;
	margin-bottom: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#masthead .wrap {
	width: 100%;
	background-color: #fcfdfd;
	opacity: 0.7;
	padding: 17px 0 14px;
	transition: all 0.25s ease 0s;
}

#masthead.solidify .wrap {
	opacity: 1;
}

#masthead > .max-width {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: right;
}

#primary-menu {
	justify-content: end;
}

.site-branding img {
	max-height: 82px;
}

#site-navigation {
	width: auto;
}

.main-navigation li:not(.pdwma-button) a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	margin: 12px 25px;
	color: var(--color-blue);
}

.main-navigation li.pdwma-button {
	margin-left: 12px;
	padding: 0;
}

.main-navigation li.pdwma-button a {
	text-decoration: none;
	padding: 10px 20px;
	display: flex;
	transition: var(--transition);
}

.main-navigation li.pdwma-button.blue a {
	color: var(--color-white);
}

.main-navigation li.pdwma-button.blue-o a {
	color: var(--color-blue);
}

.main-navigation li.pdwma-button.blue:hover a {
	color: var(--color-blue);
}

.main-navigation li.pdwma-button.blue-o:hover a {
	color: var(--color-white);
}

.main-navigation li.current_page_item:not(.pdwma-button) a {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/

.banner {
	width: 100%;
	position: relative;
}

.banner::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(195.73deg, rgba(9, 29, 76, 0) 41.98%, #091D4C 117.31%);
	position: absolute;
	bottom: 0;
}

.banner.banner-carousel {
	height: 100vh;
}

.banner-bg.banner-bg-carousel {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-bg.banner-bg-carousel .slick-list, 
.banner-bg.banner-bg-carousel .slick-track,
.banner-bg.banner-bg-carousel .slick-slide, 
.banner-bg.banner-bg-carousel .slick-slide > div {
	height: 100%;
}

.banner-bg-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner-content {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
	bottom: 16%;
}

.banner-label {
	background-color: #FFFFFF66;
	display: inline-block;
	color: var(--color-white);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 10px;
	letter-spacing: 1px;
}

.banner-heading {
	color: var(--color-white);
	margin: 10px 0 15px;
}

.banner-copy {
	max-width: 400px;
}

.banner-copy p {
	color: var(--color-white);
}

.banner-bg-carousel .slick-prev {
	left: auto;
	top: auto;
	bottom: calc(16% - 3px);
	right: 31%;
	z-index: 10;
}

.banner-bg-carousel .slick-next {
	right: auto;
	top: auto;
	bottom: calc(16% - 3px);
	right: 29%;
	z-index: 10;
}

.banner-bg-carousel .slick-dots {
	display: flex;
	gap: 8px;
	bottom: 16%;
	text-align: right;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	justify-content: end;
	max-width: 1200px;
}

.banner-bg-carousel .slick-dots li {
	width: 55px;
	margin: 0;
}

.banner-bg-carousel .slick-dots li button.slick-dot-button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	width: 100%;
	height: 4px;
}

.banner-bg-carousel .slick-dot-line {
	display: block;
	position: relative;
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.25);
	overflow: hidden;
	border-radius: 999px;
}

.banner-bg-carousel .slick-dot-progress {
	display: block;
	width: 0%;
	height: 100%;
	background: #ffffff;
	border-radius: inherit;
}

.banner-bg-carousel .slick-dots li.slick-active .slick-dot-line {
	background: rgba(255, 255, 255, 0.45);
}

.banner.banner-banner {
	height: 475px;
}

.banner-bg.banner-bg-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.statistic-columns {
	margin: 80px auto;
}

.statistic-block {
	background-color: var(--color-light-grey);
	width: 32%;
	border-radius: 10px;
	padding: 45px;
}

.statistic-head {
	margin: 0;
}

.statistic-title,
.statistic-prefix,
.statistic-suffix {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	color: var(--color-blue);
}

.statistic-text {
	margin-bottom: 0;
}

.layout-content.image {
	margin: 80px auto;
}

.layout-content.image .content-col {
	width: 45%;
	padding: 63.7px 0;
}

.layout-content.image .image-col {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.layout-content.image .image-col img {
	display: block;
}

.pdwma-contact-socials_item:not(:last-child) {
	margin-right: 12px;
}

.pdwma-contact-socials_item img {
	display: block;
}

.banner-row {
	max-width: 1200px;
	margin: 80px auto;
	border-radius: 10px;
	padding: 60px 0;
	position: relative;
	background-size: cover;
	background-position: center;
}

.banner-row::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 10px;
}

.banner-row.hero-block-left::after {
	background: linear-gradient(90deg, #00248A 12.75%, rgba(0, 36, 138, 0.501776) 54.4%, rgba(0, 36, 138, 0) 81.29%);
}

.banner-row.hero-block-right::after {
	background: linear-gradient(90deg, rgba(0, 36, 138, 0) 12.75%, rgba(0, 36, 138, 0.501776) 39.64%, #00248A 81.29%);
}

.hero-block_inner {
	position: relative;
	z-index: 2;
	padding: 0 50px;
}

.hero-block_inner-right {
	text-align: right;
}

.hero-block_heading {
	color: var(--color-white);
	max-width: 400px;
}

.hero-block_copy {
	max-width: 460px;
}

.hero-block_copy p {
	color: var(--color-white);
}

.hero-block_copy:first-child p {
	font-size: 19px;
	font-weight: 700;
}

.hero-block_inner-right .hero-block_heading,
.hero-block_inner-right .hero-block_copy {
	margin-left: auto;
}

.pdwma-link-blocks {
	margin: 80px auto;
}

.pdwma-link-blocks_item {
	width: 32%;
	border-radius: 10px;
	text-decoration: none;
	color: var(--color-white);
	height: 235px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.pdwma-link-blocks_item::before {
	content: '';
	display: block;
	background: linear-gradient(188.13deg, rgba(0, 36, 138, 0) 38%, rgba(0, 36, 138, 0.745547) 109.58%, #00248A 143.97%);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 10px;
}

.pdwma-link-blocks_item::after {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/12/arrow-right.svg');
	width: 22px;
	height: 13px;
	position: absolute;
	right: 30px;
	bottom: 38px;
	z-index: 2;
}

.pdwma-link-blocks_title {
	position: absolute;
	bottom: 30px;
	left: 35px;
	margin: 0;
	color: var(--color-white);
	z-index: 2;
}

.pdwma-image-carousel-wrapper {
	margin: 80px auto;
}

.pdwma-image-carousel-heading {
	text-align: center;
	margin-bottom: 30px;
}

.pdwma-image-carousel_slide img {
	height: 330px;
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.pdwma-image-carousel .slick-list {
	padding-top: 38px !important;
	padding-bottom: 38px !important;
}

.pdwma-image-carousel .slick-slide {
	transform: scale(1);
	opacity: 0.72;
	position: relative;
	transition: var(--transition);
}

.pdwma-image-carousel .slick-slide.slick-current {
	opacity: 1;
	transform: scale(1.2);
	z-index: 3;
}

.pdwma-image-carousel .slick-arrow {
	filter: invert(1);
	opacity: 0.65;
	top: auto;
	bottom: 4px;
	z-index: 3;
	cursor: pointer;
}

.pdwma-image-carousel .slick-prev {
	left: auto;
	right: 22.5%;
}

.pdwma-image-carousel .slick-next {
	left: auto;
	right: 20%;
}

.pdwma-newsletter {
	background-color: var(--color-light-grey);
	border-radius: 10px;
	padding: 50px;
	max-width: 1200px;
	margin: 150px auto 80px;
	position: relative;
}

.pdwma-newsletter::before {
	content: '';
	display: block;
	width: 100%;
	height: 1.5px;
	position: absolute;
	top: -70px;
	left: 0;
	background-color: var(--color-light-grey);
}

.pdwma-newsletter_content-wrap {
	width: 53%;
}

.pdwma-newsletter_form {
	width: 33%;
}

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield textarea {
	font-family: 'Ubuntu', sans-serif;
	border: 1px solid var(--color-blue);
	border-radius: 0;
	background-color: transparent;
	padding: 10px 18px;
	color: var(--color-blue);
	outline: none;
}

body .gform_wrapper.gravity-theme .gfield textarea {
	resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin-top: 12px;
}

body .gform_wrapper.gravity-theme .gform_footer input {
	font-family: 'Ubuntu', sans-serif;
	margin: 0 0 0 auto;
	border: 2px solid var(--color-blue);
	text-transform: capitalize;
	font-weight: 700;
	color: var(--color-white);
	background-color: var(--color-blue);
	border-radius: 0;
	padding: 10px 20px;
	line-height: 1.4;
	cursor: pointer;
	transition: var(--transition);
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
	background-color: transparent;
	border-color: var(--color-blue);
	color: var(--color-blue);
}

.pdwma-icon-blocks-wrapper {
	margin: 80px auto;
}

.pdwma-icon-blocks_heading {
	text-align: center;
}

.pdwma-icon-blocks_heading + .pdwma-icon-blocks {
	margin-top: 40px;
}

.pdwma-icon-blocks_description {
	text-align: center;
	margin-bottom: 40px;
}

.pdwma-icon-blocks {
	gap: 35px;
}

.pdwma-icon-block {
	flex: 1;
	background-color: var(--color-light-grey);
	padding: 40px 42px;
	border-radius: 10px;
}

.pdwma-icon-block p:last-child {
	margin-bottom: 5px;
}

.pdwma-content-block {
	background-color: var(--color-light-grey);
	padding: 45px 50px 40px;
	border-radius: 10px;
	max-width: 1200px;
	column-count: 2;
	column-gap: 35px;
}

.pdwma-content-block ul {
	margin: 0;
}

.pdwma-content-block ul li {
	margin: 0 0 10px;
}

.pdwma-cta {
	background-color: var(--color-light-grey);
	border-radius: 10px;
	padding: 50px;
	max-width: 1200px;
	margin: 150px auto 80px;
	position: relative;
}

.pdwma-cta::before {
	content: '';
	display: block;
	width: 100%;
	height: 1.5px;
	position: absolute;
	top: -70px;
	left: 0;
	background-color: var(--color-light-grey);
}

.pdwma-cta_content-wrap {
	width: 53%;
}

.pdwma-cta_buttons {
	width: 190px;
}

.pdwma-cta_buttons .pdwma-button {
	width: 100%;
	text-align: center;
}

.pdwma-cta_buttons .pdwma-button:not(:last-child) {
	margin-bottom: 12px;
}

.timeline {
	margin: 80px auto;
}

.timeline .main-title, 
.timeline .timeline-intro {
	text-align: center;
}

.timeline {
	position: relative;
}

.milestones {
	width: 1.5px;
	margin: 80px auto 150px;
	position: relative;
}

.milestone-trail {
	position: absolute;
	top: 0;
	left: 4px;
	width: 1.5px;
	height: 0;
	background-color: var(--color-blue);
}

.single-milestone {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: relative;
	left: -5px;
	margin-bottom: 100px;
}

.single-milestone::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: var(--color-blue);
	border-radius: 100%;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
}

.single-milestone[inview="1"]::after {
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.single-milestone-container {
	position: absolute;
	top: 0;
	width: 45vw;
	max-width: 450px;
}

.single-milestone:nth-child(2n+1) .single-milestone-container {
	left: 0;
}

.single-milestone:nth-child(2n+2) .single-milestone-container {
	right: 0;
}

.milestone-line {
	width: 0;
	height: 1.5px;
	position: absolute;
	background-color: var(--color-blue);
	top: 4.5px;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.single-milestone[inview="1"] .milestone-line {
	width: calc(36% - 20px);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
}

.single-milestone:nth-child(2n+1) .milestone-line {
	left: 8px;
}

.single-milestone:nth-child(2n+2) .milestone-line {
	right: 8px;
}

.milestone-content {
	width: 280px;
	position: absolute;
	top: -16px;
	max-height: 0;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.milestone-content .content {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-black);
	margin: 5px 0;
}

.single-milestone[inview="1"] .milestone-content {
	max-height: 250px;
	transition: all 0.5s ease-in 0.7s;
}

.single-milestone:nth-child(2n+1) .milestone-content {
	left: 40%;
}

.single-milestone:nth-child(2n+2) .milestone-content {
	right: 40%;
	text-align: right;
}

.milestone-date {
	font-size: 36px;
	font-weight: 700;
	color: var(--color-blue);
	line-height: 1;
	margin: 0;
}

.single-milestone:last-child .milestone-trail {
	display: none;
}

.pdwma-downloads {
	margin: 80px auto;
}

.pdwma-downloads_heading {
	text-align: center;
	margin-bottom: 35px;
}

.pdwma-downloads_filter {
	text-align: center;
	margin-bottom: 50px;
}

#pdwma-downloads-category {
	background-color: var(--color-light-grey);
	font-size: 22px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: var(--color-blue);
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	padding: 18px 35px;
	cursor: pointer;
}

.pdwma-downloads_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(25% - 30px));
	grid-gap: 30px;
}

.pdwma-download {
	background-color: var(--color-light-grey);
	border-radius: 10px;
	padding: 45px 42px 90px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: relative;
}

.pdwma-download_title {
	margin: 8px 0 30px;
}

.pdwma-download .pdwma-button {
	position: absolute;
	bottom: 45px;
}

.pdwma-form-section {
	background-color: var(--color-light-grey);
	padding: 45px 50px;
	border-radius: 10px;
	max-width: 1200px;
	margin: 80px auto;
}

.pdwma-grid-blocks {
	margin: 80px auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(33% - 30px));
	grid-gap: 30px;
}

.pdwma-grid-block {
	background-color: var(--color-light-grey);
	border-radius: 10px;
	overflow: hidden;
}

.pdwma-grid-block_image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.pdwma-grid-block_wrap {
	padding: 35px;
}

.pdwma-grid-block_heading {
	margin: 0;
}

.pdwma-grid-block_content p:first-child {
	margin-top: 2px;
}

.pdwma-grid-block_content p:last-child {
	margin-bottom: 5px;
}

.pdwma-events-carousel-wrapper {
	margin: 80px auto;
}

.pdwma-events-carousel_heading {
	text-align: center;
	margin-bottom: 35px;
}

.pdwma-events-carousel {
	padding: 0 30px;
}

.pdwma-events-carousel .slick-slide {
	margin: 0 15px;
	background-color: var(--color-light-grey);
	border-radius: 10px;
	overflow: hidden;
}

.pdwma-events-carousel_image img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.pdwma-events-carousel_content {
	padding: 35px;
}

.pdwma-events-carousel_datetime {
	font-weight: 500;
	color: var(--color-black);
}

.pdwma-events-carousel_title {
	margin: 0;
}

.pdwma-events-carousel_location {
	font-size: 14px;
	display: block;
	font-style: italic;
	margin-top: 2px;
}

.pdwma-events-carousel_description p:first-child {
	margin-top: 12px;
}

.pdwma-events-carousel_description p:last-child {
	margin-bottom: 5px;
}

.pdwma-events-carousel .slick-arrow {
	filter: invert(1);
	opacity: 0.65;
}

.pdwma-events-carousel .slick-prev {
	left: 0;
}

.pdwma-events-carousel .slick-next {
	right: 0;
}

.pdwma-google-map {
	width: 100%;
}

.pdwma-google-map iframe {
	display: block;
	width: 100%;
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: var(--color-grey);
}

.site-info {
	padding: 80px 30px;
}

.footer-col:nth-child(1) {
	width: 27%;
}

.footer-col:nth-child(2) {
	width: 33%;
}

.footer-col:nth-child(2) .flex {
	max-width: 300px;
}

.footer-col:nth-child(3) {
	width: 39%;
	text-align: right;
}

.footer-col p {
	margin: 0 0 3px;
}

.site-info h3 {
	margin: 0 0 15px;
}

.footer-col a {
	color: var(--color-black);
	text-decoration: none;
}

.site-info .pdwma-button {
	margin-top: 22px;
}

.site-info .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-info .menu a {
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
}

.sm p {
	color: var(--color-blue);
	font-weight: 500;
	margin: 25px 0 8px;
}

.sm .flex {
	justify-content: end;
}

.sm a {
	color: var(--color-white);
	background-color: var(--color-blue);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 5px;
	text-align: center;
	margin-left: 8px;
	transition: var(--transition);
}

.sm a:hover {
	background-color: var(--color-white);
	color: var(--color-blue);
}

.bottom-footer {
	padding: 30px;
	position: relative;
}

.bottom-footer::before {
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: 1.5px;
	background-color: var(--color-blue);
	position: absolute;
	top: 0;
	left: 30px;
}

#legal {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#legal li {
	margin-right: 30px;
}

.bottom-footer a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	color: var(--color-blue);
	text-decoration: none;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
#coffeerm-button {
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: none;
}

#coffeerm-button span {
	background-color: var(--color-blue);
	width: 24px;
	left: 20px;
}

#coffeerm-button span:nth-child(1) {
	top: 13px;
}

#coffeerm-button span:nth-child(4) {
	top: 25px;
}

.responsive-menu-items {
	background-color: #ffffff;
	width: 200px;
	background-image: url(/wp-content/uploads/2025/12/pdwma-logo.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 90px;
	padding-top: 100px;
	border-right: 1px solid var(--color-light-grey);
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 25px;
}

.responsive-menu-items a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-light-blue);
	padding: 5px 10px;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left-color: var(--color-blue);
	border-left-width: 10px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	top: 9px;
}

.responsive-menu-items li.menu-item-has-children ul {
	background-color: var(--color-light-grey);
	padding: 3px 0 !important;
}

.responsive-menu-items li.menu-item-has-children ul a {
	background-color: var(--color-light-grey);
	color: var(--color-blue);
	padding-left: 20px;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15px;
}

@media(max-width:1200px) {
	#site-navigation {
		display: none !important;
	}
	#coffeerm-button {
		display: block;
	}
}

@media(max-width: 1023px) { /*768*/
	.statistic-block {
		width: 100%;
		text-align: center;
	}
	.statistic-columns {
		row-gap: 30px;
	}
	.layout-content.image .content-col {
		width: 100%;
		padding: 25px 0;
		order: 1;
	}
	.layout-content.image .image-col {
		width: 100%;
		min-height: 200px;
	}
	.banner-row {
		width: calc(100% - 60px);
	}
	.pdwma-link-blocks_item {
		width: 100%;
	}
	.pdwma-link-blocks {
		row-gap: 30px;
	}
	.pdwma-newsletter_content-wrap, 
	.pdwma-newsletter_form {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.single-milestone[inview="1"] .milestone-line {
		width: calc(40% - 20px);
	}
	.single-milestone:nth-child(2n+1) .milestone-content {
		left: 40%;
	}
	.single-milestone:nth-child(2n+2) .milestone-content {
		right: 40%;
	}
	.milestone-trail {
		height: 125px !important;
	}
	.milestone-content {
		width: 200px;
	}
}

@media(max-width: 767px) {
	.banner-bg-carousel .slick-dots {
		bottom: 0;
		text-align: center;
	}
	.banner-bg-carousel .slick-dots {
		bottom: 0;
		text-align: center;
		justify-content: center;
	}
	.banner-bg-carousel .slick-prev, 
	.banner-bg-carousel .slick-next {
		bottom: 20px;
		right: calc(50% + 10px);
	}
	.banner-bg-carousel .slick-next {
		left: calc(50% + 10px);
		right: unset;
	}
	.pdwma-image-carousel .slick-prev, 
	.pdwma-image-carousel .slick-next {
		bottom: -10px;
		right: calc(50% + 10px);
	}
	.pdwma-image-carousel .slick-next {
		left: calc(50% + 10px);
		right: unset;
	}
	.buttons {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.hero-block_inner-right {
		text-align: center;
	}
	.layout-content.image {
		text-align: center;
	}
	.layout-content {
		text-align: center;
	}
	.pdwma-image-carousel_slide img {
		height: 150px;
	}
	.pdwma-newsletter_content-wrap {
		text-align: center;
	}
	.footer-col {
		width: 100% !important;
		text-align: center;
	}
	.site-info {
		row-gap: 30px;
	}
	.menu-footer-menu-1-container, 
	.menu-footer-menu-2-container, 
	.footer-col:nth-child(2) .flex {
		width: 100%;
		max-width: 100%;
	}
	.footer-col:nth-child(3) {
		text-align: center;
	}
	.sm .flex {
		justify-content: center;
	}
	.bottom-footer {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 20px;
	}
	.site-info {
		padding: 50px 30px;
	}
	body .gform_wrapper.gravity-theme .gform_footer input {
		margin: auto;
	}
	body .ginput_recaptcha > div {
		margin: 0 auto;
	}
	.pdwma-icon-blocks {
		flex-wrap: wrap;
		text-align: center;
	}
	.pdwma-content-block {
		column-count: 1;
		text-align: center;
	}
	.pdwma-content-block ul {
		list-style: none;
		padding: 0;
	}
	.milestones {
		width: 100%;
	}
	.single-milestone:nth-child(2n+2) .single-milestone-container {
		right: auto;
	}
	.single-milestone:nth-child(2n+2) .milestone-line {
		left: 8px;
		right: auto;
	}
	.single-milestone:nth-child(2n+2) .milestone-content {
		left: 40%;
		text-align: left;
		right: auto;
	}
	.single-milestone:nth-child(2n+2) .milestone-content {
		width: 100%;
	}
	.single-milestone-container {
		width: 65vw;
	}
	.pdwma-cta_content-wrap {
		width: 100%;
		text-align: center;
	}
	.pdwma-cta_buttons {
		width: 100%;
	}
	#pdwma-downloads-list {
		grid-template-columns: none;
	}
	.pdwma-download {
		justify-content: center;
		text-align: center;
	}
	.pdwma-download .file-icon {
		display: block;
		width: 100%;
		max-height: 42px;
	}
	#pdwma-grid {
		grid-template-columns: none;
	}
	.pdwma-icon-block {
		flex: unset;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.single-milestone {
		width: 100%;
		height: auto;
		border-radius: 0;
		position: static;
		margin-bottom: 20px;
	}
	.milestone-line,
	.milestone-trail,
	.single-milestone::after {
		display: none;
	}
	.single-milestone-container {
		position: static;
		width: 100%;
	}
	.milestone-content {
		position: static;
		width: 100%;
	}
	.menu-legal-links-container {
		width: 49%;
	}
	#legal {
		display: flex;
		flex-wrap: wrap;
	}
	#legal li {
		text-align: center;
		width: 100%;
	}
	.bottom-footer > a {
		width: 49%;
		max-width: 120px;
		margin: 0 auto;
		text-align: center;
	}
	.pdwma-icon-block {
		padding: 40px 35px;
	}
}