/*!
Theme Name: abcul_theme
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: abcul_theme
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.

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

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:var(--plum);
}

a:visited {
	color: var(--plum);
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 50px;
	background: var(--plum);
	color: #ffff;
	line-height: 1;
	padding: 12px 24px;
	transition: all 0.5s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--yellow);
	color: var(--plum);
	cursor:pointer;
	transition: all 0.5s ease;
}

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 {
	background: var(--plum);
	transition: all 0.5s ease;
}

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: var(--text);
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 12px;
}

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: var(--plum);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

.main-navigation ul {
	display: none;
	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 ul li.menu-item-has-children {
	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: 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;
}



/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --plum: #391436;
    --purple: #A383DD;
    --yellow: #FDC40A;
    --stone: #f0f0f0;
    --text: #1E0F22;
    --headings: "Libre Baskerville", Baskerville, serif; /* Regular & Italic 400 */
    --copy: "DM Sans", Arial, sans-serif; /* Regular 300, Italic 300 & Bold 700 */
}


.libre-baskerville {
  font-family: "Libre Baskerville", Baskerville, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
 

*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--copy);
	font-weight: 300;
    background-color: #f0f0f0;
    color: var(--text);
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}



#page{
    max-width:1800px;
    margin:auto;
    background-color:#ffffff;
}

p {
    font-family: var(--copy);
    font-size: 1.05em;
    line-height: 1.6em;
    color: var(--text);
    margin-bottom:20px;
	font-weight: 300;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color:var(--plum);
    font-family: var(--headings);
    font-weight: 400;
	text-rendering: geometricPrecision;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}


h2 {
    font-size: 2em;
    line-height: 1.15em;
    margin: 0 0 15px 0;
}


h3 {
    font-size: 1.65em;
    line-height: 1.1em;
    margin: 0 0 15px 0;
}


h4 {
    font-size: 1.5em;
    line-height: 1.15em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1.25em;
    line-height: 1.15em;
    margin: 0 0 5px 0;
}



p strong, p b, li strong, li b{
    font-family: var(--copy);
	font-weight: 700;
}


a { 
    text-decoration: none;
    color: var(--plum);
    text-decoration:underline;
    cursor: pointer;
    transition:all 0.3s ease;
}



header#masthead a{  
    text-decoration:none;
}


li { 
    list-style-type: none;
}


.site-main section div ul,
.site-main section div ol,
.site-main section.top-post ul,
.site-main section.top-post ol{ 
    margin:0 0 15px 15px;
}

.site-main section div ul li,
.site-main section.top-post ul li{ 
    color: var(--text);
    font-size: 1.05em;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}

.site-main section div:not(.mentions) ul:not(.glide__slides) li:before,
.site-main section.top-post ul:not(.glide__slides) li:before {
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: var(--plum);
    position: absolute;
    left: -17px;
    margin-top: 8px;
}

.site-main section div ol li,
.site-main section.top-post ol li { 
    color: var(--text);
    font-size: 1.05em;
    list-style-type: numbers;
    margin-bottom: 8px;
}


.site-main section .glide-logos-slider ul.glide__slides li img {
    max-width: 135px;
}

.site-main section .glide-logos-slider ul.glide__slides li {
    text-align:center;
	margin: 0 auto;
}


header#masthead .main-navigation {
    width:auto;
}





/* ******************************************************
    Buttons
*********************************************************/

a button {
    border-radius: 50px;
    border: 0;
    background: var(--plum);
    padding: 12px 24px;
    cursor:pointer;
    transition:all 0.5s ease;
}

a button span{
    font-family: var(--copy);
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    font-size: 1em;
    transition:all 0.5s ease;
}

a:hover button,
a:focus button {
    background: var(--yellow);
    cursor:pointer;
    transition:all 0.5s ease;
}

a:hover button span,
a:focus button span{
    color:var(--plum);
    transition:all 0.5s ease;
}


a button.purple {
    background: var(--purple);
    transition:all 0.5s ease;
}

a:hover button.purple,
a:focus button.purple {
    background: var(--plum);
    transition:all 0.5s ease;
}


a:hover button.purple-hover,
a:focus button.purple-hover {
    background: #fff;
    transition:all 0.5s ease;
}

a:hover button.purple-hover span,
a:focus button.purple-hover span{
    color:var(--plum);
    transition:all 0.5s ease;
}



a button.yellow {
    background: var(--yellow);
    transition:all 0.5s ease;
}

a:hover button.yellow,
a:focus button.yellow {
    background: var(--purple);
    transition:all 0.5s ease;
}

a button.yellow span{
    color: var(--plum);
    transition:all 0.5s ease;
}

a:hover button.yellow span,
a:focus button.yellow span{
    color: #fff;
    transition:all 0.5s ease;
}





a button.white{
    background: #fff;
    transition:all 0.5s ease;
}

a button.white span{
    color: var(--plum);
    transition:all 0.5s ease;
}

a:hover button.white span,
a:focus button.white span{
    color: var(--plum);
    transition:all 0.5s ease;
}

a:hover button.white,
a:focus button.white {
    background: var(--yellow);
    transition:all 0.5s ease;
}


a:hover button.yellow.dark,
a:focus button.yellow.dark{
    background: #fff;
    transition:all 0.5s ease;
}

a:hover button.yellow.dark span,
a:focus button.yellow.dark span{
    color: var(--plum);
    transition:all 0.5s ease;
}


a:hover button.white.dark,
a:focus button.white.dark{
    background: var(--plum);
    transition:all 0.5s ease;
}

a:hover button.white.dark span,
a:focus button.white.dark span{
    color: #fff;
    transition:all 0.5s ease;
}


a span.link{
    text-decoration: none;
    font-family: var(--copy);
    text-rendering: geometricPrecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 4px;
	border-bottom:1px solid;
    cursor:pointer;
    color: var(--plum);
	width:fit-content;
    transition: color 0.5s ease;
}

a:hover span.link,
a:focus span.link{
    color: var(--yellow);
    transition:color 0.5s ease;
}



/* ******************************************************
    Header, Nav, Menus...
*********************************************************/

div#page a.app-link.link {
    text-decoration: none;
    color: #fff;
    position: absolute;
    right: calc(10% - -25px);
    top: 12px;
    z-index: 999999;
	transition:all 0.3s ease;
}

body:has(section.top.top-news) #page a.app-link.link,
body:has(section.top.gradient) #page a.app-link.link{
    color: var(--plum);
}

body:has(section.top.top-news) #page a.app-link.link:hover, 
body:has(section.top.top-news) #page a.app-link.link:focus,
body:has(section.top.gradient) #page a.app-link.link:hover, 
body:has(section.top.gradient) #page a.app-link.link:focus{
    color: var(--purple);
}

div#page  a.app-link.link:after {
    content: " ";
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    right: -12px;
    top: 9px;
	transition:all 0.3s ease;
}


div#page a.app-link.link:hover, 
div#page a.app-link.link:focus{
    color: var(--yellow);
	transition:all 0.3s ease;
}

header#masthead div.menu-header-container{
    display:block;
}
    
header#masthead div.menu-mobile-container{
    display:none;
}

header#masthead{
    position: fixed;
    top: 50px;
    width: 90%;
    height: 80px;
    background: #fff;
	border-radius: 40px;
    border: 0px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width:1620px;
    left:5%;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05); 
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* when scrolled */
header#masthead.scrolled{
    top: 20px;
    transition: top 0.3s ease;
}

header#masthead .nav-container{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 15px;
    padding: 34px 0;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li a{
    color: var(--plum);
    font-size: 1em;
    font-family: var(--copy);
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    text-rendering: geometricPrecision;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a{
    color: var(--yellow);
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li.menu-item-has-children{
    padding-right: 15px;
}

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 5px);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.menu-item-has-children:hover:after {
    content: " ";
    border: 1px solid var(--yellow);
    border-top: 0;
    border-right: 0;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li ul li {
    padding: 6px 0;    
	margin: 0 20px;
	width: max-content;
    transition: all 0.3s ease;
}

header#masthead  .main-navigation ul ul a {
	width: auto;
    min-width: max-content;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a{
    color: var(--plum);
    font-size: 1em;
    width: fit-content;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a{
    color: var(--yellow);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.current-menu-item > a,
header#masthead .main-navigation ul li.current_page_item > a {
    border-bottom: 1px solid var(--purple);
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
    display:block;
    margin-left: -20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0 0 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: 100%;
    height: 12px;
    margin-left:0;
    background: #fff;
    position: absolute;
    margin-top: -12px;
}



header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header#masthead a.custom-logo-link img.custom-logo {
    width: 200px;
    height: 53px;
    display: block;
}



header#masthead .ctas {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	margin-left:20px;
}



header#masthead .ctas .join{
	margin-right: 10px;
}

header#masthead ul li.mobile-only {
    display: none!important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-current-menu-item > a {
    color: var(--yellow) !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a:focus{
    transition: all 0.3s ease;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 25px 5%;
    position: fixed;
    top: 130px;
    width: 90%;
    left: 5%;
	background: #f8f8f8;
}

header#masthead:has(li.mega-toggle-on.mega-menu-grid) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s ease;
}

header.scrolled #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 100px;
}

/* ******************************************************
    Content
*********************************************************/


header.entry-header {
    padding: 35px 10% 0!important;    
	margin-bottom: 0!important;
}

header.entry-header h1.entry-title {
    color: var(--purple)!important;
    font-family: var(--headings);
    text-rendering: geometricPrecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* general slider styles */

ul.glide__slides,
ul.glide__slides li{
    margin:0;
    padding:0;
    list-style-type:none;
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none;
    position: absolute;
    width: 0px;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    margin-top: 20px;
}

.glide__arrow {
	background:none!important;
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    border: var(--plum) 3px solid;
    transition:all 0.3s ease;
}

.glide__arrow svg{
	display:none!important;
}

.glide__arrow:hover,
.glide__arrow:focus {
    border: var(--purple) 3px solid;
    transition:all 0.3s ease;
}

.glide__arrow--right {
    right: -25px;
    border-left: 0!important;
    border-bottom: 0!important;
}

.glide__arrow--left {
    left: -25px;
    border-right: 0!important;
    border-top: 0!important;
}

/* end of slider */



/* ******************************************************
    Content
*********************************************************/


div#popmake-10585 {
    border-radius: 12px;
    border: 0;
    padding: 30px;
}

div#popmake-10585 h4{
	margin-bottom:15px;
}

section.top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap:wrap;
    padding-top: 180px;
    align-items: center;
    background-color:var(--plum);
	background-image:url(https://www.alltogethermoney.coop/wp-content/uploads/2026/02/AllTogetherMoney_FooterBackground.png);
	background-position:right;
	background-size:contain;
	background-repeat:no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 10;
}

body:not(.home) section.top{
	padding-bottom:50px;
}

section.top .text p#breadcrumbs{
    max-width: 100%;
	font-size:0.95em;
    color: var(--purple);
    margin-bottom: 8px;
}



section.top .text p#breadcrumbs a{
    text-decoration: none;
    color: var(--purple);
    transition: all 0.3s ease;;
}

section.top-news .text p#breadcrumbs,section.top-news .text p#breadcrumbs a{
	color:var(--plum);
}

section.top .text p#breadcrumbs a:hover,
section.top .text p#breadcrumbs a:focus{
    text-decoration: underline;
    color: var(--yellow);
    transition: all 0.3s ease;
}

section.top-news .text p#breadcrumbs a:hover,
section.top-news .text p#breadcrumbs a:focus{
    color: var(--plum);
    transition: all 0.3s ease;
}


section.top .text {
    width: 50%;
    padding: 50px 5%;
}

body.home section.top .text {
    width: 45%;
}

section.top .text h1{
    color:#fff;
    margin-bottom: 15px;
}


section.top .text p{
    color:#fff;
    line-height: 1.6em;
}


section.top .media {
    width: 45%;
    margin: 0 5% 0 0;
}


section.top .media .embedded,
section.top .media .hosted,
section.top .media .image{
    display:none;
    width: 100%;
}

section.top .media.embed .embedded{
    display:block;
}

section.top .media.embed .embedded iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

section.top .media.hosted .hosted{
    display:block;
    border-radius: 20px;
}

section.top .media.image .image{
    display:block;
    border-radius: 20px;
    object-fit: cover;
}

section.top .media.image {
    position: relative;
}

section.top .media.image a.app {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

section.top .media.image a.app.apple {
    right: 190px;
}

section.top .headings {
  display: inline-flex;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 30px;
  gap: 2rem; 
  padding-right: 2rem; 
}

section.top .headings h3 {
  margin: 0;
  white-space: nowrap;
    color: var(--purple);
    font-size: 2em;
}

section.top .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

section.top .marquee-content {
  display: inline-flex;
  animation: marquee 30s linear infinite;
}

section.top .headings svg {
  flex-shrink: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


section.top.short.error-404.not-found h1, section.top.short.error-404.not-found p {
    color: var(--plum);
}

section.top.short.error-404.not-found {
    margin-bottom: 15px;
}

section.top.short .background {
    height: 90%;
}


section.top.image .media.image .image {
    border-radius: 20px;
}

section.top.top-purple span.login, section.top.top-purple span.login a{
	color:white;
}


section.main-content {
    padding: 70px 10%;
    background: #fff;
}

section.main-content .content h2 {
    max-width: 50%;
    margin-bottom: 15px;
}

section.main-content .content .text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

section.main-content .content .text > div{
    width: calc(50% - 20px);
}


body.page-template-tpl_abcul-conference section.main-content .text > div, body.page-template-tpl_abcul-conference section.main-content h2{
	max-width:100%;
	width:100%;
}


body.page-template-tpl_join section.main-content{
	background:transparent;
    padding: 110px 10% 50px;
}



section section.ctas.inside {
    padding: 35px 0 0;
}

section.ctas.inside a button.large-cta{
	background-color:var(--plum);
}

section.ctas.inside a button.large-cta span{
	color:#fff;
}


section.highlight {
    padding: 50px 10%;
    background: var(--yellow);
    max-width: 100%;
	margin:0 5%;
	border-radius:24px;
}

section.highlight h5 {
    font-family: var(--copy);
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
	font-size:1.5em;
}

section.highlight h2 {
    line-height: 1.3em;
    margin-bottom: 0px;
}


section.highlight.dark {
    background: var(--plum);
}

section.highlight.dark h2 {
    color: #ffffff;
}

section.highlight.dark h5 {
    color: var(--yellow);
}


section.ctas {
    padding: 80px 10% 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.ctas a {
    width: calc(33.33% - 40px);
    display: block;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

section.ctas a button.large-cta {
    padding: 16px 20px;
    background-color: #fff;
    border-width: 0px;
    width: 100%;
    text-decoration: none;
    cursor:pointer;
    position: relative;
	z-index:10;
    transition: all 0.5s ease;
}

section.ctas a:hover button.large-cta,
section.ctas a:focus button.large-cta {
    background-color: var(--yellow);
    width: calc(100% - 48px);
    transition: all 0.5s ease;
}


section.ctas a button.large-cta span{
    color: var(--plum);
    text-decoration: none;
    transition: all 0.5s ease;
}

section.ctas a:hover button.large-cta span,
section.ctas a:focus button.large-cta span{
    color: var(--plum)!important;
    transition: all 0.5s ease;
}


section.ctas a circle{
    background: #fff;
    height: 0;
    width: 0;
    padding: 5px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
	right:15px;
	z-index:5;
    transition: all 0.5s ease;
}

section.ctas a circle svg#arrow {
    height: 20px;
    width: 20px;
}


section.ctas a:hover circle,
section.ctas a:focus circle{
    background: var(--yellow);
	right:0px;
    height: 48px;
    width: 48px;
    transition: all 0.5s ease;
}


section.image-text {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 45px 10%;
}

section.image-text .image{
    width:45%;
	margin-right:5%;
    border-radius: 20px;
    object-fit:cover;
}

section.image-text .main-text {
    width: 50%;
    padding: 45px 0;
}




section .text.centred {
    max-width: 820px;
    margin: 0 auto 70px;
    text-align: center;
}

section .text.centred p{
    max-width: 820px;
    margin: 0 auto 20px;
    text-align: center;
}

body.page-template-tpl_about section .text.centred p{
	max-width:100%;
}

body.page-template-tpl_about section.top{
	background-size:cover;
}


section.why-us {
    padding: 90px 7.5%;
    text-align: center;
}

section.why-us .why-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

section.why-us .why-icons .icon-text {
    width: calc(33.333% - 40px);
    max-width: 350px;
    padding: 35px 30px 40px;
	margin:20px;
    text-decoration: none;
	background: #FDC40A;
	background: -webkit-linear-gradient(180deg, rgba(253, 196, 10, 1) 0%, rgba(255, 255, 255, 1) 80%);
	background: -moz-linear-gradient(180deg, rgba(253, 196, 10, 1) 0%, rgba(255, 255, 255, 1) 80%);
	background: linear-gradient(180deg, rgba(253, 196, 10, 1) 0%, rgba(255, 255, 255, 1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDC40A", endColorstr="#FFFFFF", GradientType=0);
    border-radius: 20px;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
}

section.why-us .why-icons .icon-text:not(:nth-child(2)) {
	margin-top: 50px;
	transition:all 0.5s ease;
}

section.why-us .why-icons .icon-text:hover,
section.why-us .why-icons .icon-text:focus{
	transform: translateY(-20px)!important;
	transition:all 0.5s ease;
}




section.why-us .why-icons img.icon {
    width: 100%;
    max-height: 180px;
    display: none;
    margin: 0 auto 35px;
}

section.why-us .why-icons .atm-coin-scene{
	display:none;
}

@media screen and (min-width:1025px){

.atm-coin-scene {
  --coin-size:   150px; 
  --coin-radius:  75px;  
  --coin-depth:   20px;   

  perspective: 500px;
  perspective-origin: 50% 50%;
  display: inline-block;
  cursor: pointer;
    margin-bottom: 45px;
	display:inline-block!important;
}

.atm-coin {
  width:  var(--coin-size);
  height: var(--coin-size);
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(45deg);
  will-change: transform;
}

.atm-coin-scene:after {
    content: " ";
    width: 74px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background: #22022266;
    left: 40px;
    bottom: -30px;
}

a:hover .atm-coin-scene .atm-coin {
  animation: atm-coin-spin 0.75s ease-in-out both;
}

@keyframes atm-coin-spin {
  from { transform: rotateY(45deg);  }
  to   { transform: rotateY(405deg); }
}


.atm-coin__front,
.atm-coin__back {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


.atm-coin__front {
  transform: translateZ(10px);
  clip-path: circle(50%);
}

.atm-coin__front svg {
  width: 100%;
  height: 100%;
  display: block;
}

.atm-coin__back {
  transform: translateZ(-10px) rotateY(180deg);
}

}

@media screen and (max-width:1024px){
	
	section.why-us .why-icons img.icon {
		display: block;
	}

}



section.why-us .why-icons .icon-text h3{
   margin-bottom:30px;
}

section.why-us .why-icons .icon-text p{
    font-size: 0.9em;
	max-width:230px;
	margin:0 auto 30px;
}






section.text-image {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 70px 10%;
}

section.text-image .image{
    width:45%;
	margin-left:5%;
    border-radius: 20px;
    object-fit:cover;
}

section.text-image .main-text {
    width: 55%;
    padding: 45px 0;
}

section.text-image .main-text ul{
	margin-bottom:25px;
}



section.background.gradient {
    background: #F0F0F0;
    background: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgb(254, 213, 109, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(253, 196, 10, 0) 100%);
    background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgb(254, 213, 109, 0) 100%);
    height: 140px;
}




body.archive.post-type-archive.post-type-archive-news #page {
    background-color: var(--stone);
}

section.news {
    padding: 70px 5%;
	background: var(--stone);
}

section.news > .text {
    max-width: 720px;
    margin-bottom: 50px;
}

section.news.dark > .text *{
    color:#fff;
}

section.news:not(.recent) .posts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.news:not(.recent) .posts a.post {
    width:calc(33.333% - 20px);
    margin: 0 10px 20px;
    transition: all 0.5s ease;
}


section.news .news-carousel {
	position: relative;
	margin-top: 40px;
	margin-bottom:40px;
}


section.news .news-carousel .glide__slide {
	flex-shrink: 0;
}


section.news .posts a.post {
    text-decoration:none;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
	display: flex;
	height: auto;
	text-decoration: none;
	background-color:#f8f8f8;
    border-radius: 20px;
    transition: all 0.5s ease;
}


section.news .posts a.post img {
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    object-fit: cover;
	background-color:#fff;
}

section.news .posts a.post .content {
    background: linear-gradient(
        0deg, 
        #A383DD 0%, 
        #E6DDF6 20%, 
        #FFFFFF 50%, 
        #FFFFFF 100%
    );
    background-size: 100% 200%;
    background-position: 0% 0%; 
    border-radius: 20px;
    width: 100%;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
    padding: 40px 25px 40px;
    position: relative;
    margin-top: -60px;
    transition: all 0.5s ease, background-position 0.5s ease;
}

section.news .posts a.post:hover .content {
    padding: 30px 25px 75px;
    margin-top: -90px;
    background-position: 0% 100%; 
    transition: all 0.5s ease;
}

section.news .posts a.post .content h3{
    color:var(--plum);
	font-family: var(--copy);
    font-weight: 500;
    font-size: 1.35em;
}

section.news .posts a.post .content p{
    font-size: 0.85em;
	margin-bottom:0;
}


section.news .posts a.post circle {
    background-color: var(--plum);
    height: 0;
    width: 0;
    padding: 0px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
	bottom:20px;
    transition: all 0.5s ease;
}

section.news .posts a.post:hover circle,
section.news .posts a.post:focus circle{
    background-color: var(--plum);
    height: 48px;
    width: 48px;
    padding: 5px;
    transition: all 0.5s ease;
}

section.news .posts a.post circle #arrow{
    height: 20px;
    width: 20px;
    transition: all 0.5s ease;
}

section.news .posts a.post span{
    display:none;
}

span#loading-icon {
    display: inline-block;
    width: 14px;
    margin-left: 5px;
}

span#loading-icon svg path {
    fill: #fff;
    transition: all 0.3s ease;
}

button:hover span#loading-icon svg path,
button:focus span#loading-icon svg path {
    fill: var(--plum);
    transition: all 0.3s ease;
}


section.testimonials{
    background: var(--stone);
	margin-top:50px;
    padding: 90px calc(5% - 20px) 70px 5%;
}

section.testimonials > .text {
    max-width: 720px;
    margin-bottom: 35px;
}


section.testimonials .testimonials-boxes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.testimonials .testimonials-boxes .testimonial {
    width: calc(33.33% - 20px);
    padding: 45px 40px 35px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin: 0 20px 20px 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    position: relative;
}

section.testimonials .testimonials-boxes .testimonial h4 {
    margin-bottom: 20px;
    font-family: var(--copy);
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.3em;
}

section.testimonials .testimonials-boxes .testimonial h4:before {
    content: "\0022";
    font-family: cursive;
    font-size: 1.8em;
    position: absolute;
    left: 16px;
    color: var(--purple);
}

section.testimonials .testimonials-boxes .testimonial h4:after {
    content: "\0022";
    font-family: cursive;
    font-size: 1.8em;
    position: absolute;
    margin-top: 20px;
    color: var(--purple);
    right: 24px;
}

section.testimonials .testimonials-boxes .testimonial p {
    font-size: 0.8em;
    margin-bottom: 0px;
    color: var(--plum);
}

section.testimonials .testimonials-boxes .testimonial p span{
    color: var(--purple);
}



body.page-template-tpl_join section.testimonials{
	background:transparent;
}






section.blog{	
    padding: 70px calc(10% - 25px) 50px 10%;
}

section.blog > .text {
    max-width: 520px;
    margin-bottom: 35px;
}


section.blog .posts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.blog .posts a.post {
    width: calc(33.333% - 25px);
    margin: 0 25px 35px 0;
    text-decoration:none;
    transition: transform 0.5s ease;
}

section.blog .posts a.post .content {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 30px 25px;
}

section.blog .posts a.post .content h3{
    color:var(--plum);
    transition: color 0.5s ease;
}

section.blog .posts a.post:hover .content h3,
section.blog .posts a.post:focus .content h3{
    color:var(--yellow);
    transition: color 0.5s ease;
}

section.blog .posts a.post .content p{
    font-size: 0.85em;
}



section.page-grid{
	padding: 70px 10%;
}


section.page-grid > .text {
    max-width: 720px;
    margin-bottom: 35px;
}


section.page-grid .text h2{
    color: var(--purple);
}

section.page-grid .grid {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap:wrap;
}

section.page-grid .grid .box {
    padding: 30px 35px 35px;
    background: #fff;
    border-radius: 24px;
    width: calc(33.333% - 25px);
    margin: 0 20px 25px 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	text-decoration:none;
}

section.page-grid.projects-partnerships .grid .box {
    padding: 0;
    width: 100%;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

section.page-grid.projects-partnerships .grid .box .image {
    width: 45%;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #fff;
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:center;
}

section.page-grid.projects-partnerships .grid .box .image img{
	max-width: 350px;
	max-height: 250px;
	width:auto;
    height: auto;
}

section.page-grid.projects-partnerships .grid .box .content {
    padding: 40px;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}




section.page-grid .grid .box h3{
    color: var(--plum);
	transition: color 0.3s ease;
}

section.page-grid .grid .box:hover h3,
section.page-grid .grid .box:focus h3{
    color: var(--purple);
	transition: color 0.3s ease;
}







section.comments {
    display:none;
}





section.team {
    padding: 70px 7.5% 35px;
	background: var(--stone);
}

section.team .team-boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

section.team .team-boxes h3 {
    width: 100%;
    text-align: center;
    color: var(--purple);
    margin-bottom: 20px;
	font-size:1.8em;
}

section.team .team-boxes .team-member {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.team .team-boxes .team-member h4{
    font-weight: 600;
}

section.team .team-boxes .team-member h5{
    font-family: var(--headings);
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
}

section.team .team-boxes .team-member p {
    font-size: 0.8em;
}


section.team .team-boxes .team-member .image {
    position: relative;
    width:95px;
}

section.team .team-boxes .team-member svg#linkedin {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3px;
    bottom:5px;
    background: #fff;
    border-radius: 100%;
}

section.team .team-boxes .team-member a svg#linkedin path{
    fill: var(--purple);
    cursor:pointer;
    transition: fill 0.5s ease;
}

section.team .team-boxes .team-member a:hover svg#linkedin path,
section.team .team-boxes .team-member a:focus svg#linkedin path{
    fill: var(--yellow);
    cursor:pointer;
    transition: fill 0.5s ease;
}


section.team .team-boxes .team-member .content {
    width: calc(100% - 115px);
}

section.team .team-boxes .team-member .content *{    
	font-family: var(--copy);
}

section.team .team-boxes .team-member .content .links {
    margin-top:10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.team .team-boxes .team-member .content .links a {
    text-decoration: none;
}

section.team .team-boxes .team-member .content .links a.email{
    color: var(--purple);    
    transition: color 0.5s ease;
}

section.team .team-boxes .team-member .content .links a.phone{
    color: var(--plum);
    transition: color 0.5s ease;
}

section.team .team-boxes .team-member .content .links a:hover,
section.team .team-boxes .team-member .content .links a:focus{
    color: var(--yellow);
    transition: all 0.5s ease;
}

section.team .team-boxes .team-member .content .links span {
    font-size: 1em;
    font-family: var(--copy);
	text-rendering:geometricprecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

section.team .team-boxes .team-member .content .links svg {
    width: 28px;
    margin-right: 8px;
    display: block;
    border-right: 1px solid var(--plum);
    padding-right: 8px;
    transition: fill 0.5s ease;
}

section.team .team-boxes .team-member .content .links a:hover svg path,
section.team .team-boxes .team-member .content .links a:focus svg path{
    fill: var(--yellow)!important;
    transition: fill 0.5s ease;
}



section.why-join {
    padding: 70px 10% 40px;
	margin-top:-20px;
	padding-top:110px;
	background: #F0F0F0;
	background: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#FDC40A", GradientType=0);
}

section.why-join.values{
	margin-top:-20px;
	padding-top:110px;
	background: #F0F0F0;
	background: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(244, 226, 165, 1) 50%, rgba(253, 196, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#FDC40A", GradientType=0);
}


section.why-join .text{
    max-width: 40%;
    margin-bottom: 50px;
}

section.why-join.values .text{
	margin-bottom:50px;
}

section.why-join .content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
	flex-wrap:wrap;
}

section.why-join .content .argument {
    width: calc(25% - 20px);
    margin: 0 20px 20px 0;
	position:relative;
}

section.why-join .content .argument:last-child{
    margin-right: 0;
}

section.why-join .content .argument img.icon{
    position: relative; 
	max-height: 55px;
    z-index: 5;
	left:0;
    margin-bottom: 25px;
}



section.why-join .content .argument h3 {
    color: var(--plum);
}

section.why-join.values .content .argument h3 {
    font-size: 2em;
    max-width: 150px;
	margin-bottom:25px;
}

section.why-join.values .content .argument p{
	border-top: 2px solid var(--yellow);
    padding-top: 25px;
}


section.why-join .content .argument:before {
    content: " ";
    width: 80px;
    height: 90px;
    position: absolute;
    background: var(--yellow);
    top: -10px;
    left: -10px;
    z-index: 1;
    border-radius: 500px;
    clip-path: ellipse(30% 50% at 50% 50%);
    transform: rotate(60deg);
}



section.banner {
    padding: 50px 15%;
    background: var(--plum);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

section.banner .text {
    max-width: calc(100% - 350px);
}

section.banner .text h3{
    font-size:1.8em;
	color: var(--purple);
}

section.banner .text p{
	color: #fff;
	margin-bottom:0;
}


section.banner.float{
    background:var(--stone);
	padding:70px 5%;
	display:block;
}

section.banner.float .inside{
    width: 100%;
    margin: 0;
    border-radius: 24px;
    padding: 50px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	background:var(--purple);
}

section.banner.float .inside .text{
	opacity:1;
    transform: none;
}


body.page-template-tpl_single-page section.banner {
    background: #fff;
}

body.page-template-tpl_single-page section.banner .text p{
    color:var(--plum);
}

body.page-template-tpl_single-page #page {
    background-color: var(--stone);
}


body.page-template-tpl_basic div#page {
    background-color: var(--stone);
}


/* ******************************************************
    Forms
*********************************************************/


.gform_wrapper form .gfield_label {
    color: var(--plum);
    font-family: var(--copy);
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
	font-size: 1.1em!important;
}

.gform_wrapper .gsection {
    margin: 20px 0;
}
.gform_wrapper .gsection h3{
	color: var(--purple);
}

.gform_wrapper .field_description_above .gsection_description {
    padding: 0!important;
}

.gform_wrapper form .gfield input,
.gform_wrapper form .gfield textarea{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 16px!important;
}

.gform_wrapper .field_sublabel_above .gfield_description {
    margin-top: 0!important;
}

.gform_wrapper form .gfield h5{
	color: var(--purple);
    font-size: 1em;
    font-family: var(--copy);
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

.gform_wrapper form .gfield.gfield--type-html{
	margin-top:10px;
}

.gform_wrapper form .gfield.gfield--type-html p{
    font-size: 0.8em;
	margin-bottom:0;
}


.gform_wrapper .gform_footer button, 
.gform_wrapper .gform_footer input, 
.gform_wrapper .gform_page_footer button, 
.gform_wrapper .gform_page_footer input{
	border-radius: 50px;
    border: 0;
    background: var(--plum);
    padding: 12px 24px;
    cursor: pointer;
    font-family: #fff;
    text-rendering: geometricPrecision;
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.1em;
	line-height:1em!important;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.gform_wrapper .gform_footer button:hover, 
.gform_wrapper .gform_footer input:hover, 
.gform_wrapper .gform_page_footer button:hover, 
.gform_wrapper .gform_page_footer input:hover{
    background: var(--yellow);
    color: var(--plum);
    transition: all 0.5s ease;
}




/* ******************************************************
    Posts
*********************************************************/

section a.back {
    font-size: 0.95em;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    color: var(--plum);
	cursor:pointer;
	width:fit-content;
	transition:all 0.3s ease;
}

section a.back:before {
    content: "< ";
}

section a.back:hover,
section a.back:focus{
    font-size: 0.95em;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    color: var(--purple);
	cursor:pointer;
	width:fit-content;
	transition:all 0.3s ease;
}


section:not(.top-news) a.back {
    color: #fff;
	transition:all 0.3s ease;
}


section:not(.top-news) a.back:hover,
section:not(.top-news) a.back:focus{
    color: var(--purple);
	transition:all 0.3s ease;
}



section.top-news{
	background-image:none;
	background: #F0F0F0;
	background: -webkit-linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(253, 196, 10, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(253, 196, 10, 1) 100%);
	background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(253, 196, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#FDC40A", GradientType=0);
}

section.top-news.top .text h1, section.top-news.top .text p{
	color:var(--plum);
}

section.top-news.top .text a{
	color:var(--plum);
}

section.top-news.top .text a:hover,
section.top-news.top .text a:focus{
	color:var(--plum);
	text-decoration:underline;
}

section.content .dropdowns.mentions ul li {
    width: 100%;
    margin: 0!important;
    border-radius: 0;
    box-shadow: none !important;
	border: 1px solid var(--plum);
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

section.content .dropdowns.mentions ul li:first-child {
    border-top: 1px solid;
}

section.content .dropdowns.mentions ul li h3,
section.content .dropdowns.mentions ul li input[type=checkbox]:checked ~ h3 {
	padding: 25px 75px 25px 0px;
    color: var(--plum);
}

section.content .dropdowns.mentions ul li input[type=checkbox]:checked ~ h3:before,
section.content .dropdowns.mentions ul li h3:before{
    display:none;
}

section.content .dropdowns.mentions ul li h3:after{
    transform: rotate(45deg);
    border: 3px solid;
    border-right: 0;
    border-bottom: 0;
    height: 18px;
    width: 18px;
    background: transparent;
	top:70px;
    transition: all 0.5s ease;
}

section.content .dropdowns.mentions ul li input[type=checkbox]:checked ~ h3:after { 
    border: 3px solid;
    border-right: 0;
    border-bottom: 0;
    height: 18px;
    width: 18px;
    background: transparent;
    transform: rotate(-135deg);
	top:70px;
    transition: all 0.5s ease;
}


section.content .dropdowns.mentions ul li h3 {
	font-size: 1.5em;
    line-height: 1.35em;
	font-family:var(--copy);
    font-weight: 600;
    color: var(--plum);
    transition: all 0.5s ease;
}

section.content .dropdowns.mentions ul li:hover h3,
section.content .dropdowns.mentions ul li:focus h3{
    color: var(--purple)!important;
    transition: all 0.5s ease;
}

section.content .dropdowns.mentions ul li span.date { 
    font-size: 0.5em;
    font-weight: 400;
    padding: 4px 12px 2px;
    line-height: 2em;
    border: 1px solid;
    border-radius: 24px;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
}

section.content .dropdowns.mentions ul li a{
	text-decoration:underline;
	color:var(--plum);
    transition: color 0.3s ease;
}

section.content .dropdowns.mentions ul li a:hover,
section.content .dropdowns.mentions ul li a:focus{
	text-decoration:underline;
	color:var(--purple);
    transition: color 0.3s ease;
}

section.content .dropdowns.mentions ul li a span.link {
    font-weight:600;
    margin-bottom: 2px;
    border-bottom: 1px solid;
    cursor: pointer;
    color: var(--plum);
    width: fit-content;
    transition: color 0.3s ease;
}

section.content .dropdowns.mentions ul li a:hover span.link,
section.content .dropdowns.mentions ul li a:focus span.link{
    font-weight:600;
    margin-bottom: 2px;
    border-bottom: 1px solid;
    cursor: pointer;
    color: var(--purple);
    width: fit-content;
    transition: color 0.3s ease;
}

section.content .dropdown-content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.75s ease, visibility 1s ease;
}

section.content .dropdown-content.show {
    max-height: 100%;
    overflow: auto;
    visibility: visible;
    transition: max-height 0.75s ease, visibility 1s ease;
}

section.content .dropdowns.mentions ul li input[type=checkbox]:checked ~ div.hide{
    padding: 0px 75px 0px 0;
    transition: all 0.5s ease;
}

section.content .dropdowns.mentions div.hide {
    padding: 0px 75px 25px 0;
    transition: all 0.5s ease;
}



body.news-template-default.single.single-news #page {
    background-color: var(--stone);
}


section.top-post {
    padding: 180px 15% 50px;
    background: var(--stone);
}


section.content p.date {
    position: absolute;
    left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    font-size: 0.95em;
}

section.content p.date svg{
	margin-right:15px;
}

section.content p.date span{
	margin-top: 2px;
}

section.content {
    padding: 70px 20%;
    background: var(--stone);
    position: relative;
}

body.single-news:not(.postid-1305) section.content{
	padding-bottom:0!important;
}

section.content p,
section.content li,
section.content table{
    font-weight:300;
}

section.content h2{
	color:var(--purple);
    margin: 0 0 10px 0;
}

section.content a{
	color:var(--plum);
	text-decoration:underline;
}

section.content ul,
section.content ol{
	margin:0 0 20px 15px;
}

section.content ul li{
	list-style-type:none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 8px;
}

section.content ul li:before {
    content: url(https://www.alltogethermoney.coop/wp-content/uploads/2026/03/arrow_atm.svg);
    width: 14px;
    height: auto;
    display: block;
    position: absolute;
    left: -17px;
    top: 2px;
}

section.content div.mentions ul li:before {
    display: none!important;
}
	
section.content ol li{
	list-style-type:numbers;
    margin-bottom: 8px;
}


section.content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
	margin-top:15px;
}

section.content td, section.content tr {
    border: 1px solid #ccc;
	padding:10px;
}

section.content img{
	border-radius:12px;
}

body.archive.post-type-archive-events #page,
body.single.single-events #page {
    background-color: var(--stone);
}

section.content .event-info {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	flex-wrap:wrap;
}

section.content .event-info .info {
    width: calc(50% - 10px);
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}




section.posts {
    padding: 50px 10% 50px;
}

section.posts > a{
	text-decoration:none;
}

section.posts a.post{
    text-decoration:none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 35px;
}

section.posts a.post h3{
	color:var(--plum);
	transition:color 0.3s ease;
}

section.posts a.post:hover h3,
section.posts a.post:focus h3{
	color:var(--purple);
	transition:color 0.3s ease;
}


section.posts img.logo {
    margin-right: 25px;
	width:150px;
}



section div.pagination {
    text-align: center;
	width:100%;
}

section div.pagination span, section div.pagination a {
    margin: 0 2px;
}


div.searchform {
	width:100%;
    padding: 15px;
    background: #f0f0f0;
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: center;
}

section.top .text.search{
	width:70%;
	padding-bottom:25px;
}

section.top .text.search a{
	color:var(--yellow);
}

body.page-template-tpl_contact section.top .text{
	width:70%;
	padding-top:0px;
	padding-bottom:0px;
}


body.page-id-10229 section.top .text{
	width:70%;
}

section.top .text.search:last-child p{
	margin-bottom:25px;
}

section.top .text.search form#searchform {
    background: transparent;
    padding: 0;
    text-align: left;
}

section.top .text.search form#searchform label{
	display:none;
}

section.top .text.search form#searchform input#s {
	width: 100%;
	max-width:420px;
}



section.contact {
    padding: 70px 12.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	background:var(--stone);
    margin-top: -20px;
    padding-top: 110px;
}


section.contact .form {
    width: 50%;
    max-width: 640px;
}

section.contact .details {
    width: 40%;
    max-width: 520px;
}

section.contact .details .box {
    padding: 30px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	border-radius:24px;
}

section.contact .details .box p {
    font-size: 0.95em;
}

section.contact .details .box a {
    font-size: 1em;
	text-decoration:none;
	color: var(--plum);
	font-weight:400;
	transition: color 0.3s ease;
}


section.contact .details .box a:hover,
section.contact .details .box a:focus{
	cursor:pointer;
	color: var(--yellow);
	transition: color 0.3s ease;
}



/* accordions areas */

.dropdowns{
    height: auto;
}

.dropdowns .transition,
.dropdowns p,
.dropdowns ul li i:before,
.dropdowns ul li i:after {
    transition: all 0.25s ease-in-out;
}

.dropdowns .flipIn, 
.dropdowns ul li {
    animation: flipdown 0.5s ease both;
}

.dropdowns .no-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdowns ul{
    width: 100%;
}

.dropdowns ul li h3{
    color: var(--purple);
    padding: 25px 75px 25px 30px;
	margin:0;
	text-align: left;
	position:relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover h3{
    color: var(--purple);
	transition: all 0.3s ease;
}

.dropdowns ul li h3:before{
	content:" ";
	position:absolute;
	width:4px;
	height:22px;
	background-color:var(--purple);
    right: 39px;
    top: 39px;
    transform: rotate(90deg);
	transition: all 0.3s ease;
}

.dropdowns ul li h3:after{
	content:" ";
	position:absolute;
    width: 22px;
    height: 4px;
    right: 30px;
    top: 48px;
	background-color:var(--purple);
	transition: all 0.3s ease;
}




.dropdowns ul li label {
    position: absolute;
    color: transparent;
}

.dropdowns div.hide {
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-size: 1.1em;
    transform: translate(0, 0);
    z-index: 2;
    text-align: left;
    margin: 0px;
    padding: 0px 30px 25px;
	transition: all 0.5s ease;
}

.dropdowns div.hide p{
	font-size:0.9em;
}



.dropdowns ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.dropdowns ul li {
    position: relative;
    margin: 0;
    width: calc(50% - 20px);
	margin:0 20px 20px 0!important;
	border:1px solid #f2f2f2;
	background:#fff;
    border-radius: 12px;
	list-style-type:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	transition:all 0.3s ease;
}


.dropdowns ul li h3 small {
    font-family: var(--headings);
    text-rendering: geometricPrecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
}

.dropdowns ul li:before{
	display:none;
}

.dropdowns ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
	opacity: 0;
	left:0;
}

.dropdowns ul li input[type=checkbox]:checked ~ div.hide {
    margin: 0;
    max-height: 0;
    opacity: 0;
    padding:0 20px;
    transform: translate(0%, 0%);
	transition: all 0.3s ease;
}



.dropdowns ul li input[type=checkbox]:checked ~ h3 {
    color: var(--plum);
	padding: 25px 75px 25px 30px;
	margin:0;
	position:relative;
	transition: all 0.3s ease;
}

.dropdowns ul li:hover input[type=checkbox]:checked ~ h3 {
    color: var(--purple);
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox]:checked ~ h3:before {
	content:" ";
	position:absolute;
    width: 4px;
    height: 22px;
    background-color: var(--purple);
    right: 39px;
    top: 39px;
    transform: rotate(0deg);
	transition: all 0.3s ease;
}

.dropdowns ul li input[type=checkbox]:checked ~ h3:after {
	content:" ";
	position:absolute;
    width: 22px;
    height: 4px;
    right: 30px;
    top: 48px;
	background-color:var(--purple);
	transition: all 0.3s ease;
}

.dropdowns ul li:hover input[type=checkbox]:checked ~ h3:before,
.dropdowns ul li:hover input[type=checkbox]:checked ~ h3:after{
	background-color:var(--purple);
	transition: all 0.3s ease;
}


/* End Accordion */


input.search-field {
    border-radius: 50px;
    padding: 10px 40px 10px 24px;
	min-width:300px;
	background-image: url(https://www.alltogethermoney.coop/wp-content/uploads/2026/02/AllTogetherMoney-_search_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 15px);
    font-family: var(--copy);
	text-rendering:geometricprecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
}

.search input[type="submit"] {
    border-radius: 50px;
    padding: 16px 40px;
	cursor:pointer;
	background: var(--yellow);
	margin-left:8px;
	transition: all 0.5s ease;
}

.search input[type="submit"]:hover {
    background: var(--plum);
	cursor:pointer;
    transition: all 0.5s ease;
}



body.post-type-archive-news .search input[type="submit"]:hover {
    background: var(--purple);
    transition: all 0.5s ease;
}



/* checkboxes styling */

.form div.gfield_consent_description {
    margin-bottom: 10px;
    padding: 0!important;
    border: 0!important;
}

.form [type="checkbox"]:not(:checked), 
.form [type="checkbox"]:checked {
  position: absolute!important;
  left: -9999px;
}

.form [type="checkbox"]:not(:checked) + label, 
.form [type="checkbox"]:checked + label {
  	position: relative!important;
  	padding-left: 25px!important;
  	cursor: pointer!important;
    font-family: var(--copy);
	text-rendering:geometricprecision;
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
}

.form [type="checkbox"]:not(:checked) + label:before, 
.form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background: #fff;
  padding: 2px;
}

.form [type="checkbox"]:not(:checked) + label:after, 
.form [type="checkbox"]:checked + label:after {
  	content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    top: 2px;
    left: 1px;
    border-top: 3px solid var(--purple);
    border-right: 3px solid var(--purple);
    transform: rotate(135deg)!important;
    transition: all .2s;
}

/* checked mark aspect changes */
.form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.form [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.form [type="checkbox"]:disabled:not(:checked) + label:before,
.form [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.form [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.form [type="checkbox"]:disabled + label {
  color: #aaa;
}



/* ******************************************************
    New - Member Benefits Sub Page Template
*********************************************************/


section.top.gradient {
    background-image: none;
	background: #F0F0F0;
	background: -webkit-linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
	background: linear-gradient(180deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#A383DD", GradientType=0);
	overflow:hidden;
}


section.top.gradient img.icon{
	margin-bottom:20px;
}

section.top.gradient .text,
section.top.gradient .media{
	position:relative;
	z-index:5;
}

section.top.gradient .text h1,
section.top.gradient .text p{
	color:var(--plum);
}


section.top.gradient:before {
    content: " ";
    width: 100%;
    height: 200%;
    position: absolute;
    background: #F0F0F0;
    background: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
    background: linear-gradient(0deg, rgba(240, 240, 240, 1) 0%, rgba(163, 131, 221, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F0F0F0", endColorstr="#A383DD", GradientType=0);
    top: -25%;
    right: -30%;
    z-index: 1;
    clip-path: ellipse(30% 50% at 50% 50%);
    transform: rotate(45deg);
}


section.why-join.values.benefits.flexible{
	margin-top:-20px;
}

section.why-join.values.benefits.flexible .text{
	margin-top:20px;
	margin-bottom:50px;
}

section.why-join.values.benefits.flexible .content .argument img.icon {
    max-height: 55px;
	position:relative;
    z-index: 5;
    margin-bottom: 25px;
}

section.why-join.values.benefits.flexible .content .argument {    
    position: relative;
}

section.why-join.values.benefits.flexible .content .argument:before {    
	content: " ";
    width: 80px;
    height: 90px;
    position: absolute;
    background: var(--yellow);
    top: -10px;
    left: -10px;
    z-index: 1;
    border-radius: 500px;
    clip-path: ellipse(30% 50% at 50% 50%);
    transform: rotate(60deg);
}


section.why-join.values.benefits.flexible .content .argument h3 {
    font-size: 2em;
    max-width: 100%;
    margin-bottom: 15px;
	font-family:var(--copy);
    font-weight: 600;
    font-size: 1.25em;
}

section.why-join.values.benefits.flexible .content .argument p {
    border-top: 0px;
    padding-top: 0px;
    font-size: 0.95em;
}

section.why-join.values.benefits.flexible .content .argument a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

section.why-join.values.benefits.flexible .content .argument a span {
    font-family: var(--copy);
    font-weight: 500;
    color: var(--plum);
    text-decoration: none;
    transition: all 0.3s ease;
}

section.why-join.values.benefits.flexible .content .argument a:hover span,
section.why-join.values.benefits.flexible .content .argument a:focus span{
    font-family: var(--copy);
    font-weight: 500;
    color: var(--purple);
    text-decoration: none;
	cursor:pointer;
    transition: all 0.3s ease;
}


section.why-join.values.benefits.flexible .content .argument a svg {
    width:12px;
	margin-left:10px;
}


section.why-join.values.benefits.flexible .content .argument a:hover svg path,
section.why-join.values.benefits.flexible .content .argument a:focus svg path{
    fill:var(--purple)!important;
    transition: all 0.3s ease;
}



section.related-links.flexible{
	background:var(--stone);
}

section.related-links.flexible .text{
	max-width:720px;
	margin-bottom:35px;
}

section.related-links.flexible .cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.related-links.flexible .cards a.card {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
    border-radius: 20px;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
	text-decoration:none;
	position:relative;
	background: linear-gradient(0deg, #fdc509 10%, #FFFFFF 45%, #FFFFFF 100%);
    background-size: 100% 200%;
    background-position: 0% 0%;
	transform:translateY(0px);
	transition: all 0.5s ease;
}

section.related-links.flexible .cards a.card .link{
	display:none;
}

section.related-links.flexible .cards a.card:not(.app):hover h3,
section.related-links.flexible .cards a.card:not(.app):focus h3{
	color:var(--plum);
	transition: all 0.5s ease;
}

section.related-links.flexible .cards a.card:not(.app):hover,
section.related-links.flexible .cards a.card:not(.app):focus{
	transform:translateY(-10px)!important;
	background-position: 0% 50%;
	transition: all 0.5s ease;
}

section.related-links.flexible .cards a.card svg#mask {
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	width:100%;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}


section.related-links.flexible .cards a.card:not(.app) img.image {
    margin-bottom: 35px;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	object-fit:cover;
	width:100%;
	position:relative;
	z-index:1;
    aspect-ratio: 10 / 5.9;
}


section.related-links.flexible .cards a.card:not(.app) .content {
    padding: 0 35px 30px;
}

section.related-links.flexible .cards a.card:not(.app) .content h3{
    font-family:var(--copy);
	font-weight:600;
	transition: all 0.5s ease;
}



section.related-links.flexible .cards a.app.card{
	width:100%;
    flex-direction: row;
    display: flex;
    background: var(--plum);
	border-radius:20px;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.05);
}

section.related-links.flexible .cards a.card.app img.image {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    object-fit: cover;
    width: 50%;
	height:100%;
}

section.related-links.flexible .cards a.card.app .content {
    padding: 35px 100px 35px 35px;
	background-image: url(https://www.alltogethermoney.coop/wp-content/uploads/2026/02/AllTogetherMoney_FooterBackground.png);
    background-position: center;
    background-size: 200%;
    background-repeat: no-repeat;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	border-radius: 20px;
}

section.related-links.flexible .cards a.card.app .content h2,
section.related-links.flexible .cards a.card.app .content p,
section.related-links.flexible .cards a.card.app .content span{
    color: #fff;
    transition: all 0.3s ease;
}

section.related-links.flexible .cards a.card.app .content h2{
	font-size:2.5em;
    margin-bottom:100px;
}

section.related-links.flexible .cards a.card.app .content span{
   font-weight:600;
}

section.related-links.flexible .cards a.app.card:hover span,
section.related-links.flexible .cards a.app.card:focus span{
    color:var(--purple)!important;
    transition: all 0.3s ease;
}


section.related-links.flexible .cards a.card.app svg {
    width:12px;
	margin-left:10px;
    transition: all 0.3s ease;
}


section.related-links.flexible .cards a.app.card:hover svg path,
section.related-links.flexible .cards a.app.card:focus svg path{
    fill:var(--purple)!important;
    transition: all 0.3s ease;
}


section.why-us.two.flexible {
    position: relative;
    padding: 70px 5% 35px;
}

section.why-us.two.flexible .text.centred {
    margin: 0 auto 35px;
}

section.why-us.two.flexible .why-icons.two {
	background-image: url(https://www.alltogethermoney.coop/wp-content/uploads/2026/02/AllTogetherMoney_PurpleRing_Background.svg);
    background-size: contain;
    padding: 120px 0;
}


section.why-us.two.flexible .why-icons.two .icon-text:not(:nth-child(2)),
section.why-us.two.flexible .why-icons.two .icon-text{
    margin-top: 0px;
}

section.why-us.two.flexible .why-icons.two .icon-text:nth-child(2){
    margin-top: 50px;
    margin-left: 400px;
}

section.why-us.two.flexible .card {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 160px);
    width: 320px;
}

section.why-us.two.flexible .card h4{
	font-family: var(--copy);
    font-weight: 500;
    font-size: 1.75em;
    margin-bottom: 20px;
}



@media screen and (max-width:1024px){
	
	section.top.gradient:before {
		content: " ";
		width: 200%;
		height: 200%;
		top: -50%;
		right: -100%;
	}
		
	
}

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

	section.top.gradient:before {
        content: " ";
        width: 250%;
        height: 200%;
        top: -25%;
        right: -150%;
    }

}


/* ******************************************************
    Flexible Template
*********************************************************/

section.ctas.flexible,
section.image-text.flexible,
section.why-join.values.flexible,
section.text-image.flexible,
section.content.flexible{	
    padding: 70px 10%;    
	margin-top: 0px;
}

section.related-links.flexible{	
    padding: 70px 5%;    
	margin-top: 0px;
}

section.banner-block.flexible {
    padding: 70px 5%;
    text-align: center;
}

section.banner-block.flexible .main-text {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--plum);
    padding: 60px 45px;
    border-radius: 24px;
}

section.banner-block.flexible .main-text h2{
	color:#fff;
}

section.banner-block.flexible .main-text p{
	color:#fff;
	max-width:768px;
	margin:0 auto 20px;
}



/* ******************************************************
    Footer
*********************************************************/

footer#colophon{
    margin-top: -15px;
    padding: 50px 5% 30px;
    background-color: var(--plum);
    width: 100%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

footer#colophon .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom:60px;
}

footer#colophon .top .right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - 350px);
}

footer#colophon .top .right h4 {
    margin-right: 30px;
    font-family: var(--copy);
    color: #fff;
}


footer#colophon .widgets{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

footer#colophon .widget {
    margin: 0;
    padding: 0 30px 0 0;
    width: fit-content;
}

footer#colophon section#text-6 .textwidget{
    border-left: 2px solid var(--purple);
    border-right: 2px solid var(--purple);
    padding: 0 30px;
}

footer#colophon .widget:last-child {
    padding: 0;
}

footer#colophon .widget-title {
    color: var(--plum);
	margin-bottom: 15px;
}

footer#colophon section#text-2 .widget-title {
    color: var(--purple);
}

footer#colophon section#custom_html-3 {
    padding: 0;
    width: calc(100% - 840px);
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

footer#colophon section#custom_html-3 a {
    display: block;
    position: relative;
    margin-right: 14px;
	font-size:16px;
}

footer#colophon section#custom_html-3 a:first-child{
    margin-bottom: 8px;
}

footer#colophon section#custom_html-3 a:after {
    content: " ";
    width: 7px;
    height: 7px;
    position: absolute;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg);
    right: -12px;
    top: 9px;
    transition: all 0.3s ease;
}


footer#colophon section#text-3 {
    margin: 50px 0;
    max-width: 740px;
}

footer#colophon section#text-3 p{
	margin-bottom:0;
}

footer#colophon section#custom_html-4 {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}

footer#colophon section#custom_html-4 a:first-child img{
	margin-right:4px;
}

footer#colophon section#custom_html-4 a img {
    background: transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
}

footer#colophon section#custom_html-4 a:hover img,
footer#colophon section#custom_html-4 a:focus img{
    background: var(--yellow);
    border-radius: 5px;
    transition: all 0.3s ease;
}


footer#colophon section#custom_html-5 {
    max-width: calc(100% - 100px);
}

footer#colophon section#custom_html-5 .textwidget {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer#colophon section#custom_html-5 img.alignleft {
    margin: 0 15px 0 0;
}

footer#colophon section#text-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

footer#colophon section#text-7 p{
	margin-bottom:0;
}



footer#colophon ul li{
    list-style-type:none;
    margin-bottom: 0px;
}

footer#colophon a{
    text-decoration:none;
}

footer#colophon a,
footer#colophon .widget p,
footer#colophon .widget li{
    color:#fff;
    text-rendering: geometricPrecision;
    font-size: 14px;
    transition:all 0.3s ease;
}

footer#colophon section#custom_html-5 .textwidget p{
    color:#fff;
    font-size: 12px;
	margin-bottom:0;
    opacity: 0.6;
	max-width: calc(100% - 150px);
    text-rendering: geometricPrecision;
    transition:all 0.3s ease;
}

footer#colophon .widget ul{
    margin:0;
    column-count:2;
    column-gap:40px;
}

footer#colophon a:hover,
footer#colophon a:focus{
    color:var(--yellow)!important;
    transition:all 0.3s ease;
}



/* ******************************************************
    Animations
*********************************************************/



section.background-animation {
	background-color: rgb(162 131 221 / 70%);
	transition: background-color 0.5s ease;
    margin-top: -20px;
}

section.background-animation > section {
	position: relative;
}


section.background-animation.join-us {
	background-color: #fff;
	transition: background-color 0.5s ease;
    margin-top: -20px;
}


body section.top .text h1{
    opacity: 0;
    transform: translateY(30px);
}

body section.top span.login{
    opacity: 0;
    transform: translateY(30px);
}

body section.top .text p:not(#breadcrumbs){
    opacity: 0;
    transform: translateY(30px);
}

body section p#breadcrumbs, body section a.back{
    opacity: 0;
}

body section.top .marquee-container{
    opacity: 0;
}

body section.top button{
    opacity: 0;
}

body section:not(.top) .text:not(.centred){
    opacity: 0;
    transform: translateY(30px);
}

body section.main-content .content .text{
    opacity: 0;
    transform: translateY(30px);
}

body section:not(.top) .text.centred{
    opacity: 0;
    transform: translateY(30px);
}


body section:not(.top) .main-text{
    opacity: 0;
    transform: translateY(30px);
}


body section.why-us .why-icons .icon-text{
    opacity: 0;
    transform: translateY(30px);
}


body section.main-content .content h2{
    opacity: 0;
    transform: translateY(30px);
}

body section.highlight .content{
    opacity: 0;
}


body section.top form.search-form{	
    opacity: 0;
}



/* ******************************************************
    Media Queries
*********************************************************/

@media screen and (min-width:1800px){
    
	header#masthead {    
		left: calc(50% - 810px);
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 1620px;
		left: calc(50% - 810px);
	} 
	
	div#page a.app-link.link {
		right: calc(50% - 750px);
	}
	
	section.news .posts a.post img{
		height:300px;
	}

}


@media screen and (max-width:1440px){
    
	div#page a.app-link.link {
		right: calc(5% - -25px);
	}
	
    header#masthead {
        width: 95%;
        padding-left: 3%;
        padding-right: 3%;
        left: 2.5%;
    }


    header#masthead .main-navigation ul li {
        margin: 0 10px;
    }

    header#masthead .main-navigation ul li a {
        font-size: 0.95em;
    }


	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		width: 95%;
		left: 2.5%;
	} 
	
  	section.top .text {
    	padding: 50px 30px 50px 5%;
	}


    section.ctas {
        padding: 60px 5%;
    }
	   
	
	section.image-text, section.text-image {
		padding: 70px 5%;
	}


    section.why-us {
        padding: 90px 5%;
    }

	
	section.content p.date {
    	position: static;
    	margin-bottom: 20px;
	}
	
	
	
	
	body.page-template-tpl_join section.main-content{
        padding: 90px 5% 40px;
	}
	
    section.main-content {
        padding: 70px 5%;
    }


    section.highlight {
        padding: 50px 5%;
    }


    section.testimonials {
        background: #fff;
        padding: 70px calc(5% - 20px) 70px 5%;
    }

	
	
	section.page-grid{
		padding: 70px calc(5% - 25px) 70px 5%;
	}

	
	
	
	section.why-join {
		padding: 70px 5%;
	}
	
	section.why-join.values {
		padding: 90px 5% 0;
	}
	
	section.banner {
		padding: 40px 10%;
	}
	
	
	section.vacancies {
    	padding: 70px 5%;
	}

	
	 section.blog {
        padding: 70px calc(5% - 25px) 50px 5%;
    }

    section.team .team-boxes .team-member {
        width: calc(50% - 20px);
    }


	section.ctas.flexible,
	section.image-text.flexible,
	section.why-join.values.flexible,
	section.text-image.flexible,
	section.content.flexible,
	section.related-links.flexible{	
		padding: 70px 5%;  
	}
	
	
	
	footer#colophon{
    	padding: 50px 5% 30px;
	}
	
	
}





@media screen and (max-width:1220px){
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    	padding: 0px 10px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 20px 2.5%;
	}
	
	
	section.top {
        padding-top: 160px;
		background-size:cover;
    }

	section.top .headings {
		margin-top: 10px;
	}

	section.ctas {
        padding: 60px 5% 0;
        flex-wrap: wrap;
        justify-content: center;
    }
	
	section.ctas a {
    	width: calc(40% - 40px);
		margin: 0 20px 25px;
	}
	
	section.why-us {
        padding: 70px 5%;
    }
	
	section .text.centred {
    	margin: 0 auto 50px;
	}
	
	section.why-us .why-icons .icon-text {
    	width: calc(33.333% - 20px);
    	padding: 35px 20px 40px;
		margin: 20px 10px;
	}
	
	
	section.content {
		padding: 70px 15%;
	}
	
	footer#colophon section#text-3{
		max-width:700px;
	}
	
	footer#colophon section#text-2, footer#colophon section#text-6, footer#colophon section#text-5 {
    	width: 33.333%;
	}
	
	footer#colophon section#custom_html-3 {
    	width: 100%;
    	margin: 20px 0 0 0;
	}
	
	footer#colophon section#custom_html-3 .textwidget.custom-html-widget {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	
	footer#colophon section#custom_html-3 a:first-child {
    	margin-right: 50px;
	}
	
	footer#colophon section#text-3 {
    	margin: 30px 0 40px;
	}
	
	footer#colophon section#custom_html-4 {
		margin: 30px 0 40px;
	}
	

}



@media screen and (max-width:1140px){
    
	header#masthead a.custom-logo-link img.custom-logo {
		width: 170px;
		height: 45px;
	}
	
	header#masthead .main-navigation ul li {
        margin: 0 8px;
    }
	
	header#masthead .main-navigation ul li a {
        font-size: 0.9em;
    }
	
	header#masthead .main-navigation ul li ul li a, header#masthead .main-navigation ul li:hover ul li a, header#masthead .main-navigation ul li:focus ul li a{
        font-size: 0.9em;
	}
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 8px;
		font-size: 14px;
	}	
	
	section.top .text.search{
		width:75%;
	}	

		
	section.why-us.two.flexible .why-icons.two{
		background-image:none;
	}

	
	
	
	section.why-join.values.benefits.flexible .content .argument {
		width: calc(50% - 30px);
    	margin: 0 30px 40px 0;
	}
	
	section.why-join.values.benefits.flexible .content{
		flex-wrap:wrap;
	}
	
	section.related-links.flexible .cards a.card:not(.app) .content {
    	padding: 0 25px 20px;
	}
	
	section.related-links.flexible .cards a.card.app .content h2 {
    	margin-bottom: 70px;
	}
	
	
	section.why-us.two.flexible .card {
		position: static;
		top: calc(50% - 25px);
		left: calc(50% - 160px);
		width: 320px;
		text-align: center;
		margin: 0 auto;
	}
	
	section.why-us.two.flexible .why-icons.two .icon-text:nth-child(2) {
		margin-left: 20px;
	}
	
	section.why-us.two.flexible .why-icons.two {
		padding: 60px 0;
	}
	
	section.why-us.two.flexible .why-icons .icon-text {
		width: calc(50% - 20px);
	}
	

}	



@media screen and (max-width:1024px){
    
	div#page a.app-link.link{
		display:none;
	}
	
	header#masthead{
		top:20px!important;
    	height: 70px;
	}
	
	header#masthead a.custom-logo-link img.custom-logo {
		width: 180px;
		height: 47px;
	}
	
    header#masthead ul li.mobile-only {
        display: block!important;
    }

	header#masthead #site-navigation ul li.link-only {
    	font-size: 1.2em;
    	margin-top: 20px;
        position: relative;
		max-width: calc(100% - 20px);
	}
	
	header#masthead #site-navigation ul li.link-only a:after {
		content: " ";
		width: 7px;
		height: 7px;
		position: absolute;
		border: 1px solid;
		border-bottom: 0;
		border-left: 0;
		transform: rotate(45deg);
		right: -12px;
		top: 8px;
		transition: all 0.3s ease;
	}
	
	
    header#masthead {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        left: 5%;
        padding-right: 100px;
		border-radius:40px!important;
        justify-content: flex-end;
    }


    header#masthead .site-branding {
        position: fixed;
        left: 10%;
    }


    header#masthead .main-navigation ul li a {
        font-size:1em;
    }

	header#masthead div.menu-header-menu-container{
    	display:flex;
	}

	header#masthead #site-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead #site-navigation {
        display: flex;
        width: 90px;
        position: fixed;
        right: calc(5% + 20px);
        height:90px;
        background-color: transparent;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
    }
   
    
    header.active #site-navigation button:hover div,
	header.active #site-navigation button:focus div{
        background-color:var(--yellow)!important;
        transition: all 0.3s ease;
    }

	
	header#masthead .ctas {
    	margin-left: 0px;
	}
	
	
	header#masthead #site-navigation ul li.button.mobile-only{
		display:none!important;
	}
	
	header#masthead #site-navigation ul li.button {
		padding: 12px 24px 10px;
		background: var(--plum);
		border-radius: 50px;
		text-align: center;
		cursor:pointer;
        transition: all 0.3s ease;
	}
	
	header#masthead #site-navigation ul li.button:hover,
	header#masthead #site-navigation ul li.button:focus{
		padding: 12px 24px 10px;
		background: var(--yellow);
		border-radius: 50px;
		text-align: center;
		cursor:pointer;
        transition: all 0.3s ease;
	}	

	header#masthead #site-navigation ul li.button a{
		color:#fff;
        font-size: 22px !important;
        transition: all 0.3s ease;
	}	

	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated:after {
			content: "Menu";
			position: absolute;
			text-transform: uppercase;
			bottom: -33px;
			font-weight: 600;
			font-family: var(--copy);
	}	
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    	margin-top: -13px;
	}
	
	
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
        display: none !important;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 18px;
        padding: 0px;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
		width:100%;
		position:static;       
        padding: 0;
        background: #fff;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
		padding: 0 20px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		font-size: 17px;
		padding: 0;
		line-height: 45px;
	}	

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
		font-size: 17px;
		padding: 10px 0px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    	padding: 5px 0;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a{
    	font-size: 17px;
		font-weight:300!important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
		color:var(--plum)!important;
	}
	
	
	section.top {
    	background-size: cover;
	}
		
	section.top .text {
        padding: 0 5% 50px;
        width: 100%!important;
    }
	
    section.top .media {
		width: 100%;
		margin: 0 5%;
	}

	body.home section.top .media{
		margin-bottom:50px;
	}
	
	section.ctas a {
		width: calc(50% - 40px);
	}
	
	
	section.image-text {
        padding: 60px 5%;
        flex-direction: column-reverse;
    }
	
	section.text-image {
        padding: 60px 5%;
        flex-direction: column;
    }
	
	
    section.image-text .image, section.text-image .image {
        width: 100%;
		margin:0;
    }

	
    section.image-text .main-text, section.text-image .main-text {
        width: 100%;
		padding: 0 0 40px 0%;
    }


    section.why-us .why-icons{
        flex-wrap: wrap;
    }

    section.why-us .why-icons .icon-text, 
	section.why-us .why-icons .icon-text:hover,
	section.why-us .why-icons .icon-text:focus{
        width: calc(50% - 20px);
		transform: translateY(0px)!important;
        margin: 0px 10px 30px 10px !important;
    }
	
	
	section.why-us {
        padding: 60px 5%;
    }
	

    section.news:not(.carousel) .posts a.post {
        width: calc(50% - 25px);
        margin: 0 25px 35px 0!important;
    }

	section.news .posts a.post:hover .content, section.news .posts a.post:focus .content {
		padding: 40px 25px 40px;
		margin-top: -60px;
		background-position: 0% 0%;
	}
	
	section.news .posts a.post span {
		display: block;
	}

	section.news .posts a.post .content {
    	padding: 40px 25px;
    	margin-top: -60px;
	}
	
	section.news.recent .posts a.post:hover .content {
		padding: 40px 25px;
    	margin-top: -60px;
	}
	
	section.news .posts a.post circle,
	section.news .posts a.post:hover circle, 
	section.news .posts a.post:focus circle {
		background-color: transparent;
		height: 25px;
		width: 25px;
		padding: 5px;
		transition: all 0.5s ease;
	}
	
	section.news .posts a.post circle svg path {
    	fill: var(--plum);
	}
	
	section.news .posts a.post .content p{
		margin-bottom:20px;
	}
	
    section.testimonials .testimonials-boxes .testimonial {
        width: calc(50% - 20px);
    }


    section.main-content {
        padding: 50px 5% ;
    }
	
	section.why-join {
    	padding: 70px 5% 50px;
	}


    section.team .team-boxes .team-member {
        flex-direction: column;
    }

    section.team .team-boxes .team-member .image{
        margin-bottom: 20px;
    }

    section.team .team-boxes .team-member .content {
        width: 100%;
    }
	
	
	section.contact {
    	padding: 70px 10%;
	}	

   
	
	section.why-join .text {
    	max-width: 520px;
	}

	section.why-join .content {
		flex-wrap:wrap;
	}
	
	section.why-join .content .argument {
		width: calc(50% - 20px);
	}
	
	
	section.banner {
    	padding: 35px 5%;
	}

	
	section.content {
		padding: 50px 10%;
	}
	
	section.page-grid .grid .box {
    	width: calc(50% - 25px);
	}
	
	
	section.page-grid.projects-partnerships .grid .box{		
    	flex-direction: column;
	}

	section.page-grid.projects-partnerships .grid .box .image {
    	width: 100%;
    	border-top-right-radius: 24px;
    	border-top-left-radius: 24px;
		border-bottom-right-radius: 0;
    	padding: 50px 20px 10px;
	}
	
	section.page-grid.projects-partnerships .grid .box .content {
   	 	width: 100%;
	}
	
	
	
	section.contact {
    	padding: 70px 5%;
	}
	
	
	section.related-links.flexible .cards a.card:not(.app) {
    	width: 100%;
		margin: 0 0px 20px 0;
		background: #FFFFFF!important;
	}
	
	section.related-links.flexible .cards a.app.card{
		margin: 0 0 20px;
	}

	section.related-links.flexible .cards a.card .link{
		display:block;
	}
	
	section.related-links.flexible .cards a.card:hover span.link, section.related-links.flexible .cards a.card:focus span.link {
		color: var(--yellow);
		transition: color 0.5s ease;
	}

	section.related-links.flexible .cards a.app.card {
		flex-direction: column;
		border-radius: 20px;
	}
	
	section.related-links.flexible .cards a.card.app img.image {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 20px;
		width: 100%;
		height: auto;
		max-height:250px;
	}
	
	section.why-us.two.flexible {
    	padding: 50px 5% 35px;
	}
	
	section.why-us.two.flexible .text.centred {
		margin: 0 auto;
	}
	
	section.ctas.flexible,
	section.image-text.flexible,
	section.why-join.values.flexible,
	section.text-image.flexible,
	section.content.flexible,
	section.related-links.flexible{	
		padding: 50px 5%; 
	}	
	
	section.banner-block.flexible {
		padding: 50px 5%;
	}

	section.banner-block.flexible .main-text {
		padding: 50px 20px;
	}
	
	
	footer#colophon{
		background-size:cover;
	}
	
	footer#colophon .top .right {
    	flex-direction: column;
    	justify-content: flex-end;
    	align-items: flex-end;
    	flex-wrap: wrap;
	}
	
	footer#colophon .top .right h4 {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	footer#colophon section#text-5 {
		padding-right: 0;
	}

}


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

	.dropdowns ul li {
    	width: 100%;
		margin: 0 0px 20px 0!important;
	}
	
	
	
	section.contact {
    	display:block;
    	padding: 50px 5%;
		padding-top:70px;
	}
	
	section.contact .form{
		width:100%;
		max-width:640px;
		margin: 0 auto 35px;
	}
	
	section.contact .details{
		width:100%;
		max-width:640px;
		margin: 0 auto;
	}	
		
	
	footer#colophon .top a img {
    	width: 250px;
	}
	
	footer#colophon{
		background-size: cover;
	}
	
	footer#colophon section#text-3 {
    	max-width: calc(100% - 80px);
	}
	
	footer#colophon .top .right {
    	max-width: calc(100% - 270px);
	}
	
}




@media screen and (max-width:768px){
 
	section.top{	
		padding-top: 140px;
	}
	
    section.main-content .content h2 {
        max-width: 520px;
    }

    section.main-content .content .text {
        display: block;
    }

    section.main-content .content .text > div {
        width: 100%;
    }
    

    section.team .team-boxes .team-member {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 420px;
    }

	
	
	section.banner .text {
    	max-width: 100%;
    	margin-bottom: 15px;
	}
	

	section.posts {
    	padding: 50px 5%;
	}
	
	section.posts a{
		flex-direction:column;
	}
	
	section.posts img.logo {
    	display:none;
	}
	
	section.posts a{
		padding:20px;
		background:#f0f0f0;
		border-radius:4px;
	}
	
	
	section.top-post {
    	padding: 180px 5% 50px;
	}
	
	section.content {
    	padding: 50px 5%;
	}
	
	
	
	section.content .event-info .info {
    	width: 100%;
		margin-bottom:20px;
	}
	
	
	section.news:not(.carousel) .posts a.post {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }	
	
	footer#colophon .top {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 0px;
	}


	
	footer#colophon .top .right {
    	max-width: 300px;
    	display: block;
    	margin-top: 40px;
	}
	
	footer#colophon .top .right h4 {
        margin-bottom: 20px;
    }
	
	
	footer#colophon section#text-2, footer#colophon section#text-6, footer#colophon section#text-5 {
        width: 100%;
        padding: 0;
    }
	
	
	footer#colophon .widget-title{
		display:none;
	}
	
	footer#colophon section#text-2 .widget-title{
		display:block;
	}
	
	footer#colophon section#text-6 .textwidget {
		border-left: 0;
		border-right: 0;
		padding: 0;
	}
	
	
	
	footer#colophon .widgets {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(8, auto);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	footer#colophon .widgets section#text-2 { grid-area: 2 / 1 / 3 / 2; }
	footer#colophon .widgets section#text-6 { grid-area: 3 / 1 / 4 / 2; margin: 10px 0; }
	footer#colophon .widgets section#text-5 { grid-area: 4 / 1 / 5 / 2; }
	footer#colophon .widgets section#custom_html-3 { grid-area: 1 / 1 / 2 / 2; }
	footer#colophon .widgets section#text-3 { grid-area: 6 / 1 / 7 / 2; max-width: 100%; padding: 0; margin: 20px 0 25px;}
	footer#colophon .widgets section#custom_html-4 { grid-area: 5 / 1 / 6 / 2; display: block; margin: 40px 0 0 0; }
	
	footer#colophon .widgets section#text-7 { 
		grid-area: 7 / 1 / 8 / 2; 
		display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        margin-top: 25px;
        height: 0; 
        position: relative;
        z-index: 999;
	}
	
	footer#colophon .widgets section#custom_html-5 { 
		grid-area: 8 / 1 / 9 / 2;
		position: relative;
        margin-top: -30px;
	}

	
	footer#colophon section#custom_html-3 .textwidget.custom-html-widget {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 50px;
    }
	
	footer#colophon section#custom_html-3 a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
	
	footer#colophon .widgets section#custom_html-4 .textwidget.custom-html-widget {
    	margin-left: 90px;
	}
	
	footer#colophon .widgets section#custom_html-4 .textwidget.custom-html-widget:before {
		content: "Follow us";
		color: #fff;
		font-size: 15px; 
    	position: absolute;
    	left: 5%;
    	margin-top: 2px;
	}
	
	footer#colophon section#text-3 p {
		font-size: 12px;
	}
	
	footer#colophon section#custom_html-5 {
    	max-width: 100%;
    	padding: 0;
	}
	
	footer#colophon section#custom_html-5 .textwidget {
		display: block;
	}
	
	footer#colophon section#custom_html-5 a {
		display: block;
        width: fit-content;
	}
	
	footer#colophon section#custom_html-5 img.alignleft {
		margin: 0 15px 15px 0;
		float: none;
	}
	
	footer#colophon section#custom_html-5 .textwidget p{
		max-width:100%;
	}
	
	footer#colophon section#text-7 a {
		margin-right: 20px;
	}
	
	footer#colophon section#text-7 a:after {
		content: "";
		width: 10px;
		height: 10px;
		background-image: url(https://www.alltogethermoney.coop/wp-content/uploads/2026/02/arrow.svg);
		position: absolute;
		top: -14px;
    	right: 0px;
	}
	
}





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

	header#masthead #site-navigation {
        width: 70px;
        height: 70px;
    }
	
	header#masthead {
        padding-right: 90px;
    }
	
	header#masthead #site-navigation ul li.button {
		width: 100%;
	}
	
	
	a button span {
    	font-size: 1.1em;
	}
	
    section.ctas a {
        width: 100%;
    }

	
	section .text.centred {
        margin: 0 auto 30px;
        text-align: left;
    }
	
	section .text.centred p{
        text-align: left;
    	margin: 0 0 20px;
    }
		
	
    section.why-us {
        padding: 50px 5% 30px;
    }

	section.why-us .why-icons .icon-text {
        width: 100%!important;
		margin: 0 0 30px!important;
		max-width: 420px!important;
	}
	
	section.why-us .why-icons .icon-text a button {
    	padding: 12px 16px;
	}
	
	section.why-us .why-icons .icon-text p{		
        max-width: 100%!important;
    	font-size: 1em;
	}
	
	section.why-us .why-icons .icon-text, section.why-us .why-icons .icon-text:hover, section.why-us .why-icons .icon-text:focus {
        margin: 0px 0px 30px 0px !important;
    }
	
    section.news {
        padding: 70px 5%;
    }

	
	

    section.testimonials {
        padding: 50px calc(5% - 20px) 40px 5%;
    }

    section.testimonials .testimonials-boxes .testimonial {
        width: 100%;
    }
	
	section.why-join .content{
		display:block;
	}
	
	section.why-join .content .argument {
    	width: 100%;
    	margin: 0 0 35px;
	}
	
	
	
	body:not(.page-id-10511) section.top-news .image {
		max-height:200px;
	}
	
	
	section.page-grid{
		padding: 50px 5%;
		margin-bottom:50px;
	}
	
	section.page-grid .grid .box {
    	width: 100%;
		margin: 0 0 20px;
	}
	
	
	section.page-grid.projects-partnerships .grid .box {
		display:block;
	}
	
	section.page-grid.projects-partnerships .grid .box img.image {
    	width: 100%;
    	object-fit: cover;
    	border-top-right-radius: 24px;
    	border-bottom-left-radius: 0;
    	max-height: 200px;
	}
	
	section.page-grid.projects-partnerships .grid .box .content{
		width:100%;
		display:block;
		padding: 30px 20px;
	}
	
	
	section.why-join.values.benefits.flexible .content .argument {
        width: 100%;
        margin: 0 0 40px 0;
    }	
	
	
	section.related-links.flexible .cards a.card.app .content {
		padding: 35px;
	}
	
	section.why-us.two.flexible .why-icons.two {
        padding: 60px 0 30px;
    }
	
	
	form#searchform label{
		margin-right:0;
		margin-bottom:5px;
    	display: block;
	}
	
	form#searchform input#s {
		min-width: 250px;
	}
	
	input.search-field {
		width:calc(100% - 150px);
		min-width: 200px;	
		margin-bottom:8px;	
	}
	
	

	
	body.page-id-2612 section.main-content .content .text a button {
    	width: 100%;
    	max-width: 300px;
    	margin-top: 10px;
		padding:16px 40px;
	}	
	
	body.page-id-2612 section.main-content .content .text a button span {
    	font-size: 1.35em;
	}
	
	
	
	
	
    footer#colophon .widget {
        max-width: 100%;
        margin-bottom: 20px;
    }

    footer#colophon .widget:last-child{
        margin-bottom: 0;
    }

}




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

    header#masthead {
        padding-right: 75px;
    }

    header#masthead #site-navigation {
        right: calc(2.5% + 15px);
    }

	header#masthead {
        width: 95%;
        padding-left: 5%;
        left: 2.5%;
        top: 15px !important;
    }
	
	header#masthead .site-branding {
        left: 7.5%;
    }
	
	header#masthead #site-navigation {
		right: 5%;
	}
	
	header#masthead {
        padding-right: 80px;
    }
	
	header#masthead a.custom-logo-link img.custom-logo {
        width: 150px;
        height: 39px;
    }
	

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.75em;
    }

	
	section.top .headings h3 {
    	font-size: 1.5em;
	}
	
	section.top .headings svg {
    	width: 30px;
	}
	
	section.top .headings {
    	gap: 1rem;
	}
	
	section.top span.login{
		display:block;
		margin-top:25px;
	}
	
	section.top span.login span{
		display:none!Important;
	}
	
	section.ctas a {
        margin: 0 0 20px;
    }
	
	section.ctas a button.large-cta {
		padding: 16px 10px;
	}
	
	section.image-text .image, section.text-image .image {
        width: 100%;
        margin: 0;
    }	
	
	
	section.top .media.image a.app.apple {
    	right: 145px;
	}
	section.top .media.image a.app {
    	bottom: 8px;
    	right: 13px;
	}
	
	section.top .media.image a.app img {
    	width: 120px;
	}
		
	
	section.top-news .text h1 {
		font-size: 2.2em;
	}
  
	
    section.testimonials .testimonials-boxes .testimonial {
        padding: 35px 40px 25px;
    }	
	

	section.related-links.flexible .cards a.card.app .content {
		padding: 25px;
	}
	
	section.related-links.flexible .cards a.card.app .content h2 {
		font-size: 2em;
	}
	
	
	

}


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

		
	header#masthead .ctas {
        display:none!important;
    }
	
	header#masthead a.custom-logo-link img.custom-logo {
        width: 180px;
        height: 47px;
    }
	
	header#masthead #site-navigation {
        right: 7.5%;
    }
	
	header#masthead #site-navigation ul li.button.mobile-only{
		display:block!important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.button{
		width:fit-content;
		margin-top:20px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.button > a.mega-menu-link {
		padding: 0 0 2px 0 !important;
		height: auto;
		line-height: normal;
		color: #fff;
		font-size: 19px !important;
	}
	
	section.top {
        padding-top: 100px;
    }
	
    section.top .text {    
        padding: 30px 5%;
    }
	

    section.ctas {
        padding: 50px 5% 0px;
    }

    section.why-us {
        padding: 50px 5% 10px;
    }
	

    section.news .posts a.post .content {
        width: 100%;
        margin-left: 0;
    }
	

    section.highlight {
        padding: 40px 5%;
    }

    section.highlight h2 {
        font-size: 1.8em;
    }
		

}