/*!
Theme Name: Ulster Comptroller
Theme URI: http://kingstoncreative.net/
Author: Kingston Creative
Author URI: http://kingstoncreative.net/
Version: 1.0.1

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

form.search-form {
	    display: flex;
    align-items: center;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

:root {
	--b-blue: #008cdb;
    --blue: #086cb4;
	--md-blue: #20448c;
    --navy: #0c1a35;
	--teal: #003b5c;
    --lt-blue: #66899d;
    --yellow: #ffbc24;
	--gray: #edf0f6;
	--gold: #a58929;
	--audit: #1d69ef;
	--report: #ef6024;
	--memorandum: #74a60a;
}
.b-blue {color:#008cdb;}
.blue {color:#086cb4;}
.md-blue {color: #20448c;}
.navy {color: #0c1a35;}
.teal {color: #003b5c;}
.lt-blue {color: #66899d;}
.yellow {color: #ffbc24;}
.gray {color: #edf0f6;}
.gold {color: #a58929;}
.audit {color: #1d69ef; }
.report {color: #ef6024;}
.memorandum {color: #74a60a;}

.b-blue-bg {background-color: #008cdb;}
.blue-bg {background-color:#086cb4;}
.md-blue-bg {background-color: #20448c;}
.navy-bg {background-color: #0c1a35;}
.teal-bg {background-color: #003b5c;}
.lt-blue-bg {background-color: #66899d;}
.yellow-bg {background-color: #ffbc24;}
.gray-bg {background-color: #edf0f6;}
.gold-bg {background-color: #a58929;}
.audit-bg {background-color: #1d69ef; }
.report-bg {background-color: #ef6024;}
.memorandum-bg {background-color: #74a60a;}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: source-sans-3, sans-serif;;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited,
h6, h6 a, h6 a:visited {
	clear: both;
	color: #404040 !important;
		transition: 300ms ease all;
}

h1 a:hover, a h1:hover,
h2 a:hover, a h2:hover,
h3 a:hover, a h3:hover,
h4 a:hover, a h4:hover,
h5 a:hover, a h5:hover,
h6 a:hover a h6:hover {
	color: var(--b-blue) !important;

}
h6 {
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
::-moz-selection { /* Code for Firefox */

  background: #ffeeb7;
  color: #404040;
}

::selection {

  background: #ffeeb7;
  color: #404040;
}

/* Links
--------------------------------------------- */
a {
	color: var(--b-blue);
	text-decoration: none;
	transition: 300ms ease all;
}

a:visited {
	color: var(--md-blue);
}

a:hover,
a:focus,
a:active {
	color: var(--gold);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn,  .wp-element-button {
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
    padding: 15px 25px;
}
.wp-element-button, .wp-element-button:visited {
	margin-bottom: 20px;
	color: #fff;
	background-color: var(--b-blue);
}
.wp-element-button:hover, .wp-element-button:active {
	background-color: var(--blue) !important;
	color: #fff;
}
.btn-primary {
    background-color: var(--b-blue);
  	 border: 2px solid var(--b-blue);
}
.btn-primary:hover, .btn-primary:active  {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
	color: #fff;
}
.btn-primary:visited, .btn-secondary:visited, .btn-dk:visited {
	color: #fff;
}
.btn-secondary, input[type="submit"].btn-secondary {
    background-color: var(--yellow);
    border: 2px solid var(--yellow);
	color: #404040;
}
.btn-secondary:hover, .btn-secondary:active, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:active {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
}

.btn-outline-primary, .btn-outline-primary:visited {
    border: 2px solid #fff;
	color: #fff !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: rgba(255,255,255,0.15) !important;
    border-color: #fff !important;
	color: #fff !important;
}

.data-quick-links h5 {
	font-weight: bold;
    font-size: 17px;
}
.data-quick-links a h5:hover {
    color: #fff !important;
}
.data-quick-links p {
	text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

.mailing-list-cta input::placeholder {
	color: #fff;
}
.mailing-list-cta input[type="email"], .mailing-list-cta input[type="email"]:focus {
	background: rgb(255 255 255 / 20%);
    border: rgb(255 255 255 / 20%);
    color: #fff;
	padding: 10px 20px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 5px solid;
	border-color: var(--blue);
	border-radius: 3px;
	background: var(--blue);
	color: #fff;
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--navy);
	background: var(--navy);
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
input.search-field:focus-visible {
    outline: none;
}
input.search-submit {
    margin-left: 5px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media screen and (max-width:991px) {
	.logged-in.admin-bar #masthead .offcanvas {
	margin-top: 32px;
}
}

img.custom-logo {
    max-width: 85px;
    margin: 0 10px -25px 0;

}

.site-header img.custom-logo {
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .2));
}
.site-footer img.custom-logo {
    max-width: 100px;
    margin: 0 10px 10px 0;
    height: auto;
}

#masthead {
	border-bottom: 4px solid var(--gold);
}

h1.site-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
    line-height: 1;
}
.page .entry-header, .single-post .entry-header, .single-publication .entry-header, .page-header, .blog .entry-header, .single-person .entry-header {
	background: rgb(32,68,140);
background: linear-gradient(90deg, rgba(32,68,140,1) 0%, rgba(8,108,180,1) 50%);
	
}
.hero-gradient-bg {
	    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center right;
	    min-height: 430px;
	    background: linear-gradient(90deg, rgba(32, 68, 140, 1) 0%, rgba(8, 108, 180, 1) 75%);

}
.gradient
{
	background: rgb(32,68,140);
background: linear-gradient(90deg, rgba(32,68,140,1) 0%, rgba(8,108,180,1) 75%, rgba(8,108,180,0) 100%);
}
.teal-gradient {
	background: rgb(5,30,44);
background: linear-gradient(45deg, rgba(5,30,44,1) 0%, rgba(0,59,92,1) 25%);
}
h1.entry-title, h1.page-title {
	font-size: 3em;
	line-height: 1;
	color: #fff !important;
	font-weight: 300;
	margin: 0;
}
@media screen and (max-width:321px) {
	h1.entry-title, h1.page-title {
		font-size: 2.3em;
	}
}
.home .latest-publications h3 {
	font-size: 2em;
	font-weight: 300;
}
button.navbar-toggler:hover {
    background: inherit;
}
.thumb-wrapper {
	position: relative;
    height: 100%;
}
.screen {
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(8, 108, 180);
    background: linear-gradient(90deg, rgba(8, 108, 180, 1) 0%, rgba(8, 108, 180, 0) 30%);
}
.teal-screen {
	position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 59, 92);
    background: linear-gradient(90deg, rgba(0, 59, 92, 1) 0%, rgba(0, 59, 92, 0) 50%);
}
.thumb-wrapper img, .thumb-wrapper .post-thumbnail {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: right center;
}
.publication-pdf {
	margin-top: -50px;
}
.publication-label {
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.2em;
}
span.publication-label {
    position: absolute;
    font-size: 14px;
    letter-spacing: 1px;
    left: -6px;
    top: 6px;
	box-shadow: 0px 1px 2px color(srgb 0 0 0 / 0.4);
}
.data-quick-links h3 {
	text-align: center;
	font-family: montserrat, sans-serif;
	color:#fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
.initiative-label {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.2em;
	margin-bottom: 10px;
}
.staff img {
	border-radius: 50%;
	    max-width: 190px;
}
.mission h1, .mission h2, .mission h3, .mission h4, .mission h5, .mission h6 {
	color: #fff;
}
.money-saved-cta {
	background: url("img/washington-bg.jpg") no-repeat #d2dae8 center;
	background-size: cover;
	padding: 100px 20px;
	font-family: montserrat, sans-serif;
}
.amount-saved {
    letter-spacing: 4px;
    font-size: 44px;
    font-family: montserrat, sans-serif;
    color: #20448c;
    background: none;
    border: none;
    text-align: center;
	max-width: 100%;
}
@media screen and (max-width:425px) {
	.amount-saved {
		font-size: 27px;
        letter-spacing: 2px;
	}
}
.about-teaser {
	background: #0d2736;
}
.about-teaser img {
	margin-left:auto;
	display:block;
}
.mailing-signup {
	background: url("img/view-of-downtown-kingston.jpg") no-repeat bottom center #e6ecef;
	background-size: contain;
}
.publication-cover {
    max-width: 100%;
    height: auto;
    width: 330px;
}
.related-page {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-page:hover {
	background: var(--teal);
	color: #fff !important;
}
.related-page:hover i {
	color: var(--yellow);
}
.group-photo {
	object-fit: cover;
	height: auto;
	width: 100%;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.comptroller-name {
	font-size: 23px;
}
a .site-title {
	color: var(--md-blue) !important;
}
a:hover .site-title {
	color: var(--gold) !important;
}
ul#primary-menu {
    margin: 8px 0 0 0;
}
.site-header form {
	margin-top: 2px;
}
.site-header a {
	color: var(--md-blue);
}
.site-header a:hover {
	color: var(--gold);
}
ul#primary-menu li, ul#footer-menu li, .disclaimers {
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
	letter-spacing: 1px;
}
@media screen and (max-width: 425px) {
	#masthead img.custom-logo {
    max-width: 35px;
    margin: 0 5px 0 0;
}
	#masthead h1.site-title {
		font-size: 9px;
		margin: 0;
	}
	#masthead .comptroller-name {
		font-size: 17px;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer .menu-footer-menu-container {
    padding: 10px;
	border-left: none !important;
}
}
ul#footer-menu li a, .site-footer a {
	color: #fff;
}
ul#footer-menu li a:hover, .site-footer a:hover {
	color: var(--gold);
}

.no-transition {
    --bs-offcanvas-transition: none !important;
}

/* Modal container */
.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* Modal content */
.search-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Search field */
.modal-search-form .modal-search-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

/* Close button */
.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #333;
}

/* Button styling */
.search-modal-button {
    background: none;
    border: none;
    cursor: pointer;
	color: var(--md-blue);
	margin-top: 6px;
    text-align: left;
	font-size: 14px;
}
.search-modal-button:hover {
	background: none;
	color: var(--gold);
}


.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0
		
}
.site-footer .menu-footer-menu-container {
    border-left: 4px solid var(--gold);
    padding-left: 10px;
}
.site-footer h1.site-title {
    margin: 0 0 5px;
	color: var(--gold);
}
.site-footer h1.site-title .comptroller-name {
	color: #fff;
}
.social-links a {
	height: 40px;
	width: 40px;
	padding: 8px;
	border:2px solid var(--gold);
	color: var(--gold);
	border-radius: 100px;
	margin: 0 5px 5px 0;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.social-links a:hover {
	background: var(--gold);
	color: var(--navy);
} 
.hotline-cta {
	border: 2px solid var(--blue);
	padding: 20px;
}
.copyright, .copyright a {
	color: #6d7686;
	font-size: 12px;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.entry-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.small-entry-meta {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #66899d;
	padding-top: 8px; 
	font-weight: bold;
}
a.category-button {
	padding: 5px 13px 3px;
	margin: 0 5px 10px 0;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
}
a.category-button:hover {
	background-color: var(--gold);
}
.related-publication-pdf img {
    max-width: 260px;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    color: #404040;
}
.wpc-filter-title {
    font-weight: bold;
    color: #66899d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
}
.sticky {
	display: block;
}

.tags-links {
	font-weight: bold;
}

.tags-links a {
    background: #edf0f6;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    margin: 3px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary, 
.blog-sidebar,
.initiative-sidebar {
	margin: 2em 0 0;
}

.page-links {
	clear: both;
	margin: 1.5em;
}
.pagination {
  width: 100%;
	margin-top: 20px;
}
.pagination .page-numbers {
    margin: 3px;
}
.pagination .nav-links a, .pagination .nav-links .current, .pagination a.page-numbers, .pagination .current.page-numbers {
  background-color: var(--b-blue);
  padding: 7px 12px;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}
.pagination .nav-links .current,  .pagination .page-numbers.current {
  background-color: #99d1f1;
  color: var(--b-blue)
}
.archive-description p {
    max-width: 750px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
    margin: 5px 20px 20px 0;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin: 5px 0 20px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 5px;
}
