/*!
Theme Name: vicpride
Theme URI: http://blueboat.com.au/
Author: Blueboat
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vicpride

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0.8rem 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1rem; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1rem; /* 2 */
}

/**
 * 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.25rem;
}

sup {
	top: -0.5rem;
}

/* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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.35rem 0.75rem 0.625rem;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}



/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --bg: #f1f1f1;
  --primary: #a45ea3;
  --highlight: #fb005f;
  --highlight-tint: #dd0b5b;

  --greydark: #252525;
  --greymid: #e1e1e1;

  --green: #e0ede9;
  --purple: #eae9f8;
  --orange: #fef0e5;
  --yellow: #fef1d6;
  --blue: #e3f4ff;
  --pink: #ffeafb;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
        font-weight: 100;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

h2.post-title{
	font-size:1.2rem;
	letter-spacing: 0.5px;
}
h1{
	font-size: 1.6rem;
}
h2{
	font-size: 1.48rem;
}
h3,
h2.cat-post-title {
    font-size: 1rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.8rem;
}
h6 {
	font-size: 0.8rem;
}
p {
	margin-bottom: 1.5rem;
}
a:not([href]):not([tabindex]) {
    text-decoration: none;
    cursor: pointer;
}
.modal-dialog {
    margin: 80px auto;
}
.modal-body {
    padding: 30px;
    color: var(--greydark);
}
.modal-header {
    padding: 30px 30px 0;
    border-bottom: none;
}
.modal-header .close {
    line-height: 0;
    font-size: 2rem;
}
span.wpcf7-list-item {
    margin: 0;
}

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

blockquote {
    margin: 0;
    border-left: 1px solid;
    padding-left: 1.5rem;
    border-color: var(--highlight);
    color: var(--greydark);
    font-size: 1.1rem;
}

.site-branding a{
    border-bottom: none;
    display: inline-block;
}

@media (min-width: 1440px){
body,
button,
input,
select,
optgroup,
textarea {
    font-size: 16px;
}
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body{
	background-color: var(--bg);
}
.site-header{
	background-color: #fff;
}
.site-header .site-title a{
    border-bottom: none;
}
.site-content {
	background-color: var(--bg);
}
.content-wrapper{
    padding-top: 2.6em;
    padding-bottom: 2em;
    margin-top: 2em;
}
.breadcrumbs {
    padding-bottom: 1em;
    padding-top: 1.6em;
    opacity: 0.6;
}
.content-wrapper .page-content {
    padding-bottom: 4em;
}

ul {
	list-style: disc;
	padding-left: 1rem;
}

ol {
	list-style: decimal;
}

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

.site-main ul li {
    margin-bottom: 0.2rem;
}
.vpc-link-grp{
	clear: both;
}
.page-section .vpc-link-grp ul{
	padding-left: 0;
}
.page-section .vpc-link-grp ul li {
	padding-left: 0;
	margin-right: 2rem;
    display: inline-block;
}
.page-section .vpc-link-grp ul li:before {
	content: '';
}

.featured-panel{
    text-align: center;
    font-size: 1.48rem;
}
.featured-panel .vpc-btn-lg{
    margin: 2em auto 0;
    font-size: initial;
}
.fw-bg-img{
    background-size: cover;
    min-height: 360px;
    max-height: 580px;
    overflow:auto;
    display: flex;
    align-items: center;
}
.fw-bg-img .container{
    background: #ffffffeb;
    padding: 3em 0;
}
.quote-image-frame img{
    border-radius: 50%;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1rem 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5rem;
	width: 100%;
}


a.home-quick-link {
    background-color: var(--greydark);
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 6px;
    font-weight: 700;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-decoration: none;
}

a.home-quick-link:visited {
    color: white;
}

a.home-quick-link:hover,
a.home-quick-link:focus{
    color: var(--highlight);
}
.margin-bottom{
	 margin-bottom:2rem;
}

.home-card{
    padding: 0 1rem;
    background: white;
}

.home-card.primary {
    display: flex;
    align-items: center;
    background: red;
}
a.arrow{
    position: relative;
}
a.arrow:after {
	content: url('imgs/arrow.svg');
	position: absolute;
	height: 30px;
    width: 23px;
    display: block;
    right: -22px;
    top: 0;
    opacity: 0.7;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}

a.arrow:hover:after{
    right: -25px;
}
.wp-block-file {
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding-bottom: 1.4em;
}
.wp-block-file .wp-block-file__button{
    border-radius: 0;
    border-bottom: none;
    float: right;
}
.wp-block-file .wp-block-file__button:hover{
    opacity: 1;
    background-color: var(--highlight)
}
#feature_panel_one {
    padding: 0 60px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
#feature_panel_one p{
    margin-bottom: 0;
    color: #fdd1cf;
}
#feature_panel_one a{
    color: #fff;
    text-transform: uppercase;
}
#feature_panel_one a:hover{
    color: #fff;
}

.home-news-item:last-of-type {
    margin-bottom: 0;
}
.home-news-item .row {
    align-items: center;
    display: flex;
}
.social div {
    width: 2.8rem;
    float: left;
    padding: 0.6rem;
    margin: 0 1px;
    background: #313131;
}
.donor-op-card {
    background: white;
    padding: 2em 1.4em;
    text-align: center;
    margin-bottom: 2em;
}
.donor_ops:nth-child(6n+1) .donor-op-card{
 	background: #e0ede9;
}
.donor_ops:nth-child(6n+2) .donor-op-card{
 	background: #eae9f8;
}
.donor_ops:nth-child(6n+3) .donor-op-card{
 	background: #fef0e5;
}
.donor_ops:nth-child(6n+4) .donor-op-card{
 	background: #fef1d6;
}
.donor_ops:nth-child(6n+5) .donor-op-card{
 	background: #e3f4ff;
}
.donor_ops:nth-child(6n+6) .donor-op-card{
 	background: #ffeafb;
}

.site-branding {
    padding: 18px 0;
}
.profile-social .social-icon {
    width: 22px;
    height: 22px;
}

.site-header .site-search{
	float: right;
}
.site-header .site-search .search-form {
    display: flex;
    align-items: center;
}
.site-header .site-search input[type="text"] {
    background: #fff;
    color: var(--greymid);
    padding: 15px 16px 14px;
    font-size: 0.9em;
    width: inherit;
    border: none;
    border: 1px solid var(--greymid);
    border-right: none;
}
.site-header .site-search input[type="text"]:focus {
    background: var(--greymid);
    color: var(--greydark);
    outline: none;
}
.site-header .site-search input[type="submit"] {
    padding: 14px 27px;
    background: var(--highlight);
    border: none;
    background-image: url(imgs/search-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.site-header .site-search input[type="submit"]:hover {
    background-color: var(--highlight-tint);
    background-image: url(imgs/search-icon-white.svg);
    cursor: pointer;
    filter: invert();
}


.header-cta a,
.header-cta a:visited {
    background: var(--highlight);
    color: #fff!important;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    height: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    
}
.header-cta a:hover {
    background-color: var(--highlight-tint);
    text-decoration: none;
}

.background-banner {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.banner-slides .slick-list{
    height: 18rem;
}
.background-banner{
        height:20rem;
    }
.banner-slides .slick-track {
    height: 100%;
}

.caption-content {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex !important;
}

.caption {
    padding: 2rem 4rem 2rem 2rem;
    color: white;
    font-weight: lighter;
}

.caption a{
    color: white!important;
    border-color: #fff!important;
}
.caption a:after{
    opacity: 1;
    filter: invert(100%);
}

.right-heading{
    text-align: right;
    margin-left: -15px;
}

.caption {
    vertical-align: middle;
    align-items: center;
}

.caption h3 {
    margin-bottom: 0;
    font-size: 1rem;
}

.multiple-items .slick-arrow.slick-next, .multiple-items .slick-arrow.slick-prev {
    position: absolute;
    z-index: 99;
    bottom: 58%;
    margin-top: -20px;
    border-top: 5px solid var(--greydark);
    border-right: 5px solid var(--greydark);
    border-radius: 0;
    background: transparent;
    text-indent: -9999px;
    padding: 0;
    border-left: none;
    border-bottom: none;
    width: 30px;
    height: 30px;
}

.multiple-items .slick-arrow.slick-prev {
    left: -56px;
    transform: rotate(225deg);
}
.multiple-items .slick-arrow.slick-next {
    right: -56px;
    transform: rotate(45deg);
}
.multiple-items .slick-slide {
    border-left: 1px solid;
    padding: 0 1.6rem;
}
.center-bar {
    padding: 0;
}
.page-middle{
    margin-top: 2em;
}


/*--------------------------------------------------------------
# Content sections
--------------------------------------------------------------*/

.about-header,
.hero-banner{
	background-size: cover;
    background-position: center;
	min-height: 160px;
    display: flex;
    align-items: center;
}
.hero-banner .hero-text-wrapper {
    background: #ffffffc9;
    padding-left: 2em;
    margin: 32px 15px;
}
.hero-text-wrapper h1{
    position:relative;
}
.hero-text-wrapper h1:before{
    content: '';
    width: 8px;
    height: 100%;
    background-color: var(--highlight);
    position: absolute;
    left: -28px;
    top: 0;
}
.page-section.white,
.bg-white{
	background-color: #fff;
}
.page-section.greymid{
	background-color: var(--greymid);
}
.page-section.greydark{
	background-color: var(--greydark);
	color: #fff;
    font-weight: 400;
}
.page-section.black{
    background-color: black;
    color: #fff;
} 
.page-section.highlight {
    background: var(--highlight);
    color: #fff;
    font-weight: 400;
}


.page-section.greydark a,
.page-section.black a,
.page-section.highlight a{
    color: #fff;
    text-decoration: underline;
} 

a.vpc-btn-text,
a.vpc-btn-text:hover,
a.vpc-btn-text:visited{
    text-decoration: none!important;
} 
.page-section.highlight a.vpc-btn-text{
    border-color: #ffffff;
} 

.cta-section{
	text-align: center;
}
.center-bar {
    background: var(--greydark);
    color: #fff;
    z-index: 4;
    position: relative;
}
.center-bar a,
.center-bar a:visited,
.center-bar a:hover{
    border-bottom: 0;
}
.home-news-item {
    background: white;
    color: var(--greydark);
    margin-bottom: 1rem;
}
.news-image-feature {
    height: 5rem;
    min-width: 100%;
    background-size: cover;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="url"],
input[type="password"],
input[type="search"],
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"] {
	color: #666;
    border: none;
}

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;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
select,
textarea{
	border: 1px solid var(--greymid);
	width:100%;
	width: -webkit-fill-available;
}
input[type="text"].em-date-input-loc{
	width: 40%;
}

.home-welcome input[type="text"],
.home-welcome textarea{
	border: none;
}
textarea {
	width: 100%;
}


.mc-field-group input[type="text"], .mc-field-group input[type="email"], .mc-field-group select, .mc-field-group textarea {
    width: 50%;
}


.connection-list  {
    margin-top:24px;
    padding-left: 0; 
}
.connection-list p {
	margin-bottom: 0.2rem; 
}
.connection-list ul {
    list-style-type: none;

}
.connection-list input[type="checkbox"] {
    margin-right: 12px;
}
.mce-success-response{
	font-size: 1.4rem;
    font-weight: 400;
    color: #393e96;
}

.gform_confirmation_message_5{
	color: var(--purpleflat);
	border: 1px solid;
	padding: 15px;
	margin-top: 24px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    margin-top: 0px!important;
    margin: 4px 7px 4px 0;
    -webkit-appearance: none;
    position: relative;
    width: 18px!important;
    height: 18px;
    background: #fff;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]:checked{
    background-image: url(imgs/checkbox-checked.svg);
    background-repeat: no-repeat;
    }
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 1em!important;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: var(--highlight);
	text-decoration:none;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-bottom-color: var(--highlight);
}
a:hover, a:active {
    color: var(--highlight-tint);
    text-decoration: none;
    border-bottom: 0;
}
a:focus{
	color: var(--highlight-tint);
	outline: 1px dotted #333;
	text-decoration: none;
    border-bottom: 0;
}

.home a,
.home a:visited, 
.site-footer a,
.site-footer a:visited {
    color: var(--greydark);
    border-bottom-color: var(--greydark);
}

.home a:hover, .home a:focus, .home a:active {
    color: var(--greydark);
}
.accordion-panel a{
    border-bottom: 0;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-content-right{
	display: flex;
    justify-content: flex-end;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5rem;
	/* Make sure select elements fit in widgets. */
}

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

h2.widget-title {
    font-size: 1.2em;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.padd{
	padding: 4rem 0;
}


@media (min-width: 1024px){
    .padd{
    	padding: 5rem 0;
    }
    .padd:first-of-type{
        padding-top: 2em;
    }
    .about-header,
    .hero-banner{
        min-height: 320px;
    }
    h1.entry-title,
    h1.post-title{
        font-size: 2rem;
        padding: 0.6rem 0;
    }
}
/*--------------------------------------------------------------
## Resources landing page
--------------------------------------------------------------*/

.submit-listing-button{
    display: block;
    background: var(--highlight);
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.6rem;
    border-bottom: none;
}
.submit-listing-button img{
    width: 32px;
    height: 32px;
}
.submit-listing-button:visited{
    color: #fff;
}
.submit-listing-button:hover{
    background: var(--highlight-tint);
    color: #fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.news article{
	background-color:#fff;
	margin-bottom: 2em;
	cursor: pointer;
}
.news article:hover,
.event-card:hover,
.donor-op-card:hover{
    box-shadow: 3px 3px 20px #00000012;
}
.news article .post-preview{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1em;
    padding-bottom: 2em;
}
.featured-post-image{
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    position: relative;
}
.featured-post-image:after{
    content: 'Featured news';
    background: var(--highlight);
    padding:5px 15px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left:0;
}
.landing-page-feature .widget_em_widget{
    position: relative;
}
.landing-page-feature .widget_em_widget li.all-events-link {
    position: absolute;
    top: 17px;
    right: 15px;
}
.paged .landing-page-feature{
    display: none;
}
.page-content,
.entry-summary {
	margin: 1.5rem 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}
body.single .post-thumbnail {
    margin-bottom: 3em;
}
.entry-header{
    margin-bottom: 3rem;
}

.entry-meta{
    font-size: 0.8rem;
}
.resource-card {
    background: #fff    ;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;;
}

.resource-card:hover {
    box-shadow: 3px 3px 16px #65656585;
    opacity: 1!important;
}

.card-content{
	padding: 2rem;
}
.card-content p{
	font-size: 0.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.card-content a.inline-link:after {
    content: url(imgs/arrow-inv.svg);
}

.resource-details {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 0.8rem;
    margin-bottom: 6rem;
}
.resource-logo {
    background: #fff;
    padding: 5em;
}
.single-tenants .entry-content {
    border-top: 1px solid;
    padding-top: 2rem;
    margin-top: 3rem;
}
.tenant-card {
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
        margin-bottom: 2em;
}
.tenant-card:hover {	
    background: #ffffff24;
    box-shadow: 3px 3px 20px #00000012;
}
h2.card-title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}
.resource-card h2.card-title:before {
    content: '';
    width: 52px;
    height: 6px;
    background-color: var(--highlight);
    position: absolute;
    left: 34px;
    top: 4px;
}
.HealthWellbeing .resource-card h2.card-title:before {
    background-color: #ff8216;
}
.EducationProfessionalServices .resource-card h2.card-title:before {
    background-color: #d81491;
}
.SocialConnection .resource-card h2.card-title:before {
    background-color: #62afdc;
}

.tenant-thumb{
    padding: 1em;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: flex-end;
}
.tenant-thumb.white-logo{
    background: var(--greydark);
}
.tenant-thumb img {
    max-width: 72%;
    bottom: 1rem;
    max-height: 85%;
}
.tenant-card-content {
    padding: 1em;
    background: #fff;
    color: var(--greydark);
}

p.event-date{
    margin-bottom: 0.4rem;
    text-decoration: underline;
    text-underline-position: under;
}

aside.widget-area .widget{
    background-color: #fff;
    padding: 1em;
}
.widget_categories ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget_categories ul li.cat-item {
    display: inline-block;
}
.widget_categories ul li a{
	background-color: var(--greydark);
    color: #fff;
    padding: 4px 10px;
    margin-right: 4px;
    margin-bottom: 3px;
    font-weight: 400;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    border-bottom: none;
}
.widget_categories ul li a:hover{
	text-decoration: underline;
    background-color: var(--highlight);
    color: #fff;
}

.widget_em_widget ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_em_widget ul .event-list-item{
	background: var(--greydark);
    padding: 0.6em;
    color: #fff;
    margin-bottom: 0.2em;
}
.widget_em_widget ul .event-list-item a,
.widget_em_widget ul .event-list-item a:visited{
    color: #fff;
    font-weight: 400;
    border-color: #fff;
}
.widget_em_widget ul .event-list-item a:focus,
.widget_em_widget ul .event-list-item a:hover{
    color: #fff;
}
.widget_em_widget ul .event-list-item p.event-list-meta {
	font-size: 0.9rem;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## Accordian
--------------------------------------------------------------*/
.panel-group{
	margin-top: 4rem;
}
.accordion-panel{
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 12px;
}
.accordion-panel .panel-title {
    margin: 0.8rem 0;
    text-transform: uppercase;
    position: relative;
}
.accordion-panel .panel-title a,
.accordion-panel .panel-title a:visited,
.accordion-panel .panel-title a:hover,
.accordion-panel .panel-title a:active{
    color: var(--greydark);
    text-decoration: none;
}

.accordion-panel .panel-title a:after{
	content: url('imgs/arrow.svg');
    width: 32px;
    height: 29px;
    position: absolute;
    right: 0;
    top: -3px;
    transform: rotate(270deg);
}
.accordion-panel .panel-title a.collapsed:after{
    transform: rotate(90deg);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transition-delay: 0.3s;
}
.accordion-panel .panel-main {
    padding-bottom: 26px;
}
.accordion-panel .details{
	text-transform: uppercase;
}
.accordion-panel .panel-main .img {
    width: 200px;
    height: 200px;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 1.2rem;
    border-radius: 50%;
}
.profile-social a{
	margin-right: 12px;
	text-decoration:none;
}




/*--------------------------------------------------------------
## Post navigation
--------------------------------------------------------------*/
.posts-navigation {
    width: 100%;
}
.nav-links{
    margin: 1rem 0 2rem 0;
    display: flex;
    justify-content: space-between;
}
.nav-links div {
    margin: 0 18px;
}
.nav-links a {
    text-decoration: none;
    font-size: 0.9rem;
    position: relative;
}
.posts-navigation .nav-next,
.post-navigation .nav-next,
.bb-navigation .nav-previous{
    text-align: right;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.bb-navigation .nav-next a:before{
	content: url('imgs/arrow.svg');
    width: 20px;
    height: 25px;
    position: absolute;
    transform: rotate(180deg);
    left: -30px;
    margin-top: -4px;
    top: -2px;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.bb-navigation .nav-previous a:after{
	content: url(imgs/arrow.svg);
    width: 20px;
    height: 25px;
    position: absolute;
    top: 0;
    right: -31px;
}

/* Pagination
----------------------------------------------- */
.wp-pagenavi{
    text-align: center;
    padding: 2em 0 4em;
}
.wp-pagenavi .page,
.wp-pagenavi span.current{
    border: 1px solid var(--highlight);
    padding: 0.6em 1em;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0 2px;
}
.wp-pagenavi .page:hover {
    background-color: var(--highlight);
    color: #fff;
}
.wp-pagenavi span.pages,
.wp-pagenavi a.last{
    padding: 0.6em 1em;
    font-weight: 400;
    border-bottom: none;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: var(--greydark);
    border-color: var(--greydark);
    opacity: 0.7;
}

.em-pagination {
    display: flex;
    justify-content: center;
    margin: 22px 0;
}
.em-pagination a.page-numbers,
.em-pagination span{
    display: inline-block;
    border: 1px solid var(--highlight);
    padding: 0.6em 1em;
    font-weight: 400;
    transition: all 0.2s;
    margin: 0 2px;
}
.em-pagination a:hover{
    background: var(--highlight);
    color: #fff;
}
.em-pagination span.current{
    background: transparent;
    color: var(--greydark);
    border-color: var(--greydark);
}

/*--------------------------------------------------------------
# Search and filter
--------------------------------------------------------------*/

.filterbar {
    margin-bottom: 3rem;
}
.filterresults .no-gutters {
    margin: -4px;
}
.filterresults .result{
	padding: 4px;
}
.filterresults .result article.resources{
    height: 100%;
    background: white;
}
.searchandfilter ul {
    margin: 0;
    padding: 15px;
    background: var(--greydark);
    color: #fff;
}
.searchandfilter ul li {
    width: 100%;
    padding: 0;
}
.searchandfilter ul>li>ul:not(.children) {
    padding: 0;
}
.searchandfilter ul li:focus,
.searchandfilter label :focus,
.chosen-container:focus,
.chosen-drop:focus {
    outline: none;
}
.searchandfilter label {
    width: 100%;
}
.searchandfilter select.sf-input-select {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url(imgs/chevron.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    padding: 4px 6px;
}
.sf-input-text{
    padding: 4px 6px;  
}
.searchandfilter select.sf-input-select:focus {
	outline: none;
}
.sf-field-reset input[type=submit]{
    padding: 5px 12px;
    background-color: var(--bg);
}

.filterbar input.sf-input-checkbox[type=checkbox],
.advanced-search input[type=checkbox]{
    float: left;
    margin: 4px;
    -webkit-appearance: none;
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    background-repeat: no-repeat;
}
.filterbar input.sf-input-checkbox[type=checkbox]:checked,
.advanced-search input[type=checkbox]:checked {
    background-color: #fff;
    background-image: url(imgs/checkbox-checked.svg);
    background-repeat: no-repeat;
}
.filterbar label.sf-label-checkbox,
.advanced-search label{ 
    padding-left: 10px;
    width: 80%;
    margin-bottom: 0;
    line-height: 1.4;
}
.searchandfilter ul li li {
    padding: 0;
    display: flex;
    align-items: center;
}
.advanced-search {
    background: var(--greydark);
    color: #fff;
    padding: 0 15px 22px;
    display: flex;
    align-items: center;
}
.searchandfilter ul li.sf-field-post-meta-age_range,
.searchandfilter ul li.sf-field-post-meta-inclusive_exclusive,
.searchandfilter ul li.sf-field-post-meta-service_delivery_format{
    display: none;
}

.searchandfilter ul li.sf-field-post-meta-age_range.show,
.searchandfilter ul li.sf-field-post-meta-inclusive_exclusive.show,
.searchandfilter ul li.sf-field-post-meta-service_delivery_format.show{
    display: block;
}
.mobile-filter-btn {
    background: var(--greydark);
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    border-bottom: none;
}
.mobile-filter-btn:hover,
.mobile-filter-btn:visited,
.mobile-filter-btn:active,
.mobile-filter-btn:focus {
    color: #fff;
}
.mobile-filter-btn:after {
    content: url(imgs/arrow.svg);
    filter: invert(100%);
    width: 32px;
    height: 29px;
    position: absolute;
    right: 27px;
    top: 10px;
    transform: rotate(270deg);
     -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.mobile-filter-btn.collapsed:after {
    transform: rotate(90deg);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    transition-delay: 0.2s;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee 
--------------------------------------------------------------*/

/* Menu Appearance */
.vpc_main_nav{
    background-color: var(--greymid);
}

.vpc_main_nav .desktop-nav{
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
	list-style-type: none;
	justify-content: space-around;
}
.desktop-nav > li.menu-item {
    width: 12%;
    border-bottom: 5px solid transparent;
}
.desktop-nav > li.menu-item.active,
.desktop-nav > li.menu-item:hover {
    border-bottom-color: #bdbdbd;
}
#desktop-menu .nav-link {
    color:var(--greydark);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    border-bottom: none;
    font-weight: 400;
    font-size: 0.8em;
    padding-top: 12px;
    padding-bottom:7px;
    padding-left: 7px;
    padding-right: 7px;
    transition: width 0.6s ease;
}

#desktop-menu .show .nav-link {
    width: 0;
}
/* Mobile menu */
.mobile-menu-btn{
    display: flex;
    align-items: center;
}
.mobile-menu-close{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pushy-header .menu-btn img {
    width: 1.4rem;
}
.menu-btn:hover{
	cursor: pointer;
}
.main-menu-wrapper{
	height: 100vh;
}
.navbar-nav{
	margin-left: 0;
}
.pushy {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy-header {
    margin: 0 auto;
}
.pushy ul#primary-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pushy .menu-item a.nav-link{
	text-align:center;
}
.pushy .menu-item {
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--greydark);
    margin-bottom: 12px;
}
.pushy .menu-item a, .pushy .menu-item a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: 100;
	font-size: 1.2rem;
	color: var(--greydark);
    border-bottom: none;
}
.pushy .menu-item a:hover, .pushy .menu-item a:focus, .pushy .menu-item a:active {

}
.pushy a.logo{
	border-bottom: none;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Submenu Appearance */
.dropdown-menu {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    padding: 0;
    margin: 0;
	top:0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown-menu a.dropdown-item,
.dropdown-menu a.dropdown-item:visited{
    color:var(--greydark);
    text-decoration: none;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus {
    color: var(--highlight);
}
.show > .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
.desktop-nav .show > .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    padding-bottom: 1em;
    width: 220px;
}
.pushy ul.dropdown-menu .menu-item {
    border-top: none;
    border-bottom: none;
    position: relative;
}
.pushy ul.dropdown-menu .menu-item:after {
    content: url('imgs/arrow.svg');
    width: 32px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
}
.pushy ul.dropdown-menu .menu-item a, .pushy ul.dropdown-menu .menu-item a:visited {
	font-size: 1rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background: transparent;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.submit-logged-in {
  display: none!important;
}

.logged-in .submit-logged-out {
  display: none!important;     
}

.logged-in .submit-logged-in {
  display: block!important;
}

@media(max-width: 756px){
.logged-in .filterbar .submit-logged-in,
.logged-in .filterbar .submit-logged-out,
.filterbar .submit-logged-out {
  display: none!important;
}
}


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

.site-footer{
	color: var(--greydark);
    padding: 2rem 0;
    background-color: #fff;
    font-size: 0.8rem;
}
.page-template-default .site-footer,
.page-template-page-text-default .site-footer,
.page-template-page-staff .site-footer,
.single-tenants .site-footer,
.single-donor_ops .site-footer,
.page-template-page-events-map .site-footer,
.search .site-footer{
	margin-top: 5em;
}
.site-footer p {
    margin-bottom: 0.6rem;
}
.footer-social{
    display: flex;
    margin-bottom: 0.8em;
}
.footer-social a {
    border-bottom: none;
    display: block;
    margin-right: 5px;
    background: #7f8285;
    border-radius: 3px;
    padding: 2px 4px;
}
.footer-social a img {
    width: 20px;
    height: 20px;
}



.site-info{
	opacity: 0.7;
    font-size: 0.8rem;
    padding-top: 1.6rem;
}
.site-footer .acknowledgement {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
    text-align: center;
}
.site-footer .disclaimer {
    margin-top: 4em;
}
ul.footer-menu {
    list-style-type: none;
}
ul.footer-menu li{
    margin-bottom: 4px;
}
.baseline{
	padding-top: 32px;
    display: flex;
    justify-content: center;
}
.baseline-menu{
    display: inline-flex;
    font-size: 0.8em;
}
.baseline-menu li{
    margin-left: 12px;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products.columns-2 {
    display: flex;
    margin-top: 3em;
}
.woocommerce ul.products li{
    width: 300px;
    margin-right: 3em;
}
h2.woocommerce-loop-product__title{
    font-size: 1.3rem;
    margin-top: 1em;
}
.woocommerce a.button.add_to_cart_button{
    display: block;
    background: var(--highlight);
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0.6rem;
    border-bottom: none;
    width: 85%;
    border-radius: 0;
    margin-top: 1em;
}
.vpc-products p{
	float: left;
}
.woocommerce ul.products li.product:before{
    content: '';
}
.woocommerce ul.products li.product img {
    display: none;
}
.woocommerce ul.products li.product h2 {
    font-weight: 600;
}
.woocommerce ul.products li.product .price{
	color: var(--greydark);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0;
}
.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
}
.woocommerce-message {
    border-top-color: var(--highlight);
}
.woocommerce-message::before {
    color: var(--highlight);
}
.woocommerce-message .button.wc-forward,
.woocommerce-form-coupon-toggle{
	display: none;
}
.woocommerce form .form-row .required {
    color: var(--highlight);
}
.woocommerce a.remove {
 	color: var(--highlight);
}
.woocommerce a.remove:hover {
    background: var(--highlight-tint);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--highlight);
    border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--highlight-tint);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0.8em 0.6em;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 1em;
    margin: 0;
    background: #f1f1f1;
}
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    border-bottom: none;
    color: #333;
    font-weight: 500;
    background: #e1e1e1;
    padding: 1em;
    display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.hidden{
	display: none!important;
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
#em-wrapper p {
    margin-bottom: 0;
}

.event-grid-image-wrapper{
    overflow: hidden;
}
.event-grid-image {
	position: relative;
    height: 233px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #fff;
}

.event-grid-item-inner {
    padding: 15px;
    margin-bottom: 2em;
    background-color: #fff;
    border-top: 1px solid var(--greymid);
}
.event-grid-item-inner .col-5{
    display: flex;
    padding-bottom: 5px;
    justify-content: flex-end;
}
.event-grid-item-inner .col-5 img {
    margin-left: 5px;
    height: 26px;
}
.event-grid-image h3 {
    background: var(--highlight);
    color: #fff;
    padding: 8px 15px;
    display: inline;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    font-size: 1.2em;
}

.event-item a {
    color: var(--greydark);
    text-decoration: none;
    border-bottom: none;
}
.event-item{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.listing-events {
    background: #fff;
    padding: 2em;
    margin-top: 2em;
}
p.resource-single-subtitle{
    margin-bottom: 0;
}
a.resource-social-icon{
    border-bottom: none;
}
a.resource-social-icon img{
    width: 21px;
    height: 21px;
    margin-right: 2px;
    margin-top: -7px;
}
.single-tenants a.resource-social-icon img{
    margin-top: 4px;
}
.related-event-item div {
    font-size: 0.8em;
    font-weight: 400;
    text-decoration: none;
    color: var(--greydark);
    cursor: pointer;
}
.related-event-link img{
	height: 108px;
}
.related-title{
	margin-top: 8px;
}
.social-sharing{
    margin-bottom: 1.5em;
}
.social-sharing span.before-sharebutton-text {
    font-weight: 400;
    display: block;
    font-size: 100%;
}
.em-search-wrapper {
    background: var(--greydark);
}
div.css-search {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    min-height: 40px;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
div.css-search input.em-search-text, div.css-search input.em-search-geo {
    background: #fff;
    font-size:12px;
}
div.css-search input.em-search-text::-webkit-input-placeholder,
div.css-search input.em-search-text::-moz-placeholder{
	font-size:12px;
}
div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 100%;
    margin-right: 22px;
    margin-top: 5px;
}
div.css-search.has-search-geo.has-search-term input.em-search-geo{
	margin-right: 0;
}
div.css-search input, div.css-search select{
    margin-top: 5px;
    border: none;
    background: #fff;
}
div.css-search.has-advanced div.em-search-main {
    border-bottom: none;
    overflow: hidden;
}
.em-search-geo-units {
    display: inline;
    background: var(--greymid);
    padding: 15px 11px!important;
    margin-left: -4px!important;
}

a.search-sub-link{
	font-size: 14px;
	display: inline-block;
	padding: 8px 0 0;
    margin-right: 1.4em;
}
.search-sub-link img {
    display: none;
}
a.em-toggle,
a.search-sub-link,
a.search-sub-link:visited{
	color: #fff;
    border-bottom: none;
}

.em-search-main a.back-to-events {
    color: #fff;
    float: right;
    margin-top: 26px;
    margin-left: 14px;
}
.em-events-search-form  {
    margin: 0 auto;
}
div.css-search div.em-search-main div {
    display: block;
}
div.css-search div.em-search-advanced > div {
    clear: none;
    float: left;
    margin-right: 4%;
}
div.css-search div.em-search-advanced, div.css-search div.em-search-options {
    overflow: auto;
}

.vpc-btn{
    margin-bottom: 1.5rem;
}
.vpc-btn a{
    position: relative;
    background: var(--highlight);
    background-color: var(--highlight);
    color: #fff;
    display: inline-block;
    padding: 14px 12px;
    font-size: 1.2em;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.vpc-btn a:hover{
    background: var(--highlight-tint);
    background-color: var(--highlight-tint);
    border-color: var(--highlight-tint);
    color: #fff;
}

.vpc-btn-lg a,
div.css-search div.em-search-main .em-search-submit {
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--greydark);
    padding: 8px 26px;
    font-size: 1.2em;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.css-search div.em-search-main .em-search-submit {
    border: 1px solid white;
    margin-left: 5px;
}
div.css-search div, div.css-search span{
    display: inline;
}
.vpc-btn-lg a:hover,
div.css-search div.em-search-main .em-search-submit:hover {
    background: var(--highlight-tint);
    background-color: var(--highlight-tint);
    border-color: var(--highlight-tint);
    color: #fff;
}
.events-top-bar{
	background: var(--greydark);
	color: #fff;
	padding-top: 5px;
	padding-bottom: 11px;
	font-size: 14px;
}
.events-top-bar a{
	color: #fff;
	font-size: 14px;
}
.pre-content-top-bar{
	background: var(--greydark);
	color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 14px;
}
.pre-content-top-bar a,
.pre-content-top-bar a:focus,
.pre-content-top-bar a:visited{
	color: #fff;
	font-size: 14px;
}
div.css-search div.em-search-geo,
div.css-search div.em-search-text {
    margin: 0;
    padding-left: 0;
    background: none;
}
.em-toggle {
    margin-left: 18px;
}
.em-toggle span{
	text-decoration: underline;
}
.em-toggle span:hover{
	text-decoration: none;
}
.two-col-single-wrapper{
	margin-bottom: 3em;
	margin-top: 1.4em;
}
.two-col-content-left {
    background: #fff;
    padding: 2em;
}
.two-col-content-right {
    background: #fff;
    padding: 2em;
    margin-top: 32px;
}
p.accessibility img {
    width: 26px;
    margin-right: 6px;
}
#event-form #event-name {
    width: 100%;
    padding: 8px;
}
#event-form .inside {
    margin-bottom: 42px;
}
#em-location-data .em-location-map-404 {
    border:1px solid var(--bg);
}
#em-location-data input{
	width:100%;
}
.em-map-balloon .em-map-balloon-content {
    font-size: 1.2em !important;
    padding-bottom: 0!important;
}
.em-map-balloon .em-map-balloon-content p{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.em-map-balloon .em-map-balloon-content strong a{
    font-size: 1.2rem;
    color: var(--greydark);
    border-bottom-color: var(--gerydark);
    margin-bottom: 16px!important;
}
.em-map-balloon .em-map-balloon-content ul {
    list-style: none;
    padding-left: 0;
}
p#event-image-img span {
    opacity: 0.6;
    font-style: italic;
    font-size: 0.8em;
}


@media (min-width: 576px){
    .em-events-search-form  {
        width: 540px;
        max-width: 100%;
    }
}
@media (min-width: 768px){
    .em-events-search-form  {
        width: 720px;
    }
    .dropdown-menu a.dropdown-item{
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
    div.css-search div.em-search-main .em-search-submit {
    float: right;
	}
	div.css-search div.em-search-main div {
    display: inline;
	}
	div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 40%;
	}
}
@media (min-width: 992px){
    .em-events-search-form  {
        width: 960px;
    }
    .dropdown-menu {
        max-width: 194px;
    }
}
@media (min-width: 1024px){
    .dropdown-menu a.dropdown-item{
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
}
@media (min-width: 1200px){
    .em-events-search-form  {
        width: 1140px;
    }
    
    .about-header,
    .hero-banner{
        min-height: 460px;
    }
    h1.entry-title,
    h1.post-title{
        font-size: 2.6rem;
        padding: 1rem 0;
    }
    .dropdown-menu a.dropdown-item{
        font-size: 1rem;
    }
}
@media (min-width: 1440px){
    .em-events-search-form {
        width: 1440px;
    }
}

button.arrow-right:before, button.arrow-left:before {
    content: url(imgs/arrow.svg);
    position: absolute;
    height: 2rem;
    width: 2rem;
    display: block;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    filter: invert(100%);
}

button.arrow-left:hover, button.arrow-right:hover {
    background: var(--highlight);
    transition: 0.1s;

}

button.arrow-left:before { 
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    right: 50%;
}

button.arrow-right:before {
    left: 50%;
}


button.arrow-left, button.arrow-right {
    bottom: 0;
    background-color: rgb(49, 49, 49);
    border: none;
    padding: 1.2em;
}


.arrows {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home a.home-call-btn {
    background: var(--greydark);
    height: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: none;
    padding: 0 15px;
    margin-bottom: .4rem;
}
.home a.home-call-btn:hover {
    background: var(--highlight);
}
.home-call-btn h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.home-call-btn:hover {
    background: var(--highlight);
}
a.arrow-back {
    position: relative;
    margin-left: 24px;
}
a.arrow-back:before{
    content: url(imgs/arrow.svg);
    position: absolute;
    height: 2rem;
    width: 2rem;
    display: block;
    top: -4px;
    left: -34px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media (max-width: 767px){
.filterbar label.sf-label-checkbox {
    padding-top: 6px;
}
.vpc-btn a {
    padding: 8px 30px;
    font-size: 0.8rem;
}
.icon-bar {
    width: 22px;
    height: 3px;
}
}
@media (max-width: 992px){
    .filterresults,
    .events-grid{
        padding-top: 1em;
    }
    
}

@media (max-width: 1340px){
.home-post-content h4 {
    font-size: 1.2rem;
}
}

@media (min-width: 576px){
.tenant-thumb{
    height: 110px;
}
}

@media (min-width: 768px){
a.inline-link{
	display: inline;
}
.banner-slides .slick-list {
    position: absolute;
    width: 100%;
    height: 26rem;
}
.caption-content {
    height: 42%;
}
.home a.home-call-btn {
    margin-bottom: 0;
    height: 5rem;
}
.home a.home-call-btn h3{
    font-size:0.8rem;
}


}


@media (min-width: 992px){

    h3, h2.cat-post-title {
    font-size: 1.34rem;
    }

    h4 {
    font-size: 1.2rem;
    }
    h5 {
    font-size: 1rem;
    }
    .pushy .menu-menu-1-container {
    margin-top: 4rem;
    }
    .home a.home-call-btn {
    height: 7rem;
    }
    .news-image-feature {
    height: 7rem;
    }
    #desktop-menu .nav-link {
    font-size: 0.8rem;
    }
    .mc-field-group input[type="email"]{
    padding: 0.5rem;
    width: 100%;
    }
    .site-footer p{
    font-size: 0.8rem;
    }
    .home-news-item h2 {
    color: var(--greydark);
    font-size: 1.2rem;
    font-weight: lighter;
    }
    .headings-section {
    padding: 0 0 1rem;
    align-items: baseline;
    }
    button.arrow-left, button.arrow-right {
    padding: 2rem;
    }
    button.arrow-right:before, button.arrow-left:before {
    height: 4rem;
    width: 4rem;
    }
    a.logo img {
    width: 14rem;
    margin: 0 2rem;
    }
    .home a.home-call-btn h3{
    font-size:1.2rem;
    }
    .social div {
    width: 3.5rem;
    float: left;
    padding:0.8rem;
    }
    .header-cta a{
    font-size: 1.4rem;
    }
    .banner-slides .slick-list {
    height: 25rem;
    }
    .background-banner{
    height:25rem;
    }
    #collapseFilter{
    display: block!important;
    }
    div.css-search div.em-search-main div {
    display: inline;
	}
	.search-sub-link img {
    display: initial;
    height: 36px;
	}
	input[type="text"].em-date-input-loc{
	width: initial;
	}
	div.css-search.has-advanced div.em-search-main {
    padding-top: 10px;
	}
}


@media (min-width: 1024px){
    .caption h3 {
    font-size: 1.34rem;
    }
    .footer-menu ul.menu li a {
        border-bottom: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 3px;
    }
    a.inline-link{
    	display: inline;
    }
    a.inline-link:after{
        width: 32px;
        height: 29px;
    }
    .enter-wrapper .enter-text:hover{
        background-size: 110px;
        opacity: 1;
        text-decoration: none;
        cursor: pointer;
    }
    .tentant-card h2.card-title {
        width: 70%;
    }
    .searchandfilter ul li {
        padding-right: 10px;
        padding: 10px 0;
    }
    .nav-previous a:after{
        width: 30px;
        height: 38px;
    }
    .nav-next a:before{
    	width: 30px;
        height: 38px;
    }

    .post-navigation .nav-previous a:before,
    .bb-navigation .nav-next a:before{
        margin-top: 0;
    }

    .post-navigation .nav-next a:after,
    .bb-navigation .nav-previous a:after{
        margin-top: 5px;
    }

    .site-footer p{
        font-size:0.8rem;
    }
    .banner-slides .slick-list {
        height: 30rem;
    }
    .background-banner{
        height:30rem;
    }
    .vpc-btn-lg a,
	div.css-search div.em-search-main .em-search-submit {
	    padding: 14px 42px;
	}

}

@media (min-width: 1200px){

.welcome{
    padding-top: 5rem;
}
.tenant-thumb {
    height: 135px;
}
.resource-card {
    height: 240px;
}
.home-hero-img.row{
	margin-left: -12rem;
}

.featured-post-image{
    height: 400px;
    max-height: 453px;
}
.site-footer {
    padding-top: 3rem;
    font-size: 1rem;
}

#desktop-menu .nav-link {
    font-size: 1rem;
}

.home .mc-field-group input[type="email"] {
    width: 100%;
    padding: 1rem;
}
div.css-search.has-search-geo.has-search-term input.em-search-text, div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 22%;
    padding: 13px;
}
div.css-search input, div.css-search select{
	padding: 13px 8px 11px;
}
.em-search-scope{
	margin-left: 9px!important;
}
.mc-field-group input[type="email"] {
    width: 100%;
    padding: 1rem;
}
.home-news-item {
    margin-bottom: 1.5rem;
}
.home-news-item h2{
    font-size: 1.5rem;
}
button.arrow-left, button.arrow-right {
    padding: 2rem;
}

button.arrow-right:before, button.arrow-left:before {
    height: 4rem;
    width: 4rem;
}
.social div {
    width: 5rem;
    float: left;
    padding: 1.5rem;
    margin: 0 1px;
    background: #313131;
}


}


@media (min-width: 1440px){
.tenant-thumb {
    height: 150px;
}
.site-footer {
    padding-top: 3rem;
    font-size: 1rem;
    border-top: 1px solid var(--greymid);
}

.hero-text-wrapper h1:before{
    left: -32px;
}

}
@media (min-width: 1600px){
a.logo img {
    width: 16rem;
    margin: 1rem 2rem;
}
}
/*--------------------------------------------------------------
## New edits
--------------------------------------------------------------*/

.report-dialogue-trigger {
    background: var(--greydark);
    padding: 8px 16px;
    float: right;
    color: #fff;
    border-bottom: none;
    cursor: pointer;
}
.report-dialogue-trigger:hover{
    opacity: 0.8;
}
.homebox .d-flex {
	vertical-align: middle;
    align-items: center;
}


.home-background {
	background-color: white;
}

.banner-slides {
    position: relative;
}

.background-banner {
    height: 27rem;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}



.events-card {
	background: red;
}
.events-card .image-box{
    height: 100%;
    background-size: cover;
}
.events-card .text-box {
    color: white;
    padding: 2em 1.5em;
}
.events-card .text-box a{
    color: white;
    border-color: #fff;
}
.events-card .text-box a:after{
    filter: invert(100%);
    opacity: 1;
}

.feature-btn {
	padding: 0 0 1rem;
}

.right-content {
    padding: 1.25rem 1rem;
}

.home-news-feed {
    background-color: white;
    z-index: 5;
    padding: 1rem 1rem 2rem;
}


#footer-menu a,
#footer-menu a:visited,
#footer-menu a:hover
{
	color: var(--greydark);
	font-size: 0.8rem;
	position: relative;
}

.events-card a .image-box {
    height: 13rem;
    width: 100%;
    background-size: cover;
}
a.text-box {
    color: white;
    text-decoration: none;
}

.home-card {
    padding: 0 1rem 0;
    height: 100%;
}

.tile-image-feature {
    height: 14rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.card-inner {
    padding: 2rem 1.5rem;
    align-items: center;
    height: auto;
}

[type="submit"] {
    border: 1px solid var(--highlight);
    padding: 0.6em 2em;
    font-weight: 400;
    transition: all 0.2s;
}
[type="submit"]:hover {
    background-color: var(--highlight);
    color: #fff;
}

.gform_wrapper span.gform_description,
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 200!important;
}

.subscribe-btn, .submit, .gform_footer {
    margin-right: 1rem;
}

.subscribe-btn:after, .submit:after, .gform_footer:after {
	position: relative;
}

.subscribe-btn:hover:after, .submit:hover:after, .gform_footer:hover:after {
	    right: 5px;
}

.gform_footer .top_label input[type="submit"]{
    font-size: 0.9em;
    padding: 5px 9px;
    background: var(--greydark);
    color: #fff;
    border: none;
    font-weight: 700;

}

.social div:hover {
    background: var(--highlight);
}

.pull-content-right {
    align-items: center;
}
.pull-content-right .sm-box{
    margin-left: 2em;
}

.center-bar h3 {
    margin-bottom: 0;
    padding-right: 1rem;
}
.search-results article {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2.4em;
    padding-bottom: 1.2em;
    cursor: pointer;
}
.home-search #searchform img {
    display: none;
}
.error404 .search-form,
.search-no-results .search-form{
    margin: 2rem 0;
    position: relative;
}
.error404 .search-form input[type="text"],
.search-no-results .search-form input[type="text"]{
    width: 100%;
    background: var(--greymid);
    padding: 12px;
}
.error404 .search-form input[type="submit"],
.search-no-results .search-form input[type="submit"] {
    font-size: 0.9em;
    padding: 1rem;
    border: none;
    width: 20%;
    color: var(--greymid);
    background: none;
}

.intro-head-content {
    padding: 5rem 1rem;
}

.img-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.map-content {
    padding-top: 3rem;
}


.home-card.quick-links .card-inner a:after{
    content: none;
}

.card-inner a:hover:after {
    right: -25px;
}

.people-list {
    padding-bottom: 5rem;
}


.news article .post-preview:first-child {
    padding-top: 2em;
    padding-bottom: 1em;

}

a.vpc-btn-text {
    border: 1px solid var(--highlight);
    min-width: 15rem;
    text-align: center;
}

