/*!
Theme Name: habitatregion
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: habitatregion
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

habitatregion is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Fonts
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Breadcrumb
	- Navigation
	- Sidebar
	- Footer
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Home Page
		- Color Tiles
	- Event Page
	- Signup Footer
# 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;
}

/**
 * Get things setup for Flexbox to stick the footer to the bottom
 */

html, body, .site {
    height: 100%;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/**
 * 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.5em 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-family: inherit;
    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.
 */
form, form button {
    font-family: arial, helvetica, sans-serif;
}

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

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

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

body,
button,
input,
select,
optgroup,
textarea, .hero-column .subtitle {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a, .entry-meta {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2em;
}

h2 {
    font-size: 2em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: .01em;
}

h4 {
    font-size: 1.25em;
    line-height: 1.2em;
    letter-spacing: .01em;
}

p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: .5em;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    h1 {
        line-height: 1em;
        margin: 1em 0;
    }

    p {
        font-size: .9em;
    }

    a {
        word-break: break-all;
    }

    ul {
        padding-left: 1.5em;
        font-size: .9em;
    }
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1.2em;
}

.wp-block-cover p {
    margin-bottom: 0;
    line-height: 1.35em;
}

.wp-block-cover p a {
    color: inherit;
    line-height: 1.1em;
    font-weight: bold;
}

.wp-block-cover {
    padding-left: 1.5em;
}

.wp-block-latest-posts a {
    font-size: 1.2em;
}

.entry-meta {
    margin-bottom: 1em;
    font-size: .8em;
}

.hideme {
    display: none !important;
}

h1.entry-title {
    line-height: 1.1em;
}

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

blockquote {
    padding: 0 1.5em;
    margin: 0 1.5em;
    border-left: 5px solid #555;
}

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%;
}

.has-medium-font-size {
    font-size: 1.35em;
    line-height: 1.5em;
}


.button, .wp-block-button__link {
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: 600;
}

.wp-block-pullquote {
    text-align: left;
    padding: 1em 0;
}

.has-box-shadow {
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.center-items {
    align-items: center;
}

p.has-text-align-center {
    width: 100%;
}

.board-of-directors h3 {
    margin-bottom: 0;
    font-size: 1.3em;
    text-transform: capitalize;
}

.board-of-directors p {
    margin: 0 0 5px 0;
    font-size: .9em;
}

.board-role {
    color: #777;
}


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

article.post {
    width: 100%;
    padding-bottom: 2em;
}

main .post {
    border-bottom: none;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-bottom: .5em;
}

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%;
}

.time-table td {
    padding: .5em;
}

.time-table tr > td:first-child {
    width: 30%;
}

/* Links
--------------------------------------------- */
a {
    color: #00AFD7;
}

a:visited {
    color: #008dae;
}

a:hover,
a:focus,
a:active {
    color: #009dc1;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.wp-block-group {
    width: 100%;
}

.wp-block-column p:first-child, .wp-block-column h1:first-child, .wp-block-column h2:first-child, .wp-block-column h3:first-child, .wp-block-column h4:first-child, .wp-block-column figure:first-child {
    margin-top: 0;
}

/* @NOTE: Custom CSS for the multi-column text (needs to be manually added via WP admin) */
.multi-column-text .wp-block-columns .wp-block-column {
    padding: 0 20px;
}

.has-background h2:last-child, .has-background h3:last-child {
    margin-bottom: 0;
}

/* UPDATE THIS NAME */
.white-card-box {
    padding: 2em;
    background: white;
    height: min-content;
}

.white-card-box > :first-child {
    margin-top: 0;
}

.align-top {
    align-items: start !important;
}


.wp-block-latest-posts {
    padding-left: 0;
    padding-right: 2em;
}

.wp-block-latest-posts li {
    list-style-type: none !important;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Breadcrumb
*/

.breadcrumb-container {
    border-top: 1px solid #f1f1f1;
    padding: .5em 0;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

#breadcrumbs a {
    text-decoration: none;
    color: #666;
    font-size: 1em;
}

#breadcrumbs a:visited {
    color: #666;
}

.breadcrumb_last {
    color: #888;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

/* Social Share
*/

.social-sidebar-header, .widget_heateor_sss_sharing h2.widget-title {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 1em;
    border-top: 1px solid #555;
}

.heateorSssSharing, .heateorSssSharingButton {
    margin: 0 5px 3em 5px !important;
}


/* Horizontal Tile
 * Adds padding to the Box standard wordpress group
 */

.wp-block-columns.has-background {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-columns.has-background figure {
    padding: 0;
    margin: 0;
}

.wp-block-columns.has-background figure img {
    display: block;
}

.wp-block-group__inner-container .wp-block-columns.has-background {
    margin-bottom: 0;
}

.wp-block-group__inner-container .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.has-background .wp-block-group__inner-container {
    padding: 2.5em;
}

@media screen and (max-width: 600px) {
    .has-background .wp-block-group__inner-container {
        padding: 2em;
    }
}


/* Sponsor Levels Boxes
 *
 */

.sponsor-level-header {
    margin-bottom: 0;
    width: 100%;
}

.sponsor-level-header h2 {
    font-size: 2em;
    text-align: center;
    padding-bottom: .25em;
    padding: 1em 0;
    margin: 0 auto;
}

.sponsor-level-header.diamond-level h2::before, .sponsor-level-header.diamond-level h2::after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f3a5";
    margin: 0 10px;
    font-size: .8em;
}

.sponsor-level-box {
    border: 5px solid;
    border-top: 0;
    text-align: center;
    width: 100%;
}

.sponsor-level-box h2 {
    font-size: 1.5em;
    margin-bottom: 0;
    padding-top: 1.25em;
}

.sponsor-level-box h3 {
    font-size: 2em;
    padding-top: .25em;
    padding-bottom: 1em;
    margin: 0;
}

.sponsor-level-box h4 {
    font-size: 1.25em;
    padding: .5em;
    border-radius: 1.5em;
    text-align: center;
    margin: -1em 3vh 0 3vh;
}

.sponsor-level-box ul {
    font-size: 1em;
    margin-left: 0;
    padding-left: 0;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

.sponsor-level-box li {
    border-bottom: 1px solid #ccc;
    padding: 1.2em 1em;
    list-style-type: none;
    margin-bottom: 0;
}

.sponsor-level-box li:last-child {
    border-bottom: 0;
}

.sponsor-level-box .wp-block-column {
    margin-left: 0;
}

.sponsor-level-box .wp-block-separator.is-style-wide {
    margin: 1em 0 1.25em;
}

.sponsor-level-box .wp-block-group__inner-container {
    padding: 0;
}

.sponsor-interest-button {
    margin: -80px auto 0 auto !important;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
    color: #333;
}

/* Padded Text
 *
 */

.padded-text {
    padding: 0 2em 0 0em;
}

.padded-text-right {
    padding: 0 0 0 2em;
}

@media screen and (max-width: 600px) {
    .padded-text {
        padding: 2em;
    }
}

/* Outlined Box
 *
 */
.outline-box {
    border: 5px solid;
    padding: 2em;
}

.outline-box h3:first-child, .outline-box h2:first-child, .outline-box h1:first-child {
    margin-top: 0;
}

.wp-block-column h1:first-child, .wp-block-column h2:first-child {
    margin-top: 0;
}

.border-hab-blue {
    border-color: #00AFd7;
}

.border-hab-green {
    border-color: #C1D507;
}

.border-hab-dark-blue {
    border-color: #002f6c;
}

.border-hab-orange {
    border-color: #ff671f;
}

.border-hab-dark-green {
    border-color: #43b02a;
}

.border-hab-dark-red {
    border-color: #a4343a;
}

.border-hab-light-grey {
    border-color: #eee;
}


/* Sections
*/

.portal-sec {
    background: #f0f0f0;
    padding: 3em 0 6em;
}

h1.portal-h1 {
    font-size: 3em;
    font-weight: bolder;
    color: #002f6c;
    line-height: 1.2em;
}

.portal-h2 {
    font-size: 1.5em;
    color: #ff671f;
    padding-top: 10px;
    border-top: 4px solid #c9c9c9;
    text-transform: uppercase;
    margin-bottom: 2em;
    letter-spacing: .05em;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    width: 100%;
}

@media (max-width: 767px) {
    /* <== You can change this break point as per your  needs */
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media (max-width: 767px) {
    .portal-h2 {
        padding-left: 0
    }
}


/* Site Main Flexing */
.site-main {
    flex: 1 0 auto;
}

/* Navigation
--------------------------------------------- */
.navbar-brand {
    margin: 1.8rem 0 1.45rem 1rem;
    flex-shrink: 1;
}

.navbar-brand .navbar-item {
    border-bottom: 0;
}

.custom-logo {
    max-width: 300px;
}

.navbar-menu {
    margin: auto;
}

.navbar-item, .navbar-link {
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    letter-spacing: .01em;
    font-size: 1.1em;
    font-size: 1.2rem;
}

.navbar-item:visited, .navbar-link:visited {
    color: #333;
}

.has-dropdown .navbar-item {
    font-size: 1rem;
}

/*
@media screen and (max-width: 1023px) {
	#primary-menu {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
	}
}
*/

@media screen and (max-width: 1120px) {
    .navbar-item, .navbar-link {
        font-size: 1em;
    }
}


@media screen and (max-width: 1180px) {
    .navbar-item, .navbar-link {
        padding-left: 1em;
    }

    .has-dropdown .navbar-link {
        padding-right: 1.5em;
    }

    .navbar-link:not(.is-arrowless)::after {
        right: 1em;
    }
}


/* Top nav bar with social media icons in it */
.social-nav {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.social-nav-item {
    text-align: center;
    float: right;
    display: block;
    height: 50px;
    width: 50px;
    background: #bdbdbd;
    margin-left: 5px;
    color: white;
    font-size: 1.2em;
    line-height: 50px;
}

.social-nav-item:visited:not(:hover):not(.donate-social) {
    color: white;
}

.social-nav-item .svg-inline--fa {
    font-size: 21px;
}

.donate-social .svg-inline--fa {
    font-size: 16px;
    margin-right: 8px;
}

.social-nav-item.donate-social {
    color: black;
    background: #C1D507;
    padding: 0 5rem;
    width: auto;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.social-nav-item.donate-social .fa-heart {
    margin-right: 8px;
}


.social-nav-item.donate-social:hover {
    background: #adbf06;
}

@media screen and (max-width: 767px) {
    .social-nav {
        display: none;
    }
}

.social-nav .gtranslate_wrapper {
	padding: 10px;
}

/* End social Nav */


/* Alert banner
*/

.alert-banner {
    background: orange;
    flex-grow: 0;
}

.alert-banner p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

.alert-banner p.banner-small {
    padding: .65em 0;
    font-size: 1em;
}

.alert-banner p.banner-large {
    padding: 1em 0;
    font-size: 1.2em;
}

.alert-banner a {
    margin-left: .25em;
}

/* Alert banner
*/

.announcement-2-container {
    margin-top: 30px;
    margin-bottom: -2em;
}

@media (max-width: 767px) {
    .announcement-2-container {
        width: auto;
    }
}

.announcement-2-container .notification p {
    margin: 0;
}

.portal-sec .announcement-2-container {
    margin-top: -1em;
    margin-bottom: 1em;
}

.columns.is-variable.signup-footer-columns {
    margin-left: calc(var(--columnGap));
    margin-right: calc(var(--columnGap));
}

/* Layout
*/

.main {
    margin-bottom: 8rem;
}

.hero-gap {
    margin-top: 3em;
    margin-bottom: 6em;
}

/* Forms
*/

div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #C1D507;
    border: none;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.25em;
    border-radius: 3px;
}

div.wpforms-container-full .wpforms-form .footer-input input[type=text], div.wpforms-container-full .wpforms-form .footer-input input[type=email] {
    border: 0;
}

div.wpforms-container-full .wpforms-form button[type=submit].footer-signup-button {
    background: #ff671f;
    border: 0;
    padding: 15px 45px;
    color: white;
}

div.wpforms-container-full .wpforms-form button[type=submit].footer-signup-button:hover {
    background: #db541f;
    border: 0;
    color: white;
}

.footer-signup-h1 {
    font-size: 2.75em;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-signup-p, .footer-signup-h1 {
    color: #111;
}

/* This is to keep the google captcha from overflowing outside the container. It creates a large white space on the right side on smaller mobile devices.
*/

@media (max-width: 767px) {
    .wpforms-form {
        overflow: hidden;
    }
}

/* Sidebar
*/

.sidebar {
    margin-top: 1.5em;
}

.sidebar-donate {
    background: #00afd7;
    color: white;
}

.sidebar-cta img {
    display: block;
}

.sidebar-text {
    padding: 1em 1.5em 1.7em 1.5em;
}

.sidebar-text h2 {
    line-height: 1.2em;
    margin-top: 0;
}

/* End sidebar */

table {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.is-income-table td {
    padding: 10px 5px;
}

th {
    font-size: .8em;
    font-weight: bold;
    color: white;
    background: #00afd7;
    padding: 10px 5px;
}

.is-income-table td:first-child {
    width: 30%;
}


.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%;
}

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

footer {
    background: black;
    color: white;
    padding: 2rem 0 0;
    color: #aaa;
}

footer, .subfooter {

    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
}

footer.entry-footer {
    background: white;
    color: black;
}

.site-footer {
    padding-top: 3em;
}

.home-body .subfooter .container:last-child {
    padding-bottom: 0;
}

a.footer-link {
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    margin-bottom: .75em;
    font-size: 1.25em;
    font-weight: bolder;
    color: white;
    text-decoration: none;
    display: inline-block;
}

a.footer-link:visited {
    color: white;
    text-decoration: none;

}

.subfooter {
    font-size: .9em;
    color: #ddd;
    background: #111;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    margin-top: 3rem;
}

.subfooter p {
    font-size: .9rem;
}

.subFooterRight {
    justify-content: flex-end;
    flex-direction: row;
}

.subfooter a, .subfooter a:visited {
    color: white;
    text-decoration: none;
}

#menu-footer {
    margin: 2em 0 0 0;
    padding: 0;
    text-align: right;
}

#menu-footer .menu-item {
    display: inline;
    list-style-type: none;
    margin: 0 0 0 4%;
}

#menu-footer .menu-item:first-child {
    margin: 0;
}

#menu-footer .menu-item a {
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}

@media (max-width: 767px) {
    #menu-footer {
        text-align: center;
    }

    #menu-footer .menu-item {
        margin-bottom: .8em;
    }

}

.footer-social-nav {
    text-align: right;
    margin-top: 1rem;
    flex-direction: row;
}

.footer-social-nav .footer-social-nav-item {
    background: none;
    display: inline-block;
    margin: 0 3%;
    text-decoration: none;
    font-size: 2em;
    color: white;
}

.charity-seals-row {
    text-align: right;
}

.charity-seal-link {
    display: inline-block;
    margin-left: 40px;
}

.footer-social-nav-item, .charity-seal-link {
    float: right;
}

.charity-seal {
    max-width: 120px;
    margin-left: 5%
}

.divider {
    border-left: 1px solid #333;
    display: inline-block;
    margin: 0 1% 0 6%;
    float: right;
    height: 50px;
}

.sep {
    margin: 0 20px;
}

.social-charity-divider {
    width: 100%;
}

@media (max-width: 767px) {
    .footer-social-nav {
        display: table;
    }

    .footer-social-nav-item {
        float: none;
    }

    .charity-seal-link {
        margin: 20px 14px;
    }

    .social-charity-divider {
        text-align: center;
    }
}


/* Posts and pages
--------------------------------------------- */
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero-column {
    background: rgba(0, 0, 0, .85);
    color: white;
    margin-left: -.75rem;
    padding: 2.75rem;
    margin-top: 2em;
    margin-bottom: 2em;
}

.hero-column.no-subtitle {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
    padding-top: 1.5em;
    padding-bottom: 0;
}


.hero-column .title, .hero-column .subtitle {
    color: white;
}

.hero-column .title {
    font-size: 3.5em;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: .65rem;
    margin-top: 0;
}

.hero-column .subtitle {
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.5em;
    padding-bottom: 0;
}

.hero-column .hero-cta, .event-overlay .hero-cta {
    margin-top: 1.1rem;
    margin-right: auto;
}

.hero-cta-container {
    margin-top: 1.1rem;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: center;
}

.hero-cta-container .hero-cta {
    margin-top: 0;
    margin-right: 0;
}

.hero-cta-secondary {
    font-size: 1.25rem;
    text-decoration: none;
    border-bottom: 2px solid;
    font-weight: 600;
    height: 30px;
    line-height: 1.5rem;
}

.hero-cta-secondary.is-secondary {
    border-color: #C1D507;
    color: #C1D507;
}

.hero-cta-secondary.is-primary,
.hero-cta-secondary.nocolor {
    border-color: #00AFD7;
    color: #00AFD7;
}

@media (max-width: 767px) {
    .hero-column {
        margin: 0;
        padding: 2rem;
    }

    .hero-column.no-subtitle {
        margin: 10em 0 0 0;
        padding: 1px 2em;
    }

    .hero-column .subtitle {
        padding-bottom: 0;
    }

    .hero-column.no-subtitle .title {
        padding-bottom: 0;
        margin: .5em 0;
    }

    .hero-column .button {
        margin-bottom: 1.5em;
    }

    .hero-body {
        padding: 0;
    }

    @media (max-width: 767px) {
        .hero-body .columns {
            margin-right: 0;
            margin-top: 0;
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    }

    .hero-column .subtitle {
        font-size: 1.2em;
    }
}

@media (max-width: 1300px) {
    .hero-column .title {
        font-size: 3em;
    }

    .hero-column .subtitle {
        font-size: 1.3em;
    }
}

@media (max-width: 1000px) {
    .hero-cta-container {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-column .hero-cta-container .button {
        margin-bottom: 1.5em;
    }

    .hero-column .title {
        font-size: 2.75em;
    }
}

.property-body {
    text-align: center;
}


.property-name, .property-address {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;;
}

.property-name {
    font-weight: bold;
    font-size: 2.75em;
    margin-bottom: 0;
}

.property-address {
    font-weight: 400;
    margin: 0;
}

.property-image {
    max-width: 980px;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .8);
    margin: 0 auto;
}


.hero-icon {
    margin-left: 10px;
}

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.page {
    margin-bottom: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blogroll-feat-image {
    width: 100%;
}

.excerpt-body {
    font-size: .8em;
}

.entry-title {
    margin-top: 0;
    margin-bottom: .25em;
}

.has-excert {
    margin-top: .5em;
}

.entry-title a {
    text-decoration: none;
}

.single-post-container {
    margin-top: 3em;
}

.wp-block-separator {
    width: 100%;
}

.wp-block-separator.is-style-wide {
    height: 4px;
    margin: 4em 0;
}

.wp-block-latest-posts li {
    margin-bottom: .5em;
    list-style-type: disc;
}

.wp-block-latest-posts li a {
    text-decoration: none;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-weight: bold;
}

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

/* Home Page Styles
*/

.full-section, .color-tile-col {
    padding: 0;
    margin: 0;
}

.home-body {
    background: #f0f0f0;
    padding: 0;
}

.home-body .container {
    margin-bottom: 3em;
}

.home-body .columns {
    margin-left: 0;
    margin-right: 0;
}

.home-body .container:last-child {
    margin-bottom: 0;
    padding-bottom: 6em;
}

.no-padding .container:last-child {
    padding-bottom: 1.5em;
}

.section-h2 {
    font-size: 2em;
    color: #444;
    text-align: center;
    padding-bottom: .25em;
    margin-bottom: 0;
    position: relative;
}

.wp-block-column .section-h2 {
    position: relative;
    padding-bottom: .75em;
}

.section-h2:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 45%;
    border-bottom: 3px solid #999;
}

.card-h2, .content .card-h2 {
    margin-top: .25em;
    margin-bottom: .25em;
}

.home-card-content {

}

.card-content-home .content h2:not(:first-child) {
    margin-top: 5px;
}

.card-content p {
    margin-top: .25em;
}

.card-content-home, .card-content {
    padding-top: .7em;
}

.three-cards-row {
    margin-top: 2em;
}

.mission-row {
    margin-top: 3.75em;
}

.column-photo {
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 25em;
    padding: 0;
}

.column-photo-text {
    padding: 2em 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-text-noflex {
    display: block;
}

.photo-h2 {
    color: white;
    font-size: 2em;
    line-height: 1.15em;
    bottom: 0;
    position: absolute;
}

.photo-h2, .photo-p, .photo-a {
    margin: 0 2.5em;
}

.photo-p {
    font-size: 1.3em;
    line-height: 1.5em;
}

.story-h2 {
    font-size: 2em;
    line-height: 1.15em;
    margin-top: 0em;
    margin-bottom: .5em;
}

.story-h2, .story-p, .story-a {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
}

@media (max-width: 767px) {
    .story-h2, .story-p, .story-a {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }
}


.story-p {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.column-story-text {
    padding: 4em 0;
    background: white;
}

.story-a {
    margin-bottom: 1em;
    margin-right: auto;
}


/* Color Tiles
*/

.color-tile-col {
    display: flex;
}

.full-section .is-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

.is-fluid.is-no-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.color-tile-solid {
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.color-tile-icon, .color-tile-text {
    color: white;
}

.color-tile-icon {
    color: white;
    float: left;
    width: 20%;
    font-size: 4em;
    text-align: center;
}

.color-tile-text {
    float: left;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.color-tile-p {
    font-size: 1.1em;
    padding-right: .5em;
}

.color-tile-text h2 {
    margin-top: 1em;
}

.horiz-tile h1 {
    margin-top: 0;
    font-size: 2.1em;
}

/* I feel like I keep flipping this on and off...
.horiz-tile.has-background .wp-block-group__inner-container {
	padding-left: 0;
}
*/

.bold-cta, .bold-cta:visited, .color-tile-text a, .color-tile-text a:visited, .cardLink a, .cardLink a:visited {
    color: white;
    font-size: 1.25em;
    letter-spacing: .1em;
    text-decoration: none;
    font-weight: bolder;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    margin-right: auto;
    margin-top: auto;
}

.bold-cta, .bold-cta:visited {
    color: inherit;
    border-color: inherit;
    display: inline;
}

.bold-cta.border-hab-blue {
    border-color: #00AFd7;
}

.bold-cta a, .bold-cta:visited a {
    text-decoration: none;
}

.cardLink a, .cardLink a:visited {
    color: #00afd7;
    border-color: #00afd7;
    font-family: Calibri, Candara, Segoe, Segoe UI, Arial, sans-serif;
    font-size: 1em;
}

@media screen and (max-width: 1440px) {
    .color-tile-icon, .color-tile-text {
        float: none;
        width: 100%;
        text-align: left;
    }

    .color-tile-solid {
        padding-left: 2em;
        padding-right: 2em;
        width: 100%;
        flex-direction: column;
    }

    .color-tile-text h2 {
        margin-top: 0;
    }
}

/* Event Page Styles
*/

.event-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    flex-direction: row;
    display: flex;
}

.event-overlay .columns {
    flex-direction: row;
    display: flex;
    margin-right: 0;
}

.event-overlay .column {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, .85) 10%, rgba(0, 0, 0, 0) 100%);
    margin: .75em;
    padding: 6em 0 6em 4em;
    flex-direction: row;
    align-items: center;
}

.event-hero {
    min-height: 800px;
}

.event-hero h1 {
    color: white;
    font-size: 4em;
    line-height: 1em;
    margin: .15em 0 .5em;
}

.event-blurb {
    color: white;
    font-size: 1.3em;
    line-height: 1.4em;
}

.event-time {
    color: rgba(255, 255, 255, .7);
    font-size: 1em;
    margin-bottom: 0;
    text-transform: uppercase;

}

.event-sb-h3 {
    margin-bottom: .35em;
    font-size: 1.1em;
}

.sidebar-event-section {
    margin-bottom: 3em;
}

.event-sb-p {
    font-size: 1em;
    margin-top: 0;
    font-family: Neue Plak, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}

.event-hero .hero-cta {
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}

.button-divider {
    border-left: 2px dotted #333;
    height: 100%;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: calc(-1 * (0.5em + 10px));
    margin-bottom: calc(-1 * (0.5em + 10px));
}

.fa-ticket-alt {
    transform: rotate(45deg);
}

.speaker-name {
    margin-bottom: 0;
}

.speaker-title {
    color: #00afd7;
    font-size: 1em;
}

.sponsor-level {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2em;
}

@media (max-width: 767px) {
    .event-overlay .column.is-half {
        padding-left: 1em;
    }
}

/* Blog */

.content .blog-footer-h2 {
    font-size: 1.3em;
}

.content .blog-footer-meta {
    font-size: .8em;
}

/* Signup Footer Page Styles
*/

.signup-footer {
    padding: 2em 0;
}

.signup-h1 {
    font-size: 3.5em;
}

.signup-footer-inner {
    padding: 3em 0 4em 0 !important;
}

.signup-footer-inner a,
.signup-footer-inner a:visited {
    color: inherit;
}

.signup-footer-columns {
    margin: 0;
}

/* COLORS */
/* THESE ARE OUTDATED NOW- REPLACE WITH TEXT or BACKGROUND SPECIFIC CLASSES */

.hab-blue {
    background: #00AFd7;
}

.hab-green {
    background: #C1D507;
    color: #222;
}

.hab-dark-blue {
    background: #002f6c;
    color: white;
}

.hab-orange {
    background: #ff671f;
}

.hab-dark-green {
    background: #43b02a;
}

.hab-dark-red {
    background: #a4343a;
}

.hab-light-grey {
    background: #eee;
}


/*
* Text & Background colors for Color Picker
*/

.has-hab-blue-background-color {
    background-color: #00AFd7;
}

.has-hab-blue-color {
    color: #00AFd7;
}

.has-hab-green-background-color {
    background-color: #C1D507;
}

.has-hab-green-color {
    color: #C1D507;
}

.has-hab-dark-blue-background-color {
    background-color: #002f6c;
}

.has-hab-dark-blue-color {
    color: #002f6c;
}

.has-hab-orange-background-color {
    background-color: #ff671f;
}

.has-hab-orange-color {
    color: #ff671f;
}

.has-hab-dark-green-background-color {
    background-color: #43b02a;
}

.has-hab-dark-green-color {
    color: #43b02a;
}

.has-hab-dark-red-background-color {
    background-color: #a4343a;
}

.has-hab-dark-red-color {
    color: #a4343a;
}

.has-black-background-color {
    background-color: #000;
}

.has-black-color, .has-black-color a {
    color: #000;
}

.has-very-dark-gray-background-color {
    background-color: #222;
}

.has-very-dark-gray-color, .has-very-dark-gray-color a {
    color: #222;
}

.has-dark-gray-background-color {
    background-color: #444;
}

.has-dark-gray-color {
    color: #444;
}

.has-hab-light-grey-background-color {
    background-color: #eee;
}

.has-hab-light-grey-color, .has-hab-light-grey-color a {
    color: #eee;
}

.has-white-background-color {
    background-color: #fff;
}

.has-white-color, .has-white-color a {
    color: #fff;
}


.has-shadow img {
    box-shadow: 0 1em 2em rgba(0, 0, 0, .15);
}

/*--------------------------------------------------------------
# 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-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 1023px) {
    .navbar.is-fluid {
        margin-left: 0;
    }

    .navbar-item.has-dropdown .navbar-dropdown {
        display: none;
    }

    .navbar-item.has-dropdown.is-active .navbar-dropdown {
        display: block;
    }

    .drop-down-arrow {
        width: 3em;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border-left: 1px solid #ddd;
    }

    .navbar-item {
        border-bottom: 1px solid #ddd;
    }

    .navbar-item:last-child {
        border: none;
    }

    .navbar-dropdown {
        border-top: 1px solid #ddd;
        background: #f5f5f5;
        z-index: 999;
        position: relative;
    }

    .card {
        margin-bottom: 1rem;
    }
}

/*
 * WP Forms centering override.
*/
.wpforms-container.wpforms-container-full {
    margin: 0;
    width: 100%;
}

/*
 * G Translate Switcher Overrides
 */
.switcher {
    position: absolute;
    float: left;
    margin: 8px 0 0 8px;
}

/*
 * Surgery on the Columns for mobile. For some reason on some pages the margins are causing a weird whitespace gap
 */
@media (max-width: 767px) {
    .columns.is-variable.is-8 {
        --columnGap: 0;
    }
}


/*
 * Mobile Sub Menu and some logo tweaks
 */
#hide-sub-menu, #show-sub-menu {
    display: none;
    margin-bottom: 20px;
}

#sub-menu {
    display: block;
}

.primary-logo-container, .secondary-logo-container {
    float: none !important;
}

.secondary-logo-container {
    display: none !important;
}

@media (max-width: 599px) {
    #show-sub-menu {
        display: block;
    }

    #sub-menu {
        display: none;
    }

    .secondary-logo {
        width: 78%;
    }

    .navbar-brand {
        display: block;
    }

    .primary-logo-container {
        display: none !important;
    }

    .navbar-brand {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }


    .secondary-logo-container {
        display: flex !important;
        flex-shrink: 1;
        flex-grow: 0;
    }

    .button.navbar-burger {
        padding: 2em;
    }
}

/**
 * Styles for the Site Header Search
 */
.site-header-search {
    max-height: none;
    width: auto;
    display: block;
    flex: 1 1 auto;
    margin-left: 3px;
}

.site-header-search form {
    display: flex;
    width: 350px;
}

.site-header-search form label {
    display: flex;
    flex: 1 1 auto;
}

.site-header-search form label input {
    width: 100%;
    padding-left: 15px;
    background-color: #F6F6F6;
    border: 0;
    cursor: pointer;
    border-radius: 0;
}

.site-header-search form button {
    height: 52px;
    width: 50px;
    background-color: #464646;
    color: #fff;
    border: 0;
    border-radius: 0;
}

/* Shrink the header on smaller desktops */
@media (max-width: 1070px) {
    .site-header-search form {
        width: 250px;
    }
}

/* Hide the header when the mobile menu is activated */
@media (max-width: 1023px) {
    .site-header-search {
        display: none;
    }
}

.search-results .main article {
    margin-top: 2em;
}

.search-results .main article .post-thumbnail {
    width: 200px;
}

.search-results .main article .entry-summary {
    margin: 0;
}

/* Accordion Styles*/
.c-accordion__item {
    border: 3px solid #C1D507;
    margin-bottom: 3px;
}

.c-accordion__title {
    background-color: #C1D507;
    color: black;
    padding: 20px 30px;
    margin: 0;
    font-size: 24px;
    line-height: 28.8px;
}

.c-accordion__title:after {
    color: black;
    font-weight: 400;
    right: 20px;
    font-size: 28px;
}

.c-accordion__content {
    padding: 20px 30px;
    margin-bottom: 3px;
}

/** Staff listing */
h4.staff-title {
	height: 45px;
}