/*!
Theme Name: F One
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: f-one
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.

F One 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.
*/
@import url("https://use.typekit.net/bkd6sdv.css");

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: 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+.
*/

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

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

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

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

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

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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%;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

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

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

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 img {
	margin: auto;
}

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

/* Links
--------------------------------------------- */
a {
	color: #f06120;
}

a:visited {
	color: #f06120;
}

a:hover,
a:focus,
a:active {
	color: #f06120;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #f06120;
	border-radius: 3px;
	background: #f06120;
	color: #fff;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #404040;
	border-color: #404040;
}

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-color: #404040;
	border-color: #404040;
}

.wp-block-button a,
.gb-button-wrapper a {
	color: #fff !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: #999;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (min-width: 900px) {

	.blog-container {
		display: grid;
		grid-template-columns: auto 25%;
		grid-template-areas: "main sidebar";
		column-gap: 2rem;
	}

	.blog-container.no-sidebar {
		grid-template-areas: "main main";
	}
}

.site-main {
	grid-area: main;

	/* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
	grid-area: sidebar;
}

.widget-area .post {
	position: relative;
}

.widget-area .post figure {
	margin: 0;
}

footer {
	grid-area: footer;
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

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

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

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

@media (max-width: 1024px) {

	.main-navigation ul {
		transition: transform 0.3s ease-in-out;
		transform: translateY(-100%);
	}

	/* Missing counterpart to the rule above: with nothing ever resetting
	   this transform, the menu stayed shifted fully off-screen even once
	   style.css's .is-open toggle correctly switched it to display:flex --
	   sitting behind/above the viewport instead of sliding into view.
	   Restoring this (rather than dropping the transform outright) keeps
	   the slide transition the base rule already declares. */
	.main-navigation.is-open ul {
		transform: translateY(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;
}

@media (max-width: 1024px) {

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

.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 {
	line-height: 100%;
}

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

.main-navigation li {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1025px) {

	.main-navigation li {
		justify-content: flex-start;
	}
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #f06120;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #535768;
	width: max-content;
}

@media (max-width: 1024px) {

	.main-navigation a {
		color: #fff;
	}
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #f06120;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul.menu {
	display: block;
	transition: transform 0.3s ease-in-out;
	transform: translateY(0%);
}

.menu-toggle {
	cursor: pointer;
	background-color: transparent;
	border: none;
	position: absolute;
	z-index: 2;
	top: 0;
	padding: 14px 0 0 0;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 1rem;
	}
}

.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 {
	min-height: 30vh;
}

article.post {
	margin: 0 0 1rem 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;
}

header.blog-header {
	position: relative;
	grid-area: header;
	margin: 10px 0 30px 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #f06120;
	background-color: #000;
	z-index: 0;
}

header.blog-header::after {
	content: "";
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.48), rgba(0, 66, 105, 0.62));
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}


header.blog-header .blog-header-wrapper {
	max-width: 1100px;
	width: 100%;
}

header.blog-header.search-header {
	background-color: #000;
}

header.blog-header.blog-home-header {
	row-gap: 1rem;
}

header.blog-header .blog-header-background {
	background-image: var(--background);
	background-size: cover;
	filter: brightness(0.4);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

header.blog-header .wp-block-search__inside-wrapper {
	background-color: #fff;
	border-radius: 15px;
	width: 100%;
	margin: 0;
}

header.blog-header .wp-block-search__inside-wrapper input.wp-block-search__input {
	height: auto;
}

header.blog-header .wp-block-search__inside-wrapper input.wp-block-search__input::placeholder {
	color: #404040;
}

header.blog-header .wp-block-search__inside-wrapper button {
	border: none;
	background-color: transparent;
}

header.blog-header .wp-block-search__inside-wrapper button svg {
	transform: scale(1.5) rotateY(180deg);
}

header.blog-header .blog-header-categories {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	max-width: clamp(200px, 35vw, 600px);
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	column-gap: 2rem;
	margin-top: 10px;
}

header.blog-header .blog-header-categories li a {
	color: #fff;
}

header.blog-header h1 {
	color: #fff;
	margin: 0;
}

header.blog-header .entry-tags {
	text-transform: uppercase;
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header.blog-header .entry-tags li {
	margin: 0 0.5rem;
}

header.blog-header .entry-tags li a {
	text-decoration: none;
}


header.blog-header .blog-header-inner {
	max-width: 1100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

header.blog-header .blog-header-inner p {
	color: #ffffff;
	max-width: 550px;
	text-align: left;
}

header.blog-header .blog-header-inner form, 
header.blog-header .blog-header-inner ul {
	max-width: 550px;
	width: 100%;
}

.sidebar {
	margin: 1.5rem 0;
}

@media (min-width: 1025px) {

	.sidebar {
		margin: 0 0 1.5rem 0;
	}
}

.sidebar .wp-block-search {
	margin-top: 1.5rem;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	padding: 0;
	border-radius: 1rem;
	background-color: #000;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper input.wp-block-search__input {
	background-color: transparent;
	color: #fff;
	height: 32px;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper input.wp-block-search__input::placeholder {
	color: #999;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper button {
	border: none;
	background-color: transparent;
}

.sidebar .wp-block-search .wp-block-search__inside-wrapper button svg {
	font-size: 1rem;
}

.sidebar .widget_categories ul.wp-block-categories-list {
	padding: 0;
	margin: 1rem 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}

.sidebar .widget_categories ul.wp-block-categories-list li a {
	color: #000;
}

.sidebar .post {
	padding: 0;
}

.sidebar .post .gb-container {
	position: relative;
}

.sidebar .post .gb-container .gb-inside-container h2.gb-headline-text a {
	color: #fff;
}

.sidebar .post .gb-container .gb-inside-container p {
	color: #fff;
}

.sidebar .post .gb-container .gb-inside-container p.gb-headline-text time {
	color: #f06120;
}

.sidebar .post .gb-container .gb-inside-container div.gb-headline-text {
	color: #fff;
}

.post-list-item {
	margin: 0 0 4em 0 !important;
}

.post-list-item h2 {
	margin: 0;
	font-size: 1.4rem;
}

.post-list-item h2 a {
	color: #000;
	text-decoration: none;
}

.post-list-item .entry-content {
	margin: 0;
}

.post-list-item .post-list-item_read-more {
	color: #fff;
	border-radius: 5px !important;
	padding: 6px 12px !important;
	background-color: #004269 !important;
	transition: background-color 0.25s !important;
	font-size: 1rem !important;
	font-weight: 300;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	display: inline-block;
}

.post-list-item .post-list-item_read-more:hover {
	background-color: #F26101 !important;
	transition: background-color 0.25s !important;
}

.blog-container {
	max-width: 1100px;
	margin: auto;
}

@media (max-width: 1100px) {

	.blog-container {
		padding: 0 15px;
	}
}

.blog-container .wp-post-image {
	margin: auto;
}

.blog-container main {
	display: flex;
	flex-direction: column;
}

.archives {
	display: flex;
	column-gap: 1rem;
	flex-wrap: wrap;
	margin: 0 0 2rem 0;
}

.archives .archive h3 {
	color: #f06120;
}

.archives .archive ul {
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.archives .archive ul li a {
	color: #404040;
}

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

#meet-the-team figure {
	position: relative;
}

#meet-the-team figure figcaption {
	display: none;
}

#meet-the-team .gb-grid-column:focus figure figcaption,
#meet-the-team .gb-grid-column:hover figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: rgba(240, 97, 32, 0.8);
	color: #fff;
	width: 100%;
}

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

.entry-content .f-one-section-angled-top {
	z-index: 1;
	padding-top: 0;
	position: relative;
}

.entry-content .f-one-section-angled-top > * {
	z-index: 2;
}

.entry-content .f-one-section-angled-top::before {
	position: absolute;
	content: " ";
	display: block;
	left: -30vw;
	top: -260px;
	transform: rotate(7deg);
	width: 130vw;
	background-color: #fff;
	height: 40vh;
	z-index: -1;
}

.entry-content .f-one-section-angled-bottom {
	z-index: 1;
	margin-bottom: 6rem;
	padding-bottom: 0;
	position: relative;
}

.entry-content .f-one-section-angled-bottom > * {
	z-index: 2;
}

.entry-content .f-one-section-angled-bottom::after {
	position: absolute;
	content: " ";
	display: block;
	left: -10%;
	bottom: -200px;
	transform: rotate(7deg);
	width: 120vw;
	background-color: #fff;
	height: 400px;
	z-index: -1;
}

/* homepage specific */
.home-header-img-1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0;
	max-height: 50vh !important;
	width: auto !important;
}

.home-header-images {
	display: flex;
	position: absolute;
	transform: translate(-50%, -60%);
	left: 50%;
	z-index: 1;
	width: 70%;
}

@media (min-width: 1025px) {

	.home-header-images {
		width: 900px;
	}
}

.home-header-images .home-header-img-3 img {
	transform: translateX(5%);
}

.home-header-img-container {
	position: absolute !important;
	bottom: 0;
	height: 100%;
	width: 100%;
}

@media (max-width: 1024px) {

	.home-header-img-container {
		left: 0;
	}
}

.home-header-img-center {
	position: absolute;
	bottom: -24px;
	z-index: 0;
}

.home-header-img-left {
	position: absolute;
	bottom: -100px;
	left: -100px;
	z-index: 2;
	max-width: 50vw;
}

@media (max-width: 1024px) {

	.home-header-img-left {
		left: -5vw;
		bottom: -62px;
	}
}

.home-header-img-right {
	position: absolute;
	bottom: -90px;
	right: 90px;
	z-index: 2;
	max-width: 50vw;
}

@media (max-width: 1024px) {

	.home-header-img-right {
		right: 5vw;
		bottom: -50px;
	}
}

.offset-home-mid {
	max-width: 50vw;
	position: absolute;
	right: 5%;
	z-index: 3;
	top: 40%;
}

@media (min-width: 782px) {

	.offset-home-mid {
		top: 15%;
		right: -20%;
	}
}

.home-mid-images {
	position: absolute;
	left: 50%;
	transform: translate(50%, -150%);
	max-width: 25vw;
}

@media (min-width: 782px) {

	.home-mid-images {
		max-width: 50vw;
	}
}

@media (min-width: 1200px) {

	.home-mid-images {
		max-width: auto;
		position: absolute;
		left: 50%;
		transform: translate(0%, -75%);
		z-index: 2;
		gap: 4em !important;
		width: 900px;
	}

	.home-mid-images figure.alignright {
		background: radial-gradient(ellipse 170px 110px at 50% 74%, rgba(0, 66, 105, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
		padding: 100px 20px 100px 20px;
	}

	.home-mid-images figure.alignleft {
		padding: 200px 0 100px 0;
		background: radial-gradient(ellipse 140px 140px at 50% 70%, rgba(0, 66, 105, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
	}
}

/* what our team say */
#what-our-team-say figure {
	border-radius: 16px;
}

@media (max-width: 782px) {

	#what-our-team-say {
		padding-left: 0;
		padding-right: 0;
	}

	#what-our-team-say > .gb-inside-container {
		padding: 0;
	}

	#what-our-team-say .slick-slide figure {
		position: relative;
		height: 300px;
		max-width: 300px;
		margin: 30px auto 0 auto;
	}

	#what-our-team-say .slick-slide figure img {
		position: absolute;
		top: 0;
		max-height: 300px;
		width: auto !important;
		left: 50%;
		transform: translateX(-50%);
		max-width: none !important;
	}
}

@media (max-width: 782px) {

	#handsets .slick-slide img {
		max-height: 300px;
		width: auto;
	}
}

#handsets {
	z-index: 3;
}

@media (min-width: 1025px) {

	#handsets .slick-dots {
		position: absolute;
		width: auto;
		left: 0 !important;
		top: 55% !important;
	}
}

.handset-thumb img {
	padding: 1rem 0;
}

.wifi-header-img {
	display: none;
	position: absolute;
	bottom: 50vh;
	height: auto;
	width: 25vw;
	transform: translate(0, 50%);
}

@media (min-width: 1025px) {

	.wifi-header-img {
		display: block;
	}
}

.wifi-header-img-1 {
	right: 0;
	animation: 1s ease-out 0s 1 inFromRight;
}

.wifi-header-img-2 {
	left: 0;
	animation: 1s ease-out 0s 1 inFromLeft;
}

@keyframes inFromLeft {

	0% {
		transform: translate(-100%, 50%);
	}

	100% {
		transform: translate(0, 50%);
	}
}

@keyframes inFromRight {

	0% {
		transform: translate(100%, 50%);
	}

	100% {
		transform: translate(0, 50%);
	}
}

.sim-only-images {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

@media (min-width: 1025px) {

	.sim-only-images figure {
		position: absolute;
	}

	.sim-only-images figure:nth-child(1) {
		top: 0;
		transform: translate(-25%, -25%);
	}

	.sim-only-images figure:nth-child(2) {
		right: 0;
		top: 50%;
		transform: translate(0%, -50%);
	}

	.sim-only-images figure:nth-child(3) {
		left: 50%;
		transform: translate(-50%, 100%);
	}
}

@media (max-width: 782px) {

	.sim-only-images #sim-only img {
		max-width: 60vw !important;
	}
}

/* meet the team */
.team-members h3 {
	line-height: 1.3em;
}

.team-members .gb-grid-column figure figcaption {
	padding: 1.5rem;
}

.team-members .team-member-header {
	position: relative;
}

.team-members .team-member-header ::before {
	content: " ";
	background-image: linear-gradient(0deg, #000, #004269);
	position: absolute;
	left: 0;
	top: 0;
	width: 200vw;
	height: 100%;
	z-index: -1;
	left: -50vw;
}

@keyframes slideInFromLeft {

	0% {
		transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInFromBelow {

	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.fone-slide-from-left {
	animation: 1s ease-out 0s 1 slideInFromLeft;
}

.fone-slide-from-below {
	animation: 1s ease-out 0s 1 slideInFromBelow;
}

.animated.delay-300ms {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
}

.animated.delay-400ms {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.animated.delay-600ms {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

.slick-dots li {
	margin: 0.1rem;
}

.slick-dots li button {
	color: #fff;
}

.slick-dots li button::before {
	opacity: 0.3;
	color: #f06120;
	font-size: 14px;
}

.slick-dots li.slick-active button {
	color: #f06120;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	color: #f06120;
	font-size: 14px;
}

.white-dots .slick-dots li button::before {
	color: #fff;
}

.f-one-logo-slider .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-one-logo-slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_one_testimonial {
	position: relative;
	padding: 2rem 0;
}

.f_one_testimonial blockquote {
	padding: 2rem;
	border-radius: 2rem;
	font-weight: 300;
	margin: 0;
}

.f_one_testimonial blockquote p {
	margin-top: 0;
}

.f_one_testimonial cite {
	font-style: normal;
	font-weight: 600;
	font-size: 0.8rem;
}

@media (min-width: 1025px) {

	.f_one_testimonial {
		padding: 2rem;
		font-size: 1.2rem;
	}
}

.f_one_testimonial figure {
	padding: 0.5rem;
	transform: translate(0%, -50%);
	position: absolute;
	right: 0;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 3px 30px #00000029;
	height: 90px;
	width: 90px;
	display: flex;
	align-items: center;
}

@media (min-width: 1025px) {

	.f_one_testimonial figure {
		transform: translate(0%, -25%);
		padding: 1rem;
		height: 140px;
		width: 140px;
	}
}

.f_one_testimonial figure img {
	border-radius: 0 !important;
}

.f_one_testimonial::after {
	content: " ";
	background: radial-gradient(ellipse 50% 40% at 50% 70%, rgba(0, 66, 105, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.testimonial-slider .slick-track {
	height: 400px;
	top: 90px;
}

.testimonial-slider .slick-list {
	height: 500px;
}

form.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 1rem;
	display: block;
}

form.wpcf7-form select {
	height: 100%;
	width: 100%;
}

form.wpcf7-form .contact-form input[type="text"],
form.wpcf7-form .contact-form input[type="email"],
form.wpcf7-form .contact-form textarea {
	width: 100%;
	padding: 0.5rem 0.8rem;
}

form.wpcf7-form .contact-form textarea {
	height: 100px;
}

form.wpcf7-form input[type="submit"] {
	border-radius: 25px !important;
	padding: 6px 12px !important;
	background-color: #f06120;
	font-weight: 300;
	border: none;
	color: #fff;
	font-size: 1rem;
	transition: background-color 0.25s !important;
	cursor: pointer;
}

form.wpcf7-form input[type="submit"]:hover {
	background-color: #444 !important;
	transition: background-color 0.25s !important;
}

@media (min-width: 1025px) {

	form.wpcf7-form .request-quote-form {
		display: grid;
		column-gap: 1rem;
		column-gap: 1rem;
		grid-template-areas: "a b b" "c d e";
	}
}

form.wpcf7-form .request-quote-form input,
form.wpcf7-form .request-quote-form select {
	box-shadow: 0 3px 6px #00000029;
	border-radius: 5px;
	width: 100%;
	color: #000;
	height: 32px;
}

form.wpcf7-form .request-quote-form input::placeholder,
form.wpcf7-form .request-quote-form select::placeholder {
	color: #000;
}

form.wpcf7-form .request-quote-form select {
	padding: 0.2rem 0.5rem;
}

form.wpcf7-form .request-quote-form input {
	padding: 0.2rem 0.8rem;
}

form.wpcf7-form .request-quote-form span[data-name="your-users"] {
	grid-area: b;
	border-radius: 5px;
	display: flex;
	box-shadow: 0 3px 6px #00000029;
	border: 1px solid #ccc;
	align-items: center;
}

form.wpcf7-form .request-quote-form span[data-name="your-users"] label {
	margin: 0 0 0 0.8rem;
	color: #000;
}

form.wpcf7-form .request-quote-form input[type="range"] {
	width: 100%;
}

form.wpcf7-form .request-quote-form input[type="range"]::-webkit-slider-track {
	height: 1px;
}

form.wpcf7-form .request-quote-form input[type="range"]::-webkit-slider-runnable-track {
	height: 1px;
}

form.wpcf7-form .request-quote-form input[type="range"] {
	height: 25px;
	-webkit-appearance: none;
	margin: 2px 0;
	width: 100%;
	border: none;
	box-shadow: none;
}

form.wpcf7-form .request-quote-form input[type="range"]:focus {
	outline: none;
}

form.wpcf7-form .request-quote-form input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	box-shadow: 0 0 0 #000;
	background: #004269;
	border-radius: 1px;
	border: 0 solid #000;
}

form.wpcf7-form .request-quote-form input[type="range"]::-webkit-slider-thumb {
	box-shadow: 0 0 0 #000;
	border: 1px solid #004269;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #004269;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -9px;
}

form.wpcf7-form .request-quote-form input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #004269;
}

form.wpcf7-form .request-quote-form input[type="range"]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	box-shadow: 0 0 0 #000;
	background: #004269;
	border-radius: 1px;
	border: 0 solid #000;
}

form.wpcf7-form .request-quote-form input[type="range"]::-moz-range-thumb {
	box-shadow: 0 0 0 #000;
	border: 1px solid #004269;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

form.wpcf7-form .request-quote-form input[type="range"]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

form.wpcf7-form .request-quote-form input[type="range"]::-ms-fill-lower {
	background: #004269;
	border: 0 solid #000;
	border-radius: 2px;
	box-shadow: 0 0 0 #000;
}

form.wpcf7-form .request-quote-form input[type="range"]::-ms-fill-upper {
	background: #004269;
	border: 0 solid #000;
	border-radius: 2px;
	box-shadow: 0 0 0 #000;
}

form.wpcf7-form .request-quote-form input[type="range"]::-ms-thumb {
	margin-top: 1px;
	box-shadow: 0 0 0 #000;
	border: 1px solid #004269;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #004269;
	cursor: pointer;
}

form.wpcf7-form .request-quote-form input[type="range"]:focus::-ms-fill-lower {
	background: #004269;
}

form.wpcf7-form .request-quote-form input[type="range"]:focus::-ms-fill-upper {
	background: #004269;
}

form.wpcf7-form .request-quote-form datalist {
	display: flex;
	justify-content: space-between;
	width: 83%;
	position: absolute;
	right: 2px;
	top: -0.8em;
}

form.wpcf7-form .request-quote-form datalist option {
	text-align: center;
	font-size: 0.6rem;
	flex-grow: 1;
	width: 12.5%;
}

form.wpcf7-form .request-quote-form input[type="submit"] {
	position: absolute;
	right: 0;
	font-size: 1rem;
}

.form-submit {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.submit-row {
	display: flex;
	flex-direction: row-reverse;
}

form.wpcf7-form .contact-form input[type="text"],
form.wpcf7-form .contact-form input[type="email"],
form.wpcf7-form .contact-form textarea {
	border: none;
	box-shadow: 0 3px 6px #00000029;
}

.users-slider {
	position: relative;
	width: 100%;
}

form.wpcf7-form .request-quote-form datalist {
	width: 100%;
}

figure.drop-shadow-1 {
	position: relative;
	padding: 2rem;
}

figure.drop-shadow-1::after {
	content: " ";
	background: radial-gradient(ellipse 60% 20% at 50% 60%, rgba(0, 66, 105, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

figure.drop-shadow-2 {
	position: relative;
	padding: 2rem;
}

figure.drop-shadow-2::after {
	content: " ";
	background: radial-gradient(ellipse 60% 20% at 50% 80%, rgba(0, 66, 105, 0.3) 0%, rgba(0, 0, 0, 0) 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.has-shadow-image-1 figure {
	display: inline-block;
	position: relative;
}

@media (max-width: 782px) {

	.has-shadow-image-1 figure {
		display: none;
	}
}

.has-shadow-image-1 figure::after {
	content: " ";
	background: radial-gradient(ellipse 70% 18% at 50% 85%, rgba(0, 66, 105, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.rounded-img > img,
img.rounded-img {
	border-radius: 32px;
}

.rounded-img-sm > img,
img.rounded-img-sm {
	border-radius: 16px;
}

.gc-staggered-list-item {
	flex-grow: 1;
}

.gc-staggered-list {
	margin-bottom: 2rem;
}

@media (max-width: 782px) {

	.gc-staggered-list {
		gap: 0.5rem;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.gc-staggered-list-item {
		padding: 0 !important;
	}

	.gc-staggered-list-item figure {
		margin: 0 !important;
	}

	.gc-staggered-list-item img {
		height: 40px;
		width: auto;
	}
}

@media (min-width: 783px) {

	.gc-staggered-list-item figure.wp-block-image {
		margin: 0;
	}

	.gc-staggered-list-item img {
		height: 70px !important;
	}

	.gc-staggered-list {
		gap: 0 !important;
	}
}

.job_filters {
	background: none;
}

.job_filters .job_types {
	justify-content: space-between;
	display: flex;
	background: none;
	border: none;
}

.job_filters .job_types li {
	border: none;
}

.text-image-hover-container {
	position: relative;
	color: #fff;
}

.text-image-hover-container .text-image-hover-title {
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	display: flex;
	text-shadow: 1px 1px 18px black;
}

.text-image-hover-container .text-image-hover-text {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.5s;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(240, 97, 30, 0.95);
}

.text-image-hover-container:hover .text-image-hover-title {
	display: none;
}

.text-image-hover-container:hover .text-image-hover-text {
	opacity: 1;
	transition: opacity 0.5s;
}

body,
html {
	overflow-x: hidden;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
}

.grid-container {
	max-width: none;
}

.separate-containers .site-main {
	margin: 0;
}

h1,
h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 50px;
	margin: 0 0 1rem 0 !important;
}

h2 {
	margin: 0 0 2rem 0;
}

@media (min-width: 1025px) {

	h1,
	h2 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
}

@media (max-width: 1024px) {

	h1,
	h2 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
}

h3 {
	font-weight: 700;
	margin: 0;
}

p {
	margin: 0 0 1rem 0;
}

.site-header {
	background: #103e62;
	width: 100vw;
	z-index: 4;
	position: fixed;
	padding: 0 calc(max((100vw - 1100px) / 2, 1rem));
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	flex-direction: row;
	height: 60px;
}

.site-header .site-branding {
	display: none;
}

@media (min-width: 1025px) {

	.site-header .site-branding {
		display: block;
	}
}

.site-header .site-branding-sm {
	position: absolute;
	left: 50%;
	top: 12px;
	transform: translateX(-50%);
	/* brightness(100) multiplies each RGB channel and clamps -- it can
	   only ever push a channel *up*, never past what it already is once
	   saturated, and the logo's navy fill (#004369) has a zero red
	   channel that no multiplier moves off zero. The result was cyan
	   (0,255,255), not white. brightness(0) first crushes every channel
	   to black regardless of the source colour, then invert(1) flips
	   that to pure white -- the standard, colour-independent way to turn
	   an arbitrary coloured icon white. */
	filter: brightness(0) invert(1);
}

@media (min-width: 1025px) {

	.site-header .site-branding-sm {
		display: none;
	}
}

@media (min-width: 1025px) {

	.site-header {
		background-color: #fff;
		flex-direction: row;
	}

	.site-header .site-branding {
		display: block;
		width: 15%;
	}

	.site-header nav {
		width: 80%;
	}

	.site-header .site-contact {
		width: 25%;
	}
}

.site-header .site-contact {
	display: none;
}

@media (min-width: 1025px) {

	.site-header .site-contact {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.site-header .site-contact .gb-button-wrapper a {
	color: #fff;
	transition: background-color 0.25s;
	background-color: #f06120;
}

.site-header .site-contact .gb-button-wrapper a:hover {
	background-color: #444;
	transition: background-color 0.25s;
}

.site-header .site-contact .site-phone-number {
	padding-right: 1rem;
	white-space: nowrap;
}

@media (min-width: 1025px) {

	.site-header ul.menu.nav-menu {
		height: 60px;
	}

	.site-header ul.menu.nav-menu li {
		cursor: pointer;
	}

	.site-header ul.menu.nav-menu > li > a {
		height: 60px;
		display: flex;
		align-items: center;
	}

	.site-header .menu-item-has-children:focus .sub-menu,
	.site-header .menu-item-has-children:hover .sub-menu {
		display: flex;
		left: 0;
		z-index: 1;
	}

	.site-header .sub-menu {
		display: none;
		justify-content: stretch;
		flex-wrap: wrap;
		position: absolute;
		row-gap: 2rem;
		top: 60px;
		left: 0;
		width: 100vw;
		background: linear-gradient(180deg, #004269 0%, #002135 100%) 0% 0% no-repeat padding-box;
		z-index: 1;
		float: none;
		padding: 2.5rem calc((100vw - 1235px) / 2);
	}

	.site-header .sub-menu li {
		cursor: pointer;
		align-items: flex-start;
		width: 22%;
	}

	.site-header .sub-menu li a {
		display: flex;
		align-items: center;
		font-weight: 700;
		color: #fff;
	}

	.site-header .sub-menu li a i {
		color: #f06120;
		display: contents;
	}

	.site-header .sub-menu li a ion-icon {
		font-size: 28px;
		min-width: 50px;
		color: #f06120;
	}
}

@media (max-width: 1024px) {

	ul.menu.nav-menu {
		position: fixed;
		width: 100vw;
		top: 0;
		left: 0;
		background: linear-gradient(0deg, #06233c, #004269);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
		padding: 4rem 0 1rem 0;
	}

	ul.menu.nav-menu li a {
		opacity: 0.7;
		padding: 0.6rem 1rem;
	}

	ul.menu.nav-menu li:hover a {
		opacity: 1;
	}
}

.site-footer {
	background: linear-gradient(180deg, #004269 0%, #002135 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

.site-footer ion-icon {
	color: #f06120;
	margin-right: 0.5rem;
}

.site-footer section {
	max-width: 1100px;
	margin: auto;
}

.site-footer section .wp-block-columns {
	margin: 0;
}

.site-footer ul.menu {
	color: #fff;
	margin: 0;
	padding: 0;
}

.site-footer ul.menu li {
	list-style: none;
}

.site-footer ul.menu li a {
	text-decoration: none;
	color: #fff;
}

.site-footer .gb-grid-column .gb-grid-column {
	width: 50%;
}

@media (min-width: 1025px) {

	.site-footer .gb-grid-column .gb-grid-column {
		width: 25%;
	}
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.fone-contact-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fone-contact-details ul li {
	margin: 0 0 1rem;
	display: flex;
}

.fone-contact-details ul li span {
	width: 70%;
}

.fone-contact-details ion-icon {
	font-size: 20px;
	color: #f06120;
	width: 20px;
	margin: 0 0.5rem 0 0;
}

@media (max-width: 768px) {
	#contact-form-details li > span {
		text-align: left !important;
	}
}

div.entry-content > div.gb-container {
	scroll-margin-top: 100px;
}

@media (max-width: 1100px) {

	div.entry-content > div.gb-container {
		padding: 0 15px;
	}
}

.entry-content {
	margin: 0;
}

.gb-container {
	position: relative;
}

.wp-block-button a,
.gb-button-wrapper a {
	border-radius: 5px !important;
	padding: 6px 12px !important;
	background-color: #f06120 !important;
	transition: background-color 0.25s !important;
	font-size: 1rem !important;
	font-weight: 300;
	text-decoration: none;
	border: none;
	white-space: nowrap;
}

.wp-block-button a:hover,
.gb-button-wrapper a:hover {
	background-color: #444 !important;
	transition: background-color 0.25s !important;
}

/* socials */
.f-one-social-buttons {
	position: fixed;
	top: 50vh;
	right: 0;
	z-index: 4;
	background-color: #f06120;
	padding: 0.5rem;
	border-radius: 15px 0 0 15px;
	transform: translateX(0) translateY(-50%);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.f-one-social-buttons.hidden {
	transform: translateX(100%) translateY(-30%);
	opacity: 0;
}

.f-one-social-buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	background: #fff;
	margin-bottom: 0.5rem;
	position: relative;
}

.f-one-social-buttons a img {
	max-height: 100%;
}

@keyframes slideInFromRight {

	0% {
		transform: translate(100%, -50%);
		opacity: 0;
	}

	100% {
		transform: translate(0%, -50%);
		opacity: 1;
	}
}

a {
	position: relative;
}

.f-one-social-buttons .tooltip-text {
	visibility: hidden;
	background-color: #f06120;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	transform: translate(-50%);
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	white-space: nowrap;
	margin-right: 40px;
	margin-top: 10px;
	padding: 5px 15px;
}

.f-one-social-buttons a:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
	transform: translateX(-50%) translateY(-5px);
}

@media (max-width: 767px) {
	.tooltip-text {
		display: none;
	}
}

/* mobile text alignment */
@media (max-width: 1024px) {

	.mobile-align-left h1,
	.mobile-align-left h2,
	.mobile-align-left p {
		text-align: left !important;
	}

	.mobile-align-left .wp-block-buttons {
		justify-content: flex-start !important;
	}

	.mobile-align-left .gb-button-wrapper {
		justify-content: flex-start !important;
	}

	.mobile-align-center h1,
	.mobile-align-center h2,
	.mobile-align-center p {
		text-align: center !important;
	}

	.mobile-align-center .wp-block-buttons {
		justify-content: center !important;
	}

	.mobile-align-center .gb-button-wrapper {
		justify-content: center !important;
	}
}

.gc-marquee {
	height: 117px;
	gap: 2rem !important;
	padding: 1rem 2rem 1rem 0 !important;
	top: 0 !important;
}

/* contact page */
.gc-staggered-list {
	margin: 4rem 0;
}

@media (max-width: 767px) {

	.gc-staggered-list-item img {
		width: auto !important;
	}
}

/* industries scroll fix */
#industries {
	scroll-margin-top: 0;
}

/* helpers */
.pos-rel {
	position: relative;
}

/* "media and text" block mobile fix - ensures no stretch beyond max image size */
.wp-block-media-text__media img {
	width: auto;
	max-width: 100%;
}

/* Customer Area Accordian */

.expand-content-1 {
	display: none !important;
}

.expand-button-1:hover {
	cursor: pointer;
	color: #f06120;
}