/*
Theme Name: Taylor Forge Engineered Systems, inc
Theme URI: https://webdesignkc.com/
Description: This is the Taylor Forge Custom Theme created by WebDesignKC on the Genesis Framework.
Author: WebDesignKC
Author URI: https://webdesignkc.com/

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
    width: 100vw;
	overflow-x: hidden; 
	/* Remove overflowx to make sticky work */
}
body {
	overflow-x: hidden;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #19284f;
	font-family: "Open Sans", serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #19284f;
	text-decoration: underline;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #19284f;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #19284f;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: none !important;
	outline: none !important;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #19284f;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: none !important;
	outline: none !important;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #19284f;
	opacity: 1;
}

::placeholder {
	color: #19284f;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #19284f;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #19284f;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #19284f;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #19284f;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #19284f;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #19284f;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #19284f;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #19284f;
	outline: #ccc solid 1px;
	border: none !important;
	outline: none !important;
}


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

.site-header {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0px;
    max-width: none;
    margin: 0 auto;
}
.site-header .wrap {
    max-width: 1250px;
    margin: 0 auto;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #19284f;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #19284f;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #19284f;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #19284f;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #19284f;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #19284f;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #19284f;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
    border-top: none;
    background: linear-gradient(#0F1F36 55%, #030B16 100%);
    clear: both;
    padding: 100px 0 10px;
    color: #fff;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
    background-color: transparent;
    border-top: none;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
    text-align: left;
    width: clamp(0px, 1250px, 100%);
    margin: 0px auto;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
}
.site-footer img {
    filter: invert(1);
}

.site-footer p {
	margin-bottom: 0;
}


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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
		/* position: -webkit-sticky;
		position: sticky; */
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #19284f;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #19284f;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: none;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
        padding: 10px 15px !important;
        margin-bottom: 3px;
        border-radius: 3px;
		transition: .3s;
	}
	.genesis-nav-menu .sub-menu li:hover a {
		transform: translate(15px, 0px) scale(1.07);
		color: #19284f;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
        max-width: 1250px;
        padding: 20px 10px 0px;
    }

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

	.content {

	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}
	.alignfull .alignwide, .alignwide .alignwide {
        max-width: 1250px !important;
    }

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #19284f !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

body.home:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    background: linear-gradient(#0C112F 15%, #0D1D34 40%);
}
#menu-main-menu > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
	transition: .5s;
}
#menu-main-menu li:hover {
	cursor: pointer;
}
#menu-main-menu > li:not(.quotebutton):hover > a {
    transform: translate(0px, 2px) scale(1.05);
}
#menu-main-menu > li:not(.quotebutton) > a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #ffffff;
    border-radius: 100px;
    bottom: 0px;
    left: auto;
	right: 10%;
    transition: width .4s
}
#menu-main-menu > li:not(.quotebutton):hover > a:after {
    width: 80%;
	left: 10%;
	right: auto;
	transition: width .7s
}
.genesis-nav-menu .menu-item:hover > ul.sub-menu {
    padding-top: 13px;
    background: none;
}
#menu-main-menu li.quotebutton a,
#text-3 a {
    background: #97272c;
    color: #fff;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    font-weight: 700;
    font-size: 16px;
}
#text-3 a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
	transition: .3s;
}
#text-3 a:hover {
	transform: scale(1.05);
}
#menu-main-menu li.quotebutton:hover a {
	transform: translate(0px, 0px) scale(1.1);
}
ul#menu-main-menu {
    padding: 15px 0px;
}
body:not(.home) header.site-header {
	background: linear-gradient(#0D102F, #0D1F35);
}
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
header.site-header.sticky {
	animation: slideDown 0.5s ease-out forwards;
	position: fixed;
	top: 0;
	background: linear-gradient(#0D102F, #0D1F35);
	border-bottom: 3px solid #fff;
  }
  @keyframes slideDown {
	from {
	  top: -100px;
	}
	to {
	  top: 0;
	}
  }
  .wp-custom-logo .title-area img {
    opacity: 0;
}
.page .site-inner {
    padding-top: 100px;
}

.wp-custom-logo a.custom-logo-link {
    position: relative;
}

.wp-custom-logo a.custom-logo-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/Taylor-Forge-Header-Logo-Logo-Icon.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
    transition: .2s;
    transition-delay: 0s;
}
.wp-custom-logo a.custom-logo-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/Taylor-Forge-Header-Logo-Logo-Text-.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
    transition: 1s;
    transition-delay: .5s;
    z-index: -1;
}
.wp-custom-logo .sticky a.custom-logo-link:before {
    background-size: auto 80px;
    background-repeat: no-repeat;
	transition: .1s;
    transition-delay: 0s;
}
.wp-custom-logo .sticky a.custom-logo-link:after {
    transform: translate(-36%, -10px) scale(0.5);
	transition: 0s;
	transition-delay: 0s;
    opacity: 0;
}
nav#genesis-nav-primary {
    padding: 15px 0px;
    transition: 1s;
}
.sticky nav#genesis-nav-primary {
    padding: 7px 0px;
}
.wp-custom-logo .site-container .sticky .custom-logo-link {
    height: 60px;
}
.wp-custom-logo .title-area {
    padding: 25px 0px !important;
	transition: 1s;
}
.wp-custom-logo .site-container .sticky .title-area {
    padding: 12px 0px !important;
	transition: 0s;
}

div#home-2 {
    padding: 25px 0px 0px;
}
.missicon-sections-wrap figure:nth-child(2) img {
    transition: .5s;
}
.missicon-sections-wrap:hover figure:nth-child(2) img {
    transform: scale(1.6);
}
.missicon-sections-wrap figure:first-child {
	position: relative;
}
.missicon-sections-wrap figure:first-child:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(#ffffff00 5%, #ffffff 45%);
    opacity: 1;
}
.missicon-sections-wrap .wp-block-group__inner-container {
    position: relative;
}
.missicon-sections-wrap figure:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0px;
    padding: 25%;
}
.alignwide h2.wp-block-heading {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px 0px 0px -50px;
    padding: 15px 50px;
    display: inline-block;
    background: #fff;
}
div#home-2 .alignwide h2.wp-block-heading {
    margin: 0px 0px 0px -100px
}

.alignwide h2.wp-block-heading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #19284e;
    left: 0px;
    z-index: -1;
    margin-top: 16px;
}
#home-2 h3 {
    font-size: 28px;
    text-transform: uppercase;
    transform: translate(0px, -80px);
	font-weight: 700;
}
#home-2 h3 strong {
    display: block;
    font-size: 35px;
	font-weight: 700;
}
.missicon-sections-wrap {
    position: relative;
}
#home-2 .missicon-sections-wrap p {
    position: absolute;
    top: 95px;
    left: 0;
    background: #0d1230e3;
    padding: 35px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #fff;
    transform: scale(0);
    transition: .3s;
}
#home-2 .missicon-sections-wrap:hover p {
    transform: scale(1);
}
#home-3 img.wp-block-cover__image-background {
    right: -50px;
    width: 40%;
    left: auto;
    top: 25px;
    height: auto;
    display: block;
    position: absolute;
    opacity: 0.25;
	animation: float-circle 30s linear infinite;
}
@keyframes float-circle {
	0% {
	  top: 25px;
	  right: -50px;
	}
	25% {
	  top: -25px;
	  right: 0;
	}
	50% {
	  top: 25px;
	  right: 50px;
	}
	75% {
	  top: 75px;
	  right: 0;
	}
	100% {
	  top: 25px;
	  right: -50px;
	}
  }
  @keyframes float-circle-left {
	0% {
	  top: -90px;
	  left: -280px;
	}
	15% {
	  top: -130px;
	  left: -240px;
	}
	35% {
	  top: -90px;
	  left: -200px;
	}
	50% {
	  top: -50px;
	  left: -200px;
	}
	65% {
	  top: -10px;
	  left: -240px;
	}
	85% {
	  top: -50px;
	  left: -280px;
	}
	100% {
	  top: -90px;
	  left: -280px;
	}
  }
  @keyframes float-circle-left-2 {
	0% {
	  left: -550px;
	  top: -80px;
	}
	25% {
	  left: -500px;
	  top: -130px;
	}
	50% {
	  left: -450px;
	  top: -80px;
	}
	75% {
	  left: -500px;
	  top: -30px;
	}
	100% {
	  left: -550px;
	  top: -80px;
	}
  }
figure.wp-block-embed.is-type-video {
    /* border: 1px solid #fff; */
    /* border-radius: 5px; */
    overflow: hidden;
}
#home-3 h3.wp-block-heading {
    font-size: 35px;
}
#home-4 h3.wp-block-heading,
#home-6 h3.wp-block-heading,
#post-footer-carousel h3.wp-block-heading {
    font-size: 35px;
    color: #97272c;
}
#home-6 h3.wp-block-heading {
    font-size: 55px;
    font-weight: 400;
    padding-bottom: 30px;
}
#home-4 h3.wp-block-heading+p {
    padding: 0px 0px;
    font-size: 20px;
    font-weight: 500;
}
#home-4 h3.wp-block-heading+p strong {
    color: #97272c;
    font-weight: 500;
}
div#home-4,
#post-footer-carousel {
    padding: 100px 0px;
    position: relative;
}
div#home-4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 675px;
    width: 280px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/TF-Swoosh.png);
    background-size: 100%;
    background-repeat: no-repeat;
	z-index: 99;
}
div#home-4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 675px;
    width: 280px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/TF-Swoosh.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
	z-index: 99;
}
#home-4 figure.wp-block-media-text__media:nth-child(even) {
    -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-mask-curveheigh-new.png);
    mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-mask-curveheigh-new.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
	height: 400px;
    width: 780px;
    right: -710px;
	transition: .7s;
}
#home-4 .animate figure.wp-block-media-text__media:nth-child(even) {
    right: -10px;
}
#home-4 figure.wp-block-media-text__media:nth-child(odd) {
    -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-mask-curvelow-new.png);
    mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-mask-curvelow-new.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	position: absolute;
	height: 400px;
    width: 780px;
    left: calc(-1*((100% - 1225px)) - (700px));
	transition: .7s;

}
#home-4 .animate figure.wp-block-media-text__media:nth-child(odd) {
    left: calc(-1*((100% - 1225px)));
}
#home-4 .wp-block-media-text {
    width: calc((100% - 1250px) + 1250px);
	padding: 50px 0px;
    padding-right: calc((100% - 1250px) / 2);
    padding-left: calc((100% - 1250px) / 2);
	position: relative;
	min-height: 450px;
}
h4.wp-block-heading {
    font-size: 30px;
    font-weight: 600;
}
#home-4 .wp-block-media-text__content .revealed-gif {
    position: absolute;
    right: -100%;
    top: 50%;
    width: 40%;
    margin: 0;
    transform: translate(0px, -46%);
	z-index: -1;
    transition: 1s;
}
#home-4 .animate .wp-block-media-text__content .revealed-gif {
  right: 15px;
}
/* .home #home-4 .animate:hover figure.wp-block-media-text__media:nth-child(even) {
    right: -100%;
}
.home #home-4 .animate .wp-block-media-text__content:hover + figure.wp-block-media-text__media:nth-child(even) {
    right: -10px;
} */
.home #home-4 figure.wp-block-media-text__media:nth-child(odd) + .wp-block-media-text__content .revealed-gif {
	right: auto;
    left: -100%;
}
/* .home #home-4 .animate figure.wp-block-media-text__media:nth-child(odd) + .wp-block-media-text__content .revealed-gif {
  left: 15px;
}
.home #home-4 .animate:hover figure.wp-block-media-text__media:nth-child(odd) {
    left: -100%;
}
.home #home-4 .animate.hovering:hover figure.wp-block-media-text__media:nth-child(odd) {
    left: calc(-1*((100% - 1225px)));
} */
#home-5 {
	color: #fff;
}
#home-5 .alignwide h2.wp-block-heading,
#standard-darkblock .alignwide h2.wp-block-heading,
#post-footer-carousel h2.wp-block-heading {
    background: transparent;
    color: #fff;
	position: relative;
}
#home-5 .alignwide h2.wp-block-heading:before,
#standard-darkblock .alignwide h2.wp-block-heading:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    left: -200%;
    z-index: 0;
    margin-top: 16px;
}
#home-5 .alignwide h2.wp-block-heading:after,
#standard-darkblock .alignwide h2.wp-block-heading:after {
	background: #fff;
    content: "";
    position: absolute;
    width: 1200px;
    height: 1px;
    right: -1200px;
    z-index: 0;
    margin-top: 16px;
    left: auto;
}
#post-footer-carousel h2.wp-block-heading {
	color: #97272c;
}
#home-5 .wp-block-group__inner-container h3, 
#home-5 .wp-block-group__inner-container p {
    width: clamp(0px, 250px, 100%);
    display: block;
    margin: 0px auto;
    text-align: left;
	padding: 0px;
}
#home-5 .wp-block-group__inner-container h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0px 10px;
}
#home-5 .wp-block-group__inner-container p a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 0px 0px;
    display: block;
}
#home-5 img.wp-block-cover__image-background {
    left: -280px;
    width: 45%;
    right: auto;
    top: -90px;
    height: auto;
    display: block;
    position: absolute;
	animation: float-circle-left 30s linear infinite;
    opacity: 0.5;
}
#home-5 .wp-block-image img {
	transform: scale(1);
    opacity: .8;
	transition: .3s;
}

#home-5 .wp-block-image img:hover {
	transform: scale(1.1);
    opacity: 1;
}
#home-6 h2.wp-block-heading {
    color: #97272c;
}
.slick-prev {
	width: 30px !important;
	height: 50px !important;
	left: -40px !important;
	opacity: 1 !important;
}
 .slick-next {
	width: 30px !important;
	height: 50px !important;
	right: -40px !important;
	opacity: 1 !important;
}
.slick-prev:before {
    content: "" !important;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 50px;
    top: 0px;
    left: 0px;
}
.slick-next:before {
    content: "" !important;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
    width: 30px;
    height: 50px;
    top: 0px;
    left: 0px;
}
.cbc-carousel-item,
.static-post-item {
    padding: 0px 35px;
}
.cbc-image {
    overflow: hidden;
    /* border: 1px solid #19284e; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.static-post-image {
    overflow: hidden;
    /* border: 1px solid #19284e; */
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.slick-slide img {
    height: 215px;
    width: auto;
    max-width: none;
    border: none;
    border-radius: 0;
    margin: 0 auto;
	transition: .5s;
}
.slick-slide:hover img {
    transform: scale(1.1);
}
.static-post-image img {
    border-radius: 10px;
}
.cbc-carousel-item a,
.static-post-item a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.cbc-carousel-item h3,
.static-post-item h3 {
    margin: 0px 0px;
}
.cbc-carousel-item h3 a,
.static-post-item h3 a {
    padding: 15px 0px 5px;
}
.cbc-carousel-item a.cbc-read-more,
.static-post-item a.static-post-read-more {
    color: #97272c;
}
#home-7 h3.wp-block-heading {
    font-size: 70px;
    font-weight: 500;
}
#home-7.standard-contact-footer h3.wp-block-heading {
	max-width: 500px;
}
#home-7 p.has-large-font-size {
    font-size: 40px !important;
    line-height: 1.2em;
    font-weight: 500;
    max-width: 290px;
}
#home-7 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#home-7 .wp-block-column .wp-block-cover {
    border-radius: 10px;
    padding: 35px;
}
a.post-edit-link {
    display: none;
}
article.page.entry {
    margin-bottom: 0px;
}
.text-button a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
	color: #000;
} 
.widget-area.footer-widgets-1 {
    width: 30%;
	padding: 0px 0px 0px 0px;
    z-index: 9;
    position: relative;
}
section#text-2 {
	font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
div#genesis-footer-widgets {
	position: relative;
	overflow: hidden;
}
section#media_image-2 {
    padding-top: 100px;
}
.footer-widgets-2.footer-widget-area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	padding: 0px;
	padding-left: 10%;
	width: 70%;
}
.widget-area.footer-widgets-2.footer-widget-area section {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	margin-bottom: 0px;
}
.widget_nav_menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 0px 0px 0px;
    font-size: 18px;
    transition: .3s;
    line-height: 1.2em;
}
.footer-widgets-2.footer-widget-area ul.sub-menu {

}
.widget li li {
    margin: 5px 0px 0px 10px;
}
.footer-widgets-2 .widget_nav_menu ul.menu > li:first-child a {
	font-size: 25px;
    color: #97272c;
    font-weight: 500;
}
.widget_nav_menu li:hover a {
	transform: translate(10px, 0px);
}
.widget .menu-item-has-children:hover a {
	transform: translate(0px, 0px);
}
.widget .menu-item-has-children ul li:hover a {
	transform: translate(10px, 0px);
}
.footer-widgets .wrap {
	max-width: 1250px;
	z-index: 1;
	position: relative;
}
div#genesis-footer-widgets:after {
    content: "";
    width: 1000px;
    height: 1000px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/background-art-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -550px;
    top: -80px;
    z-index: 0;
    display: block;
	animation: float-circle-left-2 30s linear infinite;
    opacity: .5;
}
.widget-area.footer-widgets-3.footer-widget-area {
    width: 100%;
    padding: 0px 0px 0px;
    margin-top: -75px;
}
#simple-social-icons-2 ul li a, 
#simple-social-icons-2 ul li a:hover, 
#simple-social-icons-2 ul li a:focus {
    padding: 0px 10px !important;
    margin: 0px 0px !important;
}
section#media_image-2 {
    margin: 0px 0px 0px;
    padding: 0px 0px 20px;
    border-bottom: 2px solid #97272c;
    text-align: right;
}
section#nav_menu-6 {
    text-align: right;
}
section#nav_menu-6 li {
    display: inline-block;
    margin: 0px;
}
section#nav_menu-6 li a {
    font-size: 18px;
    padding: 10px 0px;
}
section#nav_menu-6 li:first-child a:after {
    content: "|";
    padding: 0px 10px;
}
section#nav_menu-6 li a:hover {
	transform: translate(0px, 0px);
	opacity: .5;
}
.site-container {
    position: relative;
}
div#home-4 .wp-block-media-text a {
    text-decoration: none;
    text-transform: uppercase;
}
.slide a:after,
div#home-4 .wp-block-media-text a:after,
#home-5 .wp-block-group__inner-container p a:after,
.cbc-carousel-item a.cbc-read-more:after,
.static-post-item a.static-post-read-more:after,
.text-button a:after,
#home-7 .wp-block-cover a:after,
#text-3 a:after {
	content: "";
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/longarrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
	display: inline-block;
	transform: translate(15px, 0px);
	transition: .3s;
}

.slide a:hover:after {
	background-image: url(https://www.tfes.com/wp-content/uploads/2025/03/longarrow-right-white.png);
}
.slide a:hover:after,
div#home-4 .wp-block-media-text a:hover:after,
#home-5 .wp-block-group__inner-container p a:hover:after,
.cbc-carousel-item a.cbc-read-more:hover:after,
.static-post-item a.static-post-read-more:hover:after,
.text-button a:hover:after,
#home-7 a:hover:after,
#text-3 a:hover:after {
	transform: translate(25px, 0px);
}
.slide a:after {
    height: 20px;
    width: 50px;
	margin-bottom: -3px;
}
div#home-4 .wp-block-media-text a:after {
    height: 17px;
    width: 40px;
	margin-bottom: -3px;
}
#home-5 .wp-block-group__inner-container p a:after {
    height: 17px;
    width: 40px;
	margin-bottom: -3px;
	filter: invert(1);
}
.cbc-carousel-item a.cbc-read-more:after,
.static-post-item a.static-post-read-more:after {
    height: 15px;
    width: 40px;
	margin-bottom: -2px;
}
.text-button a:after {
    height: 15px;
    width: 40px;
	margin-bottom: -2px;
}
#home-7 .wp-block-cover a:after{
    height: 17px;
    width: 40px;
	margin-bottom: -3px;
	filter: invert(1);
}
#text-3 a:after {
    height: 17px;
    width: 50px;
	margin-bottom: -3px;
	filter: invert(1);
}
.static-post-item {
	flex: 1 1 calc(33.333% - 20px); /* Adjust width based on gap */
	box-sizing: border-box;
}
.static-post-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
}
.page.post-46 h1.entry-title,
.page.post-788 h1.entry-title,
body.post-type-archive-project_highlight h1.archive-title {
    display: inline-block;
    margin: 30px 0px 0px -100px;
    font-size: 25px;
	font-weight: 500;
    text-transform: uppercase;
    padding: 15px 50px;
    background: #fff;
}
.page.post-46 h1.entry-title:after,
.page.post-788 h1.entry-title:after,
body.post-type-archive-project_highlight h1.archive-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #19284e;
    left: 0px;
    z-index: -1;
    margin-top: 16px;
}
/* Solutions pages */
.page h1.entry-title {
    display: none;
}
.top-curved-feature {
    position: relative;
}
.top-curved-feature:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 300px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/TF-Swoosh-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.top-curved-feature h1.wp-block-heading {
    font-size: 55px;
    font-weight: 600;
	width: clamp(0px, 675px, 100%);
}
.top-curved-feature p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0px !important;
    margin: 25px 0px;
    width: clamp(0px, 675px, 100%);
}
.site-container .top-curved-feature .wp-block-button .wp-block-button__link {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    /* border: 2px solid #232A58; */
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
}
.site-container .top-curved-feature .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 0px -1px 20px;
    transition: .5s;
}
.site-container .top-curved-feature .wp-block-button .wp-block-button__link:hover {
    color: #000;
}
.site-container .top-curved-feature .wp-block-button .wp-block-button__link:hover:after {
    margin: 0px 0px -5px 20px;
}
#learn-more-about-solutions ul#menu-our-solutions {
    text-align: center;
    position: relative;
}
#learn-more-about-solutions ul#menu-our-solutions > li:first-child {
     display: none;
}
#learn-more-about-solutions ul#menu-our-solutions li {
    padding: 0px 20px 0px 0px;
}
#learn-more-about-solutions ul#menu-our-solutions li.current_page_item,
#learn-more-about-solutions ul#menu-our-solutions li.current-menu-ancestor,
#learn-more-about-solutions ul#menu-our-solutions ul.sub-menu li a.current_page_item {
	font-weight: 700;
}
ul.gutena-tabs-tab,
ul.category-list,
ul.static-category-list {
    position: relative !important;
}
ul.gutena-tabs-tab:before,
ul.category-list:before,
ul.static-category-list:before {
    content: "";
    height: 1px;
    width: 200%;
    background: #19284f;
    position: absolute;
    top: -10px;
    left: 0;
	z-index: 9;
}
ul.gutena-tabs-tab:after,
ul.category-list:after,
ul.static-category-list:after {
    content: "";
    height: 1px;
    width: 200%;
    background: #19284f;
    position: absolute;
    bottom: -10px;
    left: -100%;
	z-index: 9;
}
#learn-more-about-solutions ul#menu-our-solutions ul.sub-menu {
    width: 200%;
    left: -50%;
    text-align: center;
    padding-top: 5px;
}
#learn-more-about-solutions ul#menu-our-solutions ul.sub-menu li {
    padding: 0;
    display: inline-block;
	opacity: 0;
	transition: .2s;
}
#learn-more-about-solutions ul#menu-our-solutions li:hover ul.sub-menu li {
	opacity: 1;
}
#learn-more-about-solutions ul#menu-our-solutions ul.sub-menu li a {
    background: #fff;
    display: block;
    position: relative;
    z-index: 9;
    padding: 5px 15px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 400;
}
#learn-more-about-solutions ul#menu-our-solutions:before {
    content: "";
    height: 1px;
    width: 200%;
    background: #19284f;
    position: absolute;
    top: -20px;
}
#learn-more-about-solutions ul#menu-our-solutions:after {
    content: "";
    height: 1px;
    width: 200%;
    background: #19284f;
    position: absolute;
    bottom: -20px;
    left: -100%;
}
body:not(.home) .wp-block-media-text>.wp-block-media-text__content {
    padding: 0;
}
body:not(.home) h4.wp-block-heading {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.bp_model_parent .bp_model_parent #openBtn, 
.bp_model_parent .bp_model_gallery #openBtn {
    background: transparent !important;
    fill: #fff !important;
}
.genesis-nav-menu ul.sub-menu .menu-item > ul.sub-menu {
    padding: 7px 0px 0px 18px;
}
.genesis-nav-menu .sub-menu .sub-menu a {
	margin-bottom: 5px;
}

body.page-id-20 div#home-4:before {
    display: none;
}
#home-4 #timeline .wp-block-media-text {
    gap: 200px;
}
#timeline {
    position: relative;
}
#timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    height: calc(100% - 100px);
    width: 5px;
    background: #97272c;
    border-radius: 50px;
}
#timeline {
    position: relative;
}
#timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    height: calc(100% - 100px);
    width: 5px;
    background: #97272c;
    border-radius: 50px;
}
#timeline {
    position: relative;
}
#timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    height: calc(100% - 100px);
    width: 5px;
    background: #97272c;
    border-radius: 50px;
}
#home-4 #timeline .wp-block-media-text:before {
    content: "";
    position: absolute;
    top: 35px;
    left: calc(50% - 7.5px);
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2.5px solid #97272c;
    border-radius: 100px;
	transition: .5s;
}
#home-4 #timeline .wp-block-media-text:hover:before {
	transform: scale(1.2);
}
#home-4 #timeline .wp-block-media-text:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% + 20px);
    left: calc(50% - 7.5px);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #97272c;
	transition: 3s;
}
#home-4 #timeline .wp-block-media-text:hover:after {
    top: 70%;
}
#home-4 #timeline .wp-block-media-text:last-child:after {
    top: calc(100% - 5px);
}
#home-4 #timeline .wp-block-media-text:last-child:hover:after {
    top: calc(100% - 5px);
}
#home-4 #timeline .wp-block-media-text .wp-block-media-text__content:before {
    content: "";
    position: absolute;
    top: 29px;
    left: calc(50% + 18px);
    font-weight: 700;
	transition: .5s;
}
#home-4 #timeline .wp-block-media-text:nth-child(2) .wp-block-media-text__content:before {
    content: "1900";
}
#home-4 #timeline .wp-block-media-text:nth-child(3) .wp-block-media-text__content:before {
    content: "1950";
}
#home-4 #timeline .wp-block-media-text:nth-child(4) .wp-block-media-text__content:before {
    content: "1980";
}
#home-4 #timeline .wp-block-media-text:nth-child(5) .wp-block-media-text__content:before {
    content: "2000";
}
#home-4 #timeline .wp-block-media-text:hover .wp-block-media-text__content:before {
		transform: scale(1.2);
		left: calc(50% + 22px);
}
#our-process-steps h3.wp-block-heading {
    font-size: 40px;
    font-weight: 700;
}
#our-process-steps p {
    padding: 0px;
    margin: 0px;
    line-height: 1.2em;
}
body:not(.home) #home-2 h4.wp-block-heading {
    text-transform: unset;
    margin: 0px 0px;
    font-size: 25px;
}
#home-5 #ourpeople-leadership .wp-block-group__inner-container h3 {
    font-size: 25px;
    text-align: center;
}

#home-5 #ourpeople-leadership .wp-block-group__inner-container p {
    color: #97272c;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
}

#home-5 #ourpeople-leadership .wp-block-image img {
    border-radius: 5px;
    transition: 1s;
}
#home-5 #ourpeople-leadership .wp-block-image img:hover {
    animation: none;
    transform: scale(1.05);
}
#ourpeople-leadership .wp-block-social-links {
    margin: 0px 0px;
    padding: 20px 0px;
}
#ourpeople-leadership .wp-block-group {
    padding: 0px 0px 30px;
}
li.gutena-tab-title {
	list-style: none !important;
}
li.gutena-tab-title.active {
    font-weight: 700 !important;
}
.wp-block-image img {
    border-radius: 5px;
}
.site-container .top-curved-feature .wp-block-button:nth-child(n+2):nth-child(-n+5) .wp-block-button__link:after {
    content: "";
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/longarrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transform: translate(15px, 0px);
    margin: 0px 0px -3px 0px;
}
.site-container .top-curved-feature .wp-block-button:nth-child(n+2):nth-child(-n+5) .wp-block-button__link:hover:after {
    margin: 0px 0px -3px 0px;
    transform: translate(25px, 0px);
}
.top-curved-feature.post-featured {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
	z-index: -1;
}
.top-curved-feature.post-featured img {
    width: auto;
    filter: brightness(0.5);
    min-height: 100%;
    max-width: none;
}
.single-post header.entry-header {
    color: #fff;
    height: 500px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: -10px;
}
.single-post header.entry-header h1.entry-title {
    font-size: 45px;
    font-weight: 600;
    width: clamp(0px, 750px, 100%);
    margin: 0px 0px 0px;
}
.single-post .site-inner {
    padding-top: 0px;   
}
#posts-learnmore-button .wp-block-button .wp-block-button__link {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background: #fff;
    border: 2px solid #232A58;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
}
#posts-learnmore-button .wp-block-button .wp-block-button__link:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px 0px -1px 20px;
    transition: .5s;
}
#posts-learnmore-button .wp-block-button .wp-block-button__link:hover {
    color: #000;
}
#posts-learnmore-button .wp-block-button .wp-block-button__link:hover:after {
    margin: 0px 0px -5px 20px;
}
#posts-learnmore-button {
    position: absolute;
    top: 400px;
}
#tech-library-content {
    padding-top: 100px;
}
.archive img.post-image {
    border-radius: 10px;
    /* border: 1px solid #19284f; */
}
.post footer.entry-footer {
    padding-top: 25px;
}
.post .wp-block-media-text img {
    /* border: 1px solid #19284f; */
    border-radius: 10px;
	transition: .5s;
}
.post .wp-block-media-text a:hover img {
	transform: scale(1.03);
}
.post .wp-block-media-text.has-media-on-the-right img {
    margin: 50px 0px 50px 25px;
}
.post .wp-block-media-text.has-media-on-the-left img {
    margin: 50px 25px 50px 0px;
}
.lb-data .lb-close {
    position: absolute;
    top: -50px;
    right: 15px;
}
.archive article.post .entry-content > p {
    margin: 0px;
}
.archive article.post footer.entry-footer {
    padding: 0px;
}
.archive article.post footer.entry-footer p.entry-meta {
    padding: 5px 0px 0px;
}
#temphide {
	opacity: 0;
}
ul.category-list li,
ul.static-category-list li {
    display: inline-block;
    padding: 8px 25px;
}
ul.category-list li.active a,
ul.static-category-list li.active a {
	font-weight: 700;
}
ul.category-list,
ul.static-category-list {
    margin: 0px 0px 35px;
	text-align: center;
}
.carousel-wrapper,
.static-post-wrapper {
    position: relative;
    height: 320px;
    margin-bottom: 150px;
}
.carousel-inner-wrapper,
.static-post-inner-wrapper {
    position: absolute;
    width: 100%;
    top: 110%;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
}
.carousel-inner-wrapper.active,
.static-post-inner-wrapper.active {
    top: 0%;
    opacity: 1;
    pointer-events: all;
	transition: top .5s, opacity 1s;
}
.blog .entry {
    display: none;
}
.blog h1.archive-title {
    display: none;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper .textarea {
    border: 1.5px solid #19284f !important;
    border-radius: 5px;
    font-size: 18px !important;
    padding: 10px 10px !important;
    color: #19284f;
}
.gform_wrapper input::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper .textarea::placeholder {
    color: #19284f;
    opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 700;
    font-size: 18px;
}
.gform_wrapper span.name_first {
    padding: 0px !important;
}
.gform_wrapper input.gform_button {
    color: #fff;
    background: #97272c;
    border: 2px solid #fff !important;
	font-weight: 700;
	padding: 15px 15px !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 0px;
}
.wp-block-group.googlemapembed {
    border: 1.5px solid #19284f;
    border-radius: 4px;
    overflow: hidden;
}
body:not(.home) .site-container .wp-block-button .wp-block-button__link {
    padding: 10px 30px;
}
.contact-headquarters-block h3, 
.contact-headquarters-block p {
    border-bottom: 1px solid;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    transition: .3s;
}
.contact-headquarters-block p:hover {
    padding-left: 15px;
}
div#home-2.techlib {
    padding: 0px 0px 40px;
    margin-top: -50px;
}
#brochures-information h3.wp-block-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    border-bottom: 1px solid;
}
#brochures-information p {
    padding: 10px 0px 10px;
    margin: 0px 0px;
    line-height: 1em;
    font-size: 16px;
}
#brochures-information .wp-block-column .wp-block-group {
    /* border: 1px solid; */
    padding: 25px 10px;
    border-radius: 10px;
}
#brochures-information .wp-block-columns {
    gap: 10px;
    margin-bottom: 10px;
} 
.project_highlight figure.wp-block-media-text__media {
    padding: 25px;
}
.project_highlight figure.wp-block-media-text__media a {
    border-radius: 10px;
    overflow: hidden;
}
.project_highlight h1.entry-title {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.project_highlight h1.entry-title:before {
    content: "Project Highlight: ";
    font-weight: 600;
}
article.project_highlight {
    border-bottom: 1px solid;
    padding: 0px 0px 0px;
    margin: 10px 0px;
}
.project_highlight h2 a.entry-title-link {
    font-size: 25px !important;
}
.post-type-archive-project_highlight img.post-image {
    width: 200px;
}
.site-header > .wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 25px;
}
.menu-toggle {
    color: #dfff;
    font-size: 0;
}
.site-header .menu-toggle::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
}
li#menu-item-963 > a,
li#menu-item-966 > a,
li.menu-item-966 > a,
li#menu-item-375 > a,
li#menu-item-374 > a {
    pointer-events: none;
}
.contentclear {
    padding-top: 850px !important;
}
.wdkc-slider-outerwrap {
	padding-top: 25px;
}
.wdkc-slider-outerwrap:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 25px;
    left: calc(50% - 25px);
    bottom: -5px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
	opacity: 0;
	transition-delay: 3s;
	transition: .5s;
}

.wdkc-slider-outerwrap.fullyloaded:after {
	bottom: -55px;
	opacity: 1;
	transition-delay: 3s;
}
.cover-button:hover span.wp-block-cover__background {
	transition: .5s;
}
.cover-button:hover span.wp-block-cover__background {
    background: #fff !important;
}
.cover-button:hover p,
.cover-button:hover a {
    color: #0e1e36 !important;
}
.cover-button:hover a:after {
    filter: invert(0) !important;
}
.cbc-blog-carousel.slick-initialized.slick-slider {
    padding-top: 35px;
}

#model999 .b3dviewer-wrapper {
    overflow: visible;
}
.modelViewerBlock .b3dviewer-wrapper model-viewer {
    transform: scale(2);
}
.modelViewerBlock .b3dviewer-wrapper.active model-viewer {
    transform: scale(1);
}
div#contact-details,
.sales-rep-finder {
    width: clamp(0px, 1024px, 100%);
    margin: 0 auto;
    clear: both;
}
div#contact-details .selected-heading {
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid;
    padding: 0px 0px 0px;
    margin: 0px 0px 26px;
}
.contact-name {
    width: 28%;
    float: left;
    margin: 0px;
    padding: 0px 2% 0px 0px;
}
.contact-address {
    width: 33%;
    float: left;
    margin: 0px 2%;
    padding: 0px 2%;
    border-right: 1px solid #ffffff54;
    border-left: 1px solid #ffffff54;
}
.contact-info {
    width: 35%;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 2%;
}
div#contact-details h3 {
    font-size: 20px;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #ffffff15;
}
div#contact-details p {
    margin: 0px 0px 5px;
    font-size: 16px;
    font-weight: 100;
}
#gform_wrapper_2 h2.gform_title {
    font-size: 32px;
    font-weight: 700;
}
#gform_2 label.gfield_label {
    font-size: 20px;
    font-weight: 600;
}
.gform_wrapper #gform_2 select {
	background-color: #0e1c33 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
button.gf-return-button {
    width: auto;
    margin: 50px 0px 0px;
    color: #fff;
    background: transparent;
    clear: both;
    float: none;
    display: block;
	padding: 30px 10px 0px 0px;
}
button.gf-return-button:hover {
	background: none;
	transform: translate(-10px, 0px);
}
.page-id-50 .site-container .wp-block-button.is-style-outline .wp-block-button__link {
    border: 1px solid #ffffff00;
}

@media only screen and (max-width: 1660px) {
	div#home-4:before,
	div#home-4:after {
		height: 475px;
		width: 200px;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even),
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 750px;
	}
}
@media only screen and (max-width: 1570px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even),
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 700px;
	}
}

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

	#home-4 figure.wp-block-media-text__media:nth-child(even),
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 650px;
	}
}
@media only screen and (max-width: 1400px) {
	div#home-2 .alignwide h2.wp-block-heading {
		margin: 0px 0px 0px -50px;
	}
	div#home-4:before, 
	div#home-4:after {
        height: 250px;
        width: 100px;
    }
	div#our-solutions {
		padding: 0px 75px;
	}
	div#home-4, #post-footer-carousel {
		padding: 50px 0px;
		position: relative;
	}
}
@media only screen and (max-width: 1375px) {
#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 600px;
		height: 300px;
	}
}
@media only screen and (max-width: 1350px) {
	.contentclear {
		padding-top: 675px !important;
	}
	div#home-2 .alignwide h2.wp-block-heading {
		margin: 0px 0px 0px -25px;
	}
}
@media only screen and (max-width: 1300px) {
	div#home-2 .alignwide h2.wp-block-heading {
        margin: 0px 25px;
        padding: 15px 25px;
    }
	#home-7 p.has-large-font-size {
		font-size: 40px !important;
	}
	#home-7 h3.wp-block-heading {
		font-size: 65px;
	}
	.footer-widgets .wrap,
	footer.site-footer {
		padding: 0px 25px;
	}
	section#media_image-2 {
		margin: 0px 0px 10px;
	}
	div#home-4:before, div#home-4:after {
        height: 375px;
        width: 150px;
    }
	#home-4 .wp-block-media-text .wp-block-media-text__content {
		padding: 0px 50px;
	}
	body:not(.home) #home-4 .wp-block-media-text {
		padding: 0px 0px;
	}
}
@media only screen and (max-width: 1240px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 550px;
		height: 300px;
	}
}
@media only screen and (max-width: 1225px) {
	#home-4 .animate figure.wp-block-media-text__media:nth-child(odd),
	.home #home-4 .animate.hovering figure.wp-block-media-text__media:nth-child(odd),
	.home #home-4 .animate.hovering:hover figure.wp-block-media-text__media:nth-child(odd) {
		left: 0;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
	    left: -100vw;
	}
	div#home-6 {
		padding: 0px 45px;
	}
	.alignfull .alignwide, .alignwide .alignwide {
		padding-left: 25px;
		padding-right: 25px;
	}
	#home-4 #timeline .wp-block-media-text {
		gap: 120px;
	}
}
@media only screen and (max-width: 1200px) {
	.contentclear {
		padding-top: 650px !important;
	}
	div#home-3 {
		background: linear-gradient(119deg, rgb(13, 29, 51) 75%, rgb(0, 0, 0) 100%) !important;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 550px;
		height: 300px;
	}
	#home-7 p.has-large-font-size {
		font-size: 35px !important;
	}
	#home-7 h3.wp-block-heading {
		font-size: 60px;
	}
	.widget-area.footer-widgets-1 {
		width: 35%;
	}
	.footer-widgets-2.footer-widget-area {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		padding: 0px;
		padding-left: 25px;
		width: 65%;
	}
	div#home-4:before, div#home-4:after {
        height: 250px;
        width: 100px;
    }
}
@media only screen and (max-width: 1140px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 500px;
		height: 250px;
	}
}
@media only screen and (max-width: 1100px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 500px;
		height: 250px;
	}
	#home-7 p.has-large-font-size {
		font-size: 32px !important;
	}
	#home-7 h3.wp-block-heading {
		font-size: 58px;
	}
}
@media only screen and (max-width: 1024px) {
	.contentclear {
		padding-top: 550px !important;
	}
	#home-3 .wp-block-column {
		flex-basis: 50% !important;
	}
	.home #home-4 .animate:hover figure.wp-block-media-text__media:nth-child(even) {
		right: -120%;
	}
	.cbc-carousel-item,
	.static-post-item {
		padding: 0px 10px;
	}
	#home-7 p.has-large-font-size {
		font-size: 30px !important;
	}
	#home-7 h3.wp-block-heading {
		font-size: 56px;
	}
	#home-7 .wp-block-column .wp-block-cover {
		border-radius: 10px;
		padding: 30px 20px;
	}
	div#bottom-section {
		gap: 1em;
	}
	.parent-pageid-20 div:not(#home-4) .wp-block-column {
		flex-basis: 50% !important;
	}
	.modelViewerBlock .b3dviewer-wrapper model-viewer {
		transform: scale(1.5);
	}
	.top-curved-feature.post-featured,
	.single-post header.entry-header {
		height: 400px;
	}
    .single-post header.entry-header h1.entry-title {
        font-size: 32px;
        font-weight: 600;
        width: clamp(0px, 700px, 100%);
        margin: 50px 0px 0px;
        padding-right: 0px;
        padding-top: 50px;
    }
	#posts-learnmore-button {
		position: absolute;
		top: 375px;
	}
}
@media only screen and (max-width: 1000px) {
	.nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 430px;
		height: 225px;
	}
	h4.wp-block-heading {
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 6px;
	}
	p {
		font-size: 16px;
		line-height: 1.2em;
	}
	div#home-4 .wp-block-media-text a:after {
		height: 15px;
		width: 35px;
		margin-bottom: -2px;
	}
	.footer-widgets {
		padding: 75px 0 20px;
	}
	section#text-2 p,
	.footer-widgets-2 .widget_nav_menu ul.menu > li:first-child a {
		font-size: 22px;
	}
	.widget_nav_menu li a {
		font-size: 16px;
		line-height: 1em;
	}
	#media_image-2 img {
		width: 250px;
	}
	.footer-widget-area {
        float: left;
	}
}
@media only screen and (max-width: 959px) {
	.sub-menu-toggle {
		color: #fff;
	}
	.sub-menu-toggle {
		color: #fff;
	}
	nav#genesis-nav-primary {
		width: clamp(0px, 375px, 100%);
		margin: 0 auto;
		padding: 0px 25px;
		border: 1px solid #fff;
		border-radius: 5px;
		position: absolute;
		right: 15px;
		top: 80px;
		background: #0e1c34;
	}
	#menu-main-menu li.quotebutton a {
		text-align: center;
	}
	header.site-header.sticky {
		position: absolute;
	}
	#home-2 h3 strong {
		display: block;
		font-size: 28px;
		font-weight: 700;
	}
	#home-2 h3 {
		font-size: 22px;
		text-transform: uppercase;
		transform: translate(0px, -80px);
		font-weight: 700;
		margin: 0;
	}
	.top-curved-feature:after {
		width: 180px;
		background-position: bottom right;
	}
	.top-curved-feature {
		min-height: 350px !important;
	}
	.site-inner {
        padding: 20px 15px 0px;
    }
	.site-header {
		right: 0;
	}
}
@media only screen and (max-width: 900px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 380px;
		height: 200px;
	}
	#home-7 p.has-large-font-size {
		font-size: 28px !important;
	}
	#home-7 h3.wp-block-heading {
		font-size: 54px;
	}
	.footer-widget-area {
        float: none;
	}
	.widget-area.footer-widgets-1 {
        width: 100%;
        text-align: center;
    }
	.widget-area.footer-widgets-2.footer-widget-area {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.widget-area.footer-widgets-3.footer-widget-area {
		margin-top: 0px;
	}
	.simple-social-icons ul.alignleft {
		margin: 0 auto !important;
		float: none !important;
		text-align: center !important;
		display: block;
		position: relative;
	}
	.simple-social-icons ul li {
		float: none !important;
		text-align: center !important;
	}
	.site-footer {
		text-align: center;
	}
	.footer-widgets {
        padding: 75px 0 75px;
    }
	section#media_image-2 {
		text-align: center;
	}
	section#nav_menu-6 {
		text-align: center;
	}
	#home-4 .wp-block-media-text .wp-block-media-text__content {
		padding: 0px 30px;
	}
	.modelViewerBlock .b3dviewer-wrapper model-viewer {
        transform: scale(1.2);
    }
	#home-4 #timeline .wp-block-media-text {
		gap: 100px;
	}
	section#simple-social-icons-2 ul li {
		display: inline;
	}
}
@media only screen and (max-width: 800px) {
	.contentclear {
		padding-top: 500px !important;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 330px;
		height: 175px;
	}
	div#bottom-section,
	#home-7 p.has-large-font-size,
	#home-7 h3.wp-block-heading,
	#home-7 p.has-text-align-left {
		text-align: center;
	}
	#home-7 .wp-block-spacer:nth-child(1) {
        height: 25px !important;
    }
	.top-curved-feature:after {
		width: 125px;
	}
	.top-curved-feature h1.wp-block-heading {
		font-size: 40px;
		font-weight: 600;
		width: clamp(0px, 500px, 100%);
	}
	.top-curved-feature p {
		font-size: 18px;
		width: clamp(0px, 600px, 100%);
		text-align: left;
        padding-right: 20px !important;
	}
	#home-4 .wp-block-media-text .wp-block-media-text__content {
		padding: 0px 20px;
	}
	.modelViewerBlock .b3dviewer-wrapper model-viewer {
        transform: scale(1);
    }
	body:not(.home) .wp-block-columns {
		padding: 0px 25px;
	}
	.static-post-item {
		flex: 1 1 calc(50% - 20px); /* Adjust width based on gap */
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 781px) {
	#home-2 .wp-block-column {
		width: clamp(0px, 400px, 100%) !important;
		margin: 0 auto;
		max-height: 400px;
	}
	#home-2 .wp-block-columns-is-layout-flex {
		display: block;
	}
	#home-3 img.wp-block-cover__image-background {
		width: 60%;
	}
	#home-6 h3.wp-block-heading {
		font-size: 28px;
		font-weight: 700;
		padding: 0px;
		margin: 0;
	}
	.site-footer p {
		font-size: 14px;
	}
	.widget-area.footer-widgets-2.footer-widget-area {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 10px;
	}	
	#home-5 #ourpeople-leadership .wp-block-image img {
		width: clamp(0px, 200px, 100%);
		margin: 0 auto;
		display: block;
	}
}
@media only screen and (max-width: 700px) {
	nav#genesis-nav-primary {
		right: 15px;
		top: 100px;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		width: 300px;
		height: 160px;
	}
	#home-4 #timeline .wp-block-media-text {
		gap: 70px;
	}
    div#home-4, #post-footer-carousel {
        padding: 50px 0px 150px;
        position: relative;
    }
}
@media only screen and (max-width: 600px) {
	div#home-2 .alignwide h2.wp-block-heading {
		margin: 0px auto;
		padding: 5px;
		width: 100%;
		text-align: center;
	}
	.wp-block-column h3.wp-block-heading {
		font-size: 32px;
		text-align: center;
		margin: 0px;
	}
	.wp-block-column p {
		font-size: 16px;
		line-height: 1.3em;
		text-align: justify;
		margin: 0px;
	}
	#home-3 img.wp-block-cover__image-background {
        width: 80%;
    }
	#home-4 h3.wp-block-heading, 
	#home-6 h3.wp-block-heading, 
	#post-footer-carousel h3.wp-block-heading, 
	h3.wp-block-heading {
		font-size: 28px;
		text-align: center;
	}
	#home-4 h3.wp-block-heading+p {
		padding: 0px 0px;
		font-size: 16px;
		font-weight: 500;
		text-align: justify;
	}
	.alignwide h2.wp-block-heading {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
		position: relative;
		width: 100%;
		height: 300px;
	}
	#home-4 .animate .wp-block-media-text__content .revealed-gif {
		display: none;
	}
	h4.wp-block-heading {
		text-align: center;
		margin: 0px 0px 5px;
	}
	p {
		text-align: justify;
	}
	.home #home-4 .animate:hover figure.wp-block-media-text__media:nth-child(even) {
        right: 0;
    }
	#home-4 .wp-block-media-text {
		padding: 25px 0px 0px;
	}
	#home-6 h2.wp-block-heading {
		padding: 15px 0px;
	}
	.top-curved-feature:after {
		width: 100px;
		transform: translate(30px, 0px);
	}
	.site-container .top-curved-feature .wp-block-button .wp-block-button__link {
		font-size: 18px;
	}
	body:not(.home) .site-container .wp-block-button .wp-block-button__link {
		padding: 10px 15px;
	}
	#home-4 .wp-block-media-text .wp-block-media-text__content {
		padding: 0px 15px;
	}
	.top-curved-feature.post-featured,
	.single-post header.entry-header {
		height: 325px;
	}
	.single-post header.entry-header h1.entry-title {
		font-size: 30px;
	}
	#posts-learnmore-button {
		position: absolute;
		top: 300px;
	}
	.contact-name, .contact-address, .contact-info, .selected-heading {
		width: 100%;
		padding: 0px 0px;
		float: none;
		border: none;
		margin: 0px 0px 45px;
		text-align: center;
	}
	.slide,
	.slide h2 {
		text-align: center;
	}
	#timeline:before,
	#home-4 #timeline .wp-block-media-text:before,
	#home-4 #timeline .wp-block-media-text:after,
	#home-4 #timeline .wp-block-media-text .wp-block-media-text__content:before {
		display: none;
	}
	#home-4 #timeline .wp-block-media-text {
		gap: 5px;
	}
}
@media only screen and (max-width: 500px) {
	.contentclear {
		padding-top: 450px !important;
	}
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 245px;
    }
	.slick-prev:before, 
	.slick-next:before {
		width: 15px !important;
		height: 30px !important;
		opacity: 1 !important;
	}
	.slick-prev {
		left: -15px !important;
	}
	.slick-next {
		right: -30px !important;
	}
	#home-6 p.has-text-align-right.text-button {
		padding: 0px 0px 25px;
		margin: 0px;
		text-align: center;
	}
	.text-button a:after {
		display: center;
	}
	.site-footer img {
		padding: 10px 0px 0px !important;
		height: 3em !important;
	}
	#brochures-information .wp-block-columns {
		padding: 0px;
		gap: 0px;
		margin: 0px;
	}
}
@media only screen and (max-width: 450px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 215px;
    }
	div#home-6 {
        padding: 0px 25px;
    }
	.widget-area.footer-widgets-2.footer-widget-area {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px 0px;
	}	
	#home-2 .missicon-sections-wrap p {
		top: 50px;
	}
	.wp-block-cover .wp-block-embed {
        min-height: 0px !important;
        min-width: 0px !important;
	}
	.static-post-item {
		flex: 1 1 calc(100% - 20px); /* Adjust width based on gap */
		text-align: center;
	}
	.static-post-wrapper {
		height: 1400px;
	}
}
@media only screen and (max-width: 400px) {
	nav#genesis-nav-primary {
		right: 5%;
		top: 150px;
		width: 90%;
	}
	body.wp-custom-logo .site-container .title-area {
		max-width: 100%;
		padding: 15px 0px !important;
	}
	body.wp-custom-logo .site-container .title-area a.custom-logo-link {
		width: 100%;
		margin: 0 auto;
	}
    button#genesis-mobile-nav-primary {
        float: none;
        margin: 0px auto;
        padding: 0px;
    }
	.site-header > .wrap {
		padding: 0px 5px;
	}
	.wp-custom-logo .title-area img {
		opacity: 1;
	}
	.wp-custom-logo a.custom-logo-link:before,
	.wp-custom-logo a.custom-logo-link:after {
		display: none;
	}
	.contentclear {
		padding-top: 375px !important;
	}
	#home-3 img.wp-block-cover__image-background {
        width: 100%;
    }
	.wp-block-spacer {
		height: 25px !important;
	}
	#home-3 h3.wp-block-heading {
		font-size: 30px;
	}
	.wp-block-column p {
		text-align: justify;
	}
	#home-4 h3.wp-block-heading, 
	#home-6 h3.wp-block-heading, 
	#post-footer-carousel h3.wp-block-heading, 
	h3.wp-block-heading {
		font-size: 25px;
		text-align: center;
		margin-bottom: 10px;
		line-height: 1.1em;
	}
	div#our-solutions {
        padding: 0px 15px 0px 25px;
    }
	div#home-4:before, div#home-4:after {
        height: 200px;
        width: 75px;
    }
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 195px;
    }
	.footer-widgets {
        padding: 75px 0 100px;
    }
	.top-curved-feature p {
        padding-right: 0px !important;
    }
	.top-curved-feature {
        min-height: 400px !important;
    }
	.top-curved-feature.post-featured, 
	.single-post header.entry-header {
        top: 120px;
    }
	#posts-learnmore-button {
        position: absolute;
        top: 400px;
    }
    .single-post header.entry-header h1.entry-title {
        margin: 100px 0px 0px;
        padding-top: 100px;
    }
    #tech-library-content {
        padding-top: 220px;
    }
}
@media only screen and (max-width: 350px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 170px;
    }
}
@media only screen and (max-width: 330px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 165px;
    }
}
@media only screen and (max-width: 320px) {
	#home-4 figure.wp-block-media-text__media:nth-child(even), 
	#home-4 figure.wp-block-media-text__media:nth-child(odd) {
        height: 160px;
    }
}