/*!
Theme Name: CloveRock
Theme URI: http://underscores.me/
Author: CloveRock Design
Author URI: https://www.cloverockdesign.ie
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: cloverock
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.

CloveRock 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;
}
#primary.main-800 {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	padding:70px 0px;
	width:95%;
}
#primary.home-content {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}

/**
 * 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;
}
.video-bar {
    padding:40px 0;
    background:#fcfcfd;
}
.video-wrap {  max-width: 800px; margin:0 auto; width:90%; } 
.video-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; width:100%; } 
.video-embed iframe, .video-embed object, .video-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 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;
}
h4.wp-block-heading {
	font-size: 1.8em;
	color: #000 !important;
}
h4.wp-block-heading {
	font-size: 1.4em;
	color: #000 !important;
}
h4.wp-block-heading strong {
	color: #000 !important;
}

/* 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: #121212;
  font-family: 'Fira Sans', 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%;
}


.div-title {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 20px auto;
	max-width: 200px;
	line-height: 24px;
}

.site-orange {

} 
.steel-green {

}
.robotics-red {

}
.conveyors-blue {

}

/* 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: #121212;
	text-decoration:none;
}

a:visited {
	color: #121212;
}

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



.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 0px !important;
	clear: both;
	margin-top:-4px;
}
.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 6px 6px !important;
	line-height: 1;
}
/*-------------------------------------------------------------
# Link Buttons
--------------------------------------------------------------*/
.link_button {
	width: 100%;
	max-width: 230px;
	height: 60px;
	display: block;
	background: #ff6c12;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	margin-top: 30px;
	text-transform: uppercase;
}
.link_button:hover {
  background: #0871b9;
  color: #fff;
}
.link_button.splash_button {
	margin: 30px 0 0 0;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/



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

/* Header/Navigation
--------------------------------------------- */
.site-header {
	width: 95%;
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	height: 105px;
}
.logo {
  width: 220px;
}
.logo img {
  display: block;
}
#site-navigation {
	position: absolute;
	right: 80px;
	top: 0px;
}
.lang-links {
	background: #f6f6f6;
	position: absolute;
	top: 0;
	height: 100%;
	align-content: center;
	width: 70px;
	right: 0;
	text-align: center;
	padding: 0;
	
}


.lang-fr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item, .lang-de #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	margin: 0 10px 0 0 !important;
}

.lang-fr #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link, .lang-de #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 15px !important;
}
.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	width: 30px !important;
	text-align: center !important;
	margin-left: -15px !important;
	bottom: -17px;
	font-size: 12px !important;
	color: #0871b9 !important;
}
#mega-menu-item-56 .mega-menu-link {
	background: #0871b9 !important;
	width: 170px !important;
	text-align: center !important;
	height: 40px !important;
	line-height: 40px !important;
	border-radius: 99px !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin-left: 30px !important;
	transition: all 400ms ease-in-out 0s !important;
}
#mega-menu-item-56 .mega-menu-link:hover {
   background:#0871b9 !important;
	 color:#fff !important;
}
.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%;
}

.entry-content ul {
	margin: 24px 0px;
	padding: 0px 0px 0px 40px;
}
.entry-content ul li {

}

.entry-content ul li:first-child {
  border: 0 none;
}
.entry-content .tick-list {
	list-style: none;
	padding: 0px 0px 0px 20px !important;
	margin: 15px 0px;
}
.entry-content .tick-list li {
  padding: ;
  position: relative;
  padding: 0 0 0 30px;
}
.entry-content .tick-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0px;
  color: #0871b9;
}

.page-splash-wrap + .help-bar {
	margin-top: 40px !important;
}

/*------------------------------------*\
    SHIFTNAV
\*------------------------------------*/
header .shiftnav-toggle-button {
	display: none;
	padding: 10px 0px;
	background: #fff;
	color: #0871b9;
	font-size: 41px;
	position: absolute;
	right: 0px;
	top: 11px;
}
header .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 10px 0px;
	background: #fff;
	color: #023251;
}
.shiftnav.shiftnav-shiftnav-main {
	border-left: 5px solid #fff;
}
.sub-menu.sub-menu-1 {
	padding-left: 0px !important;
	font-size: 95% !important;
}
.lang-en .shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item > .shiftnav-target,
.lang-de .shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item > .shiftnav-target,
.lang-fr .shiftnav ul.shiftnav-menu.shiftnav-targets-medium li.menu-item > .shiftnav-target
{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 13px !important;
	z-index: 9999 !important;
	border-radius: 0;
	color: #fff !important;
	text-align: center;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.shiftnav .shiftnav-submenu-activation i.fa {
	color: #fff !important;
}

.shiftnav-open-right::before {
	content: "";
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all 400ms ease-in-out 0s;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

/*------------------------------------*\
    GRID
\*------------------------------------*/
#primary.cat-loop {
	margin: 0 auto;
	max-width: 1380px;
	width: 95%;
	padding: 50px 0px;
}

.news-date {
	font-size: 12px;
	color: #3a2f72;
}

.entry-footer {
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 40px;
}
.entry-footer span {
  display: inline-block;
  margin: 0 10px 0 0;
}
.entry-footer span a {
  background: #3a2f72;
  padding: 3px 8px;
  border-radius: 99px;
  color: #fff;
  margin: 0 0 0 2px;
  display: inline-block;
}
.entry-footer span a:hover {
  background:#E61A72;
  color: #fff;
}


/*--------------------------------------------------------------
# Splash
--------------------------------------------------------------*/

.splash-wrap {
    width:100%;
		margin:0 auto;
    position:relative;
}
.home-splash {
	display: block;
	height: 650px;
}
.home-splash-text {
	padding-left: calc(50% - 690px);
	display: grid;
	align-content: center;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 67%;
	background: url(img/splash-gradient.png) top right / 100% 100%;
	color: #fff;
	padding-right: 10%;
}
.home-splash-text h1 {
	font-size: 56px;
	line-height: 64px;
	max-width: 675px;
	padding: 0px;
	margin: 0 0 25px 0;
}

body.lang-fr .home-splash-text h1, body.lang-de .home-splash-text h1 {
	font-size: 48px;
	line-height: 48px;
}


.home-splash-text h1 span:first-child {
	color: #37aeff;
}
.home-splash-text h1 span {
	color: #FF6C12;
}
.tagline {
	font-size: 26px;
	line-height: 28px;
	display: block;
	margin: 0;
	max-width: 500px;
}
.tagline p:last-child {
	margin-bottom: 0;
}
.tagline p {
	margin: 0 0 20px 0;
}
.page-splash .tagline {
	font-size: 24px;
	line-height: 30px;
}
.home-slider.flexslider {
	position:relative;
	overflow:hidden;
	height: 100%;
}
.home-slider.flexslider .slides li {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	background-position: right center !important;
	background-size: cover !important;
}

.page-splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #0871b9;
}
.page-splash {
	height: 350px;
	position:relative;
}
.page-splash-text {
	padding: 0px 50px 0px 120px;
	padding-left: calc(50% - 690px);
	display: grid;
	align-content: center;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 67%;
	background: url(img/splash-gradient.png) top right / 100% 100%;
	color: #fff;
	padding-right: 10%;
}
.page-splash-text h1 {
	font-size: 50px;
	line-height: 50px;
	max-width: 500px;
	padding: 0px;
	margin: 0 0 30px 0;
	color: #fff;
	
}
ol.has-background, ul.has-background {
	padding: 1.25em 2.375em;
	margin: 0;
	border-radius: 10px;
}
.page-splash-text h1 strong {
   color:#fff;
}
.page-slide {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0;
	position: absolute;
	text-align: 0;
	top: 0;
	left: 0;
	width: 100%;
}
.page-slide.team-slide {
	background-position: right 20% !important;
}
/*------------------------------------*\
    TEAM
\*------------------------------------*/

.team-member .bio {
	padding: 30px 20px 20px 20px;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;
	font-size: 100%;
	margin: -10px auto 10px auto;
	border-top: 0;
}
.team-member .bio p:first-child {
  margin-top: 0;
}
.team-member .bio p:last-child {
  margin-bottom: 0;
}

.team-member .bio { display: none; }
.team-member .bio.visible { display: block; }
.team-details {
  padding: 20px 0 0 0;
}
h3.team-name {
  margin: 0;
}
.job-title {
  display: block;
  color: #0871b9;
  margin: 0 0 10px;
}
.team-contact a {
  font-size: 21px;
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 46px;
  margin: 0 3px;
  border-radius: 99px;
  border: 2px solid #0871b9;
  color: #0871b9;
}
.team-contact a:hover {
  background: #0871b9;
  border: 2px solid #0871b9;
  color: #fff;
}
.bio-toggle {
  display: block;
  text-transform: uppercase;
  font-size: 90%;
  position: relative;
	margin:10px 0 0 0;
}
.bio-toggle:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
}
.bio-toggle span {
  display: inline-block;
  padding: 0 39px 0 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bio-toggle span:before {
  content: "\f055";
  right: 20px;
  top: 4px;
  font-size: 90%;
  line-height: 100%;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
}
.bio-toggle.toggle-open span:before {
  content: "\f056";
}
/*------------------------------------*\
    LOOP
\*------------------------------------*/

.loop-image {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
  margin: 0 0 20px 0;
  border-radius: 10px;
	position:relative;
}
.loop-image a {
    position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
}
.cat-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
text-align:center;
}

h3.news-title-loop {
	font-size: 23px;
	line-height: 28px;
	max-width: 260px;
	margin: 0 auto;
}


/*------------------------------------*\
   FOOTER
\*------------------------------------*/
.footwrap {
  padding: 70px 0px;
  background: #132b3a;
	color:#fff;
}
.footwrap a {
    color:#fff;
}
.footer {
	width: 95%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 230px 300px 1fr 300px;
	font-size: 14px;
	line-height: 20px;
	grid-column-gap: 30px;
}
.footcol.footright {
  text-align: right;
}

.footcol span {
  display: block;
}
.footcol h5 {
  margin: 0 0 30px 0;
  font-size: 130%;
  padding: 0;
}
.foot-strap {
	padding: 30px 0px;
	background: #132b3a;
	color: #fff;
	border-top: 1px solid #fff;
}
.foot-strap a {
    color:#fff;
}
.strap-wrap {
  margin: 0 auto;
  max-width: 1380px;
  width: 95%;
  font-size: 11px;
  text-align: right;
}
.foot-copy {
  float: left;
}
.footcol.footright h5 {
  margin: 0 15px 0 0;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  color: #0097ff;
}
.footcol.footright i {
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
}

/*------------------------------------*\
    HOME ICONS
\*------------------------------------*/
#what-we-do {
  padding: 70px 50px 0px 50px;
  max-width: 1480px;
  margin: 0 auto;
}
.icons-intro {
	font-size: 120%;
	text-align: center;
	max-width: 660px;
	display: block;
	margin: 0 auto 70px auto;
}
.icon-grid {
  display: block;
  height: auto;
  align-items: center;
  margin: 30px 0 0 0;
  position: relative;
}
.icon-grid:before {
  height: 200%;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(249,249,251,1) 100%);
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
}
.icons-intro + h2 {
	text-align: center;
	margin: -15px 0 30px 0;
}
.icon-single {
	background: #0871b9;
	color: #fff;
	padding: 40px 10px 70px;
	text-align: center;
	border: 2px solid #0871b9;
	border-radius: 20px;
	position: relative;
}
.icon-single a {
    color:#fff;
}
.brand-arrow {
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #0871b9 !important;
	border-radius: 99px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -15px;
}
.brand-arrow:hover {
	background: #132b3a;
	color: #fff !important;
}
.logo-brand {
	max-width: 250px;
	margin: 0 auto 20px auto;
}
.icon-text {
	display: block;
	margin: 0 auto;
	max-width: 240px;
}
.icon-grid .slick-arrow {
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	border: 0 none;
	background: transparent;
	font-size: 30px;
	padding: 0px;
	line-height: 50px;
	color: #132b3a;
}
.icon-grid .slick-arrow.slick-next {
	right: -50px;
	left:auto;
}
.icon-single-wrap {
	margin: 0 auto 20px auto;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
}
.icon-single-wrap a {
  display: block;
}
.icon-title {
	color: #fff;
}
.icon-single.slick-slide {
	display: grid !important;
	align-content: center !important;
}
.icon-text p {
	margin: 0 0 20px 0;
}
.icon-text p:last-child {
	margin: 0;
}
.icon-single-wrap i {
	margin: 0 10px 0 0;
}

.home-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}
/*------------------------------------*\
   QUOTES
\*------------------------------------*/
.quote-scroll {
  background: #f3f9f6;
  padding: 100px 0 100px 0;
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
.home .quote-scroll {
  padding: 100px 0;
}
.quote-wrap {
  margin: 0 auto;
  max-width: 910px;
  width: 95%;
  text-align: center;
}
.quote-wrap h4 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 24px 0;
  color: #0871b9;
}
.quote-intro {
  display: block;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.quote-single {
  padding: 50px 120px;
  background: #fff;
  border-radius: 20px;
	position:relative;
}
.left-quote {
	position: absolute;
	left: 30px;
	top: 0px;
	color: #0871b9;
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.right-quote {
	position: absolute;
	right: 30px;
	top: 0px;
	color: #0871b9;
	font-size: 134px;
	font-family: helvetica, sans-serif;
	line-height: 180px;
}
.quote-single-wrap {
  display: block;
  position: relative;
}
.quote-name {
  display: block;
  margin-top: 20px;
  color: #0871b9;
  font-weight: bold;
}
.quote-company {
  display: block;
  font-size: 90%;
  font-weight: bold;
  color: #0871b9;
  line-height: 80%;
}
.quote-wrap h4 span {
  color: #111;
}
.slick-dots {
	margin-top: 20px !important;
}

/*------------------------------------*\
   PAGE LINKS
\*------------------------------------*/
.page-links-wrap h3 {
  background: #fff;
  display: block;
  margin: 0 0 30px 0;
  position: relative;
  font-size: 24px;
  line-height: 26px;
}
.page-links-wrap h3 span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.page-links-wrap {
  text-align: center;
}
.page-links-wrap h3:before {
  content: "";
  border-top: 2px solid #0871b9;
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  top: 14px;
  z-index: 0;
}
.page-links  {
  list-style:none;
	padding:0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
	margin:0 0 30px 0;
}
.page-links a {
	height: 80px;
	background: #f2f2f2;
	border-radius: 10px;
	padding: 10px20px;
	text-align: center;
	align-content: center;
	display: grid;
	/* font-weight: bold; */
}
.page-links a:nth-child(odd):last-of-type {
  grid-column: 1 / -1;
}
.page-links a:hover {
	background: #0871b9;
	color: #fff;
}

/*------------------------------------*\
   CLIENT SCROLL
\*------------------------------------*/
.client-wrap h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 0px 0 25px 0;
	color: #111;
}
.client-wrap h4 span {
	color: #0871b9;
}
.clients-scroll {
  padding: 60px 0px;
}
.client-wrap {
  text-align: center;
  margin: 0 auto;
  width: 95%;
  max-width: 1480px;
  position: relative;
}
.client-slick {
  overflow: hidden;
}
.client-slick-wrap {
	position: relative;
	padding: 0 50px;
}
.client-slick-wrap .slick-prev.slick-arrow {
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border: 0 none;
	background: transparent;
	font-size: 25px;
	line-height: 50px;
	padding: 0px;
}
.client-slick-wrap .slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0 none;
  background: transparent;
  font-size: 25px;
  line-height: 50px;
	padding: 0px;
}
.client-intro {
	display: block;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.client-wrap .slick-slide img {
	border: 2px solid #eeeeee;
	text-align: center;
	margin: 0 auto;
}

  /* the slides */
.client-wrap .slick-slide {
      margin: 0 10px;
}

  /* the parent */
.client-wrap .slick-list {
      margin: 0 -10px;
}
/*------------------------------------*\
   CONTACT BAR
\*------------------------------------*/

.contact-bar {
	background: #0871b9;
	padding: 80px 0px;
	position: relative;
	z-index: 9999;
}
.contact-bar-wrap {
	width: 95%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-content: center;
}
.contact-bar-text {
	color: #fff;
	display:grid;
	padding:0 50px 0 0;
	align-content:center;
	}
.contact-options {
	display: grid;
	grid-template-columns: 140px 140px;
	text-align: center;
	grid-column-gap: 20px;
	margin-top: 20px;
}
.contact-options span {
	font-size: 20px;
	display: block;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px 0;
}
.contact-bar-form {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.29);
}
.contact-options a {
  color: #fff;
}
.contact-options a  i {
  display: block;
  font-size: 50px;
  margin: 0 0 10px 0;
}

#gform_submit_button_1, #gform_submit_button_2, #gform_submit_button_3 {
	width: 100%;
	max-width: 190px;
	/* height: 50px; */
	height: ;
	display: block;
	background: #ff6c12;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 0px !important;
	text-decoration: none;
	padding: 0;
	border: 0 none;
	margin: 0 auto !important;
	text-transform: uppercase;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover, #gform_submit_button_3:hover {
	background: #37aeff;
}
.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 10px !important; 
	padding-top: 5px;
}
.contact-bar-text h3 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px 0;
	font-weight: 700;
}
.gfield {
    position:relative;
}
.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme .gfield_required {
	color: #37aeff !important;
}
.charleft.ginput_counter.gfield_description {
	position: absolute !important;
	top: -2px !important;
	right: 0 !important;
	font-size: 10px !important;
	width: 120px !important;
	text-align:right !important;
}
.row-content h1 {
	margin: 0 0 20px 0;
}


.product-cta {
  background: #0871b9;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}
.product-cta h4 {
  font-size: 30px;
  margin: 0 0 30px 0;
  line-height: 32px;
  text-align: center;
}
.product-cta-media-text {
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-gap: 40px;
	max-width: 650px;
	margin: 0 auto;
}
.product-cta-media img {
  border-radius: 999px;
  border: 3px solid #fff;
}
.product-cta-text {
  display: grid;
  align-content: center;
}
.product-cta-button {
  width: 100%;
  max-width: 230px;
  height: 60px;
  display: block;
  background: #fff;
  line-height: 60px;
  text-align: center;
  color: #1e1a23;
  border-radius: 0;
  margin: 20px auto 0 auto;
  text-transform: uppercase;
}

.product-cta-button:hover {
    background:#132b3a;
		color:#fff;
}
.vimeo-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 0;
	opacity:1;
}
.vimeo-wrapper iframe {
width: 100vw;
height: 56.26vw; min-height: 100vh;
min-width: 177.77vh; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* Blocks 
--------------------------------------------- */
.wp-block-buttons > .wp-block-button {
	display: block !important;
	margin: 20px 0 0 0;
	width: 100%;
}
.wp-block-button__link.wp-element-button {
	width: 100%;
	max-width: 230px;
	height: 60px;
	display: inline-block;
	padding:0px;
	background: #ff6c12;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
.wp-block-button__link.wp-element-button:hover {
  background: #37aeff;
  color: #fff;
}
.wp-block-button__link.wp-element-button:hover {
	background: #37aeff;
   color:#fff;
}
.wp-block-media-text {
	min-height: 500px;
	color: #111 !important;
} 
.wp-block-heading {
	color: #4059ad;
}
.wp-block-heading {
	color: #000;
	font-size: 2em;
	margin: 0 0 20px;
	line-height: 1.1em;
}
.wp-block-heading strong {
	color: #0871b9;
}
.wp-block-media-text a {
    color:#000;
} 
.wp-block-media-text__content p:first-of-type {
     margin-top:0;
}
.wp-block-media-text__content p:last-of-type {
     margin-bottom:0;
}
.wp-block-media-text.alignfull {
	margin: 70px calc(50% - 50vw)0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-media-text.alignwide {
	margin: 50px -290px 0px -290px;
	max-width: 1380px;
	width: 1380px;
}
.wp-block-columns.alignfull {
	padding-top: 80px;
	padding-bottom: 80px;
}
.wp-block-heading.alignfull {
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px 0;
}
.wp-block-image:first-child img {
	margin: ;
	margin-top: 0px;
}
.wp-block-media-text {
	color: #111 !important;
  background: transparent !important;
}
.wp-block-media-text .wp-block-media-text__content {
  padding:5vw;
	padding-right: calc(100% - 690px) !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: calc(100% - 690px) !important;
	padding-right:5vw !important;
}
.wp-block-separator {
  border: 0 none !important;
  background: transparent !important;
  position: relative;
	margin:70px auto;
}
.wp-block-separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 300px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgb(249, 249, 251) 100%);
  z-index: -1;
}
.wp-block-media-text:last-child {
	   margin-bottom:70px !important;
}
.wp-block-embed {
	margin: 70px auto 0px auto;
}
#primary.home-content .wp-block-media-text:first-child {
  margin-top: 0;
}
#primary.home-content .wp-block-media-text:last-child {
  margin-bottom: 70px;
}

.google-maps {
  height: 350px;
  width: 100%;
  position: relative;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
.wp-block-media-text.alignwide, .wp-block-media-text.alignfull {
	margin: 50px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-media-text .wp-block-media-text__content {
  padding:2.5vw;
	padding-right: 2.5vw !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 2.5vw !important;
	padding-right:2.5vw !important;
}
#primary.home-content .wp-block-media-text:last-child {
  margin-bottom:50px;
}
.wp-block-embed {
	margin: 50px auto 0px auto;
}
}
@media (max-width: 920px) {
.wp-block-media-text.alignwide, .wp-block-media-text.alignfull {
	margin: 40px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-media-text {
	min-height: 400px;
}
#primary.home-content .wp-block-media-text:last-child {
  margin-bottom: 40px;
}
.wp-block-embed {
	margin: 40px auto 0px auto;
}
}

@media (max-width: 600px) {
.wp-block-media-text {
	min-height: auto;
}
.wp-block-media-text.alignwide, .wp-block-media-text.alignfull {
	margin: 0px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-separator {
   display:none;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 50px 2.5vw !important;
}
}


.wp-element-caption {
	display: none !important;
}




/* Remove paddles for touch enabled devices */
.chapternav {
	background: #0871b9;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	width: 100vw;
	max-width: 100vw;
	height: 70px;
	z-index: 1;
}

.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}

.chapternav-items {
  list-style: none;
  margin: 0 34px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
	padding:0px;
}

.chapternav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 -0.11765em;
  padding: 0 20px;
  cursor: pointer;
	height:70px;
	line-height:70px;
	color:#fff;
}

.chapternav-item a, .chapternav-item:hover a {
    color:#fff;
}
.chapternav-item:hover {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
.chapternav-item:first-child {
  margin-left: 0;
}

.chapternav-item:last-child {
  margin-right: 0;
}

.chapternav-icon {
  display: block;
  margin: 0 auto 6px;
  height: 36px;
}

.chapternav-label {
  font-size: 11px;
  line-height: 1.09091;
  font-weight: 400;
  letter-spacing: -0.008em;
  display: block;
  margin: 0 auto;
}

.chapternav-link {
  color: #111;
  display: block;
  margin-top: 3px;
  padding: 0;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.chapternav-link.current {
  color: #48b;
  cursor: default;
  opacity: 0.6;
}

.chapternav-link:hover {
  color: #48b;
  cursor: pointer;
  opacity: 0.6;
}

.chapternav-paddle {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 33px;
	padding: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	background: rgba(0,0,0,0);
}

.chapternav-paddle:disabled {
  opacity: 0;
}

.chapternav-paddle-left {
  border-right: 1px solid #fff;
  left: 0;
	height: calc(100% - 20px);
	top: 10px;
}

.chapternav-paddle-left::after {
  content: '<';
  margin-left: 0;
	width:100%;
	display:block;
	text-align:center;
}

.chapternav-paddle-right {
	border-left: 1px solid #fff;
	right: 0;
	height: calc(100% - 20px);
	top: 10px;
}
.chapternav-paddle-right::after {
  content: '>';
  margin-right: 0px;
	width:100%;
	display:block;
	text-align:center;
}

.chapternav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-bottom:1px solid rgba(255,255,255,0.4);
}

.padding-top {
  padding-top: 70px; 
}



.home-icons-title {
  text-align: center;
}
.icons-intro.home-icons-intro {
  margin-top: 40px;
  max-width: 700px;
}
/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1480px) {

.splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.home-splash-text {
	padding-left:2.5%;
	width: 800px;
	padding-right: 5%;
}
.home-slider.flexslider, .page-slide {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.page-splash-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.page-splash-text {
	padding-left: 2.5% !important;
}
.home-splash-text h1 {
	font-size: 56px;
	line-height: 64px;
	padding: 0px;
}
body.lang-fr .home-splash-text h1, body.lang-de .home-splash-text h1 {
	font-size: 42px;
	line-height:42px;
}


.page-splash {
	grid-template-columns: 650px 1fr;
}
.home-splash-text h1 {
	font-size: 56px;
	line-height: 64px;
	padding: 0px;
}
.home-splash {
	display: block;
	height: 550px;
}
.row-content, .content-row.image-right .row-content {
	padding: 5vw;
}
.content-row {
	max-width: 1480px;
}
.home-splash-text {
	background: url(img/splash-gradient.png) top right / 100% 200%;
}
}


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

#site-navigation {
    display:none;
}
header .shiftnav-toggle-button {
	display: block;
}

.lang-links {
	right: 60px;
}
}
@media only screen and (max-width:1280px) {

.home-splash {
	grid-template-columns: 500px 1fr;
}
.home-splash-text {
	background: url(img/splash-gradient.png) top right / 110% 200%;
}

.page-swirl {
	top: -360px;
	left: calc(100% - 170px);
	max-width: 600px !important;
	width: 600px !important;
}

.page-splash {
	grid-template-columns: 500px 1fr;
}
}

@media only screen and (max-width:1180px) {
#site-navigation {
    display:none;
}
header .shiftnav-toggle-button {
	display: block;
}
.lang-links {
	right: 60px;
}
.splash-wrap, .page-splash-wrap  {
	width: 100%;
	padding-left: 0;
}
.home-slider.flexslider {
	order: 1;
	height: 100%;
	/* border-top-right-radius: 20px; */
	/* border-bottom-right-radius: 20px; */
}
.home-splash-text {
	padding-left: 2.5%;
	display: grid;
	align-content: center;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100% !important;
	background: rgba(0, 22, 36, 0.49);
	color: #fff;
	padding-right: 2.5%;
	border-radius: 0px;
}

.page-splash-text {
	padding-left: 2.5%;
	display: grid;
	align-content: center;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100% !important;
	background: rgba(0, 22, 36, 0.49);
	color: #fff;
	padding-right: 2.5%;
	border-radius: 0px;
}
.home-splash-text h1 {
	font-size: 48px;
	line-height: 52px;
	text-align: center;
	max-width: 500px;
	padding: 0px;
	margin: 30px auto;
	text-align: center;
}

body.lang-fr .home-splash-text h1, body.lang-de .home-splash-text h1 {
	font-size: 38px;
	line-height: 38px;
}
.page-splash-text h1 {
	font-size: 40px;
	line-height: 40px;
	max-width: 500px;
	padding: 0px;
	margin: 0 auto 20px auto;
}
.wp-block-media-text .wp-block-heading strong {
	color: #0871b9;
}
#primary.main-800 {
	padding: 40px 0px;
}
.page-splash {
	height: 300px;
	position: relative;
}
.tagline {
	font-size: 24px;
	display: block;
	margin: 0 auto;
	text-align: left;
	max-width: 480px;
}
.page-template-site-landing-page .page-splash-text, .page-template-site-page .page-splash-text {
	text-align: center;
}
.page-template-site-landing-page .tagline, .page-template-site-page .tagline  {
    text-align:center;
}
.page-template-site-landing-page .link_button.splash_button, .page-template-site-page .link_button.splash_button {
	margin: 30px auto 0 auto;
}


.page-template-stainless-landing-page .page-splash-text, .page-template-stainless-page .page-splash-text {
	text-align: center;
}
.page-template-stainless-landing-page .tagline, .page-template-stainless-page .tagline  {
    text-align:center;
}

.page-template-stainless-landing-page .link_button.splash_button, .page-template-stainless-page .link_button.splash_button {
	margin: 30px auto 0 auto;
}

.page-template-conveyors-landing-page .page-splash-text, .page-template-conveyors-page .page-splash-text {
	text-align: center;
}
.page-template-conveyors-landing-page .tagline, .page-template-conveyors-page .tagline  {
    text-align:center;
}

.page-template-conveyors-landing-page .link_button.splash_button, .page-template-conveyors-page .link_button.splash_button {
	margin: 30px auto 0 auto;
}

.page-template-robotics-landing-page .page-splash-text, .page-template-robotics-page .page-splash-text {
	text-align: center;
}
.page-template-robotics-landing-page .tagline, .page-template-robotics-page .tagline  {
    text-align:center;
}
.page-template-robotics-landing-page .link_button.splash_button, .page-template-robotics-page .link_button.splash_button {
	margin: 30px auto 0 auto;
}


.quote-scroll {
	padding: 40px 0 50px 0;
}
.home .tagline {
    text-align:center;
}
.link_button.splash_button {
	margin: 30px 0 0 0;
}
.home .link_button.splash_button {
	margin: 30px auto;
}
.main-full {
	margin-top: 0px;
	padding-top: 0px;
}

.site-header {
	margin: 0px auto;
	height:auto;
}
.logo {
	width: 200px;
}
.top-swirl {
	left: auto;
	position: absolute;
	bottom: auto;
	z-index: 99;
	pointer-events: none;
	width: 980px;
	height: auto;
	max-width: 980px !important;
	right: -760px;
	top: -590px;
}
.icon-grid {
  grid-template-columns: 1fr 1fr;
}
.icon-single-wrap {
	height: 120px;
	width: 120px;
}



}

@media only screen and (max-width:1280px) {
.home-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.home-grid div:nth-child(odd):nth-last-child(1) {
  grid-column: span 2;
}
}

@media only screen and (max-width:1150px) {
.cat-wrap {
		grid-template-columns: 1fr 1fr;
}
	
}

@media only screen and (max-width:960px) {
.content-row {
	max-width: 1480px;
	display: block;
	height: auto;
	margin: 0 auto;
}
.clients-scroll {
	padding: 40px 0px;
}

.home .quote-scroll {
	padding: 40px 0 40px 0;
}

.contact-bar-wrap {
	width: 95%;
	max-width: 1380px;
	margin: 0px auto 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	align-content: center;
	grid-gap: 40px;
}

.site-footer {
	padding: 50px 0px;
	background: #0871b9;
}
.footer {
	max-width: 230px;
	display: grid;
	grid-template-columns: 1fr;
}

.footer h5 {
	text-align: center;
}
.footer-contact {
	text-align: center;
}

.strap-wrap {
	text-align: center;
	font-size: 10px;
}
.foot-copy {
	float: none;
	display: block;
}
.crd-link {
	float: none;
	display: block;
}

.help-wrap {
  grid-template-columns: 1fr;
  text-align:center;
  line-height:18px;
}
.help-button {
	margin: 20px auto 0px auto;
}
.help-wrap i {
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #0871b9;
	margin: 0 10px 0 0;
}
.footcol {
	text-align: center;
	margin: 0 auto 20px auto;
}
.footcol.footright {
	text-align: center;
}
.footcol.footright a i {
	font-size: 24px;
	margin: 0 6px;
}
}
@media only screen and (max-width:767px) {
.bottom-swirl {
    display:none;
}
#what-we-do {
	margin-top:20px;

}
.left-quote, .right-quote {
    display:none;
}
.quote-single {
	padding: 30px;
}
#what-we-do {
	padding: 50px;
	max-width: 1480px;
	margin: 0 auto;
}
}

@media only screen and (max-width:580px) {
.product-cta-media-text {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
.product-cta-media img {
	max-width: 150px;
}
.icon-grid {
  grid-template-columns: 1fr;
}

.cat-wrap {
	display: grid;
	grid-row-gap: 30px;
	grid-template-columns: 1fr;
	grid-column-gap: 0px;
}
.home-splash-text h1 {
	font-size: 36px;
	line-height: 40px;
}
body.lang-fr .home-splash-text h1, body.lang-de .home-splash-text h1 {
	font-size: 32px;
	line-height: 36px;
}


.page-splash-text h1 {
	font-size: 40px;
	line-height: 38px;
}
.tagline {
	font-size: 21px;
}
.top-swirl {
	width: 900px;
	max-width: 900px !important;
	right: -713px;
	top: -670px;
}
.page-swirl {
	top: -121px;
	left: calc(100% - 60px);
	max-width: 350px !important;
	width: 340px !important;
}
#what-we-do {
	padding: 40px 5% 0px 5%;
} 
.page-links {
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.home-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.home-grid div:nth-child(odd):nth-last-child(1) {
  grid-column: span 1;
}
}
@media only screen and (max-width:400px) {

.logo {
	width: 150px;
}
header .shiftnav-toggle-button {
	font-size: 36px;
	right: 0px;
	top: 10px;
}
.lang-links {
	right: 50px;
}
.home-splash-text h1 {
	font-size: 35px;
	line-height: 35px;
	max-width: 100%;
}
.home-splash {
	display: block;
	height: 650px;
}
}