/*!
Theme Name: Push 2025
Theme URI: http://underscores.me/
Author: Scott van Winden
Author URI: https://scottvanwinden.com
Description: Website designed and built by Scott van Winden
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: push-2025
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.

Push 2025 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 {
    background-color: #000;
    border: 0;
    height: 5px;
    opacity: 1;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 150px;
}

.text-white hr {
    background-color: #fff;
}

.gradient-divider {
    border: 0;
    height: 5px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 150px;
}

center hr, .text-center hr, center .gradient-divider, .text-center .gradient-divider {
	margin-left: auto;
	margin-right: auto;
}

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

a:visited {
	outline: none;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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 {
    border-radius: var(--bs-border-radius-pill)!important;
    border: 0 !important;
    background-color: #fff;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
	padding: .5rem 3rem !important;
	min-height: 3.5rem !important;
}

textarea {
    border-radius: var(--bs-border-radius-xl) !important;
}

.gform_heading, .ginput_counter {
    display: none !important;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
}

.gform_validation_errors, .gform_submission_error, .gform-icon {
    background: none !important;
    box-shadow: none !important;
    color:#121212 !important;
    border-color: #121212 !important;
}

.gform_validation_errors {
    border-radius: var(--bs-border-radius-xl) !important;
    border: 0 !important;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
    --bs-bg-opacity: 0.75;
    box-shadow: none !important;
}

.gfield_error {
    position: relative !important;
}

.validation_message {
    color: #121212 !important;
    font-size: 0.5rem !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    text-align: center;
}

.gform_button {
    background: #fff !important;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    text-transform: uppercase !important;
    margin-left: auto !important;
    min-height: 3.5rem !important;
}

.gform_confirmation_message {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-align: center !important;
}

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

@font-face {
    font-family: 'horizon';
    src: url('fonts/Horizon-Bold.woff2') format('woff2'),
         url('fonts/Horizon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #121212;
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
	font-family: "Figtree", sans-serif !important;
	font-optical-sizing: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'horizon', sans-serif;
	text-transform: uppercase;
	clear: both;
	font-weight: bold;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-family: 'horizon', sans-serif;
	font-weight: normal;
}


p {
	margin-bottom: 1.2em;
}

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: #f4f4f4;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

::marker {
    color: #4461ed;
}

.bg-primary ::marker, .bg-primary::marker {
    color: #d9fc46;
}

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: #121212;
}

.text-white a {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

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

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"],
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"],
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"] {
	border: none;
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
	border-radius: var(--bs-border-radius-pill) !important;
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 1rem;
    padding: .5rem 3rem;
    line-height: 2.25rem;
}

form button, form input {
    width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

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: #000;
    border: 2px solid #fff;
    border-radius: var(--bs-border-radius-pill) !important;
    padding: .5rem 3rem;
    background: #fff;
	width: 100%;
}

select {
	border: 1px solid #ccc;
}

textarea {
    width: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    height: 15rem;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: table;
	text-decoration: none;
	margin: auto;
	position: relative;
}

.menu-item.current-menu-item a:after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-item.current-menu-item ul a:after {
    display: none;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.z-2 {
	z-index: 2;
}
.z-1 {
	z-index: 1;
}
.z-0 {
	z-index: 0;
}

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

.max-content-width {
	max-width: 1200px;
}

.text-max-width {
    max-width: 800px;
}

#top-section .text-max-width {
    max-width: 850px;
}

.title-max-width {
    max-width: 650px;
}

.full-height {
    min-height: 100vh;
    min-height: 100dvh;
}

.section-padding {
    padding: 100px;
}

.section-padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-top {
    padding-top: 100px;
}

.section-padding-bottom {
    padding-bottom: 100px;
}

.section-padding-x {
    padding-left: 100px;
    padding-right: 100px;
}

.background-cover {
	background: center center no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.background-contain {
	background: center center no-repeat;
    -o-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}
	
.image-sq {
    height: 0;
    padding-bottom: 100%;
}

.icon-block-spacer {
    padding: 20%;
}

.gradient-background {
	background: rgb(68,97,237);
	background: -moz-radial-gradient(circle, rgba(68,97,237,1) 0%, rgba(217,252,70,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(68,97,237,1) 0%, rgba(217,252,70,1) 100%);
	background: radial-gradient(circle, rgba(68,97,237,1) 0%, rgba(217,252,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4461ed",endColorstr="#d9fc46",GradientType=1);
	background-size: 200% 200% !important;
	animation: gradient-animation 20s linear infinite;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 0%;
	}
	25% {
		background-position: 100% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
	75% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 0% 0%;
	}
}

.static-bg {
	background: url("img/static.png");
}

.scroll-fixed .scroll-fixed-element {
	top: 0;
}

.scroll-fixed.scrolled-to .scroll-fixed-element {
    padding-top: 167px;
}

.scroll-fixed.scrolled-to .scroll-fixed-element {
    position: fixed !important;
}

.scroll-fixed.scrolled-past .scroll-fixed-element {
    position: absolute!important;
    top: auto;
    bottom: 0;
}

.fs-base {
	font-size: 1rem;
}

.single-button.bg-primary:hover {
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.single-button.bg-secondary:hover, .bg-secondary .single-button.bg-primary:hover {
    background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    color: #fff !important;
}

.fade-hover, .main-navigation a {
	-webkit-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
}

.fade-hover:hover, .main-navigation a:hover {
	opacity: 0.5 !important;
}

.min-w-100 {
	min-width: 100%;
}

.large-title {
	font-size: 3rem;
}

/*  Header  */

body {
    padding-top: 147px;
}
	
.page-template-tpl-home {
	padding-top: 0;
}

.page-template-tpl-home #header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
	z-index: 3;
}	
	
.page-template-tpl-home #header-wrapper #masthead {
    position: absolute !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}	

.page-template-tpl-home.scrolled #header-wrapper #masthead {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#masthead {
	z-index: 3;
	height: 147px;
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}	

@media screen and (max-width: 800px) {
	
#masthead {
    padding: 20px 30px !important;
    height: 77px;
}
	
body {
    padding-top: 77px;
}
	
}

#masthead.menu-active {
    height: 100%;
    height: 100vh;
    height: 100dvh;
}

#masthead .site-branding {
    width: 300px;
}

.page-template-tpl-2025 #masthead {
    display: none !important;
}

#scroll-button {
    width: 30px;
    cursor: pointer;
}

#nav-toggle {
    height: 45px;
    width: 50px;
    min-width: 50px;
}
	
.nav-icon-bar {
	height: 5px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
	
.nav-icon-bar-2 {
    width: 80%;
}
	
.nav-icon-bar-3 {
    width: 90%;
}
	
#nav-toggle.active .nav-icon-bar-1 {
    transform-origin: right top;
    transform: rotate(-45deg);
    width: 115%;
}
	
#nav-toggle.active .nav-icon-bar-2 {
    opacity: 0;
}
	
#nav-toggle.active .nav-icon-bar-3 {
    transform-origin: right bottom;
    transform: rotate(45deg);
    width: 115%;
}

@media screen and (max-width: 800px) {
	
#masthead .site-branding {
    width: 150px;
}
	
#masthead .contact-button-wrapper {
    display: none;
}
	
#nav-toggle {
    height: 35px;
    width: 38px;
    min-width: 38px;
}
	
}

/*  Partners  */

.slick-track {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.partner-single {
    width: 17.5vw;
}

/*  Offering  */
.offering-circle-inner {
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
}

.offering-circle:before, .offering-circle:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 20px;
}

.offering-circle:before {
	top: -20px
}

.offering-circle:after {
	bottom: -20px
}

.circle-icon {
    width: 40%;
    height: 40%;
    top: 30%;
    bottom: 30%;
    left: 30%;
    right: 30%;
}

.offering-bar-wrapper {
    left: 100px;
    right: 100px;
}

.offering-bar-top-cutoff {
    top: 100px !important;
}

.offering-bar {
    width: 2px;
    left: 49px;
}

/*  Technologies / Services  */

.column-block-single h1, .column-block-single h2, .column-block-single h3, .column-block-single h4, .column-block-single h5, .column-block-single h6 {
    margin-bottom: 1.5rem;
}

/*  Data Content  */

.data-max-width {
    max-width: 600px;
}

/*  Footer  */

.site-footer-info {
    font-size: 0.75rem;
}

.site-footer-title a {
    display: block;
    margin-left: -13px;
    width: 300px;
}

.footer-logos {
    max-height: 2em;
}

/*  Privacy Pages  */

.page-template-tpl-privacy {
    font-size: 0.75rem;
}

.page-template-tpl-privacy h2 {
    font-size: 1.5em !important;
}

.page-template-tpl-privacy h3 {
    font-size: 1.25em !important;
}

.page-template-tpl-privacy h4 {
    font-size: 1.15em !important;
}

.page-template-tpl-privacy h5 {
    font-size: 1.05em !important;
}

.page-template-tpl-privacy h1 strong, .page-template-tpl-privacy h2 strong, .page-template-tpl-privacy h3 strong, .page-template-tpl-privacy h4 strong, .page-template-tpl-privacy h5 strong, .page-template-tpl-privacy h6 strong {
    font-weight: bold;
}

/*  News  */

.single-post-hero-image {
    min-width: 30%;
    min-width: calc((100% / 3) - (var(--bs-gutter-x) * (2 / 3)));
}

/*  About  */

.leadership-blocks .col-2 {
    width: 20%;
    font-size: 1rem;
}

.leadership-name {
	font-size: 1rem;
}

/*  Contact  */
	
.contact-block a {
    text-decoration: none;
}

.contact-block-title {
/*    padding-bottom: 3rem;*/
}

.contact-title {
    font-size: 3.5rem;
	font-size: 4vw;
}

.wpcf7-not-valid-tip {
    color: #000;
    position: absolute;
    font-size: 11px;
    left: 3rem;
    top: 100%;
    margin-top: 1.75em;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 2rem;
    font-family: 'horizon', sans-serif;
    text-transform: uppercase;
    border-top: 2px solid #000 !important;
    padding-top: 1.5rem;
}

.wpcf7 form.sent p, .wpcf7 form.sent .wpcf7-form-control-wrap {
    display: none !important;
}

/*  LOADING  */

.on-screen {
	opacity: 0;
	-o-transition: 0.5s all ease-out;
	-ms-transition: 0.5s all ease-out;
	-moz-transition: 0.5s all ease-out;
	-webkit-transition: 0.5s all ease-out;
	transition: 0.5s all ease-in-out;
}

.on-screen.isonscreen {
	opacity: 1;
}

@media screen and (min-width: 1101px) and (max-width: 1600px) {

.column-block-single h6 {
	font-size: 0.8rem;
}
	
}

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


.g-5, .gy-5 {
    --bs-gutter-y: 100px;
}
.g-5, .gx-5 {
    --bs-gutter-x: 100px;
}

.gap-5 {
    gap: 100px !important;
}

.on-screen {
	-o-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
}

.on-screen.isonscreen {
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
	
.three-column {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
	
.three-column .col-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
	
}


@media screen and (min-width: 801px) and (max-width: 1100px) {
.column-blocks {
    min-width: 100%;
    width: initial;
}	
	
.col-3, .column-blocks .col-3, .column-blocks .col-2, .leadership-blocks .col-2 {
    width: 50%;
}
	
.offering-title h4 {
    font-size: 1.15rem;
}
	
.offering-title h2 {
    font-size: 1.25rem;
}
	
}

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

.hide-mobile {
    display: none !important;
}	
	
body, button, input, select, optgroup, textarea {
    font-size: 1.25rem;
}
	
h2, h3, h4, h5 {
	font-size: 1.25rem;
}
	
.section-title {
    font-size: 1.5rem;
}
	
.large-title {
    font-size: 2rem;
    font-size: 1.5rem;
}
	
.section-padding, .p-5 {
    padding: 30px !important;
}

.section-padding-y, .py-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.section-padding-top, .pt-5 {
    padding-top: 30px !important;
}

.section-padding-bottom, .pb-5 {
    padding-bottom: 30px !important;
}

.section-padding-x, .px-5 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
	
.section-mobile-padding-y {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
	
.pt-0 {
	padding-top: 0 !important;
}
	
.gap-5 {
	gap:30px !important;
}
	
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .leadership-blocks .col-2 {
    width: 100%;
}
	
.col-mob-50 {
	width: 50%;
}
	
.gradient-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
	
.mobile-padding-0 {
    padding-right: 0;
    padding-left: 0;
}
	
.offering-title h1, .offering-title h2, .offering-title h3, .offering-title h4, .offering-title h5, .offering-title h6 {
    font-size: 1rem;
}
	
.mobile-x-padding {
    padding-left: 3rem;
    padding-right: 3rem;
}
	
/*  Partners  */
	
.partner-single {
    padding: 0 15px !important;
}

.partner-single {
    width: 25vw;
}
	
/*  Blue Blocks  */
	
.blue-blocks-section .page-section-inner {
    flex-wrap: wrap;
}
	
/*  Offering  */
	
.offering-single {
    flex-wrap: wrap;
}	
	
.offerings-section .offering-block, .offerings-section .scroll-fixed .offering-title-block {
	position: relative !important;
	top: 0 !important;
	bottom: 0 !important;
	padding-left: 15px !important;
}
	
.offering-block-spacer.w-100 {
    display: none !important;
}
	
.offering-circle-inner {
	min-width: 70px;
	height: 70px;
	border-radius: 70px;
}
	
.offering-bar-wrapper {
    left: 0;
    right: 0;
}
	
.offering-bar {
    width: 2px;
    left: 49px;
}
	
.offering-block.offering-content {
    padding-left: 100px !important;
}
	
/*  Data Content  */
.data-section {
    flex-wrap: wrap;
}

.data-image {
    height: 0;
    padding-bottom: 100%;
}
	
/*  About  */
	
.text-image-section .page-section-inner {
    gap: 30px;
}
	
.text-image-section .page-section-inner .text-block {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    padding-bottom: 1rem;
    text-align: center;
}
	
/*  Contact  */
	
.contact-blocks {
    flex-wrap: wrap;
}
	
.contact-block {
    font-size: 1rem;
}
	
.contact-title {
    font-size: 1.5rem;
}
	
/*  News  */
	
.single-post-wrapper.hero-post .single-post-link {
    background: none !important;
    color: #121212 !important;
    flex-wrap: wrap;
    padding: 0 !important;
}
	
.single-post-wrapper.hero-post .single-post-link .single-post-hero-image {
    width: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
}
	
.single-post-wrapper.hero-post .single-post-link .single-post-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	
.single-post-wrapper.hero-post .single-post-link .single-post-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
	
.single-post-wrapper.hero-post .single-post-link .single-post-content .single-button, .single-post-wrapper.hero-post .single-post-link .single-post-content .single-button:hover {
    padding: 0 !important;
    background: none !important;
    color: #121212 !important;
}	
	
/*  Footer  */

.site-footer-title a {
    margin-left: -7px;
    width: 150px;
}
	
.site-footer-block-info {
    flex-wrap: wrap;
}
	
.site-footer-info {
	text-align: center;
	width: 100%;
}
	
.mobile-break {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
    text-indent: -5000px;
}

.site-footer-block-info a {
    margin-top: 10px;
    display: inline-block;
}
	
}

:root {
	--bs-primary: #4461ed;
    --bs-primary-rgb: 68, 97, 237;
    --bs-secondary: #d9fc46;
    --bs-secondary-rgb: 217, 252, 70;
}