/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Palatino';
    src: url('Palatino.woff') format('woff'),
        url('Palatino.ttf') format('truetype'),
        url('Palatino.svg#Palatino') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font: 400 17px/30px "Open Sans", sans-serif;
    background-color: #fff;
    min-width: 320px;
    color: #000;
    margin: 0;
    font-style: normal;
    -ms-overflow-style: scroll-bar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 .h1 {
    font-size: 20px;
    line-height: 30px;
}

#page-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.backgroundimage {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.1;
    display: none;
}

/* Navigation */
.main-nav {
    background: #fff;
    padding: 1.6rem 0 1.5rem;
    position: unset;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 60px;
}

.page-logo-wrap {
    width: 30%;
}

.nav-links {
    display: flex;
    gap: 45px;
    font-weight: 700;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 700;
}

.nav-links a:hover {
    color: #0569B9;
}

.nav-links a.active {
    font-weight: bold;
}

/* Secondary Navigation */
.secondary-nav {
    background: #0568AE;
}

.tab-links {
    display: flex;
    gap: 20px;
	margin-left: auto;
}

.tab-link {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tab-link.active {
    background: #fff;
    color: #0568AE;
	padding-left: 16px;
  	padding-right: 16px;
}

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

/* Tab Content */
.tab-content {
    display: none;
    padding-top: 0;
}

.tab-content.active {
    display: block;
}

.nav-container,
.container {
    max-width: 1316px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.nav-container {
    padding-left: 32px;
    padding-right: 32px;
}

/* Hero Section */

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -20px;
    row-gap: 30px;
}

.info-cards .col,
.content-section .col-8,
.content-section .col-4,
.hero-content .col-4,
.hero-content .col-8 {
    width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.content-section .col {
    padding-inline: 37px;
}

.content-section .row {
    margin-inline: -37px;
}

.content-section .section-bg {
    background-color: #F4F8FE;
}

.hero-text {
    padding-top: 27px;
}

.hero-text p {
    margin-bottom: 23px;
}

.hero-images {
    width: 100%;
}

.hero-images img {
    width: 100%;
}

/* Content Sections */
.content-section {
	padding-bottom: 57px;
}

.content-section.section-bg {
	background-color: #F4F8FE;
}

.map-section {
	padding-top: 50px;
}

.content-section .container {
    max-width: 1257px;
    padding-left: 34px;
    padding-right: 34px;
}

.content-section h1 {
    color: #0568AE;
    margin-bottom: 0.6rem;
    font-size: 20px;
}

/* Map Section */

.map-section .container {
    padding-left: 25px;
    padding-right: 25px;
}

.map-section h3 {
    color: #808080;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.map-sidebar {
	position: relative;
}

.map-sidebar::before {
    content: '';
    position: absolute;
    left: 45px;
    top: -39px;
    width: 20px;
    height: 20px;
    background-color: #0568AE;
    border-radius: 100%;
}

.map-sidebar::after {
    position: absolute;
    content: "";
    top: -25px;
    left: 54px;
    height: 104%;
    border: 1px dotted #0568AE;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caption-text {
    font-size: 12px;
    color: #808890;
    line-height: 19px;
}

.map-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 7px;
    font-weight: 700;
    color: #003662;
    line-height: 9px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #0568AE;
    border-radius: 50%;
    flex-shrink: 0;
}

.aside-information {
    padding-block: 52px 44px;
}

.aside-information .aside-info-wrapper {
    max-width: 583px;
    margin-left: auto;
    margin-right: 0;
}

/* Info Cards */
.info-cards {
    margin-bottom: 7.4rem;
}

.info-cards .col {
    padding-inline: 5px;
}

.info-cards .row {
    margin-inline: -5px;
}

.card {
    border-radius: 20px;
    color: #fff;
    position: relative;
}

.card.card-bg {
    background: #0568AE;
    height: 285px;
}

.card.card-bg .card-img-wrap img {
    display: none;
}

.card .content-left .heading {
    background-color: transparent;
    border: 1px solid #fff;
}

.card .content-left a {
    background: #fff;
}

.card .content-left a svg {
	transition: transform 0.3s ease;
}

.card .content-left a:hover svg {
	transform: rotate(-45deg);
}

.card-detail-wrapper .card-img-wrap {
    width: 100%;
    height: 285px;
}

.card-detail-wrapper .card-img-wrap img {
    width: 100%;
    height: 100%;
}

.card-detail-wrapper .heading {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    color: #fff;
    width: 149px;
    height: 42px;
    background-color: #0569B9;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.card-detail-wrapper .heading:hover {
	background-color: #fff;
	color: #0569B9;
}

.card-button {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 64px;
    height: 50px;
    background-color: #313B43;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 1.5rem;
}

.card-button svg{
	transition: transform 0.3s ease;
}

.card-button:hover svg{
	transform: rotate(-45deg);
}

/* Footer */
footer {
    background: #515151;
	color: #fff;
	margin-top: 2rem;
	padding-top: 46px;
	padding-bottom: 46px;
}

#page-footer a {
    color: inherit;
}

#page-footer a:hover {
    text-decoration: none;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
}


.about-content {
    max-width: 1440px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.about-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.about-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about-right h2 {
    color: #0568AE;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.image-caption {
    color: #808080;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.about-content img {
    max-width: 100%;
    height: auto;
}

.section-wrap-3 .img-heading {
    font-size: 20px;
    font-weight: 700;
    color: #0569B9;
    margin-bottom: 17px;
}

#about-project .section-wrap-3 .img-heading {
    font-family: "Palatino";
}

.timeline-section h2 {
    font-family: "Palatino";
    text-align: center;
    margin-bottom: 7px;
    color: #003662;
    font-size: 20px;
}

.timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline-content {
    position: relative;
    z-index: 1;
}

.timeline-content:before {
	position: absolute;
	content: "";
    left: 53px;
    top: 6px;
    bottom: 0;
    border: 1px dotted #0569B9;
}

.timeline-item {
    display: flex;
    /* align-items: center; */
    margin-bottom: 4px;
    position: relative;
}

.timeline-date {
    width: 49px;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.progect-text-wrapper .col {
    padding-inline: 10px;
}

.progect-text-wrapper.row {
    margin-inline: -10px;
}


.timeline-date .year {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #003662;
}

.timeline-date .month {
    display: block;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    background-color: #0569B9;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    top: 5px;
}

.timeline-text {
    flex: 1;
    padding-left: 12px;
}

.timeline-text h3 {
    margin: 0 0 4px 0;
    color: #0569B9;
    font-size: 14px;
    line-height: 20px;

}

.timeline-text p {
    margin: 0;
    color: #666;
    line-height: 15px;
    font-size: 10px;
    max-width: 165px;
    margin-bottom: 15px;
}

/* About Project Section */

.about-project-container {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    gap: 2rem;
}

.about-project-text {
    max-width: 868px;
    margin: 0 auto;
}

#about-project .surver-wrap {
    padding-top: 16px;
}

#about-project .content-section.section-3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#about-project .about-detail-wrapper {
    padding-top: 4px;
}

#about-project .content-section.section-3 .col-7 {
    width: 100%;
}

#about-project .content-section.section-3 .col-5 {
    width: 100%;
}

#about-project .ireland-img-holder {
    margin-top: 232px;
}

.about-project-text h2 {
    font-family: "Palatino";
    color: #0568AE;
    margin-bottom: 1rem;
    font-size: 20px;
}

.about-project-text p {
    margin-bottom: 1.9rem;
}

.about-project-image {
    max-width: 670px;
    margin: 0 auto;
}

.about-project-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-project-section .col-3 {
    width: 26%;
}

.about-project-section .col-9 {
    width: 73%;
}

#gis-sources .about-project-section .col-3 {
    width: 100%;
}

#gis-sources .about-project-section .col-9 {
    width: 100%;
}

#gis-sources .progect-text-wrapper.row {
    margin-inline: -41px;
}

#gis-sources .progect-text-wrapper .col {
    padding-inline: 41px;
}

#gis-sources .map-section .map-container-wrap {
    max-width: 791px;
    margin-left: auto;
    margin-right: 0;
}

#gis-sources .souce-map-section {
    margin-bottom: 91px
}

#gis-sources .souce-map-section .col {
    padding-inline: 7px;
}

.souce-map-section .col-3 {
    width: 37%;
}

.souce-map-section .col-9 {
    width: 63%;
}

.source-survay-section .col-5 {
    width: 44%;
}

.source-survay-section .col-7 {
    width: 56%;
}

.souce-map-section .map-item {
    gap: 29px;
}

#gis-sources .source-sidebar-wrap.map-sidebar::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 4px;
    height: 97%;
    border: 1px dotted #0568AE;
}

#about-project .info-cards,
#gis-sources .info-cards {
    margin-bottom: 7.4rem;
}


#gis-sources .source-sidebar-wrap.map-sidebar::before {
    display: none;
}

#gis-sources .source-text-wrap {
    margin-top: 20px;
}

#gis-sources .source-sidebar-wrap {
    font-family: 'Palatino';
}

.errorPageSection {
	padding-top : 90px;
	padding-bottom: 90px;
  	text-align: center;
}

.errorPageSection h1 {
	font-size: 60px;
	margin-bottom: 30px;
	line-height: 60px;
}

.errorPageSection .btn {
	background-color: #0568AE;
	color: #fff;
	text-decoration: none;
	padding: 8px 10px;
	border-radius: 4px;
}

.home .secondary-nav,
.page-id-226 .secondary-nav {
	display: none;
}

.trint-follow {
	background-color: #0569B9;
	padding: 32px 0;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	font-family: "Source Sans 3", sans-serif;
	margin-bottom: 34px;
}

.trint-follow .container {
	max-width: 1266px;
}

.bannerImageHolder {
	margin-bottom: 34px;
}

.bannerImageHolder img {
	width: 100%;
}

.explore-header{
	background-color: #EEEEEF;
	padding-block: 42px;
}

.explore-header-container{
	max-width: 810px;
	padding-inline: 20px;
	margin: 0 auto;
}

.explore-header-container h1{
	font-family: "Source Sans 3", sans-serif;
	font-size: 32px;
	line-height: normal;
	color: #0569B9;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.explore-header-container p{
	font-family: "Source Sans 3", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.maps-type{
	padding-top: 34px;
	padding-bottom: 17px;
}

.maps-type .row{
	margin-inline: -29px;
}

.maps-type .col{
	width: 33.33%;
	padding-inline: 29px;
}

.maps-type-container{
	max-width: 1146px;
	padding-inline: 20px;
	margin: 0 auto;
}

.maps-type h2,
.survey-maps h2{
	font-family: "Source Sans 3", sans-serif;
	color: #0569B9;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #D3D5D6;
	padding-bottom: 9px;
	margin-bottom: 34px;
}

.maps-type-img img {
	width: 100%;
}

.maps-txt{
	padding: 24px 19px 57px 19px;
	background-color: #EEEEEF;
	margin-top: -8px;
}

.txt-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.txt-head h3{
	font-family: "Source Sans 3", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}

.maps-txt p{
	font-family: "Source Sans 3", sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.survey-maps summary::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    color: #F3F3F3;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #F3F3F3;
	top: 26px;
  	right: 20px;
  	transform: rotate(46deg);
}

.survey-maps .question-item[open=""] summary::after {
    transform: rotate(317deg);
}

.survey-maps{
	padding-top: 17px;
	padding-bottom: 34px;
}

.survey-maps .row{
	margin-inline: -31px;
	flex-wrap: wrap;
}

.survey-maps .col{
	padding-inline: 31px;
	width: 100%;
}

.summary-content{
	background-color: #0569B9;
}

.summary-content{
	font-family: "Source Sans 3", sans-serif;
	position: relative;
	list-style-type: none;
	padding: 16px;
	color: #F3F3F3;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
}

.summary-content p{
	max-width: 400px;
}

.question-item{
	position: relative;
	cursor: pointer;
}

.detail-content{
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background-color: #0569B9;
    color: #f3f3f3;
    padding: 24px 16px;
}

.map-item .text {
	display: block;
	color: #808890;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}

.secondary-nav.alt-menu {
	display: none;
}

.page-id-89 .secondary-nav,
.page-id-230 .secondary-nav,
.page-id-232 .secondary-nav {
	display: none;
}

.page-id-89 .secondary-nav.alt-menu {
	display: block;
}

.hero.read-section h1 {
	color: #0075b2;
	margin-bottom: 25px;
}

.map-sidebar > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.map-sidebar > li:nth-child(n+1) {
  margin-top: -7px;
}

.map-sidebar > li:last-child {
	align-items: end;
}

.map-item span {
  max-width: 120px;
}

.map-sidebar > li .mapImage1 {
  width: 164px;
}

.footerLogoList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 46px;
	margin-left: -30px;
	margin-right: -30px;
}

.footerLogoList > li {
	width: 20%;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.footerLogoList > li:nth-child(2) img {
	width: 130px;
}

#page-footer .container {
	max-width: 1397px;
}

#gis-sources .source-sidebar-wrap.map-sidebar::after {
  top: 270px;
  height: 79.7%;
}

.map-sidebar.source-sidebar-wrap > li + li {
	margin-top: -11px;
}

.map-sidebar.source-sidebar-wrap .map-item {
	font-size: 19px;
}

.map-sidebar.source-sidebar-wrap > li:nth-child(1) .map-item {
	padding-top: 190px;
}

.map-sidebar.source-sidebar-wrap > li:nth-child(3) .map-item {
	margin-top: -180px;
}

.page-id-87 .secondary-nav{
	display: none;
}

@media (min-width: 576px) {
	.map-sidebar > li .mapImage1 {
		width: 220px;
	}
	
	.map-sidebar > li:nth-child(n+1) {
		margin-top: -8px;
	}
	
	.map-item span {
		max-width: 300px;
	}
}

@media (min-width: 768px) {
	.detail-content{
		position: absolute;
		z-index: 2;
	}
	
	.map-sidebar > li .mapImage1 {
		width: 450px;
	}

    .trint-follow {
        font-size: 32px;
    }
	
	.summary-content{
		padding: 21px 16px;
		font-size: 24px;
	}
	
	.survey-maps summary::after {
		top: 38px;
	}
	
    .content-section .col-4 {
        width: 44%;
    }

    .content-section .col-8 {
        width: 56%;
    }

    .row {
        flex-wrap: nowrap;
    }

    .hero-content .col-8 {
        width: 55%;
    }

    .hero-content .col-4 {
        width: 45%;
    }

    .aside-information .aside-info-wrapper {
        margin-right: 60px;
    }

    .info-cards .col {
        width: 50%;
    }

    .map-item {
        gap: 44px;
        font-size: 20px;
        line-height: 30px;
    }

    .map-sidebar::before {
        top: -99px;
    }

    .map-sidebar::after {
        top: -80px;
    }

    #about-project .content-section.section-3 .col-7 {
        width: 56%;
    }

    #about-project .content-section.section-3 .col-5 {
        width: 44%;
    }
	
	#gis-sources .map-container-wrap .col-4 {
		width: 25%;
	}
	
	#gis-sources .map-container-wrap .col-8 {
		width: 75%;
	}
	
	#gis-sources .about-project-section .col-3 {
		width: 50%;
	}

	#gis-sources .about-project-section .col-9 {
		width: 50%;
	}
	
	#about-project .content-section.section-3 {
	  padding-top: 20px;
	}
	
	.nav-links li.current-menu-item a {
		color: #0569B9;
	}
	
	.hero,
	.content-section {
		padding-top: 20px;
	}
	
	.map-sidebar {
		padding-left: 50px;
	}
	
	.survey-maps .col{
		width: 50%;
	}
	
	.content-section.section-bg {
		padding-top: 60px;
	}
	
	#gis-sources .souce-map-section {
		margin-top: -220px;
	}
	
	.map-sidebar.source-sidebar-wrap {
		max-width: 748px;
		margin-left: auto;
		padding-left: 0;
		margin-right: 40px;
	}
}

@media (min-width: 992px) {

    .container {
        padding-left: 56px;
        padding-right: 56px;
    }
	
	#page-footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}

    .nav-links {
        gap: 30px;
    }

    .tab-links {
        gap: 53px;
    }

    .tab-link {
        text-align: left;
    }

    #gis-sources .map-section .map-container-wrap {
        padding-right: 19px;
    }

    .map-section .container {
        padding-left: 133px;
    }

    .aside-information {
        padding-block: 77px 125px;
    }

    .info-cards {
        margin-bottom: 9.4rem;
    }

    .map-section .container {
        padding-left: 60px;
        padding-right: 60px;
    }
	
	#gis-sources .about-project-section .col-3 {
		width: 34%;
	}

	#gis-sources .about-project-section .col-9 {
		width: 63%;
	}
	
	#gis-sources .souce-map-section {
		margin-bottom: 161px
	}
	
	.map-sidebar::after {
		height: 105%;
	}
}

@media (min-width: 1280px) {
    .hero-images {
        width: 446px;
    }

    .timeline-line {
        position: absolute;
        left: 17%;
    }
	
	.map-sidebar > li .mapImage1 {
		width: auto;
	}
	
	.map-sidebar::after {
		height: 104%;
	}
}

@media (max-width: 1160px) {
	.footerLogoList > li {
		width: 50%;
	}
	
	.footerLogoList > li:nth-child(2n+ 1) {
		margin-top: 20px
	}
}

@media (max-width: 767px) {
    .nav-container {
        flex-direction: row;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        text-align: center;
    }

    .tab-links {
        flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
    	padding-top: 10px;
		padding-bottom: 10px;
    }

    .tab-link {
        width: 100%;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-content p a {
        display: block;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-project-text {
        padding: 0 1rem;
    }

    .about-project-image {
        padding: 0 1rem;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
		position: relative;
    }
	
	.timeline-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 176px;
		display: none;
		background-color: #fff;
	}
	
	.timeline-item:hover .timeline-text {
		display: block;
	}

    .timeline-date {
        width: auto;
        text-align: left;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .timeline-dot {
        position: absolute;
        left: 39px;
    	top: 8px;
    }

    .timeline-text {
        margin-left: 40px;
    }
	.page-logo-wrap img{
    	width:100%;
	}
	.aside-information .container{
		padding-left: 0;
  		padding-right: 0;
	}
	.nav-links {
		gap:30px;
		padding: 20px 40px;
		width: 100%;
	}	
	.nav-container {
		flex-direction: row;
		gap: 1rem;
	}
	.page-logo-wrap {
	  width: 50%;
	}
	.pgNavActive {
		position:relative;
	}
	.pageNavCollapse {
		width: 100%;
		position: absolute;
		left: 0;
		top: 95px;
		z-index: 3;
		background-color: #0568AE;
		transform: scaleY(0);
		transform-origin: 0 0 0;
		transition: transform .3s ease;
		text-align: left;
		padding-bottom: 30px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.pgNavOpener {
		display: block;
		position: absolute;
		top: 40px;
		right: 35px;
		color: #000;
		width: 24px;
		height: 28px;
		z-index: 999;
	}
	.pgNavOpener::before {
		content: "";
		position: absolute;
		top: -9px;
		right: 0;
		left: 0;
	}
	.pgNavOpener::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 14px;
		left: 0;
	}
	.pgNavOpener .icnBar {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
	}
	.pgNavOpener::before,
	.pgNavOpener::after,
	.pgNavOpener .icnBar {
		height: 4px;
		background-color: currentColor;
		transition: all .3s ease;
		border-radius: 5px;
	}
	.pgNavActive .pageNavCollapse {
		transform: scaleY(1);
	}
	.pgNavActive .pgNavOpener::before {
		transform: rotate(45deg) translate(7px, 6px);
	}
	.pgNavActive .pgNavOpener::after {
		transform: rotate(-45deg) translate(8px, -7px);
	}
	.pgNavActive .pgNavOpener .icnBar {
		display: none;
	}
	.nav-links a{
		display:block;
		color:#fff;
	}
	.nav-links a:hover{
		border-bottom:1px solid #fff;
		color:#fff;
	}
	.survey-maps .col,
	.maps-type .col,
	.maps-type-img img{
		width: 100%;
	}
	
	body {
		font-size: 15px;
		line-height: 25px;
	}
	
	.map-sidebar li:nth-child(1) {
		margin-top: 20px;
	}
	
	.map-item {
	  font-size: 12px;
	  line-height: 14px;
	}
	
	.info-cards {
	  margin-bottom: 2.4rem;
	}
	
	.source-survay-section .col-5,
	.source-survay-section .col-7 {
	  width: 100%;
	}
	
	.hero,
	.source-survay-section,
	.content-section.section-3 {
	  padding-top: 37px;
	}
	
	.content-section {
		padding-bottom: 17px;
	}
	
	#gis-sources .souce-map-section {
		margin-bottom: 41px;
		padding-top: 10px;
	}
	
	.ireland-img-wrap img {
		width: 100%;
	}
	
	#about-project .info-cards, 
	#gis-sources .info-cards {
	  margin-bottom: 2.4rem;
	}
	
	.about-project-section .col-3 {
	  width: 22%;
	}
	
	.about-project-section .col-9 {
		width: 78%;
	}
	
	.map-sidebar::after {
	  height: 102%;
	}
	
	.timeline-content::before {
	  left: 43px;
	}
	
	.about-project-wrapper .col-3,
	.about-project-wrapper .col-9 {
		width: 100%;
	}
	
	.surver-wrap img {
		width: 100%;
	}
	
	.map-sidebar::before {
		left: -4px;
	}
	
	.map-sidebar::after {
		left: 4px;
	}
	
	.footerLogoList {
		justify-content: center;
	}
	
	.footerLogoList > li {
		width: 100%;
		text-align: center;
	}
	
	.footerLogoList > li + li {
		margin-top: 20px
	}
	
	.map-sidebar.source-sidebar-wrap > li .map-images {
		max-width: 170px;
	}
	
	.map-sidebar.source-sidebar-wrap .map-item {
		font-size: 13px;
	}
	
	.map-sidebar.source-sidebar-wrap > li:nth-child(1) .map-item {
		padding-top: 77px;
	}
	
	.map-sidebar.source-sidebar-wrap > li:nth-child(3) .map-item {
		margin-top: -60px;
	}
	
	.map-item .text {
		font-size: 11px;
	}
	
	#gis-sources .source-sidebar-wrap.map-sidebar::after {
		top: 100px;
		height: 73%;
	}
}