/*!
Theme Name: AM Aluminium Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: am-aluminium-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AM Aluminium Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 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 {
	margin: 1em 0;
}

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

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

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

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

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: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


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

:root {
    --teal: #2E5266;
    --orange: #D84000;
    --darkgrey: #3F3E3C;
	--lightblue: #B7C4CC;
    --white: #FFFFFF;
    --lightgrey: #F8F8F8;
    --gradient: linear-gradient( 90deg , rgba(216, 64, 0, 1) 0% , rgba(250, 208, 0, 1) 100% );
    --headings: "Outfit", helvetica, sans-serif;
    --text: "Inter", helvetica, sans-serif;
}


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

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

.post, .page {
    margin: 0;
}

#page{
    max-width:1800px;
    margin:auto;
    background-color:var(--white);
}

p {
    font-family: var(--text);
    font-weight: 300;
    font-size: 0.975em;
    line-height: 1.7em;
    color: var(--darkgrey);
    margin-bottom:20px;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: var(--headings);
    color: var(--teal);
    font-weight: 800;
}

h1 {
    font-size: 2.25em;
    line-height: 1.2em;
    margin: 0 0 15px 0;
	text-transform:uppercase;
}


h2 {
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 15px 0;
	text-transform:uppercase;
}

h2:before {
    content: " ";
    width: 150px;
    height: 3px;
    background: linear-gradient( 90deg , rgba(216, 64, 0, 1) 0% , rgba(250, 208, 0, 1) 100% );
    display: block;
    top: -15px;
    position: relative;
}


h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
	text-transform:uppercase;
}


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

h5 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}



p strong, p b, strong, b{
    font-family: var(--text);
    font-weight: 500;
    text-rendering: geometricPrecision;
}


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

section p a:hover, section p a:focus { 
    text-decoration: none;
    color: var(--teal);
    text-decoration:underline;
    cursor: pointer;
    transition:all 0.3s ease;
}

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


li { 
    list-style-type: none;
}


section div ul,
section div ol{ 
    margin:0 0 15px 15px;
}

section div ul li { 
    color: var(--darkgrey);
    font-size: 0.9rem;
    list-style-type: disc;
    text-rendering: geometricPrecision;
}

section div ol li { 
    color: var(--darkgrey);
    font-size: 0.9rem;
    list-style-type: numbers;
    text-rendering: geometricPrecision;
}



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

header#masthead p.site-title, header#masthead p.site-description {
    display: none;
}



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

section div a:has(button){
	width: fit-content;
}

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

a button span{
    text-rendering: geometricPrecision;
    font-family: var(--headings);
    font-weight: 600;
    color: var(--white);
    font-size: 1.1rem;
    text-transform:uppercase;
	letter-spacing:1pt;
    position: relative;
    transition:all 0.5s ease;
}

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


a button span:before{
    content: " ";
    width: 14px;
    height: 14px;
    bottom: 2px;
    position: absolute;
    right: -17px;
    border-top: 2px solid;
    display: block !important;
    transform: rotate(-45deg);
    transform-origin: top right;
}

a button span:after {
    content: " ";
    width: 10px;
    height: 10px;
    bottom: 7px;
    position: absolute;
    right: -20px;
    border-right: 2px solid;
    border-top: 2px solid;
    display: block !important;
}


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

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    transition: all 0.3s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	line-height: 60px!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item a.mega-menu-link{
	font-family:var(--text);
    font-weight: 300!important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	color:var(--orange);
}

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

header#masthead{
    position: fixed;
    top: 20px;
	left:10%;
    width: 80%;
    height: 80px;
    background: #f8f8f8;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width:1800px;
    margin:auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link{
    color: var(--darkgrey);
    font-size: 0.85rem;
    font-family: var(--text);
    transition: all 0.3s ease;
}



header#masthead .site-branding {
    padding: 0 50px;
	border-right:1px solid var(--lightblue);
}

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

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


header#masthead div.ctas {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header#masthead .ctas a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--orange);
    padding: 5px 20px;
    height: 80px;
    position: relative;
    z-index: 1;
	transition:all 0.5s ease;
}

header#masthead .ctas a.tel {
    background: #2e52660d;
	transition:all 0.5s ease;
}

header#masthead .ctas a:hover,
header#masthead .ctas a:focus{
	cursor:pointer;
    background: #2e5266;
	transition:all 0.5s ease;
}

header#masthead .ctas a.tel:hover span, header#masthead .ctas a.tel:hover h5,
header#masthead .ctas a.tel:focus span, header#masthead .ctas a.tel:focus h5{
	color:#fff;
	transition:all 0.5s ease;
}


header#masthead .ctas a span,
header#masthead .ctas a h5{
    color:#fff;
}

header#masthead .ctas a span{
	font-size:0.65em;
}

header#masthead .ctas a h5{
	font-size:1.25em;
	text-transform:uppercase;
	margin-bottom:0;
}

header#masthead .ctas a.quote h5{
	margin-right:40px;
}

header#masthead .ctas a.tel span,
header#masthead .ctas a.tel h5{
    color: var(--teal);
}

header#masthead .ctas a svg{
    width:30px;
    position: absolute;
    right: 20px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-only{
	display:none;
}


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


/* general slider styles */

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

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


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

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

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

/* end of slider */



/* ******************************************************
    Lines
*********************************************************/

.line.main.vertical {
    border-left: 1px solid rgb(183 196 204 / 50%);
    height: 100vh;
    width: 0;
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 666;
}

.line.vertical:not(.main) {
    border-left: 1px solid rgb(183 196 204 / 50%);
    height: 100%;
    width: 0;
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 666;
}

.line.left{
    left: calc(5% - 1px);
}

.line.right{
    right: calc(5% - 1px);
}

.line.horizontal {
    border-top: 1px solid rgb(183 196 204 / 50%);
    height: 0;
    width: 100%;
	max-width:1800px;
    background: transparent;
    position: absolute;
	left:0;
    z-index: 555;
}

section.hero .line.horizontal.top{
	top:130px;
}

section:not(.hero) .line.horizontal.top {
    top:30px;
}

section:not(.hero) .line.horizontal.bottom {
    bottom:30px;
}




/* ******************************************************
    Sections
*********************************************************/

section.hero{
	padding: 180px 12.5% 60px;
	background-color:#fff;
	background-image:url(https://amaluminium.com/wp-content/uploads/2026/02/Am-Aluminium_Pattern_Background.svg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	margin-bottom:30px;
}

body.page-child section.hero{
	margin-bottom:0;
}

.home section.hero{
	padding: 180px 12.5% 100px;
	margin-bottom:0px;
}

section.hero .text{
	max-width: 640px;
	position:relative;
	z-index:10;
}

section.hero.centre .text, body.page-id-30 section.hero .text, body.page-id-26 section.hero .text {
    margin: 0 auto;
    text-align: center;    
	max-width: 820px;
}

section.hero.centre .text p, body.page-id-30 section.hero .text p, body.page-id-26 section.hero .text p{
	max-width: 820px;
}

.home section.hero .text{
	max-width: 840px;
}

.home section.hero .text h1 {
    font-size: 2.5em;
}

body.page-id-30 section.hero .text h1, body.page-id-26 section.hero .text h1, body.page-child section.hero .text h1{
	color:var(--orange);
}

section.hero .text p{
	max-width:640px;
	font-size:1em;
	line-height:1.75em;
}

section.hero .text:not(:has(a button)) p:last-child {
    margin-bottom: 0;
}

section.hero .text button{
	margin-top:5px;
}

section.hero .gradient{
	background: #FFF;
	background: -webkit-linear-gradient(90deg, rgb(255 255 255) 20%, rgba(255, 255, 255, 0.8) 100%);
	background: -moz-linear-gradient(90deg, rgb(255 255 255) 20%, rgba(255, 255, 255, 0.8) 100%);
	background: linear-gradient(90deg, rgb(255 255 255) 20%, rgba(255, 255, 255, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
	width:100%;
	height:100%;
	position:absolute;
	z-index:5;
    left: 0;
    top: 0;
}

section.hero.centre .gradient, body.page-id-30 section.hero .gradient {
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.8) 100%);
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.8) 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.8) 100%);
}

section.tabs-horizontal {
    background: #f8f8f8;
    padding: 0 5%;
	margin: 30px 0;
	border-bottom: 1px solid rgb(183 196 204 / 50%);
}


body.home section.tabs-horizontal {
    margin-top:-22px;	
	border-top:0;
}

section.tabs-horizontal:has(.text){
	border-top: 1px solid rgb(183 196 204 / 50%);
}

section.tabs-horizontal > .text {
    padding: 70px 5% 25px;
    max-width: 720px;
}

section.tabs-horizontal:has(.text) .tabs{
    margin-top: 0px;
}

section.tabs-horizontal:has(.text) .content {
    padding: 90px 40px 50px;
    background: #fff;
    margin-top: -35px;
}



section.tabs-horizontal .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -24px;
    position: relative;
    z-index: 10;
}

section.tabs-horizontal .tab {
    background-color: #fff; 
    color: var(--orange);
	border-radius: 0px;
    border: 2px solid var(--orange);
    padding: 10px 20px;
    margin: 0 5px 10px;
	text-align:center;
    cursor:pointer;
	font-family:var(--headings);
	text-transform:uppercase;
	letter-spacing:0.5pt;
	font-size:0.95em;
	font-weight:700;
    transition:all 0.5s ease;
}

section.tabs-horizontal .tab.active {
    background-color: var(--teal); 
    border: 2px solid var(--teal);
    color: #fff;
    transition:all 0.5s ease;
}

section.tabs-horizontal .tab:hover, section.tabs-horizontal .tab:focus{
    background-color: var(--teal); 
    border: 2px solid var(--teal);
    color: #fff;
    transition:all 0.5s ease;
}


section.tabs-horizontal .content {
    display: none;
	flex-direction:row;
	justify-content:space-between;
	padding:50px 5%;
}
section.tabs-horizontal .content.active {
    display: flex; 
}

section.tabs-horizontal .content .image{
	width:50%;
	object-fit:cover;
	
}

section.tabs-horizontal .content .text{
	width:45%;	
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.tabs-horizontal .content .text button{
	margin-top:5px;
}




section.banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
}

section.banner div img{
    width:20px;
}

section.banner > div:not(.cta) {
    padding: 35px 35px 35px 5%;
	border-right: 1px solid rgb(183 196 204 / 50%);	
}

section.banner > div:not(.cta) p{
    font-size: 0.9em;	
	margin-bottom:0;
}

section.banner > div.two {
    padding: 35px;	
}

section.banner div.one {
    width:calc(55% - 225px);	
}

section.banner div.two{
    width:calc(45% - 225px);	
}

section.banner .cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 35px 20px;	
	text-decoration:none;
	width:450px;
    transition: all 0.5s ease;
}


section.banner .cta img{
	width: 60px;
    border-radius: 100px;
    margin-right: 15px;
}

section.banner .cta span {    
	font-weight: 200;
    font-family: var(--text);
    color: var(--darkgrey);
}

section.banner .cta h3 {
    font-size: 24px;
    text-transform: uppercase;
	font-weight:700;
    letter-spacing: 0.75pt;
    color: var(--orange);
    transition: all 0.5s ease;
}

section.banner .cta:hover h3, section.banner .cta:focus h3{
    color: var(--teal);
    transition: all 0.5s ease;
}

section.banner .cta h3 svg{
    width: 17px;
    margin-left: 2px;
    display: inline-block;
}


section.secondary-nav {
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    background: #fff;
}

section.secondary-nav a {
    display: block;
    width: 100%;
    padding: 12px 6px;
    border-right: 1px solid rgb(183 196 204 / 50%);
    text-align: center;
	text-decoration:none;
    background: #fff;
	transition: all 0.5s ease;
}

section.secondary-nav a:hover, section.secondary-nav a:focus{
    background: #f8f8f8;
	cursor:pointer;
	transition: all 0.5s ease;
}

section.secondary-nav a:last-child {
    border-right: 0px solid rgb(183 196 204 / 50%);
}

section.secondary-nav a h4{
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    font-size: 1.1em;
    margin-bottom: 0;
    color: var(--teal);
	position:relative;
}

section.secondary-nav a:hover h4, section.secondary-nav a:focus h4{
    color: var(--orange);
	transition: all 0.5s ease;
}

section.secondary-nav a h4 svg{
	width: 13px;
    transform: rotate(90deg);
}


section.tabs-vertical {
    padding: 0 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#f8f8f8;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

body.page-id-26 section.tabs-vertical:not(.values), body.page-id-26 section.tabs-vertical:not(.values) .tabs .tab{	
    background: #fff;
}

body.page-id-26 section.tabs-vertical:not(.values) .tabs .tab.active, body.page-id-26 section.tabs-vertical:not(.values) .tab-contents {
    background:#f8f8f8;
}

body.page-id-26 section.tabs-vertical:not(.values) .tabs .tab.active {
    border-right: 1px solid #f8f8f8;
}


section.tabs-vertical .top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	width:100%;
    border-bottom: 1px solid rgb(183 196 204 / 50%);
}

section.tabs-vertical .main-text {
    width: 40%;
    padding: 45px 5%;
    padding-top: 60px;
}

section.tabs-vertical .main-text p{
    margin-bottom:0;
}



section.tabs-vertical .image {
    width: 60%;
    display: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.tabs-vertical .image.active {
    display: block;
}

section.tabs-vertical .tabs {
    width: 40%;
}


section.tabs-vertical .tabs .tab {
    width: 100%;
    padding: 20px 12.5%;
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    border-right: 1px solid rgb(183 196 204 / 50%);
    font-family: var(--headings);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.65em;
    letter-spacing: 0.5pt;
    color: var(--teal);
	background:#f8f8f8;
	cursor:normal;
	transition:all 0.5s ease;
}

section.tabs-vertical .tabs .tab:last-child {
    border-bottom: 0px solid rgb(183 196 204 / 50%);
}

section.tabs-vertical .tabs .tab.active,
section.tabs-vertical .tabs .tab:hover,
section.tabs-vertical .tabs .tab:focus {
    color: var(--orange);
	background:#fff;
	cursor:pointer;
	transition:all 0.5s ease;
}

section.tabs-vertical .tabs .tab.active {
    border-right: 1px solid #fff;
	transition:all 0.5s ease;
}

section.tabs-vertical .tabs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

section.tabs-vertical .tab-contents {
    width: 60%;
    background: #fff;
    padding: 35px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.tabs-vertical .tab.active .content h3,
section.tabs-vertical .tab-contents .content h3{
	font-size:1.75em;
}

section.tabs-vertical .content {
    display: none;
}

section.tabs-vertical .content.active {
    display: block;
}


section.tabs-vertical .tab .mobile-image,
section.tabs-vertical .tab .content {
    display: none;
}

section.tabs-vertical .tab-contents .content {
    display: none;
}

section.tabs-vertical .tab-contents .content.active {
    display: block;
}

section.tabs-vertical .top .image {
    display: none;
}

section.tabs-vertical .top .image.active {
    display: block;
}



section.image-dropdowns {
    padding: 30px 5%;
    margin: 30px 0;
    background: #f8f8f8;
	position:relative;
}

section.image-dropdowns .text{
	width: 50%;
	padding: 70px 5% 35px;
    border-right: 1px solid rgb(183 196 204 / 50%);
}

section.image-dropdowns .dropdowns-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px solid rgb(183 196 204 / 50%);
}

section.image-dropdowns .dropdowns-items .image{
    width:50%;
    height: auto;
    object-fit: cover;
}


section.faqs {
    padding: 30px 0;
    margin: 30px 0;
    background: #fff;
	position:relative;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/02/Am-Aluminium_Pattern_Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.faqs .text.centre {
    text-align: center;
    max-width: 720px;
    padding: 30px calc(2.5% + 20px) 0px;
    margin: 0 auto 35px;
	position:relative;
	z-index:10;
}

section.faqs .text.centre h2:before{	
    left: calc(50% - 75px);
}

section.faqs .dropdowns {
	position:relative;
	z-index:10;
	border-top: 1px solid rgb(183 196 204 / 50%);
	padding: 30px 7.5% 0;
}

section.faqs .dropdowns ul{
	max-width: 1000px;
    margin: 0 auto;
	border: 1px solid rgb(183 196 204 / 50%);
	border-bottom:0;
}

section.faqs .dropdowns ul li p:last-child{
	margin-bottom:0;
}


/* accordions areas */

.dropdowns{
    height: auto;
}

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

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

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

.dropdowns ul{
    width: 100%;
}

.dropdowns ul li h3{
    color: var(--orange);
    padding: 20px 40px 20px 20px;
	margin:0;
	text-align: left;
	position:relative;
    border-bottom: 1px solid rgb(183 196 204 / 50%);
	transition: all 0.3s ease;
}

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

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

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




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

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



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

.dropdowns ul li {
    position: relative;
    margin: 0;
    width: 100%;
	margin:0;
    border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
	list-style-type:none;
	transition:all 0.3s ease;
}



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

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



.dropdowns ul li input[type=checkbox]:checked ~ h3 {
    color: var(--teal);
	padding: 20px 40px 20px 20px;
	margin:0;
	position:relative;
    border-bottom: 0px solid rgb(183 196 204 / 50%);
	transition: all 0.3s ease;
}

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

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

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

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

.dropdowns ul li input[type=checkbox]:checked ~ div.hide {
	padding-top:0px;
}


/* End Accordion */


section.grid {
    padding: 0 5%;
    border-top: 1px solid rgb(183 196 204 / 50%);
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    margin-bottom: 30px;
}

section.grid .text{
	max-width: 820px;
	padding: 70px 5% 35px;
}

section.grid .grid-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgb(183 196 204 / 50%);
}

section.grid .grid-items .box {
    width: 33.333%;
    padding: 35px;
    border-right: 1px solid rgb(183 196 204 / 50%);
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.grid .grid-items.two .box {
    width: 50%;
	background:#f8f8f8;
}

section.grid .grid-items .box:nth-child(3n) {
    border-right: 0;
}


section.grid .grid-items.two .box:nth-child(3n) {
    border-right: 1px solid rgb(183 196 204 / 50%);
}

section.grid .grid-items.two .box:nth-child(2n) {
    border-right: 0;
}



section.grid .grid-items .box.cta {
    flex-direction: row;
    justify-content: center!important;
    align-items: center;
	text-decoration:none;
	background:#f8f8f8;
	transition: all 0.5s ease;
}

section.grid .grid-items a.box.cta:hover, section.grid .grid-items a.box.cta:focus {
	background:#fff;
	transition: all 0.5s ease;
}

section.grid .grid-items .box.cta img{
	width: 80px;
    border-radius: 100px;
    margin-right: 20px;
}

section.grid .grid-items .box.cta span {    
	font-weight: 200;
    font-family: var(--text);
    color: var(--darkgrey);
}

section.grid .grid-items .box.cta h3 {
    font-size: 24px;
    text-transform: uppercase;
	font-weight:700;
    letter-spacing: 0.75pt;
    color: var(--orange);
	transition: all 0.5s ease;
}

section.grid .grid-items .box.cta:hover h3, section.grid .grid-items .box.cta:focus h3 {
    color: var(--teal);
	transition: all 0.5s ease;
}

section.grid .grid-items .box.cta h3 svg{
    width: 17px;
    margin-left: 2px;
    display: inline-block;
}




section.grid .grid-items .box h3{
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: normal;
    width: calc(100% - 25px);
    padding-left: 25px;
    position: relative;
}

section.grid .grid-items .box h3:before {
    content: " ";
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/03/greentick.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 5px;
    left: 0;
}

section.grid .grid-items .box p{
	margin-bottom:0;
	font-size:0.925em;
    line-height: 1.6em;
}



section.meet-team{
    padding: 70px calc(5% + 30px) 55px;
	margin: 30px 0;
	background:#fff;
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/02/Am-Aluminium_Pattern_Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
}

section.meet-team .text{
	max-width: 720px;
	text-align:center;
	margin: 0 auto 35px;
	position:relative;
	z-index:10;
	padding: 0 20px;
}

section.meet-team .text h2:before{	
    left: calc(50% - 75px);
}

section.meet-team .team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	position:relative;
	z-index:10;
}

section.meet-team .team .member {
    width: calc(33.333% - 15px);
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
	padding: 35px 20px;
	margin-bottom:20px;
	border: 1px solid rgb(183 196 204 / 50%);
}

section.meet-team .team .member img{
	width: 120px;
    border-radius: 100%;
    margin-right: 20px;
}

section.meet-team .team .member h3{
	margin-bottom:5px;
}

section.meet-team .team .member span.title {
    font-family: var(--headings);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 10px;
    display: block;
}

section.meet-team .team .member p {
    margin-bottom: 0px;
}

section.meet-team .team .member a {
    color:var(--text)!important;
	text-decoration:none;
}



section.banner.mission{
    padding: 30px 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
}

section.banner.mission .content {
    border-right: 0;
    padding: 60px 10% 45px;
    background: var(--teal);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	width:calc(100% - 60px);
	margin-left:30px;
}

section.banner.mission .content h2{
	color:#fff;
    width: 300px;
    margin-bottom: 0;
}

section.banner.mission .content p{
	color:#fff;
	font-size:1em;
	line-height:1.75em;
	width:calc(100% - 350px);
}



section.image-text{
    padding: 0 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/02/Am-Aluminium_Pattern_Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
}


section.image-text.simple{
	align-items: center;
	padding: 80px 10%;
	background:#f8f8f8;
	margin-top:0;
}

section.image-text.simple .text {
    padding: 0 5% 0 0;
    padding-top: 20px;
	position:static;
}

section.image-text.simple .image {
	position:static;
}


section.image-text .image{
	width: 45%;
	object-fit:cover;
	position:relative;
	z-index:10;
}

section.image-text .text{
	width: 55%;
	padding: 45px 5%;
	padding-top:280px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
	z-index:10;
}


section div.overlay{
	width:100%;
	height:100%;
	background: #ffffffe6;
	position:absolute;
	z-index:5;
	top:0;
	left:0;
}


body.archive .archive-resources section.banner.cta{
	background: #f8f8f8;
}


section.timeline{
    padding: 30px 5%;
    margin: 30px 0;
    background: #f8f8f8;
	position:relative;
}

section.timeline .glide li.glide__slide{	
	background:#fff;
    height: auto;
}

section.timeline .glide img{
	object-fit: cover;
	aspect-ratio: 3 / 2;
	width: 100%;
	display:block;
}

section.timeline .glide .content{
	background:#fff;
	padding:25px;
}

section.timeline .glide .content p{
	margin-bottom:0;
}

section.timeline .glide .content span.date {
    color: var(--orange);
    font-family: var(--headings);
    font-weight: 800;
    font-size: 1.15em;
	display:block;
	text-transform:uppercase;
}	
	
	
	

section.resources{
    padding: 0 calc(5% - 1px);
    margin: 30px 0;
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    background: #fff;
}

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

section.resources .posts a.resource-item {
    width: calc(33.333% - 14px);
	text-decoration:none;
	margin-right:21px;
    margin-bottom:20px;
	border: 1px solid rgb(183 196 204 / 50%);
	background-color:#f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	transition: all 0.5s ease;
}

section.resources .posts a.resource-item:hover, section.resources .posts a.resource-item:focus {
    cursor:pointer;
	background-color:#fff;
	transition: all 0.5s ease;
}

section.resources .posts a.resource-item:nth-child(3n) {
	margin-right:0px;
	transition: all 0.5s ease;
}


section.resources .posts a.resource-item .content {
    padding:25px;
}

section.resources .posts a.resource-item h3 {
    font-size: 1.35em;
    line-height: 1em;
	color:var(--teal);
	transition: all 0.5s ease;
}

section.resources .posts a.resource-item:hover h3, section.resources .posts a.resource-item:focus h3 {
	color:var(--orange);
	transition: all 0.5s ease;
}

section.resources .posts a.resource-item p {
    font-size: 0.85em;
	margin-bottom:0;
}

section.resources .posts a.resource-item button{
	width: 100%;
    text-align: left;
    padding: 12px 20px;
}

section.resources .posts a.resource-item button span{
	font-size: 1em
}

section.resources .posts a.resource-item button span:before {
    bottom: 1px;
}

section.resources .posts a.resource-item button span:after {
    bottom: 6px;
}




section.portfolio{
    padding: 0 5%;
    margin: 30px 0;
    border-top: 1px solid rgb(183 196 204 / 50%);
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    background: #f8f8f8;
}

section.portfolio .text {
    padding: 60px 5% 45px;
    width: 40%;
    border-right: 1px solid rgb(183 196 204 / 50%);
}

section.portfolio .text p{
	margin-bottom:0;
}


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

section.portfolio .posts a.portfolio-item {
    width: 33.333%;
	text-decoration:none;
    margin-bottom:30px;
	border-bottom: 1px solid rgb(183 196 204 / 50%);
    border-top: 1px solid rgb(183 196 204 / 50%);
	border-right: 1px solid rgb(183 196 204 / 50%);
	background-color:white;
	transition: all 0.5s ease;
}

section.portfolio.latest .posts a.portfolio-item:first-child {
    width: 40%;
}

section.portfolio.latest .posts a.portfolio-item {
    width: 30%;
}


section.portfolio .posts a.portfolio-item:nth-child(3) {
	border-right: 0;
}

section.portfolio.all .posts a.portfolio-item{
	margin-bottom:20px;
}


section.portfolio .posts a.portfolio-item:hover, section.portfolio .posts a.portfolio-item:focus {
    cursor:pointer;
	background-color:var(--lightgrey);
	transition: all 0.5s ease;
}


section.portfolio .posts a.portfolio-item:nth-child(3n+2) {
	border-right: 1px solid rgb(183 196 204 / 50%);
}

section.portfolio .posts a.portfolio-item img{
	object-fit: cover;
	height:250px;
    display: block;
    width: 100%;
}

section.portfolio .posts a.portfolio-item .portfolio-content {
    padding: 25px 5%;
}

section div .terms {
    margin-bottom:15px;
}

section div .terms span {
    font-size: 0.65em;
    background: var(--lightgrey);
    padding: 4px 8px;
    color: var(--teal);
    display: inline-block;
    margin: 0 0 2px 0;
	transition:all 0.5s ease;
}

section.single div .terms span {
    font-size: 0.75em;
	transition:all 0.5s ease;
}


section.portfolio .posts a.portfolio-item:hover .terms span, section.portfolio .posts a.portfolio-item:focus .terms span {
    background: white;
	transition:all 0.5s ease;
}

section.portfolio .posts a.portfolio-item .portfolio-content h3 {
    font-size: 1.35em;
    line-height: 1.15em;
	color:var(--teal);
	transition: all 0.5s ease;
}

section.portfolio.latest .posts a.portfolio-item:first-child .portfolio-content h3 {
    font-size: 1.5em;
	transition: all 0.5s ease;
}

section.portfolio .posts a.portfolio-item:hover .portfolio-content h3, section.portfolio .posts a.portfolio-item:focus .portfolio-content h3 {
	color:var(--orange);
	transition: all 0.5s ease;
}

section.portfolio .posts a.portfolio-item button{
	padding:0;
	background:transparent!important;
}

section.portfolio .posts a.portfolio-item button span{
	color:var(--orange);
    font-size: 1em;
	transition: all 0.5s ease;
}

section.portfolio .posts a.portfolio-item:hover button span, section.portfolio .posts a.portfolio-item:focus button span{
	color:var(--teal);
	transition: all 0.5s ease;
}

section.portfolio .posts a.portfolio-item button span:before {
    bottom: 1px;
}

section.portfolio .posts a.portfolio-item button span:after {
    bottom: 6px;
}


section.hero nav.breadcrumbs{
	margin-bottom:5px;
}


section.hero nav.breadcrumbs a, section.hero nav.breadcrumbs span.breadcrumb_last{
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    text-decoration: none;
    color: var(--lightblue);
    letter-spacing: 0.3pt;
    font-family: var(--headings);
	transition:all 0.3s ease;
}

section.hero nav.breadcrumbs span{
    color: var(--lightblue);
}

section.hero nav.breadcrumbs a:hover, section.hero nav.breadcrumbs a:focus{
    color: var(--orange);
	transition:all 0.3s ease;
}


section a.back{
	position:relative;   
	text-decoration: none;
    display: block;
    width: fit-content;
    text-align: center;
    margin: 0 auto 5px;
}

section a.back span{
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    text-decoration: none;
    color: var(--lightblue);
    letter-spacing: 0.3pt;
    font-family: var(--headings);
	transition:all 0.3s ease;
}

section a.back:hover span, section a.back:focus span{
    cursor:pointer;
    color: var(--orange);
	transition:all 0.3s ease;
}

section a.back span:before {    
	content: " ";
    width: 12px;
    height: 12px;
    bottom: 7px;
    position: absolute;
    left: -21px;
    border-top: 2px solid;
    display: block !important;
    transform: rotate(45deg);
    transform-origin: bottom left;
}

a.back span:after {
    content: " ";
    width: 7px;
    height: 7px;
    bottom: 9px;
    position: absolute;
    left: -14px;
    border-left: 2px solid;
    border-top: 2px solid;
    display: block !important;
}


section.hero form.filter p {
    margin-bottom: 0;
    margin-right: 12px;
    font-weight: 500;
}

section.hero form.filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items:center;
    flex-wrap: wrap;
}

section.hero form.filter select {
    padding: 8px 30px 8px 12px;
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0;
	background-image:url(https://amaluminium.com/wp-content/uploads/2026/03/select-dropdown-grey.svg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-size:contain;
	background-position:right;
}

section.hero input#resources-search-input {
    padding: 8px 36px 8px 12px;
    width: 350px;
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/03/select-search-orange.svg);
    background-size: contain;
    background-position: right;
}


section.form{
	padding:45px 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
}

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


section.contact{
    padding: 0 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-image: url(https://amaluminium.com/wp-content/uploads/2026/02/Am-Aluminium_Pattern_Background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
}

section.contact .image{
	width: 45%;
	object-fit:cover;
	position:relative;
	z-index:10;
}

section.contact .text{
	width: 55%;
	padding: 45px 5%;
	padding-top:80px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	position:relative;
	z-index:10;
}

section.contact.map .map{
	width:45%;
    padding: 45px 5% 45px 0;
}

section.contact.map .map iframe{
	max-height:350px;
	display:block;
}

section.contact.map .map .details {
    background: white;
    padding: 25px;
}

section.contact.map .map .details p {
    width: fit-content;
    display: inline-block;
    vertical-align: text-top;
}

section.contact.map .map .details p:nth-child(2) {
    margin-right:20px;
}


/* Form */

p.gform_required_legend {
    display: none;
}

section .gform_wrapper .gfield_label {
    margin-bottom: 5px!important;
    font-family: var(--headings);
    color: var(--teal);
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 0.3pt;
}


section .gform_wrapper input:not([type=submit]), section .gform_wrapper select, section .gform_wrapper textarea {
	padding: 8px 12px!important;
    border-radius: 0;
    border: 1px solid var(--lightblue);
}

section .gform_wrapper input.gform_button{
	border-radius: 0px;
    border: 0;
    background: var(--orange);
    padding: 8px 24px!important;
    cursor: pointer;text-rendering: geometricPrecision;
    font-family: var(--headings);
    font-weight: 600;
    color: var(--white);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1pt;
    position: relative;
	line-height: inherit!important;
    min-height: auto!important;
    transition: all 0.5s ease;
}

section .gform_wrapper input.gform_button:hover, section .gform_wrapper input.gform_button:focus{
    background: var(--teal);
    transition: all 0.5s ease;
}

section .gform_wrapper input.gform_next_button{	
	border-radius: 0px;
    border: 0;
    background: var(--orange);
    padding: 8px 24px!important;
    cursor: pointer;
	text-rendering: geometricPrecision;
    font-family: var(--headings);
    font-weight: 600;
    color: var(--white);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1pt;
    position: relative;
	line-height: inherit!important;
    min-height: auto!important;
    transition: all 0.5s ease;
}

section .gform_wrapper input.gform_previous_button{	
	border-radius: 0px;
    border: 0;
    background: var(--lightblue)!important;
    padding: 8px 24px!important;
    cursor: pointer;
	text-rendering: geometricPrecision;
    font-family: var(--headings);
    font-weight: 600;
    color: var(--teal)!important;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1pt;
    position: relative;
	line-height: inherit!important;
    min-height: auto!important;
    transition: all 0.5s ease;
}

section .gform_wrapper input.gform_next_button:hover, section .gform_wrapper input.gform_next_button:focus{
    cursor: pointer;
	background:var(--teal);
    transition: all 0.5s ease;
}

section .gform_wrapper input.gform_previous_button:hover, section .gform_wrapper input.gform_previous_button:focus{	
    cursor: pointer;
	background:var(--teal)!important;
	color:white!important;
    transition: all 0.5s ease;
}

section .gform_wrapper .gsection {
    margin-top: 25px;
    margin-bottom: 15px;
}

section .gform_wrapper fieldset.gfield--type-consent {
    margin: 20px 0 0!important;
}

section div#gform_wrapper_2 .gform_footer, section div#gform_wrapper_2 .gform_footer input {   
    justify-content: center;
}

/* ================================================
   Custom Checkboxes – Gravity Forms 2.5+
   ================================================ */

/* Normalise font size on checkbox list items */
body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_checkbox .gchoice,
body .gform_wrapper .gfield_contains_required {
    font-size: 100%;
	position:relative;
}

body .gform_wrapper .gfield_checkbox .gchoice {
    margin: 0 0 10px;
}


body .gform_wrapper .gfield_checkbox {
    margin-top: 10px;
}

body .gform_wrapper .gfield_consent_description{
	border:0!important;
}

body .gform_wrapper .ginput_container_image_choice .gfield_checkbox {
    gap: 5px!important;
}


/* Hide native checkbox */
body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox],
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

/* Label base */
body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox] + label {
    position: relative;
    overflow: visible;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    color: var(--darkgrey);
    font-weight: 400;
	font-size:1.1em;    
	margin-top: 15px;
}

body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label{
    text-align: left;
}


/* Shared :before / :after reset */
body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
body .gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:before,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] + label:after,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox] + label:before,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s;
}

/* ---- :after  – the box ---- */
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:after,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0;
    background: #fff;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    border-radius: 2px;
    z-index: 0;
}

/* ---- :before – the tick ---- */
body .gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:not(:checked) + label:before,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before,
body .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:before,
body .gform_wrapper .gfield_contains_required .ginput_container_consent input[type=checkbox]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}


/***/



section.industries-services{
    padding: 0 calc(5% - 1px);
    margin: 30px 0;
    border-top: 1px solid rgb(183 196 204 / 50%);
    border-bottom: 1px solid rgb(183 196 204 / 50%);
    background: #fff;
}

section.industries-services .posts{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}

section.industries-services .posts .page-item{
	width:calc(33.333% - 12px);
	margin:0 0 20px;
	text-decoration:none;
	border: 1px solid rgb(183 196 204 / 50%);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.industries-services .posts .page-item:nth-child(-n+3){
	border-top: 0px;
}

section.industries-services .posts .page-item:nth-child(3n){
	border-right: 0px;
}

section.industries-services .posts .page-item:nth-last-child(-n+3){
	margin:0;
	border-bottom: 0px;
}

section.industries-services .posts > .page-item:nth-child(3n+4), section.industries-services .posts > .page-item:nth-child(3n+5){
	position:relative;
}

section.industries-services .posts > .page-item:nth-child(3n+4):after, section.industries-services .posts > .page-item:nth-child(3n+5):after {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: -20px;
    border: 1px solid rgb(183 196 204 / 50%);
}



section.industries-services .posts .page-item.cta{
    justify-content: flex-end;
    align-items: flex-start;
	background-color: white;
	transition: all 0.5s ease;
}

section.industries-services .posts .page-item.cta:hover, section.industries-services .posts .page-item.cta:focus{
	background-color: var(--lightgrey);
	transition: all 0.5s ease;
}

section.industries-services .posts .page-item img{
	object-fit: cover;
	height:250px;
    display: block;
    width: 100%;
}

section.industries-services .posts .page-item .portfolio-content {
    padding: 50px 5% 30px;
}

section.industries-services .posts .page-item .portfolio-content h2{
	font-size:1.75em;
}

section.industries-services .posts .page-item .portfolio-content p{
    margin-bottom:0;
	font-size:0.9em;
}

section.industries-services .posts .page-item:not(.cta) button{
	width: 100%;
    text-align: left;
    padding: 12px 20px;
}

section.industries-services .posts .page-item:not(.cta) button span{
	font-size: 1em
}

section.portfolio .posts a.portfolio-item:not(.cta) button span:before {
    bottom: 1px;
}

section.portfolio .posts a.portfolio-item:not(.cta) button span:after {
    bottom: 6px;
}


section.industries-services .posts .page-item.cta {
    padding: 30px 45px 30px 30px;
}

section.industries-services .posts .page-item.cta:hover h3, section.industries-services .posts .page-item.cta:focus h3{
    color:var(--orange);
	transition:all 0.5s ease;
}

section.industries-services .posts .page-item.cta img{
	width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-bottom: 20px;
}

section.industries-services .posts .page-item.cta button{
	padding:0;
	background:transparent!important;
}

section.industries-services .posts .page-item.cta button span{
	color:var(--orange);
	transition: all 0.5s ease;
}

section.industries-services .posts .page-item.cta:hover button span, section.industries-services .posts .page-item.cta:focus button span{
	color:var(--teal);
	transition: all 0.5s ease;
}




section.tabs-vertical.values .text.centre {
    text-align: center;
    max-width: 720px;
    padding: 60px 20px 0px;
    margin: 0 auto 35px;
}

section.tabs-vertical.values .text.centre h2:before{	
    left: calc(50% - 75px);
}

section.tabs-vertical.values .tab-contents p{
	font-size:1.1em;
	line-height:1.75em;
}

section.tabs-vertical.values a button{
	padding:0;
	background:transparent!important;
}

section.tabs-vertical.values a button span{
	color:var(--orange);
}


section.tabs-vertical.values a button span:hover, section.tabs-vertical.values a button span:focus{
	color:var(--teal);
}


section.grid .text.centre {
    text-align: center;
    max-width: 840px;
    padding: 60px 20px 0px;
    margin: 0 auto 35px;
}

section.grid .text.centre h2:before{	
    left: calc(50% - 75px);
}

section.grid.icons .grid-items .box {
    justify-content: flex-start;
}

section.grid.icons .grid-items .box h3 {
    width: 100%;
    padding-left: 0px;
    position: static;
}

section.grid.icons .grid-items .box h3:before{
	display:none;
}

section.grid.icons .grid-items .box .icon{
	margin-bottom:5px;
}



/* ******************************************************
    Single Post
*********************************************************/

section.hero.single{
    padding: 130px 5% 0px;
	margin: 0 0 30px;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#fff;
    display: flex;
    justify-content: space-between;
	align-items:normal;
    flex-wrap: wrap;
}

section.hero.single .image{
	width: 45%;
	object-fit:cover;
}

section.hero.single .text{
	width: 50%;
	padding: 60px 0 60px 5%;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
}

section.main-content{
    padding: 50px 5%;
	margin: 30px 0;
	border-top: 1px solid rgb(183 196 204 / 50%);
	border-bottom: 1px solid rgb(183 196 204 / 50%);
	background:#f8f8f8;
}


section.main-content .content{
	max-width:820px;
	margin: 0 auto 30px;
	padding: 30px 20px;
}

section.main-content .gallery{
	max-width:820px;
	margin: 0 auto;
}

section.main-content .gallery img{
	display:block;
	object-fit:cover;
	aspect-ratio: 3 / 2;
	width:100%;
}

section.main-content .gallery .description{
	background:var(--teal);
	padding:10px 20px;
}

section.main-content .gallery .description p{
	color:#fff;
}



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

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

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

footer#colophon {
    background: var(--teal);
    padding: 45px 0 ;
    position: relative;
}

footer#colophon .widgets {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 5%;
    position: relative;
	max-width: 1620px;
}

footer#colophon .widget {
    margin: 0;
    padding: 0;
    padding: 25px;
}

footer#colophon section#nav_menu-2,
footer#colophon section#nav_menu-3{
    width: 20%;
}

footer#colophon section#text-2 {
    width: 20%;
}

footer#colophon .about {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

footer#colophon .about .top img {
	width: 120px;
    margin: 35px 25px;
}

footer#colophon .about .top .sep {
    width: 0;
    height: 60px;
    border-right: 1px solid rgb(183 196 204 / 50%);
    margin-right: 25px;
}

footer#colophon .about .top h4{
	text-transform: uppercase;
    font-weight: 600;
    padding-right: 25px;
    letter-spacing: 0.75pt;
    margin-bottom: 0;
}


footer#colophon .widget-title {
    color: var(--white);
    letter-spacing: 1pt;
    text-transform: uppercase;
	margin-bottom:15px;
    font-size: 18px;
    font-weight: 600;
}

footer#colophon a,
footer#colophon p,
footer#colophon li,
footer#colophon span,
footer#colophon h3,
footer#colophon h4{
    color:var(--white);
    font-size: 15px;
    transition:all 0.3s ease;
}

footer#colophon ul{
    margin:0;
}

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

footer#colophon ul.menu li:last-child{
	position:relative;
    width: fit-content;
}

footer#colophon ul.menu li:last-child a {
    text-transform: uppercase;
    font-family: var(--heading);
    font-weight: 800;
    letter-spacing: 0.5pt;
    font-size: 13px;
}

footer#colophon ul.menu li:last-child a:before {
        content: " ";
        width: 14px;
        height: 14px;
        bottom: 3px;
        position: absolute;
        right: -17px;
        border-top: 2px solid var(--orange);
        display: block !important;
        transform: rotate(-45deg);
        transform-origin: top right;
}

footer#colophon ul.menu li:last-child a:after {
        content: " ";
    	width: 10px;
    	height: 10px;
    	bottom: 8px;
        position: absolute;
        right: -20px;
        border-right: 2px solid var(--orange);
        border-top: 2px solid var(--orange);
        display: block !important;
}


footer#colophon a.social {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--orange);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 8px;
	transition:all 0.5s ease;
}

footer#colophon a.social img {
    max-width: 16px;
}

footer#colophon a.social:hover, footer#colophon a.social:focus {
    background: #0e2430;
	transition:all 0.5s ease;
}

footer#colophon .site-info span {
    font-size: 10px;
    font-weight: 200;
}

footer#colophon .line.vertical {
    top: 0px;
    height:100%;
}

footer#colophon .line.one.vertical {
    left: 40%;
}

footer#colophon .line.two.vertical {
    left: 60%;
}

footer#colophon .about .bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    background: #00000033;
    padding: 40px 25px;
    border-top: 1px solid rgb(183 196 204 / 50%);
    transition: all 0.5s ease;
}

footer#colophon .about .bottom:hover, footer#colophon .about .bottom:focus {
    cursor:pointer;
    background: #00000012;
    transition: all 0.5s ease;
}

footer#colophon .about .bottom img{
	width: 80px;
    border-radius: 100px;
    margin-right: 20px;
}

footer#colophon .about .bottom span {    
	font-weight: 200;
    font-family: var(--text);
}

footer#colophon .about .bottom h3 {
    font-size: 24px;
    text-transform: uppercase;
	font-weight:700;
    letter-spacing: 0.75pt;
    color: var(--orange);
}

footer#colophon .about .bottom:hover h3, footer#colophon .about .bottom:focus h3{
    color: #fff;
    transition: all 0.5s ease;
}

footer#colophon .about .bottom h3 svg{
    width: 17px;
    margin-left: 2px;
    display: inline-block;
}


footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 5%;
	max-width: 1620px;
}

footer#colophon .site-info a span{
	color:#fff;
	transition:all 0.3s ease;
}

footer#colophon .site-info a:hover span, footer#colophon .site-info a:focus span{
	color: var(--orange);
	transition:all 0.3s ease;
}

footer#colophon .site-info .left {
    width: calc(40% + 1px);
    border-right: 1px solid rgb(183 196 204 / 50%);
    padding: 6px 20px 8px;
}

footer#colophon .site-info .left a{
	margin-right: 5%;
}

footer#colophon .site-info .right {
    width: 40%;
    border-left: 1px solid rgb(183 196 204 / 50%);
    padding: 8px 20px ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



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


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

	header#masthead {
		position: fixed;
		top: 20px;
		left: calc(50% - 720px);
		width: 1440px;
	}
	
	.line.left {
    	left: calc(50% - 721px);
	}
	
	.line.right {
    	right: calc(50% - 721px);
	}
	
	.line.horizontal {
    	left: calc(50% - 900px);
	}	
	
	section.secondary-nav {
    	padding: 0 10%;
	}
	
	section.tabs-horizontal {
		padding: 0 10%;
	}
	
	section.banner {
		padding: 0 10%;
	}
	
	section.tabs-vertical {
		padding: 0 10%;
	}
	
	section.image-text{
    	padding: 0 10%;
	}
	
	section.banner.mission{
		padding: 30px 10%;
	}	
	
	section.portfolio{
    	padding: 0 10%;
	}
	
	section.resources{
		padding: 0 calc(10% - 1px);
	}
	
	section.contact{
    	padding: 0 10%;
	}	
		
	section.industries-services{
    	padding: 0 calc(10% - 1px);
	}
	
	section.timeline{
		padding: 30px 10%;
	}
	
	section.meet-team{
		padding: 70px calc(10% + 30px) 55px;
	}	
	
	section.image-text.simple{
		padding: 80px 12.5%;
	}	
	
	section.grid {
    	padding: 0 10%;
	}

	section.image-dropdowns {
		padding: 30px 10%;
	}
	

	section.hero.single{
		padding: 130px 10% 0px;
	}

	section.hero.single .text{
		padding: 60px 0 60px 7.5%;
	}
	
	section.main-content{
		padding: 50px 10%;
	}	
	
	section.main-content .content{
		max-width:1000px;
	}

	section.main-content .gallery{
		max-width:1000px;
	}
	
	footer#colophon .widgets {
    	margin: 0 180px;
		max-width:1440px;
	}
	
	footer#colophon .site-info {
		margin: 0 180px;
		max-width:1440px;
	}
	
}


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

	header#masthead{
		left:5%;
		width: 90%;
	}

}


@media screen and (max-width:1440px){
    
	header#masthead {
    	left: 2.5%;
		width: 95%;
	}
	
	header#masthead .site-branding {
		padding: 0px 30px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		padding: 10px 12px;
	}

	.line.left {
    	left: calc(2.5% - 1px);
	}
	
	.line.right {
    	right: calc(2.5% - 1px);
	}
	
	section.hero {
		padding: 180px 7.5% 60px;
	}

	.home section.hero {
		padding: 180px 7.5% 100px;
	}	
	
	section.tabs-horizontal {
    	padding: 0 2.5%;
	}
	
	section.tabs-horizontal .tab {
		padding: 10px;
	}
	
	section.tabs-horizontal .tab {
		font-size: 0.9em;
	}
	
	section.banner {
		padding: 0 2.5%;
	}
	
	section.banner > div:not(.cta) {
    	padding: 35px;
	}
	
	section.tabs-vertical {
		padding: 0 2.5%;
	}
	
	section.tabs-vertical .main-text {
    	padding: 45px 2.5%;
		padding-top:60px;
	}
	
	section.tabs-vertical .tabs .tab {
		padding: 20px 6.75%;
	}
	
	section.image-text{
    	padding: 0 2.5%;
	}
	
	section.image-text.simple{
		padding: 80px 5%;
	}
	
	section.image-text .text {
    	padding: 45px 2.5%;
		padding-top:200px;
	}
	
	section.resources{
		padding: 0 calc(2.5% - 1px);
	}
	
	section.portfolio{
    	padding: 0 2.5%;
	}
		
	section.portfolio .text {
		padding: 60px 2.5% 45px;
	}
	
	section.contact{
    	padding: 0 2.5%;
	}	
	
	section.industries-services{
    	padding: 0 calc(2.5% - 1px);
	}
	
	section.timeline{
		padding: 30px 2.5%;
	}
	
	section.banner.mission{
		padding: 30px 2.5%;
	}	
	
	section.meet-team{
		padding: 70px calc(2.5% + 20px) 55px;
	}
	
	.glide__arrow {
		top: 45%;
	}
	
	.glide__arrow--right {
    	right: -5px;
	}
	
	.glide__arrow--left {
    	left: -5px;
	}
	
	.glide__arrows:after {
		content: " ";
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 100px;
		position: absolute;
		display: block !important;
		top: calc(45% - 12px);
		right: -20px;
	}
	
	.glide__arrows:before {
		content: " ";
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 100px;
		position: absolute;
		display: block !important;
		top: calc(45% - 12px);
		left: -20px;
	}	
	
	section.timeline .glide {
    	z-index: 999;
	}
	
	section.meet-team .team {
		justify-content:center;
	}	
	
	section.meet-team .team .member {
		width: 450px;
		padding: 25px 20px;
		margin: 0 10px 20px;
	}	
	
	section.secondary-nav {
		padding: 0 2.5%;
	}	

	section.grid {
    	padding: 0 2.5%;
	}	
	
	section.image-dropdowns {
    	padding: 30px 2.5%;
	}	

	section.main-content{
		padding: 50px 2.5%;
	}
	
	section.hero.single{
		padding: 130px 2.5% 0px;
	}

	section.hero.single .text{
		padding: 60px 0 60px 2.5%;
	}
		
	
	footer#colophon .widgets {
    	width: 95%;
    	margin: 0 2.5%;
	}
	
	footer#colophon .site-info {
    	width: 95%;
    	margin: 0 2.5%;
	}
	
	
}


@media screen and (max-width:1220px){
    
   header#masthead {
        left: 20px;
        width: calc(100% - 40px);
    }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    	padding: 10px 8px;
    	font-size: 13px;
	}
	
	header#masthead .ctas a {
		padding: 5px 15px;
	}
	
	header#masthead .ctas a svg {
		width: 20px;
		right: 15px;
   		 margin-top: 8px;
	}
	
	header#masthead .ctas a.quote h5 {
		margin-right: 30px;
	}
	
	header#masthead .ctas a h5 {
		font-size: 1.15em;
	}
	
	.line.left {
        left: 19px;
    }	
	
	.line.right {
        right: 19px;
    }
	
	section.tabs-horizontal {
        padding: 0 20px;
    }
	
	section.tabs-horizontal .tabs {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE/Edge */
		white-space: nowrap;
    	justify-content: flex-start;
	}

	section.tabs-horizontal .tabs::-webkit-scrollbar {
		display: none; /* Chrome/Safari */
	}

	section.tabs-horizontal .tab {
		flex-shrink: 0;
		font-size: 0.95em;
        padding: 10px 20px;
    }
	
	section.tabs-horizontal .content {
    	padding: 50px 2.5%;
	}
	
	section.tabs-horizontal:has(.text) .content {
    	padding: 80px 20px 30px;
	}
	
	section.banner {
		padding: 0 20px;
	}
	
	section.banner .cta {
    	width: 310px;
	}	

	section.banner div.one {
		width:calc(55% - 155px);	
	}

	section.banner div.two{
		width:calc(45% - 155px);	
	}

	section.tabs-vertical {
		padding: 0 20px;
	}

	
	section.tabs-vertical .tabs .tab {
    	font-size: 1.5em;
	}
	
	section.image-text{
		padding: 0 20px;
	}
	
	section.resources{
		padding: 0 19px;
	}
	
	section.portfolio{
    	padding: 0 20px;
	}
	
	section.portfolio{
    	padding: 0 20px;
	}
		
	section.portfolio .text {
		padding: 50px 25px 35px;
	}
	
	section.contact{
		padding: 0 20px;
	}
	
	section.industries-services{
    	padding: 0 20px;
	}
	
	section.industries-services .posts .page-item {
		width: calc(50% - 10px);
	}	
	
	section.industries-services .posts .page-item:nth-last-child(-n+3) {
    	margin: 0 0 20px;
    	border-bottom: 1px solid rgb(183 196 204 / 50%);
	}
	
	section.industries-services .posts .page-item:nth-last-child(-n+2) {
    	margin: 0;
    	border-bottom: 0px;
	}
	
	section.industries-services .posts .page-item,
	section.industries-services .posts .page-item:nth-child(3n){
		border:0;
    	border-right: 1px solid rgb(183 196 204 / 50%);
    	border-bottom: 1px solid rgb(183 196 204 / 50%);
	}
	
	section.industries-services .posts .page-item:nth-child(2n),
	section.industries-services .posts .page-item:nth-child(6n){
    	border-left: 1px solid rgb(183 196 204 / 50%);
    	border-right: 0px;
	}
	
	section.industries-services .posts > .page-item:nth-child(3n+4):after, 
	section.industries-services .posts > .page-item:nth-child(3n+5):after {
		display:none;
	}
	
	section.industries-services .posts > .page-item:nth-child(3n+4), section.industries-services .posts > .page-item:nth-child(3n+5) {
   	 	position: static;
	}
	
	section.industries-services .posts > .page-item:nth-child(2n+3){
		position:relative;
	}
	
	section.industries-services .posts > .page-item:nth-child(2n+3):after {
		content: " ";
		width: 20px;
		height: 20px;
		position: absolute;
		right: -21px;
		top: -20px;
		border: 1px solid rgb(183 196 204 / 50%);
		display:block;
	}

	section.industries-services .posts > .page-item.cta {
		border-left: 1px solid rgb(183 196 204 / 50%);
		border-top: 1px solid rgb(183 196 204 / 50%);
		border-right: 0;
		border-bottom: 0;
	}
	
	
	section.timeline{
		padding: 30px 20px;
	}
	
	
	section.meet-team{
		padding: 70px 20px 55px;
	}	
	
	
	section.meet-team .team .member {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 25px;
		width: auto;
		text-align: center;
	}	
	
	section.meet-team .team .member img {
    	width: 120px;
    	margin-right: 0px;
    	margin-bottom: 20px;
	}
	
	section.banner.mission{
		padding: 30px 20px;
	}
	
	
	section.banner.mission .content {
		padding: 60px 5% 45px;
	}	

	section.image-text.simple{
		padding: 80px 40px;
	}	
	
	section.secondary-nav {
		padding: 0 20px;
	}	

	
	section.grid {
    	padding: 0 20px;
	}
	
	
	section.grid .grid-items .box {
		width: 50%;
	}

	section.grid .grid-items .box:nth-child(3n) {
		border-right: 1px solid rgb(183 196 204 / 50%);
	}	
	
	section.grid .grid-items .box:nth-child(2n) {
		border-right: 0;
	}	
	
	section.image-dropdowns {
    	padding: 30px 20px;
	}	
	
	section.image-dropdowns .text {
    	padding: 70px 2.5% 35px;
	}

	section.main-content{
		padding: 50px 20px;
	}
	
	section.hero.single{
		padding: 130px 20px 0px;
	}

	
	section.hero.single .text {
        padding: 60px 5% 30px 5%;
        width: 100%;
        max-width: 100%;
    }
	
	section.hero.single .text p{
		max-width:100%;
	}
	
	section.hero.single .image {
		width: 90%;
		margin: 0 auto 30px;
		object-fit: cover;
		aspect-ratio: 16 / 9;
	}
	
	
	footer#colophon .widgets {
    	width: calc(100% - 40px);
    	margin: 0 20px;
	}
	
	footer#colophon .site-info {
    	width: calc(100% - 40px);
    	margin: 0 20px;
	}
	
	footer#colophon {
    	padding: 25px 0;
	}
	
	footer#colophon section#nav_menu-2, footer#colophon section#nav_menu-3 {
    	width: 22.5%;
	}
	
	footer#colophon section#text-2 {
    	width: 25%;
	}
	
	footer#colophon .line.two.vertical {
    	left: 70%;
	}
	
	footer#colophon .line.one.vertical {
    	left: 45%;
	}
	
	footer#colophon .about {
    	width: 30%;
	}
	
	footer#colophon .about .top {
    	flex-direction: column;
        align-items: flex-start;
	}
	
	footer#colophon .about .top img {
    	margin: 25px 25px 20px;
	}
	
	footer#colophon .about .top .sep{
		display:none;
	}
	
	footer#colophon .about .top h4 {
		padding: 0 25px 25px;
	}
	
	footer#colophon .about .bottom {
    	flex-direction: column;
		align-items: flex-start;
	}
	
	footer#colophon .about .bottom img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	footer#colophon .site-info .right {
		width: 55%;
	}
	
	footer#colophon .site-info .left {
		width: 45%;
		border-right: 0px solid rgb(183 196 204 / 50%);
	}
	
	
}



@media screen and (max-width:1024px){
    
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
		margin-top: -17px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated:after {
        content: "MENU";
        position: absolute;
        font-family: 'Outfit', sans-serif;
		font-weight:800;
        margin-top: 18px;
        color: var(--teal);
    }
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle{
		padding-top:14px;
	}
	
	header#masthead .main-navigation {
		width: 70px;
		height: 70px;
		position: fixed;
		right: 5%;
		background: transparent;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
        z-index: 999;
	}

	header#masthead {
        left: 5%;
        width: 90%;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        top: 0;
        padding-right: 70px;
		height:70px;
		padding-left:25px;
    }
	
	header#masthead .ctas a{
		height:70px;
	}
	
	header#masthead .site-branding {
        padding: 0;
		border-right:0;
    }
	
	header#masthead a.custom-logo-link img.custom-logo {
    	width: 90px;
    	height: auto;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        flex-direction: column;
        justify-content: center;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 10px;
        font-size: 18px;
        line-height: 18px !important;
    }

   #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 10px 0;
    }

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
        font-size: 16px;
		padding:10px 10px 10px 20px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
		border-bottom:1px solid transparent;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link{
		border-bottom:1px solid var(--lightblue);
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-only{
		display:block;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button a {
		background: var(--orange);
		color: #fff;
		font-family: 'Outfit', helvetica, sans-serif;
		font-weight: 600 !important;
		text-transform: uppercase;
		letter-spacing: 1pt;
        padding-top: 11px;
		transition:all 0.5s ease;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button:hover a,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button:focus a{
		background: var(--teal);
		color: #fff;
		font-family: 'Outfit', helvetica, sans-serif;
		font-weight: 600 !important;
		text-transform: uppercase;
		letter-spacing: 1pt;
        padding-top: 11px;
		transition:all 0.5s ease;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button {
		position:relative;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button a:after {
		content: " ";
		width: 15px;
		height: 15px;
		top: 12px;
		position: absolute;
		right: 10px;
    	border-right: 2px solid #fff;
    	border-top: 2px solid #fff;
		display: block!important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.button a:before {
		content: " ";
        width: 20px;
        height: 20px;
        top: 12px;
        position: absolute;
        right: 6px;
        border-top: 2px solid #fff;
        display: block !important;
        transform: rotate(-45deg);
        transform-origin: top right;
	}
	
	
	section.hero .gradient {
		background: -webkit-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.8) 100%);
		background: -moz-linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.8) 100%);
		background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.8) 100%);
	}
	
	section.hero {
        padding: 140px 7.5% 60px;
    }
	
	section.hero .line.horizontal.top {
    	top: 90px;
	}

	.home section.hero {
        padding: 140px 7.5% 100px;
    }	
	
	section.tabs-horizontal .content {
		flex-direction: column;
	}
	
	section.tabs-horizontal .content .text {
    	width: 100%;
    	margin-bottom: 35px;
    	display: block;
	}
	
	section.tabs-horizontal .content .image {
    	width: 100%;
	}
	
	section.banner{
		flex-wrap:wrap;
	}
	
	section.banner div.one, section.banner div.two{
		width:50%;
        padding: 25px;
	}
	
	section.banner div.two{
		border: 0;
	}
	
	section.banner .cta{
		width:100%;
		border-top: 1px solid rgb(183 196 204 / 50%);
	}

	section.tabs-vertical .tabs .tab {
        line-height: 1.2em;
        padding: 25px;
    }
	
	section.tabs-vertical .tab-contents {
		padding: 30px;
	}
	
	section.portfolio .posts a.portfolio-item img {
		height: 200px;
	}
	
	section.portfolio .posts a.portfolio-item .portfolio-content {
    	padding: 20px;
	}
	
	section.portfolio.all .posts a.portfolio-item{
		width:50%;
		border-right: 1px solid rgb(183 196 204 / 50%);
	}
	
	section.portfolio.all .posts a.portfolio-item:nth-child(2n) {
   	 	border-right: 0;
	}
	
	section.industries-services .posts .page-item:not(.cta) img{    	
		height: 200px;
	}
	
	section.industries-services .posts .page-item{    	
		width:100%;
		margin: 0 0 20px!important;
		border: 0!important;
		border-bottom: 1px solid rgb(183 196 204 / 50%)!important;
		position:static!important;
	}
	
	section.industries-services .posts .page-item:after{
		display:none!important;
	}
	
	section.industries-services .posts .page-item.cta{  
		margin: 0!important;
		border-bottom:0!important;
		border-top: 1px solid rgb(183 196 204 / 50%)!important;
    	padding: 20px 35px 20px 20px;
	}	
	
	section.image-text.simple {
        padding: 80px 40px 50px;
        flex-direction: column-reverse !important;
    }
	
	section.image-text.simple .text {
		padding: 0;
		width:100%;
		padding-top: 20px;
		margin-bottom: 35px;
	}
	
	section.image-text .image {
		width: 100%;
		aspect-ratio: 4 / 2;
	}
	
	section.image-text .text{
		width:100%;
        padding: 80px 2.5% 45px;
	}
	
	section.secondary-nav{
		flex-wrap: wrap;
	}
	
	section.secondary-nav a {
    	width: 33.333%;
    	padding: 12px 24px;
    	border-bottom: 1px solid rgb(183 196 204 / 50%);
	}
	
	section.secondary-nav a:nth-child(3n) {
    	border-right: 0px;
	}
	
	section.secondary-nav a:last-child {
    	border-right: 1px solid rgb(183 196 204 / 50%);
	}	

	section.image-dropdowns .text {
    	width: 100%;
    	border-right: 0;
	}
	
	section.image-dropdowns .dropdowns-items .image {
		width: 40%;
	}	
	
			
	section.hero.single .text {
        padding: 0px 5% 30px;
    }
	
	section.contact{
		flex-direction:column!important;
	}
	
	section.contact .image{
		width: 100%;
        aspect-ratio: 4 / 2;
	}

	section.contact .text{
		width: 100%;
		padding: 35px 5%;
		padding-top:80px;
		display:block;
	}
	
	section.contact.map .map {
    	width: 100%;
    	padding: 0 5% 35px;
	}	
	
	footer#colophon section#nav_menu-2 {
        width: 40%;
    }
	
	footer#colophon section#nav_menu-3 {
        width: 60%;
		border-left: 1px solid rgb(183 196 204 / 50%);
    }
	
	footer#colophon section#text-2, footer#colophon .about{		
		border-top: 1px solid rgb(183 196 204 / 50%);
		
	}
	
	footer#colophon .line.one.vertical,
	footer#colophon .line.two.vertical {
        display:none;
    }
	
	footer#colophon section#text-2 {
        width: 40%;
    }
	
	footer#colophon .about {
        width: 60%;
		border-left: 1px solid rgb(183 196 204 / 50%);
    }
	
	footer#colophon .site-info .right {
		border-left: 0px solid rgb(183 196 204 / 50%);
	}
	
	footer#colophon .site-info {
		flex-wrap: wrap;
	}
	
	footer#colophon .site-info span {
    	margin: 5px;
	}
	
}

@media (min-width: 1024px) {
	
    section.secondary-nav {
        position: sticky;
        top: 105px;
        z-index: 600;
    }
	
	
	section.secondary-nav a.is-past {
		background:#f8f8f8;
		transition:all 0.5s ease;
	}
	
	section.secondary-nav a.is-past h4 {
  		color: var(--orange);
		transition:all 0.5s ease;
	}

	
}


@media screen and (max-width:820px){
 
	section.tabs-vertical .main-text {
        padding: 45px 5%;
        padding-top: 60px;
        width: 100%;
    }
	
	section.tabs-vertical .top .image,
	section.tabs-vertical .tab-contents{
		display:none!important
	}
	
    section.tabs-vertical .tab .mobile-image,
    section.tabs-vertical .tab .content {
        display: none;
    }

    section.tabs-vertical .tab.active .mobile-image,
    section.tabs-vertical .tab.active .content {
        display: block;
    }

    section.tabs-vertical .tab .mobile-image {
        width: 100%;
        object-fit:cover;
		height:250px;
    }

	section.tabs-vertical .tabs-wrapper{
		display:block;
	}
	
	section.tabs-vertical .tabs{
		width:100%;
	}
	
	section.tabs-vertical .tabs .tab{
		padding:0;
		text-transform:inherit;
        font-size: 1em;
		line-height:auto;
    	letter-spacing: inherit;
		border-right:0!important;
    }
	
	section.tabs-vertical .tabs .tab .tab-name{
		font-size:1.5em;
		text-transform:uppercase;
		padding:20px 5%;
		line-height:1.2em;
    	letter-spacing: 0.5pt;
	}
	
	section.tabs-vertical .tab.active .content{
		padding:30px 5%;
	}
	
	section.tabs-vertical.values .tab.active .content{
		padding:0px 5% 25px;		
	}
	
	section.image-text{
		flex-direction:column!important;
	}
	
	section.image-text .image{
		width: 100%;
        aspect-ratio: 3 / 2;
	}

	section.image-text .text{
		width: 100%;
		padding: 45px 5%;
		padding-top:60px;
		display:block;
	}
	
	
	section.faqs .dropdowns {
    	padding: 30px 30px 0;
	}
	
	
	section.portfolio .text{
		width:100%;
		border-right:0;
	}
	
	section.portfolio.latest .posts a.portfolio-item {
		width: 50%;
	}
	
	section.portfolio.latest .posts a.portfolio-item:first-child {
		width: 100%;
	}
	
	section.portfolio.latest .posts a.portfolio-item {
		width: 50%;
	}

	
	section.resources .posts a.resource-item {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
	}
		
	section.resources .posts a.resource-item:nth-child(3n){
		margin-right:20px;
	}
	
	section.resources .posts a.resource-item:nth-child(2n){
		margin-right:0;
	}

	
	section.banner.mission {
        padding: 0px 20px;
    }

	section.banner.mission .content {
		flex-direction: column;
		justify-content: center;
	}
	
	section.banner.mission .content h2, section.banner.mission .content p{
		width:100%;
	}
	
	section.banner.mission .content h2{
		margin-bottom:20px;
	}
	
	section.banner.mission .content {
		width:100%;
		margin-left:0px;
	}

	
	section.grid .text{
		padding: 70px 5% 20px;
	}
	
	section.grid .grid-items .box {
		width: 100%!important;
    	padding: 50px 15px 25px;
		border-right: 0!important;
	}
	
	section.grid .grid-items.two .box {
    	padding: 25px 15px 25px;
	}
		
	section.grid .grid-items .box:last-child {
		border-bottom: 0!important;
	}
	
	section.grid .grid-items .box h3 {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	
	section.grid .grid-items .box h3:before {
		left:0;
    	margin-top: 0;
    	top: -25px;
	}
	
	section.grid.icons .grid-items .box{	
        padding: 25px 15px;
	}
	
	
	section.image-dropdowns .dropdowns-items {
		flex-direction: column-reverse;
	}	
	
	section.image-dropdowns .dropdowns-items .image {
        width: 100%;
        height: 250px;
    }

	
	section.hero.single .image {
		width: 100%;
		margin: 0 auto;
	}
	
    section.main-content {
        padding: 30px 20px 20px;
    }	
	
	section.main-content .content {
    	margin: 0 auto;
	}
	
	section.main-content .gallery .description {
    	padding: 8px 10px;
	}	
	
	footer#colophon {
    	padding: 35px 0;
	}
	
	footer#colophon section#nav_menu-2 {
        width: 45%;
    }
	
	footer#colophon section#nav_menu-3 {
        width: 55%;
    }	
	
	footer#colophon section#text-2 {
        width: 45%;
    }
	
	footer#colophon .about {
        width: 55%;
    }
	
	footer#colophon .site-info .left, footer#colophon .site-info .right {
		width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
	}
	
	footer#colophon .site-info .left{		
		border-bottom: 1px solid rgb(183 196 204 / 50%);
	}
	
}


@media screen and (max-width:768px){
 
	
	footer#colophon section#nav_menu-2 {
        width: 50%;
    }
	
	footer#colophon section#nav_menu-3 {
        width: 50%;
    }	
	
	footer#colophon section#text-2 {
        width: 50%;
    }
	
	footer#colophon .about {
        width: 50%;
	}

}


@media screen and (max-width:640px){
    
	header#masthead .ctas a.quote{
		display:none!important;
	}
	
	header#masthead .main-navigation {
        background: var(--teal);
		border-bottom-right-radius:12px;
    }
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle{		
        background: var(--teal);
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
		background-color:#fff;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated:after{
		color:#fff;
	}
	
	
	header#masthead .ctas a.tel {
    	background: var(--orange);		
	}

	header#masthead .ctas a.tel span, header#masthead .ctas a.tel h5{
    	color:#fff;		
	}	
	
	.home section.hero .text h1, h1 {
		font-size: 2.25em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	
	section.banner div.one, section.banner div.two{
		width: 100%;
		border:0;		
		border-bottom: 1px solid rgb(183 196 204 / 50%);
	}

	section.banner .cta{
		border-top: 0;
	}	
	
   section.portfolio .text {
        padding: 50px 25px 25px;
    }
	
	section.portfolio.latest .posts a.portfolio-item,
	section.portfolio.latest .posts a.portfolio-item {
		width: 100%;
		margin-bottom:0px;
	}
	
	section.portfolio.latest .posts a.portfolio-item:last-child{
		border-bottom:0;
	}
	
	section.portfolio.all .posts a.portfolio-item{
		width:100%;
		border-right: 0;
	}

	section.hero form.filter p{
		width:100%;
		margin-right:0
	}
	
	section.hero form.filter select {
    	margin: 5px;
	}
	
	section.resources .posts a.resource-item {
		width: 100%;
		margin: 0 0 20px 0!important;
		border:0!important;
		border-bottom: 1px solid rgb(183 196 204 / 50%)!important;
	}
	
	section.resources .posts a.resource-item .content {
    	padding: 20px;
	}
	
	section.resources .posts a.resource-item:last-child {
		border-bottom: 0px!important;
	}
	
	
	.glide__arrow {
        top: 19%;
    }
		
	.glide__arrow {
    	width: 15px;
		height: 15px;
	}	
	
	.glide__arrows:before, .glide__arrows:after {
        width: 39px;
		height: 39px;
        top: calc(19% - 12px);
	}
	
	section.timeline .glide .content {
    	padding: 20px;
	}

	
	section.secondary-nav a {
    	width: 50%;
    	padding: 12px;
	}	
	
	section.secondary-nav a:nth-child(3n) {
        border-right: 1px solid rgb(183 196 204 / 50%);
    }
	
	section.secondary-nav a:nth-child(2n) {
        border-right: 0px;
    }	
	
	.gallery .glide__arrows:before, .gallery .glide__arrows:after {
        top: calc(40% - 12px);
    }
	
	.gallery .glide__arrow {
        top: 40%;
    }
	
	footer#colophon section#nav_menu-2 {
        width: 50%;
		border-right: 1px solid rgb(183 196 204 / 50%);
		border-bottom: 1px solid rgb(183 196 204 / 50%);
    }
	
	footer#colophon section#nav_menu-3 {
        width: 50%;
		border:0;
		border-bottom: 1px solid rgb(183 196 204 / 50%);
    }	
	
	footer#colophon section#text-2 {
        width: 100%;
		border:0;
		border-bottom: 1px solid rgb(183 196 204 / 50%);
    }
	
	footer#colophon .about {
        width: 100%;
		border:0;
	}
	
	
	
}


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

	.home section.hero .text h1, h1 {
		font-size: 2em;
	}	
	
	h2 {
		font-size: 1.75em;
	}
	
	
	section.banner div.one, section.banner div.two {
        padding: 20px;
    }	
	
    section.tabs-vertical .tab .mobile-image {
		height:200px;
    }	
	
	section.hero form.filter select {
    	width:100%;
	}
	
	
	footer#colophon section#nav_menu-2 {
        width: 100%;
		border-right: 0px;
    }
	
	footer#colophon section#nav_menu-3 {
        width: 100%;
    }	
	
}





@media screen and (max-width:480px){
    
	header#masthead .ctas a.tel span, header#masthead .ctas a.tel h5{
    	display:none!important;	
	}
	
	header#masthead .ctas a.tel svg{
    	display:block!important;
		margin: auto;
        width: 35px;
        height: 35px;
        position: static;	
	}
	
	header#masthead .ctas a.tel{
		width:70px;
		text-align:center;
	}
	
	
	body.home section.hero h1 {
        font-size: 1.65em;
    }
	
	
}



@media screen and (max-width:350px){
    
	section.secondary-nav a {
    	width: 100%;
        border-right: 0px!important;
		padding:8px;
	}	
	
	section.secondary-nav a:last-child {
        border-bottom: 0px!important;
	}	
	
	
}
