/*!
Theme Name: msunionshopper
Theme URI: http://underscores.me/
Author: Campaign Edge
Author URI: https://campaignedge.com.au
Description: Theme developed by Campaign Edge
Version: 1.0.12
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: msunionshopper
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.

msunionshopper 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
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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-family: 'Inter', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
	font-weight: 700;
}

h2 {
	font-size: 1.75em;
	font-weight: 700;
}

h3 {
	font-size: 1.5em;
	font-weight: 700;
}

h4 {
	font-size: 1.3em;
	font-weight: 600;
}

h5 {
	font-size: 1.2em;
	font-weight: 500;
}

h6 {
	font-size: 1.111em;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--wp--preset--color--primary);
	margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
}

a:focus {
	outline: none;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-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;
}


/*-
--
---
----
----------------------------------------------------
>>> Union Shopper Code (Member Shopper):
----------------------------------------------------
----
---
--
- */



/* var(--wp--preset--color--primary); */

/* */

.pc-color {
	color: var(--wp--preset--color--primary);
}

.sc-color {
	color: var(--wp--preset--color--secondary);
}

.pc-background {
	background: var(--wp--preset--color--primary);
}

.sc-background {
	background: var(--wp--preset--color--secondary);
}

.pc-gradient {
	background: var(--wp--preset--color--secondary);
	background: -moz-linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 85%);
	background: -webkit-linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 85%);
	background: linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 85%);
}

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

/* General
--------------------------------------------- */
.button-p {
	display: inline-block;
	transition: 0.3s box-shadow ease;
	cursor: pointer;
	border-radius: 0em;
}

.button-p-no-a {
	display: inline-block;
	transition: 0.3s box-shadow ease;
	cursor: pointer;
	border-radius: 0em;
	font-weight: 600;
	padding: 0.4em 1.1em;
	color: white;
	text-decoration: none;
	background: var(--wp--preset--color--primary);
}

.button-p a,
.wp-block-buttons .wp-block-button .wp-block-button__link,
.offer-transaction-button,
.button-p-a,
#primary .gform-theme-button,
#primary .gform_button {
	text-decoration: none;
	font-weight: 600;
	padding: 0.4em 1.1em;
	display: block;
	color: white;
	background: var(--wp--preset--color--primary);
	text-decoration: none;
	border-radius: 0em;
	cursor: pointer;
	border-width: 0;
	line-height: 1.5;
}

#primary .gform-theme-button,
#primary .gform_button {
	display: initial;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
	background: var(--wp--preset--color--primary);
}

.fcnm > :first-child {
	margin-top: 0px;
}

.flex-1-1-100 {
	flex: 1 1 100%
}

.flex-1-1-75 {
	flex: 1 1 75%
}

.flex-1-1-66 {
	flex: 1 1 66.66%
}

.flex-1-1-50 {
	flex: 1 1 50%
}

.flex-1-1-33 {
	flex: 1 1 33.33%
}

.flex-1-1-25 {
	flex: 1 1 25%
}

.flex-0-0-100 {
	flex: 0 0 100%
}

.flex-0-0-75 {
	flex: 0 0 75%
}

.flex-0-0-66 {
	flex: 0 0 66.66%
}

.flex-0-0-50 {
	flex: 0 0 50%
}

.flex-0-0-33 {
	flex: 0 0 33.33%
}

.flex-0-0-25 {
	flex: 0 0 25%
}

.flex-1-0-100 {
	flex: 1 0 100%
}

.flex-1-0-75 {
	flex: 1 0 75%
}

.flex-1-0-66 {
	flex: 1 0 66.66%
}

.flex-1-0-50 {
	flex: 1 0 50%
}

.flex-1-0-33 {
	flex: 1 0 33.33%
}

.flex-1-0-25 {
	flex: 1 0 25%
}

.flex-0-1-100 {
	flex: 0 1 100%
}

.flex-0-1-75 {
	flex: 0 1 75%
}

.flex-0-1-66 {
	flex: 0 1 66.66%
}

.flex-0-1-50 {
	flex: 0 1 50%
}

.flex-0-1-33 {
	flex: 0 1 33.33%
}

.flex-0-1-25 {
	flex: 0 1 25%
}

body .dashicons,
body .dashicons-before:before {
	width: 1em;
	height: 1em;
	font-size: 1em;
}





/* Inline
--------------------------------------------- */

.mb0 {
	margin-bottom: 0px;
}

.mt0 {
	margin-top: 0px;
}

.tac,
.text-center {
	text-align: center;
}

.display-block {
	display: block;
}

.first-no-margin-top> :first-child {
	margin-top: 0px;
}


/* Header
--------------------------------------------- */

.header-top {
	padding: 0.5em 0;
}

.header-top .main-content-inner {
	display: flex;
}

.header-top .main-content-inner .main-header-logo {
	flex: 1 1 50%;
}

.header-top .main-content-inner .main-header-logo a {
	display: block;
	line-height: 0;
}

.header-top .main-content-inner .main-header-logo a img {
	max-width: 270px;
}

.header-top .main-content-inner .header-top-buttons {
	flex: 1 1 50%;
}

.header-top .header-top-buttons {
	display: flex;
	justify-content: right;
	align-items: center;
}

.header-top .header-top-buttons .header-top-buttons-logins {}

.header-top .header-top-buttons .header-top-buttons-logins p {
	display: inline-block;
	margin: 0;
	margin-right: 0.4em;
}

.header-top .header-top-buttons .header-top-buttons-logins p a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border: solid 1px var(--wp--preset--color--primary);
	background-color: white;
	color: var(--wp--preset--color--primary);
	transition: 0.2s ease;
}

.header-top .header-top-buttons .header-top-buttons-logins p a:hover {
	color: white;
	background-color: var(--wp--preset--color--primary);
}

.header-top .header-top-buttons .header-top-socials {
	margin-left: 1em;
}

.header-top .header-top-buttons .header-top-socials a {
	text-decoration: none;
	color: black;
	margin-left: 0.25em;
}

.header-top .header-top-buttons .header-top-socials a {
	text-decoration: none;
	color: black;
	margin-left: 0.25em;
	font-size: 1.25em;
	line-height: 1em;
}

.header-top .header-top-buttons .header-top-socials a span {
	width: 1em;
	height: 1em;
	font-size: 1.15em;
}

/* Logged in */

.site-header-branded {
	position: relative;
	z-index: 2;
}

.site-header-branded .header-top .main-content-inner {
	align-items: center;
}

.site-header-branded .header-top-buttons {
	flex-wrap: wrap;
}

.site-header-branded .main-content-inner .header-logo {
	flex: 1 1 50%;

	display: flex;
	justify-items: unset;
	align-items: center;
}

.site-header-branded .main-content-inner .header-logo a {
	display: inline-block;
	flex: 0 1 auto;
}

.site-header-branded #header-float .main-content-inner .header-logo {
	flex: 1 1 auto;
	padding-right: 2em;
}

.site-header-branded .main-content-inner .header-logo .header-union-logo {
	position: relative;
	width: 6em;
	height: 5em;
	display: block;
	background: none;
	flex: 0 1 auto;
	margin-right: 0.5em;
}

.site-header-branded .main-content-inner .header-logo .header-union-logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-header-branded .main-content-inner .header-logo .header-union-logo-title {
	flex: 0 1 auto;
	font-weight: 500;
}


.header-phone-contact {
	flex: 1 1 100%;
	text-align: right;
}

.header-phone-contact a {
	font-weight: 500;
	text-decoration: none;
	color: white;
}

.header-phone-contact a .dashicons {
	vertical-align: baseline;
}

.header-powered-by {
	flex: 1 1 100%;
	text-align: right;

	margin-bottom: 0px;
	font-weight: 400;
	font-size: 1em;
	margin-top: 0.35em;
}

.header-powered-by a {
	color: white;
	text-decoration: none;
}

.header-branded-empty-block {
	display: none;
}




/* Menu */

.header-primary {
	background: black;
	padding: 0.75em 0;
	border-top: 0.5em solid var(--wp--preset--color--primary);
}

.header-primary .main-navigation {
	display: flex;
	justify-content: right;
	align-items: center;
}

.menu-main-container {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: right;
}

.menu-main-container ul {
	justify-content: right;
}

.menu-main-container ul li {
	margin: 0 0em 0 1em;
	padding-right: 1.25em;
	padding-left: 0.5em;
	transition: background 0.2s ease;
}

.menu-main-container ul li a {
	font-weight: 500;
	color: white;
	position: relative;
}

.menu-main-container ul li a:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0%;
	left: 0px;
	bottom: -4px;
	transition: 0.25s ease;
	z-index: 9999999;
}

.menu-main-container ul li a:hover:after {
	width: 60%;
}

.menu-main-container ul li.current-menu-item> :first-child,
.menu-main-container ul li.current-menu-ancestor> :first-child {
	/*color: #d0202a;*/
}

.menu-main-container ul li.current-menu-item:after,
.menu-main-container ul li.current-menu-ancestor:after {
	border-right: 0.2em solid white;
	border-bottom: 0.2em solid white;
}

.menu-main-container ul .menu-item-has-children:after {
	content: "";
	border-right: 0.2em solid white;
	border-bottom: 0.2em solid white;
	display: block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 0.5em;
	height: 0.5em;
	font-size: 0.8em;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
	position: absolute;
	top: 45%;
	right: 0.35em;
	transform: translateY(-50%) rotate(45deg);
}

.logged-in .menu-main-container ul li.current-menu-item:after,
.logged-in .menu-main-container ul li.current-menu-ancestor:after,
.logged-in .menu-main-container ul .menu-item-has-children:after {
	border-right: 0.2em solid black;
	border-bottom: 0.2em solid black;
}


.menu-main-container ul li .submenu {
	box-shadow: 2px 1px 5px -1px #0000007a;
}

.main-navigation ul ul.sub-menu {
	flex-wrap: wrap;
	transition: opacity 0.3s ease;
	opacity: 0;
	margin-top: 0em;
}

.main-navigation ul ul.sub-menu li {
	margin: 0px;
	position: relative;
	padding: 0.45em 0.5em;
	background: black;
	width: 100%;
}

.main-navigation ul ul.sub-menu li:first-child {
	padding-top: 1em;
}

.main-navigation ul ul.sub-menu li a {
	text-transform: capitalize;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children:after {
	transform: translateY(-50%) rotate(-45deg);
	right: 0.5em;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
	right: calc(-100%);
	box-shadow: none;
	flex-wrap: wrap;
	width: 100%;
	background: black;
	box-shadow: 2px 1px 5px -1px #0000007a;
}

.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li {
	border-bottom: 1px solid #265f9229;
}

.main-navigation ul li>ul {
	transition: 0.3s ease;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: 0em;
	opacity: 1;
}

.menu-main-container ul li:hover {
	/*background:#265f92;*/
}

.menu-main-container ul li:hover:after,
.main-navigation ul ul.sub-menu li:hover:after {
	border-right: 0.2em solid white;
	border-bottom: 0.2em solid white;
}

.menu-main-container ul li:hover> :first-child,
.main-navigation ul ul.sub-menu li:hover> :first-child {
	color: white;
}

.main-navigation ul ul.sub-menu li:hover {
	background: black;
}

.search-form-holder {
	margin-left: 1em;
}

.search-form-holder .search-form-inner form {
	display: flex;
	position: relative;
}

.search-form-holder .search-form-inner form .search-form-input {
	background: black;
	border: 1px solid white;
	border-radius: 0em;
	padding: 0.5em 1em;
	line-height: 1em;
	max-height: 2.25em;
	color: white;
}

.search-form-holder .search-form-inner form .search-button-icon {
	position: absolute;
	right: 0px;
	height: 100%;
}

.search-form-holder .search-form-inner form .search-button-icon .header-searchbutton {
	display: block;
	position: absolute;
	right: 0px;
	width: 3em;
	padding: 0px;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

.search-form-holder .search-form-inner form .search-button-icon .dashicons {
	color: white;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4em;
	width: 1em;
	height: 1em;
}


.mobile-menu-search {
	display: none;
}


/* Floating Header */
#header-float {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	transform: translateY(-100%);
	transition: opacity 0.4s ease, transform 0.4s ease;
	padding: 0px;
	opacity: 0;
	border-top: 0px;
}

#header-float.active-header {
	transform: translateY(-0%);
	opacity: 1;
}


#header-float .main-content {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	box-shadow: 0px 1px 6px 0px #00000024;
	overflow: visible;
}

#header-float .main-content .main-content-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-float .header-logo a {
	display: block;
	line-height: 0;
}

#header-float .header-logo img {
	max-width: 35px;
	width: 100%;
}



.menu-center {
	display: none;
}

.show-on-mobile-menu {
	display: none;
}




/* LOGGED IN */

.site-header-branded .header-primary {
	background: white;
	box-shadow: 0px 6px 20px 2px #00000047;
	z-index: 0;
	position: relative;
	border: 0px;
}

.site-header-branded .header-primary .main-navigation {
	justify-content: space-between;
}

.site-header-branded .menu-main-container ul li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.site-header-branded .menu-main-container .sub-menu li:first-child {
	padding-left: 0.45em;

}

.site-header-branded .menu-main-container ul li a {
	color: black;
}

.site-header-branded .menu-main-container ul li a:hover,
.site-header-branded .menu-main-container ul li:hover> :first-child,
.site-header-branded .main-navigation ul ul.sub-menu li:hover> :first-child {
	color: black;
}

.site-header-branded .main-navigation ul ul.sub-menu li {
	background: white;
}

.site-header-branded .search-form-holder .search-form-inner form .search-form-input {
	background: white;
	border: 2px solid black;
	color: black;
}

.site-header-branded .search-form-holder .search-form-inner form .search-button-icon .dashicons {
	color: black;
}



/* Account button */

.account-menu {
	display: flex;
	align-items: baseline;
}

.account-menu-holder {
	position: relative;
	margin-left: 2em;
}

.account-menu-holder .account-icon-holder {
	position: relative;
}

.account-menu-holder .account-icon-holder.account-icon-holder-unread:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.2em;
	height: 1.2em;
	background: red;
	z-index: 3;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	border-radius: 100%;
	color: white;
	font-weight: 700;
	transform: translate(40%, -40%);
	font-size: 0.8em;
}

.account-menu-holder .account-icon-holder.account-icon-holder-unread-1:before {
	content: "1";
}
.account-menu-holder .account-icon-holder.account-icon-holder-unread-2:before {
	content: "2";
}
.account-menu-holder .account-icon-holder.account-icon-holder-unread-3:before {
	content: "3";
}
.account-menu-holder .account-icon-holder.account-icon-holder-unread-4:before {
	content: "4";
}
.account-menu-holder .account-icon-holder.account-icon-holder-unread-5:before {
	content: "5";
}
.account-menu-holder .account-icon-holder.account-icon-holder-unread-6:before {
	content: "6";
}

.account-menu-holder .account-icon-holder.account-icon-holder-unread-alert:before {
	content: "!";
}

.account-menu-holder .account-icon {
	max-width: 1.75em;
	width: 100%;
	display: block;
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.account-menu-holder .dashicons-bell {
	font-size: 1.75em;
}

.account-menu-holder .account-alert {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.2em;
	height: 1.2em;
	background: red;
	z-index: 2;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	border-radius: 100%;
	color: white;
	font-weight: 700;
	transform: translate(40%, -40%);
	font-size: 0.8em;
}

.account-menu-holder .account-menu-dropdown {
	transition: opacity 0.3s ease;
	padding: 0em;
	padding-top: 0.75em;
	background: white;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -1em;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
	border-radius: 0em;
}

.account-menu-holder:hover .account-menu-dropdown {
	opacity: 1;
	visibility: visible;
	box-shadow: 0px 5px 11px -5px #00000047;
}


/* Account messages */

.account-messages {
	border: 1px solid var(--wp--preset--color--tertiary);
	border-top: 0px;
}

.account-messages .account-message {
	display: flex;
	align-items: center;
	margin: 0em 0;
	position: relative;
	padding: 1em;
	border-bottom: 1px solid var(--wp--preset--color--tertiary);
	width: 400px;
	text-align: left;
}

.account-messages .account-message .account-message-content {
	flex: 1 1 auto;
	border-right: 1px solid #c7c7c7;
}

.account-messages h6 {
	margin: 0;
	white-space: initial;
}

.account-messages p {
	margin: 0;
	white-space: initial;
}

.account-messages .button-p-a {
	display: inline-block;
	font-size: 15px;
	padding: 0.25em 0.5em;
	font-weight: 400;
	margin-top: 0.5em;
}

.account-messages .account-message .account-message-read {
	flex: 0 0 2em;
	width: 2em;
	cursor: pointer;
}

.account-message-read-icon {
	width: 1em;
	height: 1em;
	border: 2px solid #c7c7c7;
	border-radius: 100%;
	margin-left: auto;
	background: none;
	transition: 0.4s ease background;
}

.account-message-read-icon.account-message-read-icon-unread {
	background: #c7c7c7;
}

.account-message-read-icon.account-message-read-icon-unread:hover {
	background: none;
}

.account-message-read-icon.account-message-read-icon-unread:before {
	content: "";
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0em;
	background: #f5f5f5;
	z-index: -1;
}




/* Account info */
.account-info {
	padding: 1em;
	padding-top: 0;
	border: 1px solid var(--wp--preset--color--tertiary);
	border-top: 0px;
}

.account-info .account-name {
	margin: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid var(--wp--preset--color--tertiary);
	font-weight: 700;
}

.account-progress {
	font-size: 8em;
}

.account-progress .pie-wrapper {
	height: 1em;
	width: 1em;
	margin: 0 auto;
	position: relative;
}

.account-progress .pie-wrapper .label {
	background: white;
	border-radius: 100%;
	bottom: 0.4em;
	color: black;
	cursor: default;
	display: block;
	font-size: 0.3em;
	left: 0.4em;
	line-height: 2.1em;
	position: absolute;
	right: 0.4em;
	text-align: center;
	top: 0.4em;
	border: solid 1px var(--wp--preset--color--tertiary);
	font-weight: 500;
}

.account-progress .pie-wrapper .label .smaller {
	color: black;
	font-size: 0.45em;
	padding-bottom: 20px;
	vertical-align: super;
	margin-right: -0.5em;
}

.account-progress .pie-wrapper .pie {
	height: 100%;
	width: 100%;
	clip: rect(0, 1em, 1em, 0.5em);
	left: 0;
	position: absolute;
	top: 0;
}

.account-progress .pie-wrapper .pie .half-circle {
	height: 100%;
	width: 100%;
	border: 0.1em solid #00c110;
	border-radius: 50%;
	clip: rect(0, 0.5em, 1em, 0);
	left: 0;
	position: absolute;
	top: 0;
}

.account-progress .pie-wrapper.progress-25 .pie .left-side {
	transform: rotate(90deg);
}

.account-progress .pie-wrapper.progress-25 .pie .right-side {
	display: none;
}

.account-progress .pie-wrapper.progress-33 .pie .left-side {
	transform: rotate(120deg);
}

.account-progress .pie-wrapper.progress-33 .pie .right-side {
	display: none;
}

.account-progress .pie-wrapper.progress-50 .pie .left-side {
	transform: rotate(180deg);
}

.account-progress .pie-wrapper.progress-50 .pie .right-side {
	display: none;
}

.account-progress .pie-wrapper.progress-66 .pie,
.account-progress .pie-wrapper.progress-100 .pie {
	clip: rect(auto, auto, auto, auto);
}

.account-progress .pie-wrapper.progress-66 .pie .left-side {
	transform: rotate(240deg);
}

.account-progress .pie-wrapper.progress-66 .pie .right-side {
	transform: rotate(180deg);
}

.account-progress .pie-wrapper.progress-100 .pie .left-side {
	transform: rotate(360deg);
}

.account-progress .pie-wrapper.progress-100 .pie .right-side {
	transform: rotate(180deg);
}

.account-progress-title {
	text-align: center;
	font-weight: 600;
	margin: 0;
}

.account-progress-button {
	max-width: 200px;
	text-align: center;
	text-wrap: wrap;
	display: block;
	margin: 1em auto;
	margin-bottom: 1.5em;
}

.account-progress-button a {
	line-height: 1.1em;
	font-size: 0.9em;
}


.account-info .account-info-links {
	display: block;
}

.account-info .account-info-links li {
	margin-bottom: 0.5em;
}

.account-info .account-info-links li a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
}

.account-info .account-logout {
	text-align: center;
	margin: 0 auto;
	margin-top: 2em;
	font-size: 14px;
}

.account-info .account-logout .dashicons {
	vertical-align: text-bottom;
}











.header-welcome {
	padding: 1.5em 0 1em 0;
}

.header-welcome h3 {
	color: white;
	margin: 0px;
}

.woocommerce-MyAccount-navigation-link {
	display: none;
}

/* Login Lightbox */

.login-lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s ease;
	overflow: hidden;
}

.login-lightbox.login-lightbox-active {
	width: 100vw;
	height: 100vh;
	opacity: 1;
}

.login-lightbox .login-lightbox-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	padding: 2em;
	border-radius: 1em;
}

.login-lightbox .login-lightbox-outer .login-lightbox-inner {}

.login-lightbox .login-lightbox-outer .login-lightbox-inner {}

.login-lightbox-active .login-lightbox-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: #00000085;
}



.login-lightboxclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	height: 25px;
	opacity: 0.6;
}

.login-lightboxclose:hover {
	opacity: 1;
}

.login-lightboxclose:before,
.login-lightboxclose:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #333;
}

.login-lightboxclose:before {
	transform: rotate(45deg);
}

.login-lightboxclose:after {
	transform: rotate(-45deg);
}

.login-lightbox .gf_login_links {
	font-size: 12px;
}

.login-lightbox .gform_wrapper.gravity-theme .gfield {
	text-align: left;
}


/* Content Areas
--------------------------------------------- */

.main-content {
	padding: 0em 0;
	overflow-x: hidden;
}

.main-content-outer {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.main-content-outer .main-content-inner {
	padding: 0 4%;
}

.default-page-content .main-content-inner> :first-child {
	margin-top: 0px;
}


/* Page
--------------------------------------------- */

.page-title-hide {
	display: none;
}


.breadcrumbs {
	font-size: 14px;
}

.breadcrumbs {
	font-size: 14px;
}

.breadcrumbs a {
	color: var(--wp--preset--color--primary);
}

.breadcrumb-separator {
	margin: 0 0.2em;
}

/* SideBar page
--------------------------------------------- */

.page-template-sidebarpage .sidebar-page {
	display: flex;
}

.page-template-sidebarpage .sidebar-page .sidebar-menu {
	flex: 0 1 15%;
	min-width: 150px;
	padding-right: 1em;
	border-right: 1px solid var(--wp--preset--color--tertiary);
	margin-right: 2em;
}

.page-template-sidebarpage .sidebar-page .sidebar-menu p {}

.page-template-sidebarpage .sidebar-page .sidebar-menu p a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid var(--wp--preset--color--tertiary);
}

.page-template-sidebarpage .sidebar-page .sidebar-menu p .sidebar-menu-current {
	font-weight: 600;

}


.page-template-sidebarpage .sidebar-page .sidebar-content {
	flex: 0 1 auto;
    max-width: calc(100% - 150px);
}

.page-template-sidebarpage .sidebar-page .sidebar-content h1 {
	margin-top: 0px;
}



/* Carousel
--------------------------------------------- */

#carousel {
	position: relative;
}

.carousel-slides {
	display: flex;
	overflow: hidden;

}

.carousel-slides .carousel-slide {
	position: relative;
	flex: 1 0 100%;
	padding: 4em 0 6em 0;
	transition: background 0.4s ease;
	background: none;
	min-height: 40vh;
}

.carousel-slides .carousel-slide .main-content-inner {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.carousel-slides .carousel-slide.carousel-slide-active .main-content-inner {
	opacity: 1;
}

.carousel-slides .carousel-slide .carousel-img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
	opacity: 0;
}

.carousel-slides .carousel-slide.carousel-slide-active .carousel-img {
	opacity: 1;
}

.carousel-slides .carousel-slide.carousel-slide-active.carousel-slide-yellow {
	background: var(--wp--preset--color--primary);
}

.carousel-slides .carousel-slide .carousel-img.carousel-img-yellow {
	filter: grayscale(1);
	mix-blend-mode: multiply;
}

.carousel-slides .carousel-slide h2 {
	color: white;
	/*text-transform: uppercase;*/
	font-size: 2.500em;
	line-height: 1.1em;
	margin: 0;
	margin-left: 4%;
	transition: margin-left 0.4s ease;
	max-width: 700px;
}

.carousel-slides .carousel-slide.carousel-slide-active h2 {
	margin-left: 0;
}

.carousel-slides .carousel-slide .carousel-text {
	font-size: 1.1em;
	font-weight: 400;
	color: white;
}

.carousel-slides .carousel-slide .button-p {
	margin-top: 0;
}

.carousel-slides .carousel-slide .carousel-darken {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;

	/*background: rgb(0,0,0);
background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/

	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.25) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

}

.carousel-slides .carousel-slide.carousel-slide-active {
	z-index: 1;
}


.carousel-navs {
	position: absolute;
	bottom: 0.5em;
	right: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.carousel-navs .main-content-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-navs .carousel-nav {
	width: 1em;
	height: 1.66em;
	display: inline-block;
	position: relative;
	color: white;
	font-size: 1.75em;
	pointer-events: all;
	z-index: 3;
	margin-left: 0.4em;
	cursor: pointer;
	transition: background 0.4s ease;
}

.carousel-navs .carousel-nav-left {
	margin-left: 0em;
	margin-right: 0.4em;
}

.carousel-navs .carousel-nav:hover {
	background: #00000069;
}

.carousel-navs .carousel-nav span {
	width: 1em;
	height: 1em;
	border-bottom-width: 0.15em;
	border-bottom-style: solid;
	border-left-width: 0.15em;
	border-left-style: solid;
	transform: rotate(45deg);
	transition: 0.4s ease;
	position: absolute;
	top: 20%;
	left: 28%;
}

.carousel-navs .carousel-nav-right span {
	transform: rotate(225deg);
	right: 28%;
	left: unset;
}


.carousel-navs .carousel-nav-dot {
	width: 1em;
	height: 1em;
	background: white;
	border-radius: 100%;
	margin: 0 0.3em;
	transition: background 0.3s ease;
}

.carousel-navs .carousel-nav-dot-active {
	background: var(--wp--preset--color--primary);
}


/* Footer
--------------------------------------------- */
.site-footer .footer-inner {
	padding: 1.5em 0em;
}


.footer-details {
	display: flex;
	color: white;
	align-items: center;
	margin-bottom: 1.5em;
}

.footer-details .footer-detail {
	flex: 0 0 33.33%;
}

.footer-details .footer-detail .footer-heading,
.footer-details .footer-socials .footer-socials {
	display: inline-block;
	margin: 0px;
}

.footer-details .footer-detail .footer-heading {
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 14px;
}

.footer-details .footer-socials .footer-socials a {
	text-decoration: none;
	color: white;
	margin-right: 0.8em;
	font-size: 1.25em;
	line-height: 1em;
}

.footer-details .footer-socials .footer-socials a span {
	width: 1em;
	height: 1em;
	color: var(--wp--preset--color--secondary);
}

.footer-details .footer-socials .footer-socials a span:before {
	background: white;
	padding: 0.25em;
	border-radius: 100%;
}

.footer-button {
	text-align: center;
}

.footer-button .button-p {
	margin: 0px;
}

.footer-logo-img {
	display: block;
}

.footer-logo-img img {
	max-width: 190px;
	margin-left: auto;
	display: block;
}

.footer-menu {
	display: flex;
	justify-content: space-between;
	font-size: 0.85em;
	letter-spacing: 1px;
}

.footer-menu .footer-link {
	margin: 0px;
}

.footer-menu .footer-link a {
	color: white;
}

.footer-autho p {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: white;
	padding: 0.5em 4%;
}




/* Offers Page */

.offers-header {
	display: flex;
	justify-content: space-between;
}

.offer-filters {
	display: flex;
	align-items: center;
	margin-right: -0.3em;
}

.offer-filters .offer-filter {
	margin: 0 0.3em;
}

.offer-filters .offer-filter select,
.offer-filters .offer-filter input {
	padding: 0.75em 1em;
	margin: 0;
	border-color: black;
	border-width: 1px;
	height: 3em;
}


.offer-filters .reset-filter {
	background: none;
	border-radius: 0;
	width: 2.5em;
	height: 2.5em;
	padding: 0;
	margin-left: 1em;
}


.offer-categories {
	display: flex;
	margin: 1em -0.25em;
	margin-bottom: 0;
	justify-content: center;
}

.offer-categories .offer-category {
	flex: 1 1 8.3%;
	width: 100%;
	padding: 0 0.25em;
	max-width: 12.5%;
	cursor: pointer;
}

.offer-categories .offer-category .offer-category-inner {
	padding-bottom: 100%;
	position: relative;
	border: 1px solid var(--wp--preset--color--tertiary);
}

.offer-categories .offer-category .offer-category-inner img {
	position: absolute;
	top: 10%;
	left: 15%;
	width: 70%;
	height: 50%;
	object-fit: contain;
	object-position: center;
}

.offer-categories .offer-category .offer-category-inner p {
	margin: 0 0 0.5em 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: 500;
}


.offer-categories .offer-category.offer-category-selected .offer-category-inner {
	border-color: #585858;
	background: #fbfbfb;
}

.offer-categories .offer-category.offer-category-selected .offer-category-inner p {
	font-weight: 600;
}

.categories-expand {
	display: none;
}


.page-item a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0.2em 1em;
	font-weight: 600;
	background: transparent;
	transition: all 0.3s ease;
	color: black;
}

.page-item a:hover {
	color: black;
	text-decoration: underline;
}

.page-item.active a {
	color: black;
	text-decoration: underline;
}

.pagination-container {
	display: flex;
	justify-content: space-between;
	margin: 1.25em 0;
}

.pagination-boxes {
	display: flex;
	justify-content: center;
	padding: 0;
	list-style: none;
	margin: 0;
}

.offer-count-full {
	flex: 1 1 100%;
}

.offer-count p {
	margin: 0;
}

.offers-none-found {
	text-align: center;
}

.offers-none-found span {
	vertical-align: middle;
}

.page-id-8 .offer-tiles {
	margin-top: 0;
}


/*
*   Offer Tiles
*/

.offer-tiles {
	position: relative;
	margin: 2em 0;
}



.offer-tiles-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5em;
	align-items: stretch;
	overflow: hidden;
}

.offer-tiles.offer-tiles-center .offer-tiles-inner{
	justify-content: center;
}

.offer-tile {
	padding: 0.5em;
	opacity: 1;
}

.offer-tile .offer-tile-inner {
	border: 1px solid var(--wp--preset--color--tertiary);
	padding: 0.75em;
	height: 100%;
}

.offer-tile-header {
	display: flex;
	padding-bottom: 0.5em;
}

.offer-tile-header .offer-tile-supplier {
	flex: 0 1 50%;
	position: relative;
	padding-bottom: 10%;
	overflow: hidden;
	height: 100%;
}


.offer-tile-header .offer-tile-supplier a {
	display: block;
	width: 100%;
	height: 100%;
}

.offer-tile-header .offer-tile-supplier img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.offer-tile-header .offer-tile-categories {
	text-align: right;
	flex: 0 1 50%;
	line-height: 0;
}

.offer-tile-header .offer-tile-categories p {
	display: inline-block;
	width: 2.2em;
	height: 2.2em;
	position: relative;
	margin: 0;
	margin-left: 0.5em;
	border: 1px solid #00000091;
	padding: 0.25em;
}

.offer-tile-header .offer-tile-categories p a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.offer-tile-header .offer-tile-categories img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}


.offer-tile-image {
	position: relative;
	padding-bottom: 64.5%;
	overflow: hidden;
	display: block;
	margin-bottom: 0.75em;
}

.offer-tile-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.offer-tile-img.offer-tile-img-rebate {
	object-fit: contain;
	height: 75%;
}

.offer-tile-tag {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--wp--preset--color--tertiary);
    color: black;
	font-weight: 600;
	padding: 0.35em 0.7em;
	line-height: 1.1em;
	text-align: right;
	margin: 0;
	font-size: 0.9em;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	max-width: 90%;
}

.offer-tile-tag-mobile {
	display: none;
}


.offer-tile-title {
	height: 2.6em;
	overflow-y: hidden;
	margin: 0;
	font-size: 1.125em;
	line-height: 1.3;
}

.offer-tile-title a {
	text-decoration: none;
	color: black;
}

.offer-tile-cta {
	position: relative;
	padding: 0.25em;
	margin-top: 0.75em;
}

.offer-tile-cta a {
	color: white;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 2em;
}

.offer-tile-cta .offer-tile-cta-external {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2em;
	border: 1px solid var(--wp--preset--color--primary);
	background: white;
	text-align: center;
	padding: 0em;
}

.offer-tile-cta .offer-tile-cta-external .dashicons {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--wp--preset--color--primary);
	transform: translate(-50%, -50%);
	font-size: 1.2em;
}



/* Offers Single */

.offer-single-page .offer-tiles {
	margin-top: 0.5em;
}

.offer-single {
	border: 1px solid var(--wp--preset--color--tertiary);
	padding: 1em;
	margin-bottom: 2em;
}

.offer-single-inner {
	display: flex;
}

.offer-single .offer-single-image {
	flex: 1 0 50%;
	padding-right: 1.5em;
}

.offer-single .offer-single-image img {
	display: block;
	width: 100%;
}

.offer-single-image .offer-single-tag {
	margin: 0;
	transform: translateY(-150%);
	text-align: right;
}

.offer-single-image .offer-single-tag.offer-single-tag-usplus {
	transform: none;
	margin-top: 0.5em;
}

.offer-single-image .offer-single-tag p {
	background-color: var(--wp--preset--color--tertiary);
    color: black;
	font-weight: 600;
	padding: 0.25em 1em;
	margin: 0;
	display: inline-block;
}


.offer-single .offer-single-content {
	flex: 1 0 50%;
	padding-left: 1.5em;
}

.offer-single-header {
	display: flex;
	padding-bottom: 1.5em;
}

.offer-single-header .offer-single-supplier {
	flex: 0 1 50%;
	position: relative;
	padding-bottom: 7%;
	overflow: hidden;
	height: 100%;
	max-width: 200px;
}

.offer-single-header .offer-single-supplier a {
	display: block;
	width: 100%;
	height: 100%;
}

.offer-single-header .offer-single-supplier img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top left;
}

.offer-single-header .offer-single-categories {
	text-align: right;
	flex: 1 1 50%;
	line-height: 0;
}

.offer-single-header .offer-single-categories p {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	position: relative;
	margin: 0;
	margin-left: 0.5em;
	border: 1px solid #00000091;
	padding: 0.25em;
}

.offer-single-header .offer-single-categories p a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.offer-single-header .offer-single-categories img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.offer-single-content .offer-transaction-coupon {
	display: block;
	text-align: center;
	position: relative;

	p {
        background: var(--wp--preset--color--secondary);
        display: inline-block;
        padding: 0.25em 1em 0.75em 1em;
        font-size: 1.5em;
        font-weight: 600;
        color: white;
        position: relative;
        margin: 0;
        border: 2px solid white;
        border-style: dashed;
        cursor: pointer;
	}

	span {
        font-weight: 300;
        font-size: 11px;
        display: block;
        text-align: center;
        font-style: italic;
        color: white;
        transition: color 0.2s ease;
        transform: translateY(-120%);
	}
}


.offer-single-cta {
	position: relative;
	padding: 0.5em 0.25em;
	margin-top: 0.75em;
	box-shadow: 0px 2px 5px -2px var(--wp--preset--color--primary);
}

.offer-single-cta a {
	color: white;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0 2em;
}

.offer-single-cta .offer-single-cta-external {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2em;
	border: 1px solid var(--wp--preset--color--primary);
	background: white;
	text-align: center;
	padding: 0em;
}

.offer-single-cta .offer-single-cta-external .dashicons {
	position: absolute;
	top: 50%;
	left: 50%;
	color: var(--wp--preset--color--primary);
	transform: translate(-50%, -50%);
	font-size: 1.2em;
}

.offer-single-content .button-p {
	margin-bottom: 0;
}

.offer-cta-or {
	margin: 0 0.5em;
	font-weight: 500;
}

.offer-attributes {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 2em;
}

.offer-attributes .offer-attribute {
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	background: #f5f5f5;
}

.offer-attributes .offer-attribute-label {
	cursor: pointer;
}

.offer-attributes .offer-attribute.offer-attribute-label-active,
.offer-attributes .offer-attribute.offer-attribute-content-active {
	background: var(--wp--preset--color--tertiary);
	color: black;
}

.offer-attributes .offer-attribute-content {
	display: none;
	padding: 1.5em;
}

.offer-attributes .offer-attribute-content.offer-attribute-content-active {
	display: block;
	width: 100%;
}

/* Offer Pop-up */
.offer-popup {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    background: #00000070;
    z-index: 9999;
    padding-top: 4em;
    overflow: scroll;
}

.offer-popup .offer-popup-inner {
	
}

.offer-popup .offer-popup-inner .offer-popup-content {
	max-width: 500px;
    background: white;
    margin: 0 auto;
    display: block;
    padding: 2%;
    box-shadow: 0px 0px 20px -1px #000000bd;
	position: relative;
}

.offer-popup-content:not(.offer-popup-multiple) .offer-tile {
	flex: 0 0 100%;
}

.offer-popup .offer-popup-inner .offer-popup-content.offer-popup-multiple {
	max-width: unset;
}

.offer-popup .offer-tiles {
	margin-bottom: 0;
}

.offer-popup-close-button {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    padding: 1%;
	cursor: pointer;
}

.offer-popup-close-button span {
	transform: rotate(45deg);
}


/* Offer Wait Screen */

.offer-single-waitscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000070;
	z-index: 9999;
	padding: 4%;
	padding-top: 4em;

	.offer-single-waitscreen-inner {
		max-width: 500px;
		background: white;
		margin: 0 auto;
		display: block;
		padding: 1em;
		box-shadow: 0px 0px 20px -1px #000000bd;

		.offer-single-waitscreen-countdown {
			text-align: center;

			span {
				font-size: 1.35em;
				font-weight: 600;
			}
		}
	}
}

/* Union Single
--------------------------------------------- */
.single-org-intro {
	display: flex;
	margin: 0 -2em;
}

.single-org-intro .single-org-intro-logo {
	flex: 0 1 20%;
	padding: 0 2em;
}

.single-org-intro .single-org-intro-content {
	flex: 1 1 80%;
	padding: 0 2em;
}


.single-org-logins {
	display: flex;
	margin-top: 0em;
	justify-content: center;
	margin-bottom: 2em;
}

.single-org-logins .single-org-box {
	flex: 0 1 450px;
	text-align: center;
	padding: 1em 2em;
	border-radius: 0em;
	border: 1px solid var(--wp--preset--color--tertiary);
	margin: 0 1em;
}

.single-org-logins .single-org-box .block-login-form {
	border-width: 0px;
	margin: 0 auto;
}

.single-org-logins .single-org-box .block-login-form h3 {
	display: none;
}

.single-union .block-offer-slider.offer-tiles {
	margin-top: 0;
}


/* Join
--------------------------------------------- */

.ui-menu.ui-widget {
	border: 1.5px solid var(--wp--preset--color--tertiary);
	border-top: 0px;
	border-radius: 0em;
	padding: 0em 0.6em;
	color: black;
	font-weight: 400;
	background: white;
	list-style: none;
	margin: 0px;
	max-width: 736px !important;
}

.ui-menu.ui-widget .ui-menu-item {
	color: black;
	font-weight: 400;
	border-bottom: 1px solid var(--wp--preset--color--tertiary);
	border-left: 2px solid white;
	margin: 0;
	padding: 0.4em 0;
	padding-left: 0.4em;
	cursor: pointer;
	transition: border ease 0.2s;
}

.ui-helper-hidden-accessible {
	display: none;
}

.join-org-search-title {
	display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
	margin-top: 0;
    padding: 0;
}

#org-search-dropdown {
	font-size: 15px;
    margin: 0em 0 1em 0;
    padding: 8px;
	color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
	max-width: 500px;
	width: 100%;
}

#org-search-dropdown-submit {
	text-decoration: none;
    font-weight: 600;
    padding: 0.4em 1.1em;
    display: block;
    color: white;
    background: var(--wp--preset--color--primary);
    text-decoration: none;
    border-radius: 0em;
    cursor: pointer;
    border-width: 0;
    line-height: 1.5;
}


/* Search Results Page
--------------------------------------------- */





.search-result-item h2 {
	margin-bottom: 0px;
	margin-top: 2em;
}

.search-result-item h2 a {
	color: var(--wp--preset--color--primary);
}

.search-result-item p {
	margin-top: 0px;
}


.search-result-item h2 a {
	text-decoration: none;
}


.search-result-item .button-p {
	margin: 0;
}



/* Pagination */

.page-numbers {
	margin: 1em 0px;
	padding: 0;
	text-align: center;
	list-style: none;
}

.page-numbers li {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	line-height: 1.25em;
	font-weight: 600;
	margin: 0 0.25em;
}

.page-numbers li span,
.page-numbers li a {
	text-decoration: none;
}

.page-numbers li .next,
.page-numbers li .prev {
	background: white;
	box-shadow: 1px 1px 3px 1px #00000054;
	display: block;
	position: relative;
	color: transparent;
	margin: 0px;
}

.page-numbers li .next:after,
.page-numbers li .prev:after {
	content: "";
	border-right: 0.23em solid black;
	border-bottom: 0.23em solid black;
	display: block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 0.6em;
	height: 0.6em;
	font-size: 1em;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 2;
	pointer-events: none;
	cursor: pointer;
}

.page-numbers li .prev:after {
	transform: translate(-50%, -50%) rotate(135deg);
	left: 60%;
}



/* Loyalty Now - One - US Plus us+
--------------------------------------------- */

#loyaltyone-id {}

#loyaltyone-id form span {
	flex: 1 1 33.33%;
	margin: 0px;
}

#loyaltyone-id form img {
	width: 33.33%;
	flex: 1 1 33.33%;
	max-width: 33.33%;
	max-height: 40px;

}

#loyaltyone-id form span img {
	width: 100%;
	max-width: 100%;
	flex: none;
}

.us-plus-container {
	display: flex;
	margin: 0 -2.5%;
}

.us-plus-container .us-plus-container-content {
	flex: 0 1 65%;
	padding: 0 2.5%;
}

.us-plus-container .us-plus-container-content .us-plus-steps {
	margin: 0px;
}

.us-plus-container .us-plus-container-content .us-plus-steps p {
	margin: 0px;
}

.us-plus-container .us-plus-container-content .us-plus-number {
	width: 2em;
	display: block;
	height: 2em;
	line-height: 2em;
	color: white;
	border-radius: 5em;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 1em;
}

.us-plus-container .us-plus-container-signup {
	flex: 0 1 35%;
	padding: 0 2.5% 1em 2.5%;
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	align-self: flex-start;
}

.us-plus-container .us-plus-container-signup h4 {
	margin-bottom: 1em;
}

.us-plus-container .us-plus-container-signup #loyaltyone-id {
	background-color: white;
}

.us-plus-infobox {
	padding: 1em;
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	display: block;
	text-align: center;
	margin-top: 0;
	box-shadow: 0px 2px 5px 0px #0000000a;
	font-weight: 600;
}

/* Welcome signup */
.usplus-welcome {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	height: 100%;
	background: #fffffff7;
	z-index: 9999;
	padding-top: 4em;
	overflow: scroll;
}

.usplus-welcome .us-plus-container {
	position: relative;
}

.usplus-welcome .us-plus-container .us-plus-container-content {
	padding-right: 7%;
}

.usplus-welcome .us-plus-container-signup {
	padding: 0 2.5% 1em 2.5%;
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	align-self: flex-start;
	max-width: 450px;
	margin: 0 auto;
}

.usplus-welcome .us-columns {
	position: relative;
}

.usplus-welcome .us-plus-container-signup #loyaltyone-id {
	background-color: white;
}

.usplus-welcome .usplus-welcome-skip-main {
	text-align: right;
}

.usplus-welcome .usplus-welcome-skip-main p {
	text-align: center;
	margin-top: 1.5em;
	text-decoration: underline;
}

.usplus-welcome .usplus-welcome-skip-x {
	position: absolute;
	top: -3em;
	right: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	border: #8f8f8f solid 1px;
	text-align: center;
	border-radius: 100%;
	color: #8f8f8f;
	font-size: 1.25em;
	cursor: pointer;
}

.usplus-welcome-brands {
	margin: 0;
	display: flex;
	list-style: none;
	padding: 0;
	align-items: center;
}

.usplus-welcome-brands li {
	text-align: center;
	padding: 0 0.5em;
	flex: 1 1 33.33%;
	font-weight: 600;
}


.usplus-welcome #us-plus-signup .tac {
	display: none;
}

.usplus-cardwidget-maintainence {
	display: block;
	text-decoration: none;
	color: #bfbfbf;
	font-size: 14px;
	text-align: right;
}






/* Admin Dashboard
--------------------------------------------- */

.admin-dash-menu {
	display: block;
	text-align: center;
}

.admin-dash-menu .admin-dash-menu-inner {
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	box-shadow: 0px 2px 7px -2px #0000001a;
	background: #f9f9f9;
	padding: 0em 0;
	margin-bottom: 1em;
	text-align: center;
	display: inline-block;
}

.admin-dash-menu .admin-dash-menu-item {
	margin: 0px;
	display: inline-block;
}

.admin-dash-menu .admin-dash-menu-item a {
	text-decoration: none;
	font-weight: 700;
	padding: 0.7em 1em;
	display: block;
}

.admin-dash-menu .admin-dash-menu-item.admin-dash-menu-item-active a {
	background: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}





.admin-dash-gform-entries h5 {
	margin-bottom: 1em;
}

.admin-dash-gform-entry {
	display: flex;
	align-items: center;
	padding: 0.5em;
}

.admin-dash-gform-entry:nth-child(odd) {
	background: #f9f9f9;
}

.admin-dash-gform-entry-detail {
	margin: 0;
	vertical-align: middle;
}

.admin-dash-gform-entry-detail .dashicons {
	vertical-align: middle;
}

.admin-dash-gform-entry-detail .dashicons-saved {
	color: green;
	font-size: 1.3em;
}

.admin-dash-gform-entry-detail .dashicons-ellipsis {
	color: orange;
	font-size: 1.25em;
}

.admin-dash-gform-entry-detail .dashicons-no {
	color: #cb0000;
}

.admin-dash-gform-entry-detail-right {
	text-align: right;
}

.admin-dash-gform-entry-detail-resubmit {
	margin: 0;
	display: inline-block;
	font-size: 1.25em;
}



/*
--------------------------------------------------------------
--------------------------------------------------------------
# MOBILE
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
*/


/*
Laptops
*/

@media only screen and (max-width: 1200px) {
	.flex-l-1-1-100 {
		flex: 1 1 100%
	}

	.flex-l-1-1-75 {
		flex: 1 1 75%
	}

	.flex-l-1-1-66 {
		flex: 1 1 66.66%
	}

	.flex-l-1-1-50 {
		flex: 1 1 50%
	}

	.flex-l-1-1-33 {
		flex: 1 1 33.33%
	}

	.flex-l-1-1-25 {
		flex: 1 1 25%
	}

	.flex-l-0-0-100 {
		flex: 0 0 100%
	}

	.flex-l-0-0-75 {
		flex: 0 0 75%
	}

	.flex-l-0-0-66 {
		flex: 0 0 66.66%
	}

	.flex-l-0-0-50 {
		flex: 0 0 50%
	}

	.flex-l-0-0-33 {
		flex: 0 0 33.33%
	}

	.flex-l-0-0-25 {
		flex: 0 0 25%
	}

	.flex-l-1-0-100 {
		flex: 1 0 100%
	}

	.flex-l-1-0-75 {
		flex: 1 0 75%
	}

	.flex-l-1-0-66 {
		flex: 1 0 66.66%
	}

	.flex-l-1-0-50 {
		flex: 1 0 50%
	}

	.flex-l-1-0-33 {
		flex: 1 0 33.33%
	}

	.flex-l-1-0-25 {
		flex: 1 0 25%
	}

	.flex-l-0-1-100 {
		flex: 0 1 100%
	}

	.flex-l-0-1-75 {
		flex: 0 1 75%
	}

	.flex-l-0-1-66 {
		flex: 0 1 66.66%
	}

	.flex-l-0-1-50 {
		flex: 0 1 50%
	}

	.flex-l-0-1-33 {
		flex: 0 1 33.33%
	}

	.flex-l-0-1-25 {
		flex: 0 1 25%
	}



	/* Header and Menu
--------------------------------------------- */
	.header-primary {
		padding: 1em 0;
	}

	.site-header-branded .header-primary {
		padding: 0.5em 0;
	}

	.show-on-mobile-menu {
		display: block;
	}

	.main-navigation {
		align-self: center;
	}

	.menu-center {
		position: relative;
		width: 30px;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.menu-center:before,
	.menu-center:after,
	.menu-center div {
		background: white;
		content: "";
		display: block;
		height: 4px;
		border-radius: 0px;
		margin: 5px 0;
		transition: 0.5s;
	}

	.menu-center.menu-center-active:before {
		transform: translateY(9px) rotate(135deg);
	}

	.menu-center.menu-center-active:after {
		transform: translateY(-9px) rotate(-135deg);
	}

	.menu-center.menu-center-active div {
		transform: scale(0);
	}

	.menu-center-move {
		transition: transform 0.5s ease;
		margin-right: 0px;
	}

	.site-header-branded .menu-center:before,
	.site-header-branded .menu-center:after,
	.site-header-branded .menu-center div {
		background: var(--wp--preset--color--primary);
	}

	.site-header-branded .header-primary .main-navigation {
		justify-content: center;
	}

	.site-header-branded .menu-center-move,
	.site-header-branded #header-float .menu-center-move {
		margin-left: 2em;
		display: inline-block;
		margin-right: 0;
	}

	.main-header-logo {
		flex: 0 0 230px;
		margin: 0px;
	}

	#header-float .main-header-logo {
		flex: 0 0 auto;
	}

	.main-navigation {
		flex: 1 1 auto;
		margin: 0px;
		margin-right: 1.5em;
	}

	#header-float .main-navigation {
		margin-right: 0em;
	}

	.header-search {
		flex: 1 1 auto;
		justify-content: right;
		margin: 0px;
	}

	.site-menu-holder {
		display: block;
		position: fixed;
		width: 70%;
		left: 0px;
		top: 0px;
		min-height: 100vh;
		background: black;
		transform: translateX(-103%);
		transition: transform 0.5s ease;
		z-index: 99999;
		padding: 2% 4%;
		box-shadow: 1px 1px 7px 0px #00000014
	}

	.site-menu-holder.site-menu-holder-active {
		transform: translateX(0%);
	}

	.site-header-branded .site-menu-holder {
		background: white;
	}

	.site-menu-holder .menu-center {
		margin-bottom: 2em;
	}

	.site-menu-holder .header-logo {
		margin-bottom: 2em;
	}

	.menu-main-container {
		display: flex;
		align-items: flex-start;
		height: auto;
		justify-content: left;
	}

	.menu-main-container ul {
		flex-wrap: wrap;
	}

	.menu-main-container ul li,
	.site-header-branded .menu-main-container ul li:first-child {
		margin: 0 0em 1em 0.5em;
		flex: 1 0 100%;
		padding-left: 0px;
	}

	.menu-main-container ul li:hover {
		background: initial;
	}

	.menu-main-container ul li a {
		width: auto;
		display: inline-block;
		position: relative;
	}

	.main-navigation ul ul {
		box-shadow: none;
		float: none;
		position: relative;
		top: unset;
		z-index: 1;
		background: white;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}

	.main-navigation ul .menu-item-hovered>ul {
		height: auto;
		opacity: 1;
		visibility: visible;
		left: unset;
		background: none;
	}

	.main-navigation ul ul.sub-menu li:hover {
		background: unset;
	}

	.main-navigation ul ul.sub-menu li {
		margin: 0px;
		position: relative;
		padding: 0.3em 0.5em;
		width: 100%;
		margin-left: 0.5em;
	}

	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
		right: unset;
		box-shadow: none;
		flex-wrap: wrap;
		width: 100%;
		background: white;
		box-shadow: none;
	}

	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li {
		border: 0px;
	}

	.menu-main-container ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
		border-bottom: 1px solid #265f9229;
	}

	.menu-main-container ul .menu-item-has-children:after {
		content: none;
	}

	.menu-main-container ul .menu-item-has-children> :first-child:after {
		content: "";
		border-right: 0.2em solid white;
		border-bottom: 0.2em solid white;
		display: inline-block;
		line-height: 1;
		font-weight: 400;
		font-style: normal;
		speak: never;
		text-decoration: inherit;
		text-transform: none;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 0.5em;
		height: 0.5em;
		font-size: 1em;
		vertical-align: middle;
		text-align: center;
		transition: color .1s ease-in, transform .2s ease, top .2s ease;
		transform: rotate(45deg);
		position: absolute;
		right: -2em;
		left: unset;
		top: 26%;
		pointer-events: none;
	}

	.logged-in .menu-main-container ul .menu-item-has-children > :first-child:after  {
		border-right: 0.2em solid black;
		border-bottom: 0.2em solid black;
	}

	.menu-main-container ul .menu-item-hovered> :first-child:after {
		transform: rotate(-45deg);
		top: 32%;
	}

	.search-form-holder {
		margin-left: 0em;
	}

	.mobile-menu-search {
		display: flex;
		align-items: center;

		transition: background 0.3s ease;
		padding: 0px;
		margin-top: 2em;
		margin-left: 0px;
	}

	.mobile-menu-search .search-form-inner,
	.mobile-menu-search .search-form-inner input {
		width: 100%;
	}

	#header-float .main-navigation .menu-main-container {
		display: none;
	}

	#header-float .menu-center {
		margin: 0em;
		align-self: center;
		margin-left: 1em;
	}

	#header-float .header-search {
		flex: 0 1 auto;
	}

	#header-float .header-logo img {
		max-width: 50px;
	}

	#header-float .site-menu-holder {
		display: none;
	}

	.site-header-branded .header-primary {
		z-index: 4;
	}

	.menu-union-logo {
		display: flex;
		margin-bottom: 2em;
	}

	.menu-union-logo a {
		display: block;
		flex: 1 1 50%;
		align-self: center;
		padding: 0em 2em;
	}

	.menu-union-logo img {
		max-width: 100%;
		width: auto;
		max-height: 100px;
		height: auto;
	}

	.account-menu-holder {
		position: unset;
	}

	.account-menu-holder .account-menu-dropdown {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		padding-top: 0;
	}

	.account-menu-holder .account-menu-dropdown .account-info {
		padding-top: 0.75em;
	}



	/* offer Slider */

	.block-offer-slider-arrow.block-offer-slider-arrow-right {
		transform: none;
		right: 0.5%;
	}

	.block-offer-slider-arrow {
		transform: none;
		left: 0.5%;
	}


	/* Offers */


	.offers-header {
		flex-wrap: wrap;
	}

	.offers-header .offers-title {
		flex: 1 0 100%;
	}

	.offer-filters {
		margin: 0 -0.3em;
	}

	.offer-filters .offer-filter select {
		max-width: 280px;
	}


	/* Categories */
	.offer-categories {
		flex-wrap: wrap;
	}

	.offer-categories .offer-category {
		min-width: 95px;
		margin-bottom: 0.5em;
	}

	.offer-categories .offer-category .offer-category-inner p {
		line-height: 1em;
		font-size: 14px;
		margin: 0 0 0.25em 0;
	}

	/* Offer Single */


	.offer-tile-tag {
		line-height: 1.1em;
		padding: 0.45em 1em;
	}


}



/*
Tablet
*/

@media only screen and (max-width: 768px) {
	.flex-t-1-1-100 {
		flex: 1 1 100%
	}

	.flex-t-1-1-75 {
		flex: 1 1 75%
	}

	.flex-t-1-1-66 {
		flex: 1 1 66.66%
	}

	.flex-t-1-1-50 {
		flex: 1 1 50%
	}

	.flex-t-1-1-33 {
		flex: 1 1 33.33%
	}

	.flex-t-1-1-25 {
		flex: 1 1 25%
	}

	.flex-t-0-0-100 {
		flex: 0 0 100%
	}

	.flex-t-0-0-75 {
		flex: 0 0 75%
	}

	.flex-t-0-0-66 {
		flex: 0 0 66.66%
	}

	.flex-t-0-0-50 {
		flex: 0 0 50%
	}

	.flex-t-0-0-33 {
		flex: 0 0 33.33%
	}

	.flex-t-0-0-25 {
		flex: 0 0 25%
	}

	.flex-t-1-0-100 {
		flex: 1 0 100%
	}

	.flex-t-1-0-75 {
		flex: 1 0 75%
	}

	.flex-t-1-0-66 {
		flex: 1 0 66.66%
	}

	.flex-t-1-0-50 {
		flex: 1 0 50%
	}

	.flex-t-1-0-33 {
		flex: 1 0 33.33%
	}

	.flex-t-1-0-25 {
		flex: 1 0 25%
	}

	.flex-t-0-1-100 {
		flex: 0 1 100%
	}

	.flex-t-0-1-75 {
		flex: 0 1 75%
	}

	.flex-t-0-1-66 {
		flex: 0 1 66.66%
	}

	.flex-t-0-1-50 {
		flex: 0 1 50%
	}

	.flex-t-0-1-33 {
		flex: 0 1 33.33%
	}

	.flex-t-0-1-25 {
		flex: 0 1 25%
	}

	/* Header */

	.header-top .main-content-inner {
		display: flex;
		align-items: center;
	}

	.header-primary {
		padding: 0.65em 0;
	}

	.site-header-branded .header-primary {
		box-shadow: 0px 2px 9px -3px #00000047;
	}

	.header-top .header-top-buttons .header-top-buttons-logins p {
		display: block;
		margin: 0.5em 0;
		margin-right: 0;

		text-align: right;
		white-space: nowrap;
		line-height: 1em;
	}

	.header-top .header-top-buttons .header-top-buttons-logins p a {
		display: inline-block;
		padding: 0.2em 0.65em;
	}

	.header-top .header-top-buttons .header-top-socials {
		display: none;
	}



	.search-form-inner {
		padding-right: 0em;
	}

	.search-form-holder .search-form-inner form .search-form-input {
		max-height: 2em;
	}

	.menu-union-logo a {
		padding: 0em 1em;
	}

	.site-header-branded .main-content-inner .header-logo a {
		text-align: center;
	}

	.site-header-branded .header-top .main-content-inner {
		
	}

	.site-header-branded .main-content-inner .header-logo {
		flex: 1 1 100%;
		text-align: center;
	}

	.site-header-branded .header-top-buttons {
		flex-wrap: wrap;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.header-top .main-content-inner .header-top-buttons {
		display: block;
		text-align: right;
		margin-top: 0em;
	}

	.site-header-branded .header-top .main-content-inner .header-top-buttons {
		text-align: right;
	}

	.header-phone-contact {
		display: inline-block;
		padding: 0 0.5em;
	}

	.header-powered-by {
		display: inline-block;
		padding: 0 0.5em;
		font-size: 14px;
	}

	#header-float .main-content {
		padding: 0.5em 0;
	}

	#header-float .header-logo img {
		max-width: 35px;
	}


	/* Footer */

	.footer-details {
		flex-wrap: wrap;
		margin: 0;
	}

	.footer-details .footer-detail {
		flex: 0 0 50%;
		text-align: center;
	}

	.footer-details .footer-detail.footer-button {
		flex: 0 0 100%;
		order: 2;
		margin: 1.5em 0;
	}

	.footer-logo-img img {
		margin: 0 auto;
	}

	.footer-button {
		padding: 0 0.5em;
	}

	.footer-details .footer-detail .footer-heading {
		padding: 1em 0;
	}






	/* Carousel */

	.carousel-inner {
		padding-right: 4%;
	}

	.carousel-slide h2 {
		font-size: 2.5em;
	}

	/* Union Dashboard */
	.member-dashboard {
		flex-wrap: wrap;
		margin: 0;
	}

	.member-dashboard .member-dashboard-intro {
		flex: 1 1 100%;
		padding: 0 0em;
	}

	.member-dashboard .member-dashboard-concierge {
		flex: 1 1 100%;
		padding: 0 0em;
	}

	.member-dashboard .member-dashboard-concierge-inner {
		padding: 1.5em 4%;
	}

	/* LN */
	.us-plus-container {
		flex-wrap: wrap;
	}

	.us-plus-container .us-plus-container-content {
		flex: 1 0 100%;
	}

	.us-plus-container .us-plus-container-content .wp-block-embed-youtube {
		display: none;
	}

	.us-plus-container .us-plus-container-signup {
		flex: 1 0 100%;
	}

	.usplus-welcome {
		padding-top: 0.5em;
	}

	/* US Columns */


	.us-columns {
		flex-wrap: wrap;
		position: relative;
	}

	.us-columns .us-column-left,
	.us-columns .us-column-right {
		flex: 1 1 100%;
	}

	.usplus-welcome .usplus-welcome-skip-x {
		right: 4%;
		top: -2em;
	}


	/* Offers */

	.offers-title h1 {
		margin: 0;
	}

	.offer-filters {
		flex-wrap: wrap;
		margin: 0 -1%;
	}

	.offer-filters .offer-filter {
		margin: 1%;
	}

	.offer-filters .offer-filter-search {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
	}

	.offer-filters .offer-filter-search input {
		flex: 1 1 auto;
		font-size: 15px;
	}

	.offer-filters .offer-filter-categories {
		flex: 0 1 26%;
	}

	.offer-filters .offer-filter-suppliers {
		flex: 0 1 70%;
	}

	.offer-filters .offer-filter select {
		width: 100%;
		max-width: unset;
		font-size: 15px;
	}

	/* Offer Single */

	.offer-single-inner {
		flex-wrap: wrap;
	}

	.offer-single .offer-single-image {
		flex: 1 0 100%;
		padding: 0;
	}

	.offer-single .offer-single-content {
		flex: 1 0 100%;
		padding: 0;
	}


	/* Union Single */

	.single-org-intro {
		display: block;
    	margin: 0;
	}

	.single-org-intro .single-org-intro-logo {
		padding: 0;
		text-align: center;
	}

	.single-org-intro .single-org-intro-logo img {
		max-width: 150px;
	}

	.single-org-intro .single-org-intro-content {
		padding: 0em;
	}

	.single-org-logins {
		flex-wrap: wrap;
	}

	.single-org-logins .single-org-box {
		flex: 1 0 100%;
		margin-bottom: 1em;
	}

	.single-org-logins .single-org-box:first-child {
		order: 1;
	}

}


/*
Mobile
*/

@media only screen and (max-width: 500px) {

	h1 {
		font-size: 1.8em;
		font-weight: 700;
	}
	
	h2 {
		font-size: 1.6em;
		font-weight: 700;
	}
	
	h3 {
		font-size: 1.4em;
		font-weight: 700;
	}
	
	h4 {
		font-size: 1.25em;
		font-weight: 600;
	}
	
	h5 {
		font-size: 1.15em;
		font-weight: 500;
	}
	
	h6 {
		font-size: 1.111em;
		font-weight: 500;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2em;
	}

	.flex-m-1-1-100{flex:1 1 100%}.flex-m-1-1-75{flex:1 1 75%}.flex-m-1-1-66{flex:1 1 66.66%}.flex-m-1-1-50{flex:1 1 50%}.flex-m-1-1-33{flex:1 1 33.33%}.flex-m-1-1-25{flex:1 1 25%}.flex-m-0-0-100{flex:0 0 100%}.flex-m-0-0-75{flex:0 0 75%}.flex-m-0-0-66{flex:0 0 66.66%}.flex-m-0-0-50{flex:0 0 50%}.flex-m-0-0-33{flex:0 0 33.33%}.flex-m-0-0-25{flex:0 0 25%}.flex-m-1-0-100{flex:1 0 100%}.flex-m-1-0-75{flex:1 0 75%}.flex-m-1-0-66{flex:1 0 66.66%}.flex-m-1-0-50{flex:1 0 50%}.flex-m-1-0-33{flex:1 0 33.33%}.flex-m-1-0-25{flex:1 0 25%}.flex-m-0-1-100{flex:0 1 100%}.flex-m-0-1-75{flex:0 1 75%}.flex-m-0-1-66{flex:0 1 66.66%}.flex-m-0-1-50{flex:0 1 50%}.flex-m-0-1-33{flex:0 1 33.33%}.flex-m-0-1-25{flex:0 1 25%}

	/* Header */

	.header-top.pc-gradient {
		background: var(--wp--preset--color--secondary);
		background: -moz-linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 120%);
		background: -webkit-linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 120%);
		background: linear-gradient(90deg, var(--wp--preset--color--secondary) 15%, var(--wp--preset--color--primary) 120%);
	}

	.header-top .main-content-inner .main-header-logo {
		flex: 1 1 auto;
		padding-right: 1em;
	}

	.header-top .main-content-inner .main-header-logo a img {
		max-width: 250px;
		width: 100%;
	}

	.header-top .main-content-inner .header-top-buttons {
		flex: 1 1 auto;
	}

	.header-top .header-top-buttons .header-top-socials {
		display: none;
	}

	#header-float .search-form-holder .search-form-inner form .search-form-input {
		max-width: 170px;
	}

	.site-header-branded .main-content-inner .header-logo .header-union-logo-title {
		padding: 0.2em;
		line-height: 1.2em;
	}

	.site-header-branded .header-top .main-content-inner {
		 flex-wrap: wrap;
	}

	.site-header-branded .header-top .main-content-inner .header-top-buttons {
		text-align: center;
		margin-top: 0.25em;
	}

	.site-header-branded .main-content-inner .header-logo {
		justify-content: center;
	}

	.header-powered-by {
		font-size: 13px;
		margin: 0;
	}

	.account-messages .account-message {
		width: 92vw;
	}


	/* Footer */
	.footer-menu {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.footer-menu .footer-link {
		margin: 0 0.5em;
		margin-bottom: 1em;
	}

	/* Carousel */
	.carousel-slides .carousel-slide h2 {
		font-size: 2em;
	}

	.carousel-slides .carousel-slide {
		padding: 2em 0 4em 0;
		min-height: 25vh;
	}

	.carousel-navs .carousel-nav {
		font-size: 1.5em;
	}



	/* Categories and Offers */

	.offer-filters .offer-filter select, .offer-filters .offer-filter input {
		padding: 0.5em 0.5em;
    	height: 2.5em;
	}


	.offer-categories .offer-category {
		transition: 0s ease;
		min-width: unset;
		flex: 1 1 25%;
		max-width: 25%;
	}

	.offer-categories .offer-category .offer-category-inner {
		transition: 0.4s;
	}

	.offer-categories .offer-category .offer-category-inner img {
		transition: 0.4s;
	}

	.offer-categories .offer-category .offer-category-inner p {
		transition: 0.2s;
		opacity: 1;
	}



	.offer-categories:not(.offer-categories-expanded) .offer-category {
		min-width: unset;
		max-width: unset;
		flex: 0 1 20%;
	}
	.offer-categories:not(.offer-categories-expanded) .offer-category .offer-category-inner {
		padding-bottom: 70%;
	}
	.offer-categories:not(.offer-categories-expanded) .offer-category .offer-category-inner img {
		top: 15%;
		left: 15%;
		width: 70%;
		height: 70%;
	}
	.offer-categories:not(.offer-categories-expanded) .offer-category .offer-category-inner p {
		opacity: 0;
	}


	.categories-expand {
		display: block;
		text-align: center;
	}
	.categories-expand p {
		display: inline-block;
		margin: 0;
		font-size: 1.5em;
		color: #bbbbbb;
		line-height: 1em;
		border: 1px solid #e5e5e5;
		padding: 0.1em;
	}


	.pagination-container {
		margin: 0em 0;
		margin-top: 1em;
	}

	.page-item a {
		padding: 0.2em 0.7em;
		font-weight: 500;
	}

	/* Offer Tile */

	.offer-tile .offer-tile-inner {
		display: flex;
		flex-wrap: wrap;
		padding: 0.5em;
	}

	.offer-tile-header {
		order: 1;
		flex: 0 1 50%;
		display: block;
		text-align: right;
		padding-bottom: 0;
	}
	.offer-tile-header .offer-tile-supplier {
		flex: 1 1 100%;
		text-align: right;
		height: 25%;
		padding-bottom: 2em;
	}
	.offer-tile-header .offer-tile-supplier img {
		width: 90%;
		left: unset;
		right: 0;
	}
	.offer-tile-header .offer-tile-categories {
		flex: 1 1 100%;
		text-align: right;
		margin-top: 0.5em;
	}

	.offer-tile .offer-tile-image {
		flex: 0 1 50%;
		order: 0;
		padding-bottom: 34.25%;
		margin-bottom: 0;
	}

	.offer-tile-header .offer-tile-supplier img {
		object-position: right top;
	}

	.offer-tile-tag {
		display: none;
	}

	.offer-tile-tag.offer-tile-tag-mobile {
		display: inline-block;
		position: relative;
		color: black;
		background: var(--wp--preset--color--tertiary);
		text-align: right;
		margin-top: 0.75em;
		margin-left: auto;
		font-style: italic;
		padding: 0.4em 0.5em;
		max-width: 90%;
	}

	.offer-tile-title {
		height: auto;
		overflow-y: visible;
		flex: 1 0 100%;
		order: 2;
		margin-top: 0.5em;
	}

	.offer-tile-cta {
		flex: 1 0 100%;
		order: 3;
	}

	
	/* Offer Single */

	.offer-single {
		padding: 0.5em;
	}

	.offer-single-inner {
	}

	.offer-single-header .offer-single-supplier {
		padding-bottom: 9%;
	}

	.offer-attributes {
		margin-top: 3em;
	}

	.offer-attributes .offer-attribute {
		width: 100%;
		margin: 0;
    margin-bottom: 0.5em;
	}


	/* Offer Slider */

	.block-offer-slider-arrow.block-offer-slider-arrow-right {
	right: -3%;
	}

	.block-offer-slider-arrow {
		font-size: 0.75em;
		top: 46%;
		left: -3%;
	}


	/* Sidebar page */

	.page-template-sidebarpage .sidebar-page {
		display: block;
	}

	.page-template-sidebarpage .sidebar-page .sidebar-menu {
		padding-right: 0;
		margin-right: 0;
		border-right: 0px;
		margin-bottom: 1em;
		border-bottom: 1px solid var(--wp--preset--color--tertiary);
		text-align: center;
	}

	.page-template-sidebarpage .sidebar-page .sidebar-menu p {
		margin: 0;
		margin-bottom: 1em;
		padding: 0 0.25em;
    	display: inline-block;
	}

	.page-template-sidebarpage .sidebar-page .sidebar-menu p a {
		padding: 0.5em 0.75em;
		background: #f9f9f9;
		text-decoration: none;
		display: block;
	}

	.page-template-sidebarpage .sidebar-page .sidebar-content {
		max-width: 100%;
	}


	/* Union Single */
	.single-org-intro .single-org-intro-logo img {
		max-width: 100px;
	}

	.single-org-logins .single-org-box {
		padding: 4%;
	}

	.single-org-logins .single-org-box:first-child {
		padding-left: 0;
		padding-right: 0;
	}

	.single-org-logins .single-org-box .button-p {
		margin-bottom: 0px;
	}

}