.img-panel {
background-size: cover;
}
.img-panel .container {
height: 100%;
display: grid;
align-content: center;
justify-content: center;
}
.img-panel h3 {
font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
line-height: 1.1em;
}
.img-panel p {
font-size: 16px;
text-align: center;
font-family: 'Montserrat', sans-serif;
line-height: 1.7em;
}
.img-panel p span {
font-size: 15px;
}
.img-panel-4 {
background-size: cover;
background-position: center;
}
.img-panel-4 .desktop {
float: right;
background-color: rgba(0,42,84,0.9);
height: 100%;
}
.img-panel-4 .container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.img-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
.img-grid li {
border: 1px solid #000;
padding: 20px;
margin-bottom: 0;
border-bottom: 0;
}
.img-grid li:nth-child(2n) {
border-left: 0;
}
.img-grid li:nth-last-child(2), .img-grid li:last-child {
border-bottom: 1px solid #000;
}
#the-story-so-far h2 {
margin-top: 0;
}
.the-story-so-far-continued .padding {
padding-top: 0;
margin-top: -130px;
}
#introduction {
background-color: #4fc2d6;
}
#introduction h3 {
font-weight: 700;
margin: 5px 0 0 0;
font-size: 28px;
}
#location {
background-color: #fff;
padding-top: 30px;
}
#video {
background-color: #fff;
padding-top: 150px;
margin-top: -150px;
}
#employment-and-economy, #parkland-and-recreation, #river, #village, #the-story-so-far {
background-color: #fff;
padding-top: 30px;
}
#location h2, #employment-and-economy h2, #parkland-and-recreation h2, #river h2, #village h2, #the-story-so-far h2 {
color: #002a54;
margin-top: 0;
}
.n2-ss-slider .n2-ss-slider-controls-below {
background: #002a54;	
margin-top: -1px;
padding-bottom: 1rem;
}
.notification-bar {
width: 100%;
background: #002a54;
text-align: center;
padding: 0.5rem 0;
}
.notification-bar p {
margin: 0;
color: #FFF;
font-size: 14px;
font-weight: 200;
}
.notification-bar p a {
margin-left: 1rem;
color: #FFF;
width: fit-content;
display: inline-grid;
line-height: 1.2;
font-weight: 600;
}
.notification-bar p a:hover {
opacity: 1;
}
.notification-bar p a:after {
display: block;
content: '';
width: 0%;
transition: width 0.6s ease;
height: 1px;
background: #FFF;
}
.notification-bar p a:hover:after {
width: 100%;
} 
@media only screen and (max-width: 768px) {
.half, .one-third, .two-thirds {
width: 100%;
}
.two-column {
column-count: 1;
}
.the-story-so-far-continued .padding {
margin-top: 0
}
.fwpl-layout.el-kd7tc6 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 480px) {
.img-panel h3 {
font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
line-height: 1.1em;
}
.img-panel p {
font-size: 16px;
text-align: center;
font-family: 'Montserrat', sans-serif;
line-height: 1.7em;
}
.img-grid {
grid-template-columns: repeat(1, 1fr);
}
.img-grid li:nth-child(2n) {
border-left: 1px solid #000;
}
.img-grid li:nth-last-child(2) {
border-bottom: 0;
}
.notification-bar  {
border-top: 1px solid #FFF;
}
}