/*
Theme Name: Cirencester Parish
Author: Richard Gray
Description: Main theme for new Cirencester Parish website
Version: 0.0.1
*/
/* CSS resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Google font loader stuff */
h1,
h2,
header p.headerMain {
  visibility: hidden;
}
.wf-active h1,
.wf-inactive h1,
.wf-active h2,
.wf-inactive h2,
.wf-active header p.headerMain,
.wf-inactive header p.headerMain {
  visibility: visible;
}
/* Global helper classes */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Layout */
html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  line-height: 1;
  font-size: 1.1em;
  font-family: 'Red Hat Text', Sans-Serif;
  color: #424242;
}
.centredContainer {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 80px;
}
header {
  background: url('/wp-content/uploads/2019/10/header-background.jpg') no-repeat right #820909;
  color: #fee297;
  padding: 1.5em 0;
  overflow: hidden;
}
header #siteName {
  float: left;
  width: 70%;
}
header #donateButton {
  float: right;
  width: 20%;
  text-align:right;
}
header #donateButton img {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header #donateButton img:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header p.headerMain {
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  font-size: 2em;
  margin: 0;
  line-height: 1.1em;
}
header p.headerMain a {
  color: #fee297;
}
header p.headerSub {
  margin: 0;
  color: rgba(254, 226, 151, 0.5);
  font-size: 0.8em;
  line-height: 1.3em;
}
nav {
  background: #1d1d1d;
  height: 40px;
}
/* Global element styles */
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
h1 {
  font-size: 2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.2em;
  line-height: 1.15em;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  color: #000;
}
h1 a {
  color: #1d1d1d;
}
h2 {
  font-size: 1.4em;
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #000;
  line-height: 1.3em;
}
h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  color: #1d1d1d;
  font-weight: bold;
}
p {
  line-height: 1.75em;
  margin: 0 0 1.5em 0;
}
a {
  color: #9d0c0d;
  text-decoration: none;
}
a.button {
	color: #fee297;
	background: #820909;
	padding:6px 12px;
	/* Firefox */
    -moz-transition: all 0.25s ease-in;
    /* WebKit */
    -webkit-transition: all 0.25s ease-in;
    /* Opera */
    -o-transition: all 0.25s ease-in;
    /* Standard */
    transition: all 0.25s ease-in;
}
a.button:hover {
	color: #fff;
	background: #973636;
	/* Firefox */
    -moz-transition: all 0.25s ease-in;
    /* WebKit */
    -webkit-transition: all 0.25s ease-in;
    /* Opera */
    -o-transition: all 0.25s ease-in;
    /* Standard */
    transition: all 0.25s ease-in;
}
a:hover {
  color: rgba(157, 12, 13, 0.7);
}
/* Global styles for layout */
.wrapper {
  height: 100%;
  display: table;
  width: 100%;
  margin-top: 3.5em;
}
.header {
  display: table-row;
}
.main {
  height: 100%;
  display: table;
  width: 100%;
  margin-top: 1.5em;
}
.box {
  display: table-cell;
  vertical-align: top;
}
.sidebar {
  width: 275px;
}
.sidebarInline {
  display: none;
}
.sidebarSpacer {
  width: 2em;
}
footer {
  background: linear-gradient(#810909, #9e0c0d);
  overflow: hidden;
  border-top: 1px solid #fee297;
  outline: 5px solid #1d1d1d;
  padding: 3em 0 1em 0;
  margin-top: 3em;
  color: white;
  font-size: 0.9em;
}
footer h3 {
  color: #fee297;
  font-size: 1.5em;
  margin-bottom: 0.3em;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  font-weight: normal;
}
footer p {
  margin: 0 0 1.5em 0 !important;
}
footer a {
  color: white;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer ul {
  margin-bottom: 2em;
}
footer ul li {
  margin-bottom: 0.5em;
}
.bottomFooter {
  background: #1d1d1d;
  color: white;
  font-size: 0.8em;
  padding: 1em 0;
  overflow: hidden;
}
.bottomFooter a {
  color: #aaa;
}
.bottomFooter a:hover {
  color: #ddd;
}
.col2 p {
  padding: 0;
  margin: 0;
}
.col2 div:first-child {
  float: left;
  width: 60%;
}
.col2 div:last-child {
  float: right;
  width: 40%;
  text-align: right;
}
img.right {
  float: right;
  width: 40%;
  margin: 0 0 2em 4em;
}
.wp-block-image.left {
  width: 40%;
}
.wp-block-image.right {
  width: 40%;
  float: right;
}
.wp-block-image .alignleft {
  margin-right: 2em;
  margin-bottom: 1em;
}
.wp-block-image .alignleft img {
  max-width: 100%;
}
.wp-block-image figcaption {
  background: #eaeaea;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: 0;
  padding: 0.5em 1em;
}
.inverseHeader {
  background: #4a4a4a;
  color: white;
  text-shadow: 2px 1px 2px #000;
}
.content ul {
  margin-bottom: 2em;
}
.content ul li {
  list-style: disc;
  margin-left: 1.25em;
  margin-top: 0.65em;
  line-height: 1.4em;
}
.content ol {
  margin-bottom: 2em;
}
.content ol li {
  list-style: lower-roman;
  margin-left: 1em;
  margin-top: 0.65em;
  line-height: 1.4em;
}
.linkList {
  background: #eee;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.linkList h3 {
  padding: 0.7em 1em 0.6em 1em;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  font-weight: normal;
}
.linkList ul {
  padding: 1.1em 1em 0 0.25em;
  margin-bottom: 0;
}
.linkList ul li {
  list-style: none;
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 1.1em;
  margin-top: 0;
  margin-left: 1em;
}
.linkList ul li a {
  color: #424242;
}
.linkList ul li a:hover {
  color: #9d0c0d;
}
li.current_page_item {
  font-weight: bold;
}
li.current_page_item > ul li {
  font-weight: normal;
}
/* Styles for specific pages and elements */
#homepage .homepageBanner {
  margin: 0 auto;
  text-align: center;
  max-width: 1600px;
  padding: 0 80px;
  margin-top: 3em;
}
#homepage .homepageBanner img {
  width: 100%;
}
#homepage .whatsonat {
	overflow: hidden;
}
#homepage .whatsonat .location {
	width:33.33333333333333%;
	text-align:center;
	float:left;
	padding:1em 0;
}
#homepage .whatsonat .location.box1 {
	text-align: left;
}
#homepage .whatsonat .location.box3 {
	text-align: right;
}
#homepage p.intro {
  margin-top: 1.5em;
}
#homepage #quickLinks {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 3em;
}
#homepage #quickLinks a.quickLink {
	background:#820909;
	flex-grow: 1;
  flex-basis: 0;
  display: flex;
	align-items: center;
	margin:0 1em 0 0;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
	font-size:0.9em;
	padding:1em;
}
#homepage #quickLinks a.quickLink:hover {
	opacity:0.8;
}
#homepage #quickLinks a.quickLink:last-child {
	margin-right:0;
}
#homepage #quickLinks a.quickLink:nth-child(1) { background:#4b0606; }
#homepage #quickLinks a.quickLink:nth-child(3) { background:#ae0e0e; }
#homepage #quickLinks a.quickLink:nth-child(4) { background:#ae0e0e; }
#homepage #quickLinks a.quickLink:nth-child(6) { background:#4b0606; }
#homepage #quickLinks a.quickLink h2 {
	text-align:center;
	width:100%;
	font-size: 1.3em;
  font-weight: normal;
  margin: 0;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
	color:#fee297;
}
#homepage #newsAndLinksSection {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 3em;
}
#homepage #newsAndLinksSection div#importantNews {
  flex-grow: 4;
  flex-basis: 0;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}

#homepage #newsAndLinksSection div#importantNews div {
	flex-grow: 2;
    flex-basis: 0;
}

#homepage #newsAndLinksSection div#importantNews div:first-child {
	margin-right:5%;
}

#homepage #newsAndLinksSection div#importantNews div#newsImage {
  flex-grow: 1;
  flex-basis: 0;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  background-position-y: bottom !important;
  background-size: cover !important;
}
#homepage #newsAndLinksSection div#importantNews div#writtenNewsContent {
  flex-grow: 2;
  flex-basis: 0;
}
#homepage #newsAndLinksSection div#quickLinks {
  -ms-flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-left: 4%;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: space-between;
}
#homepage #newsAndLinksSection div#quickLinks #calendarShortcut {
  background: url('/wp-content/uploads/2019/11/icon-calendar.png') no-repeat 20px center #1d1d1d;
}
#homepage #newsAndLinksSection div#quickLinks #pewLeafletsShortcut {
  background: url('/wp-content/uploads/2019/11/icon-pew-leaflets.png') no-repeat 20px center #1d1d1d;
}
#homepage #newsAndLinksSection div#quickLinks #sermonsShortcut {
  background: url('/wp-content/uploads/2019/11/icon-sermons.png') no-repeat 20px center #1d1d1d;
}
#homepage #newsAndLinksSection div#quickLinks a {
  display: block;
  background: #1d1d1d;
  color: white;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  font-size: 1.1em;
  padding: 0.75em 1em 0.65em 3em;
  line-height: 1.4em;
  text-align: center;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
#homepage #newsAndLinksSection div#quickLinks a:hover {
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.8;
}
#homepage #newsAndLinksSection .news,
#homepage #stickyNews .news {
  padding: 2em 2.5em 0 2.5em;
  font-size: 0.9em;
  background: #eaeaea;
}
#homepage #newsAndLinksSection .news h2,
#homepage #stickyNews .news h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
}
#homepage #newsAndLinksSection .news h2 a,
#homepage #stickyNews .news h2 a {
  color: #000;
}
#homepage #newsAndLinksSection .news h2 a:hover,
#homepage #stickyNews .news h2 a:hover {
  color: #1d1d1d;
}
#homepage #stickyNews {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 2.5em;
}
#homepage #stickyNews div {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 3em;
}
#homepage #stickyNews div:last-child {
  margin-right: 0;
}
#homepage #navSectionsMain {
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 3em;
}
#homepage #navSectionsMain .section + .section {
  margin-left: 4%;
}
#homepage #navSectionsMain .section {
  flex-grow: 1;
  flex-basis: 0;
}
#homepage #navSectionsSecondary {
  width: 65.33333333333334%;
  float: left;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
	margin-top: 3em;
}
#homepage #navSectionsSecondary .section {
  flex-grow: 1;
  flex-basis: 46.5%;
}
#homepage #navSectionsSecondary .section:nth-child(2n) {
  margin-left: 6.25%;
}
#homepage #navSectionsMain .section img,
#homepage #navSectionsSecondary .section img {
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
#homepage #navSectionsMain .section a:hover img,
#homepage #navSectionsSecondary .section a:hover img {
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.8;
}
#homepage #navSectionsSidebar {
  width: 30.66666666666667%;
  float: right;
	margin-top:3em;
}
#homepage #navSectionsSidebar .section {
  overflow: hidden;
}
#homepage .section {
  background: #eaeaea;
  margin-bottom: 2em;
  line-height: 0.5;
}
#homepage .section h2 {
  font-size: 1.15em;
  padding: 0.5em 20px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
}
#homepage .section p {
  font-size: 0.9em;
  padding: 0.5em 20px;
  margin: 0;
}
#homepage .section p.description {
  margin-top: 0.5em;
}
#homepage .section p.findOutMore {
  margin-bottom: 0.5em;
}
#homepage .section img {
  width: 100%;
}
#homepage #news h2 {
  padding: 0.5em 20px;
  line-height: 1.2;
  font-weight: normal;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
}
#homepage #news .section {
  padding: 0.35em 0 0.75em 0;
  margin-bottom: 1em;
}
#homepage #news .section h3 {
  color: #000;
  padding: 1em 20px 0.2em 20px;
  font-family: 'Cinzel', Serif;
  text-transform: capitalize;
  font-weight: normal;
}
#homepage #news .section h3 a {
  color: #000;
}
#homepage #news .section h3 a:hover {
  color: #1d1d1d;
}
.contactContent {
  width: 45%;
  float: left;
}
.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  width: 50%;
  float: right;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.nf-form-content {
  padding: 0 !important;
  max-width: none !important;
}
.nf-form-fields-required {
  margin: 0.5em 0 1em 0;
  font-size: 0.9em;
}
.nf-field-label label {
  font-weight: normal !important;
}
.nf-form-title {
  margin-top: 1.5em;
  display: block;
}
.wp-block-column iframe {
	width:100%;
	height:300px;
}

/* Livestream formatting */

.live-video {
	float:left;
	width:45%;
	margin-right:2.5%;
	position:relative;
}
		    
.live-video h3 {
	margin:1em 0 0.5em 0;
}
		    
.live-video .iframe-container {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
}
		    
.live-video .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width: 1290px) {
  .sidebar {
    width: 250px;
  }
  #homepage .homepageBanner {
    margin-top: 0;
    padding: 0;
  }
  #homepage #newsAndLinksSection {
    display: block;
  }
  #homepage #newsAndLinksSection div#quickLinks {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
  #homepage #newsAndLinksSection div#quickLinks a {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
  }
  #homepage #newsAndLinksSection div#quickLinks a:last-child {
    margin-right: 0;
  }
	
#homepage #quickLinks a.quickLink {
	flex-basis:33.3333334%;
	margin:0 1em 1em 0;
}
#homepage #quickLinks a.quickLink:nth-child(2n) {
	margin-right:0;
}

.live-video {
	float:none;
	width:100%;
	margin-right:0;
}
		        
.live-video .iframe-container {
	padding-top: 56.25%;
}

}
@media only screen and (max-width: 1024px) {
  .centredContainer {
    padding: 0 40px;
  }
  .sidebarSpacer {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .main {
    display: block;
  }
  .sidebarInline {
    display: block;
    width: 250px;
    float: right;
    clear: right;
    margin: 1em 0 2em 4em;
  }
  #homepage p.intro {
    font-size: 0.9em;
  }
  #homepage h2 {
    font-size: 1.15em;
    font-family: 'Cinzel', Serif;
    text-transform: capitalize;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1023px) {
  #homepage #navSectionsMain .section:last-child {
    flex-basis: 100%;
    margin-left: 0;
    /*img {
                        height: 300px;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }*/
  }
  #homepage #navSectionsSecondary {
    width: 100%;
    float: none;
  }
  #homepage #navSectionsSidebar {
    width: 100%;
    float: none;
	margin-top:1em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
  }
  .col2 div:first-child {
    float: none;
    width: 100%;
    text-align: center;
  }
  .col2 div:last-child {
    float: none;
    width: 100%;
    text-align: center;
  }
	
#homepage #newsAndLinksSection div#importantNews {
		display:block;
	}
	
#homepage #newsAndLinksSection div#importantNews div {
	padding-bottom:1em;
}

#homepage #newsAndLinksSection div#importantNews div:first-child {
	margin-bottom:2em;
	margin-right:0;
}

  #homepage #newsAndLinksSection div#importantNews div#newsImage {
    flex-grow: 1;
    flex-basis: 0;
  }
  #homepage #newsAndLinksSection div#importantNews div#writtenNewsContent {
    flex-grow: 1;
    flex-basis: 0;
  }
  #homepage #newsAndLinksSection div#quickLinks a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
    text-align: left;
  }
  #homepage #stickyNews {
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  #homepage #stickyNews div {
    margin-right: 0;
    margin-bottom: 2em;
  }
  #homepage #stickyNews div:last-child {
    margin-bottom: 0;
  }
  .contactContent {
    width: 100%;
    float: none;
  }
  .google-maps {
    padding-bottom: 100%;
    width: 100%;
    float: right;
  }
}
@media only screen and (max-width: 700px) {
  .wrapper {
    margin-top: 2em;
  }
  header p.headerMain {
    font-size: 1.8em;
    margin-bottom: 0.2em;
  }
  h1 {
    font-size: 1.5em;
  }
  .main {
    display: table;
  }
  .sidebar {
    width: 100%;
    display: table-footer-group;
    float: none;
  }
  .sidebarSpacer {
    display: none;
  }
  .sidebarInline {
    display: none;
  }
  #homepage #navSectionsMain .section {
    flex-basis: 100%;
  }
  #homepage #navSectionsMain .section + .section {
    margin-left: 0;
  }
  #homepage #navSectionsSecondary .section {
    flex-basis: 100%;
  }
  #homepage #navSectionsSecondary .section:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 550px) {
  .wrapper {
    margin-top: 1.5em;
  }
  h1 {
    font-size: 1.4em;
  }
  header {
    text-align: center;
  }
  header #siteName {
    width: 100%;
  }
  header #donateButton {
    width: 100%;
    margin-top: 1em;
	text-align:center;
  }
  header p.headerMain {
    font-size: 1.55em;
    margin-bottom: 0.2em;
  }
  header p.headerSub {
    font-size: 0.7em;
  }
  #homepage #quickLinks a.quickLink {
    flex-basis:100%;
	  margin-right:0;
  }
  #homepage #quickLinks a.quickLink:nth-child(2n) {
    margin-right:0;
  }
  #homepage #newsAndLinksSection {
    margin-top: 2em;
  }
  #homepage #newsAndLinksSection div#importantNews div#newsImage {
    display: none;
  }
  #homepage #newsAndLinksSection div#quickLinks a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  #homepage #newsAndLinksSection .news,
  #homepage #stickyNews .news {
    padding: 1.5em 1.5em 0 1.5em;
  }
  .centredContainer {
    padding: 0 25px;
  }
  img.right {
    width: 100%;
    margin: 0 0 2em 0;
    float: none;
  }
  .wp-block-image.left {
    width: 100%;
  }
  .wp-block-image.right {
    width: 100%;
    float: none;
  }
  .wp-block-image figure {
    width: 100%;
  }
  .wp-block-image figure img {
    width: 100%;
  }
  .wp-block-image .alignleft {
    float: none;
    margin-right: 0;
  }
}
@media print {
  .wrapper {
    margin-top: 0;
  }
  nav {
    display: none;
  }
  footer {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .sidebarInline {
    display: none;
  }
  .bottomFooter .col2 div:last-child {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

nav.pagination {
  background: transparent;
}

div.nav-wrap {
  display: flex;
  justify-content: space-between;
}

div.nav-wrap .is-form-style input.is-search-input {
  border: none!important;
  height: 40px;
  background-color: #737373;
  color: #fff;
}

div.nav-wrap .is-form-style input.is-search-input::placeholder { 
  color: #fff;
}

div.nav-wrap .is-form-style input.is-search-submit, .is-search-icon {
  position: relative;
  top: -2px;
  height: 40px;
  cursor: pointer;
}

div.nav-wrap .is-search-icon svg {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1679px) {
  div.search-desktop {
    width: 170px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    padding-right: 17px;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1300px) {
  div.search-desktop {    
    width: 200px;
  }  
  
}