/*!
Theme Name: FVM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fvm
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 with others.

FVM is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
   :root {
    --color-black: #000000;
    --color-white: #ffffff;
   }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
section {
     width: 100%;
     float: left;
}
/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -1em;
}

/* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2c3133;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  font-family: lato, sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Oswald", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

p {
	margin-bottom: 1.5em;
  font-family: lato, sans-serif;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #383c47;
     text-decoration: none;
     -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-family: lato, sans-serif;
    font-weight: 900;
}

a:visited {
	color: #383c47;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

p a {
  color: #d97000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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: 767px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1201px) {
  .container {
    width: 90%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.align-content-center {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	height: 100%;
}
.align-center-y {
  display: flex;
	flex-wrap: wrap;
	align-content: center;
}
h1 {
  line-height: 1.3em;
  margin: 0.5em 0;
  width: 100%;
  text-transform: none;
  font-weight: 900;
  font-size: 3em;

}
     h1 span {
          font-weight: 700;
     }
h2 {
  line-height: 1.2em;
  margin: 0.5em 0;
  width: 100%;
  text-transform: none;
  font-weight: 900;
  font-size: 2em;
}
h3 {
     font-size: 3em;
     line-height: 1.2em;
	margin: 0.5em 0;
}
h6 {
     font-family: inherit;
     font-weight: 500;
     text-transform: none;
}

.no-padding--all {
     padding: 0;
}
.no-padding--vertical {
     padding-top: 0;
     padding-bottom: 0;
}
.no-padding--horizontal {
     padding-left: 0;
     padding-right: 0;
}
.no-padding--left {
     padding-left: 0;
}
.no-padding--right {
     padding-right: 0;
}

.padding-bottom--sm {
     padding-bottom: 10px;
}
.padding-bottom--md {
     padding-bottom: 30px;
}
.padding-bottom--lg {
     padding-bottom: 40px;
}
.padding-bottom--xl {
     padding-bottom: 60px;
}

.padding-top--sm {
     padding-top: 10px;
}
.padding-top--md {
     padding-top: 30px;
}
.padding-top--lg {
     padding-top: 40px;
}
.padding-top--xl {
     padding-top: 60px;
}

.padding-horizontal--xl {
	padding: 0 60px;
}
.padding-horizontal--lg {
	padding: 0 40px;
}
.padding-horizontal--md {
	padding: 0 20px;
}

.no-margin--all {
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-light-gray {
  color: #EEEEEE;
}
.text-gray {
  color: #54565A;
}
.text-dark-gray {
  color: #2F2F2F;
}
.text-orange {
  color: #D97000;
}
.text-yellow {
  color: #EAB403;
}
.bg-white {
     background: #fff;
}
.bg-black {
     background: #000;
}
.bg-light-gray {
     /*background: #EEEEEE;*/
	 background: #F7F4EF;
}
.bg-gray {
  background: #54565A;
}
.bg-dark-gray {
     background: #2F2F2F;
}
.bg-orange {
     background: #D97000;
}

.list-style-none {
  list-style-type: none;
}

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

.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.flex-box .column {
    flex: 0 50%;
}
.flex-box .single-column {
	display: flex;
    flex: 0 100%;
}

.bg-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}
.fvm-mobile-image {display: none;}
/**** buttons ****/

a.dark-link {
  color: #383c47;
}

.btn {
	position: relative;
	float: left;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px 30px;
	margin: 25px 0;
	top: -15px;
}
.btn:focus {
  outline: 2px dotted #55d7dc;
}

.btn:nth-of-type(2) {
	margin-left: 15px;
}

a.button {
	color: #D97000 !important;
	text-transform: uppercase;
     text-decoration: none;
}
.button.arrow {
     float: left;
     margin: 20px 0;
     font-weight: 900;
}
.arrow::after {
	position: relative;
	display: inline-block;
	padding: 0px 3px;
	left: 10px;
	top: 3px;
	/* content: "\f345"; */
  content: "\f344";
	font-family: dashicons;
	transition: transform 0.3s ease-out;
	background: #2F2F2F;
	color: #ffffff;
}
.button-white-background .arrow::after {
	background: #ffffff;
	color: #2F2F2F;
}
.arrow:hover::after {
  transform: translateX(10px);
}
.button.arrow.call-out {
  position: relative;
  float: right;
  font-size: 20px;
  font-weight: 900;
  left: -15px;
  color: #2F2F2F !important;
}
.button.arrow.call-out:hover {
  color: #D97000 !important;
}
.arrow.call-out::after {
  background: #D97000;
}

/**** Slick overrides + other ****/
.slick-slide {
     height: auto !important;
	outline: none;
}
.slick-dots {
     bottom: 9% !important;
     right: 60px;
     text-align: right !important;
}
.slick-prev, .slick-next {
  z-index: 1;
  height: 40px !important;
  width: 40px !important;
}
.slick-prev:before, .slick-next:before {
font-family: dashicons !important;
font-size: 26px !important;
color: #FFFFFF !important;
border: 1px solid #fff;
border-radius: 8px;
padding: 5px;

}
.slick-prev:before {
     content: "\f340" !important;
}
.slick-next:before {
    content: "\f344" !important;
}
.slick-prev {
	left: 35px !important;
}
.slick-next {
     right: 35px !important;
}

.slick-dots li.slick-active button:before {
     background: #d97000 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
    line-height: 8px !important;
}
.slick-dots li {
    margin: 0 7px !important;
    width: 12px !important;
}
.slick-dots li button:before {
    background: #fff !important;
    color: transparent !important;
    opacity: 1 !important;
    border-radius: 30px;
    width: 8px !important;
    height: 8px !important;
    line-height: 8px !important;
}

blockquote {
  font-size:1.9em;
  font-weight: 400;
  line-height: 1.3em;
  border-left: 6px solid #D97000;
  padding-left:25px;
  color: #2f2f2f;
  font-family: "Oswald", serif;
}

blockquote p{
  font-family: "Oswald", serif;
}

.hide-bg-mobile {}
.show-on-mobile {display: none !important;}

/** Nav **/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #54565A;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
body > .over-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 9;
}
body.open-menu {
  left: -250px;
}
body.open-menu > .over-menu {
  visibility: visible;
  opacity: 1;
}
body.open-menu .menu-container {
  right: 0 !important;
}
header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F6F4EE;
  width: 100%;
  float: left;
  position: relative;
  z-index: 99;
}
header::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  right: 0;
  height: 0;
}
header .desk-menu {
  position: relative;
  width: 100%;
  float: left;
}
header .desk-menu .logo {
  position: absolute;
  float: left;
}
header .desk-menu .logo-adn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0;
  position: relative;
  display: table;
  z-index: 1;
}
header .desk-menu .logo-adn a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url('https://seeklogo.com/images/G/google-logo-28FA7991AF-seeklogo.com.png');
  background-position: 0;
  color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
}
header .desk-menu .box-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 0 0 0;
  display: block;
  margin: 0 auto;
  width: 100%;
}
header .desk-menu .menu-container {
  float: left;
  width: 100%;
}
header .desk-menu .menu-container .menu-utility-menu-container {
  display: none;
}
header .desk-menu .menu-container .menu-head, header .desk-menu .menu-container .menu-foot {
  width: 100%;
  float: left;
  
}
header .desk-menu .menu-container .menu-head {
  background: #fff;
  padding: 16px 10px;
  display: none;
}
header .desk-menu .menu-container .menu-head .e1 {
  padding: 3px 0;
  float: left;
}
header .desk-menu .menu-container .menu-head .e1 img {
  float: left;
}
header .desk-menu .menu-container .menu-head .client {
  color: #fff;
  float: right;
}
header .desk-menu .menu-container .menu-head .client span {
  text-transform: uppercase;
  padding: 5px 42px 5px 0;
  position: relative;
  line-height: 100%;
  font-size: 9px;
  display: block;
}
header .desk-menu .menu-container .menu-head .client i {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 0;
}
header .desk-menu .menu-container .menu-foot {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
}
header .desk-menu .menu-container .menu-foot .social {
  display: table;
  margin: 0 auto;
}
header .desk-menu .menu-container .menu-foot .social a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border-radius: 50%;
  background: #797c82;
  width: 29px;
  height: 29px;
}
header .desk-menu .menu-container .menu-foot .social a:last-child {
  margin: 0;
}
header .desk-menu .menu-container .menu-foot .social a:hover {
  background: #a4a7ac;
}
header .desk-menu .menu-container .menu-foot hr {
  margin: 15px auto 20px;
  display: table;
  width: calc(100% - 20px);
}
header .desk-menu .menu-container .menu-foot address {
  position: relative;
  text-align: left;
  padding: 0 15px;
  margin: 0;
}
header .desk-menu .menu-container .menu-foot address i {
  position: absolute;
  left: 0;
  top: 0;
}
header .desk-menu .menu-container .menu-foot address span {
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
}
header .desk-menu .menu-container .menu {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;  
  justify-content: space-between;
}
header .desk-menu .menu-container .menu li.back {
  display: none;
}
header .desk-menu .menu-container .menu > li {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
header .desk-menu .menu-container .menu > li a {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .5px;
  padding: 12px 8px;
  display: block;
  /* color: #fff; */
  font-weight: 900;
  text-decoration: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a {
  padding: 12px 0;
  position: relative;
}
/* header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #D97001;
  position: absolute;
  content: '';
  height: 1px;
  width: 7px;
  top: 28px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0px;
} */
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  min-width: 180px;
  position: absolute;
  list-style: none;
  background: #F0F3F5;
  padding: 0;
  float: left;
  display: table;
  left: 0;
  top:42px;
  width: 100%;
  float: left;
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
  width: 100%;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
  color: #393C46;
  padding: 12px;
  font-size: 14px;
  font-weight: 300;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: '';
  height: 1px;
  width: 7px;
  top: 24px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  transform: rotate(45deg);
  right: 10px;
  top: 19px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(-45deg);
  right: 10px;
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a {
  color: #ffffff;
  background-color: #D97001;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::before {
  -webkit-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -ms-transform: rotate(125deg);
  -o-transform: rotate(125deg);
  transform: rotate(125deg);
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li:hover > a::after {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  right: 10px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
  left: 88%;
  /*margin-top: -43px;*/
  margin-left: 24px !important;
  top: 40%;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a {
  text-align: left;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
  margin-top: 0;
}
header .desk-menu .menu-container .menu > li.line {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 11px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: 1px solid #4285f4;
  background: #4285f4;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block;
}
header .desk-menu .menu-container .menu > li:hover > a {
  color: #D97001;
}
header .desk-menu .menu-container .menu > li:hover > a::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  width: 10px;
  right: 5px;
}
header .desk-menu .menu-container .menu > li:hover > a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 0px;
}
header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
  display: block;
  margin-left: 0;
}
header .hamburger-menu {
  display: none;
}
header.small::before {
  box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, .2);
  height: 100%;
}
header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header.small .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  background-color: #4e4e4e;
}
header.small .desk-menu .logo-adn {
  margin-top: 14px;
}
header.small .desk-menu .logo-adn a {
  background-image: url('../img/empresa-1-logo.svg');
  height: 30px;
  width: 140px;
}
header.small .desk-menu .box-menu {
  padding: 0;
}
header.small .desk-menu .box-menu ul li a {
  color: #4e4e4e;
}

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-165 a {
 pointer-events: none;
 cursor: default;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu li a {
 pointer-events: initial !important;
 cursor: initial !important;
 cursor: pointer !important;
}

header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-1427 .sub-menu {
 margin-top: 190px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-646 .sub-menu {
 margin-top: 75px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-645 .sub-menu {
  margin-top: -12px;
 }
 

header .desk-menu .menu-container .menu > li#menu-item-111 .sub-menu li .sub-menu {
 margin-left: -188%;
}





@media (max-width: 1350px) {
  header .desk-menu .menu-container .menu-head {
    display: block;
  }

  header .hamburger-menu {
       -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
       transition: all 0.3s ease;
       display: block;
       position: absolute;
       top: -60px;
       bottom: 0;
       margin: auto;
       width: 40px;
       height: 40px;
       cursor: pointer;
       right: 0;
       z-index: 11;
 }
  header .hamburger-menu span {
       text-transform: uppercase;
       left: calc(-100% + -5px);
       padding: 8px 9px 8px 0;
       top: calc(50% - 18px);
       position: absolute;
       font-size: 13px;
       color: #fff;
 }
  header .hamburger-menu .bar, header .hamburger-menu .bar::after, header .hamburger-menu .bar::before {
       width: 35px;
       height: 4px;
 }
  header .hamburger-menu .bar {
       position: relative;
       -webkit-transform: translateY(25px);
       -moz-transform: translateY(25px);
       -ms-transform: translateY(25px);
       -o-transform: translateY(25px);
       transform: translateY(25px);
       -webkit-transition: all 0.1s ease;
       -moz-transition: all 0.1s ease;
       -ms-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
       transition: all 0.1s ease;
       background: #d97000;
       top: -7px;
 }
  header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
       position: absolute;
       background: #d97000;
       content: '';
       left: 0;
       border-radius: 5px;
 }
  header .hamburger-menu .bar::before {
       bottom: 10px;
       -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
  header .hamburger-menu .bar::after {
       top: 10px;
       -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
       transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
  header .hamburger-menu .bar.animate {
       background: rgba(255, 255, 255, 0);
       /* left: -250px; */
 }
  header .hamburger-menu .bar.animate::after {
       top: 0;
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
       -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
  header .hamburger-menu .bar.animate::before {
       bottom: 0;
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
       -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
       transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
  header .desk-menu .box-menu ul li a {
       color: #fff !important;
       border-bottom: 1px solid #eaeaea;
 }
  header .desk-menu .menu-container {
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       background: #fff;
       position: fixed;
       height: 100%;
       width: 250px;
       right: -250px;
       top: 0;
 }
  header .desk-menu .menu-container .menu-header-container {
       position: relative;
       float: left;
 }
 header .desk-menu .menu-container .menu-utility-menu-container {display: block;}
 
  header .desk-menu .menu-container .menu-header-container ul {
       padding: 10px !important;
 }
  header .desk-menu .menu-container .menu {
       margin: 0;
       background: white;
 }
  header .desk-menu .menu-container .menu li.back {
       position: relative;
       display: block;
 }
  header .desk-menu .menu-container .menu li.back a {
       padding: 12px 12px 12px 35px !important;
 }
  header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
       background-color: #4e4e4e;
       position: absolute;
       content: '';
       height: 2px;
       width: 7px;
       top: 23px;
 }
  header .desk-menu .menu-container .menu li.back a::before {
       -webkit-transform: rotate(-45deg) !important;
       -moz-transform: rotate(-45deg) !important;
       -ms-transform: rotate(-45deg) !important;
       -o-transform: rotate(-45deg) !important;
       transform: rotate(-45deg) !important;
       top: 20px !important;
       right: inherit !important;
       left: 15px !important;
 }
  header .desk-menu .menu-container .menu li.back a::after {
       -webkit-transform: rotate(45deg) !important;
       -moz-transform: rotate(45deg) !important;
       -ms-transform: rotate(45deg) !important;
       -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
       top: 24px !important;
       left: 15px !important;
 }
  header .desk-menu .menu-container .menu li.line {
       display: none !important;
 }
  header .desk-menu .menu-container .menu > li {
       width: 100%;
       float: left;
       margin: 0;
       text-align: left;
 }
  header .desk-menu .menu-container .menu > li a {
       padding: 12px;
       color: #54565A !important;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children {
       position: initial;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a {
       padding: 12px;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
       background: #4e4e4e;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
       right: 24px !important;
       top: 18px !important;
       width: 7px !important;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
       top: 18px !important;
       width: 7px !important;
       right: 20px !important;
 }
 header .desk-menu .menu-container .menu li.back a::before {
      top: 18px !important;
 }
 header .desk-menu .menu-container .menu li.back a::after {
      top: 22px !important;
 }

  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
       box-shadow: none;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       display: block !important;
       background: #eeeeee;
       z-index: 1;
       top: 0;
       left: 100%;
       /* height: 100%; */
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
       margin-top: 0;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
       left: 0px;
       min-height: 400px;
	   margin: 0;
 }
 header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub .sub-menu.open-sub {
   left: -24px;
 }
 header .desk-menu .menu-container .menu-utility-menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
   top: -230px;
 }
 header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #4e4e4e;
  position: absolute;
  content: '';
  height: 1px;
  width: 7px;
  top: 28px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0px;
}

  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
       background-color: #4e4e4e;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
       -webkit-transform: rotate(45deg) !important;
       -moz-transform: rotate(45deg) !important;
       -ms-transform: rotate(45deg) !important;
       -o-transform: rotate(45deg) !important;
       transform: rotate(45deg) !important;
       right: 8px !important;
       top: 15px !important;
       width: 7px !important;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
       -webkit-transform: rotate(-45deg) !important;
       -moz-transform: rotate(-45deg) !important;
       -ms-transform: rotate(-45deg) !important;
       -o-transform: rotate(-45deg) !important;
       transform: rotate(-45deg) !important;
       right: 8px !important;
       top: 20px !important;
       width: 7px !important;
 }
  header .desk-menu .menu-container .menu > li:hover a:before {
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
       right: 6px;
       top: 22px;
 }
  header .desk-menu .menu-container .menu > li:hover a::after {
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
       right: 6px;
       top: 26px;
 }
  header .desk-menu .menu-container .menu-head img {
       display: block;
       visibility: hidden;
 }
  header .desk-menu .menu-container .menu-foot {
       display: block;
 }
  header.small .hamburger-menu {
       top: 31px;
 }
  header.small .hamburger-menu span {
       color: #4e4e4e;
 }
  header.small .hamburger-menu .bar {
       background: #4e4e4e;
 }
  header.small .hamburger-menu .bar::before, header.small .hamburger-menu .bar::after {
       background: #4e4e4e;
 }
  header.small .hamburger-menu .bar.animate {
       background: rgba(255, 255, 255, 0);
 }
 header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-645 .sub-menu,
 header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-646 .sub-menu {
      margin-top: -143px;
 }

 header .desk-menu .menu-container .menu > li#menu-item-111 .sub-menu li .sub-menu {
      margin-left: 28px;
 }
 header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-165 a {
      pointer-events: initial;
     cursor: initial;
 }

}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  header .desk-menu .menu-container .menu li a {
       padding: 8px 12px;
 }
  header .desk-menu .menu-container .menu li.back a {
       padding: 8px 12px 8px 35px !important;
 }
  header .desk-menu .menu-container .menu li.back a::before {
       top: 17px !important;
 }
  header .desk-menu .menu-container .menu li.back a::after {
       top: 21px !important;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::before {
       top: 18px;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
       top: 22px;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
       padding: 8px 12px;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
       top: 18px;
 }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
       top: 22px;
 }
 header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li#menu-item-3807 .sub-menu {
  margin-top: 0;
 }
}
@media (max-width: 481px) {
  header .desk-menu .logo-adn a {
       width: 100px;
       height: 30px;
 }
  header .hamburger-menu {
       right: 0;
 }
  header .hamburger-menu .bar::before {
       bottom: 9px;
 }
  header .hamburger-menu .bar::after {
       top: 9px;
 }
  header.small .desk-menu .logo-adn a {
       width: 100px;
       height: 30px;
 }
}
@media (max-height: 550px) {
  header .desk-menu .menu-container .menu-foot hr, header .desk-menu .menu-container .menu-foot address {
       display: none;
 }
}

body.logged-in header {
  margin-top: 30px;
}
    #header .logo {         
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
        #header .logo img {
            max-width: 200px;
            -webkit-transition: all 0.8s ease;
            transition: all 0.8s ease;		    
        }
              #header.sticky .logo img {
                  width: 50px;
                  -webkit-transition: all 0.3s ease;
                  transition: all 0.3s ease;
              }
    .navigation-bar {
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1000;
    }
      .navigation-bar.is-hidden {
        opacity: 0;
        -webkit-transform: translate(0, -60px);
        -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
      }
      .navigation-bar.is-visible {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s;
      }
      
      .navigation-bar.is-hidden {
        height: 80px;
      }
      
      .navigation-bar.is-hidden .logo img {
        width: 50px;
      }
              


.utility-menu {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  z-index: 9;
  top:8px;
}
ul#menu-utility-menu {
  margin: 0;
  list-style: none;
  float:right;
}
ul#menu-utility-menu li {
  float: left;
  position: relative;
  display: block;
  transition-duration: 0.5s;
}
ul#menu-utility-menu li a {
  color: #D97001;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
}
ul#menu-utility-menu li a:hover {
  color: #2F2F2F;
}
ul#menu-utility-menu li:last-child a {
  border: 1px solid #D97001;
  background: #D97001;
  border-radius: 5px;
  color: #FFFFFF;
  margin-left: 10px;
}
ul#menu-utility-menu li:last-child a:hover {
  border: 1px solid #2F2F2F;
  background: #2F2F2F;
}
ul#menu-utility-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  min-width: 5rem;
	position: absolute;
  transition: all 0.5s ease;
	left: 0;
  display: none;
  height: 0;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  background: #2F2F2F;
  overflow: hidden;
  transition:.5s;
  top:30px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
ul#menu-utility-menu .sub-menu li {
  clear: both;
  width: 100%;
  margin: 8px 0;
}
ul#menu-utility-menu .sub-menu li:last-child{
	padding-left: 20px;
	text-indent: -10px;
}
ul#menu-utility-menu .sub-menu li:last-child a {
  margin-left: 0;
}
ul#menu-utility-menu .sub-menu li a {
  background: transparent;
  border: none;
}
ul#menu-utility-menu .sub-menu li a:hover {
  border: none;
  color: #d97000;
}
ul#menu-utility-menu li:hover > ul.sub-menu,
ul#menu-utility-menu li ul.sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  height: 160px;
  padding-top: 8px;
  width: 129px;
  left: 10px;
}

#util-search {
  margin: 0 1%;
}
#util-search input {
  float: right;
  width: 100%;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-color: #54565A80 !important;
  border-right: 1px solid #54565A80 !important;
  background: transparent !important;
  outline: none !important;
}
#util-search .input-group-append {
  float: left;
  width: 15%;
  cursor: pointer;
}
#util-search .input-group-append.p-0 {
  width: 100%;
}
#util-search .input-group-append i {
  background: #2F2F2F;
  height: 32px;
  color: #ffffff;
  width: 100%;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  transition: all 0.2s linear 0s;  
}
#util-search .input-group-append i .search-submit {
  position: relative;
  top: -20px;
  height: 32px;
  width: 36px;
  opacity: 0;
  cursor: pointer;
}
#util-search .input-group-append i.dashicons-search:before {
  position: relative;
  top:5px;
}
#util-search .input-group-append:hover i {
  background: #D97001;
  transition: all 0.2s linear 0s;
}
.content-area {
     margin-top: 120px;
}
.is-form-style button.is-search-submit {
  display: none;
}
.is-search-icon {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #2F2F2F;
  color: #ffffff;
  border: 1px solid #2F2F2F;
  cursor: pointer;
}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
  background:#D97001;
  border-color: #D97001;
}
.is-form-style .is-search-submit path {
  fill: #ffffff;
}

#util-search input {
  padding-left: 40px;
}

.is-form-style label, .is-form-style.is-form-style-3 label::after {
  font-family: dashicons;
    content: "\f179";
    position: absolute;
    width: 20px;
    height: 35px;
    font-size: 25px;
    padding-top: 4px;
    left: 3px;
}
/***** templates ******/
.slide-bg-image {
     height: 450px;
}
.our-work-hero .slide-bg-image {
     height: 600px;
}
#kc-marquee {
  display: flex;
  align-items: center;
}

#kc-marquee .marquee-content-container {
  padding: 70px 6%;
}
#kc-marquee p {
  margin: 12px 0 5px;
}

.case-study-categories {}
     .case-study-categories .inner-container {
          float: left;
          border-bottom: 3px solid #D97001;
          padding-bottom: 5px;
     }
	.category .case-study-categories .inner-container {border: 0;}
          .case-study-categories .inner-container h4 {
               font-weight: 300;
               text-transform: uppercase;
               font-size: .9em;
          }
          .case-study-categories ul {
               list-style: none;
               margin: 0;
               padding: 0;
          }

               .case-study-categories ul li {
                    float: left;
                    margin-right: 100px;
               }
               .case-study-categories.blog-categories ul li {
                    margin-right: 75px;
               }
               .case-study-categories ul li.uncategorized,
               .case-study-categories ul li.cat-item-1 {
                    display: none;
               }
               .case-study-categories ul li.categories {
                    color: transparent;
               }
                    .case-study-categories ul li a {
                         font-weight: 600;
                    }
                    .case-study-categories ul li a:hover {
                         color: #D97001;
                         text-decoration: none;
                    }
				.case-study-categories ul.branding li.branding a {
					color: #D97001;
				}
				.case-study-categories ul.advertising-campaigns li.advertising-campaigns a {
					color: #D97001;
				}
				.case-study-categories ul.content-sales-enablement li.content-sales-enablement a {
					color: #D97001;
				}
				.case-study-categories ul.websites li.websites a {
					color: #D97001;
				}

.case-study-listings {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     padding-top: 60px;
}
  .case-study-listings h2 {
    font-size: 2em;
    font-weight: 900;
    color: #54565A;
  }
     .case-study-listings .single-case-study {
          flex: 0 33.333333%;
          margin-bottom: 2%; /* (100-32*3)/2 */
          padding: 0 5px;
          cursor: pointer;
          -webkit-transition: background-color .5s ease-out;
          -moz-transition: background-color .5s ease-out;
          -o-transition: background-color .5s ease-out;
          transition: background-color .5s ease-out;
     }
		#kc-section-brochures.case-study-listings .single-case-study-content {min-height: 400px;}
		#kc-section-whitepaper.case-study-listings .single-case-study-content {min-height: 400px;}
		#kc-section-case-studies.case-study-listings .single-case-study-content {min-height: 300px;}
		#related_content.case-study-listings .single-case-study-content {min-height: 300px;}
		@media screen and (max-width: 991px) {
			#kc-section-brochures.case-study-listings .single-case-study-content{min-height: auto;}
			#kc-section-whitepaper.case-study-listings .single-case-study-content {min-height: auto;}
			#kc-section-case-studies.case-study-listings .single-case-study-content {min-height: auto;}
			#related_content.case-study-listings .single-case-study-content {min-height: auto;}
		}
     .case-study-listings .single-case-study:hover .single-case-study-content {
      background: #54565A;
      color: #ffffff;      
     }
     
     
     .case-study-listings .single-case-study:nth-of-type(7),
     .case-study-listings .single-case-study:nth-of-type(8),
     .case-study-listings .single-case-study:nth-of-type(9) {
         /* margin-bottom: 3%; */
     }
          .case-study-listings .single-case-study-content {
               padding: 10px 20px 40px;
               -webkit-transition: background-color .5s ease-out;
               -moz-transition: background-color .5s ease-out;
               -o-transition: background-color .5s ease-out;
               transition: background-color .5s ease-out;
          }
          .case-study-listings .single-case-study-content.line-hover {
               border-bottom-color: #D97001;
          }
          .case-study-listings .single-case-study h3 {
            color: #D97001;
            font-size: 1.8em;
          }
          .case-study-listings .single-case-study:hover .link-title h4 {
            color: #fff;
          }
          .case-study-listings .single-case-study:hover .link-title {
            text-decoration: none;
          }
		.case-study-listings .single-case-study-content .arrow-sm .btn-link {
      width: 90%;
      display: contents;
      text-transform: initial;
		}
               .case-study-listings .single-case-study h3 a:hover {
                  text-decoration: none;
                  color: #D97001;
               }
			.case-study-listings .single-case-study h3:hover::after {
				border-color: #D97001;
				color: #D97001;
			}
               .case-study-listings .single-case-study h3:hover::after {
                    left: 15px;
               }
          .case-study-listings .single-case-study h5 {
               font-weight: 400;
               margin: 0;
          }
          .case-study-listings .single-case-study-image {
               height: 250px;
               border-top: 0px solid #D97001;
               -webkit-transition: 0.2s ease-in-out;
               -moz-transition: 0.2s ease-in-out;
               -o-transition: 0.2s ease-in-out;
               transition: 0.2s ease-in-out;
          }
               .case-study-listings .single-case-study a:hover .single-case-study-image {
                    border-top: 8px solid #EAB403;
                    -webkit-transition: 0.2s ease-in-out;
                    -moz-transition: 0.2s ease-in-out;
                    -o-transition: 0.2s ease-in-out;
                    transition: 0.2s ease-in-out;
               }
               .thumb-post-category {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  background: #A7ACBA;
                  padding: 10px 20px;
                  font-weight: 900;
                  text-transform: uppercase;
               }
.case-study-listings .single-case-study.post-layout-full-width {flex: 0 70%;}
.case-study-listings .single-case-study.post-layout-grid {flex: initial;padding: 0 5px;}
	.single-case-study hr {
		height: 4px;
		position: relative;
		top: 6px;
		max-width: 80%;
		text-align: left;
		padding-right: 50px;
		width: 100%;
		float: left;
		background-color: #53565A;
	}
	.grid-post-date {
		position: absolute;
		bottom:0;
    /*background: #eeeeee;*/
	background: #F7F4EF;
    padding-top: 10px;
	}
.blog-listings-hero {
	background: #E1AF7D;
	padding: 60px 0;
}
	.blog-listings-hero h1 {
		color: #1A2A40;
	}
	.blog-listings-hero h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
	}
	.blog-listings-hero p {
		color: #1A2A40;
	}
.blog-categories-banner {
	background: #ffffff;
	padding: 25px 0;
}
.blog-categories-banner h3 {
  margin: 0;
}
.listing-recent-posts {
	padding-left: 100px;
}

.alm-btn-wrap .alm-load-more-btn {
  width: 100%;
  background: #d97000 !important;
  border-radius: 0;
  color:var(--color-white) !important;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
	.alm-btn-wrap a.alm-load-more-btn{
		width: 100%;
		background: #d97000 !important;
		border-radius: 0;
		color:var(--color-white) !important;
		padding: 15px 0;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
		display: block;
		clear: both;
		text-align: center;
		height: auto;
		text-decoration: none;
	}
		.alm-btn-wrap a.alm-load-more-btn:hover{
			text-decoration: none;
		}
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #000 !important;
}
.alm-btn-wrap .alm-load-more-btn {height: 50px;}
/*** Sidebar ***/
.listing-recent-posts-container {}
	.listing-recent-posts-container h3 {
		margin-bottom: 40px;
	}
	.listing-recent-posts hr {
		height: 4px;
		position: relative;
		top: 6px;
		max-width: 80%;
		text-align: left;
		padding-right: 50px;
		width: 100%;
		float: left;
		background-color: #E1AF7D;
	}
	.listing-recent-posts .single-post-link {
		margin-bottom: 40px;
	}
	.single-post-date {
		text-transform: uppercase;
		color: #E1AF7D;
		font-weight: 600;
		font-size: 18px;
	}
          /* Keyframes for the fade-in */
          @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
          @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
          @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

          .fade-in {
            opacity:0;
            opacity: 1 \9; /*just in case ie*/
            -webkit-animation:fadeIn ease-in 1;
            -moz-animation:fadeIn ease-in 1;
            animation:fadeIn ease-in 1;

            -webkit-animation-fill-mode:forwards;
            -moz-animation-fill-mode:forwards;
            animation-fill-mode:forwards;

            -webkit-animation-duration:1s;
            -moz-animation-duration:1s;
            animation-duration:1s;
          }

          .fade-in.fade-item1 {
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            animation-delay: 0.1s;
          }

          .fade-in.fade-item2 {
            -webkit-animation-delay: .5s;
            -moz-animation-delay: .5s;
            animation-delay: .5s;
          }

          .fade-in.fade-item3 {
            -webkit-animation-delay: 1s;
            -moz-animation-delay: 1s;
            animation-delay: 1s;
          }
          .fade-in.fade-item4 {
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;
            animation-delay: 1.5s;
          }

          .fade-in.fade-item5 {
            -webkit-animation-delay: 2s;
            -moz-animation-delay:2s;
            animation-delay: 2s;
          }

          .fade-in.fade-item6 {
            -webkit-animation-delay: 2.5s;
            -moz-animation-delay: 2.5s;
            animation-delay: 2.5s;
          }
          .fade-in.fade-item7 {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            animation-delay: 3s;
          }

          .fade-in.fade-item8 {
            -webkit-animation-delay: 3.5s;
            -moz-animation-delay: 3.5s;
            animation-delay: 3.5s;
          }

          .fade-in.fade-item9 {
            -webkit-animation-delay: 4s;
            -moz-animation-delay: 4s;
            animation-delay: 4s;
          }
          .fade-in.fade-item10 {
            -webkit-animation-delay: 4.5s;
            -moz-animation-delay: 4.5s;
            animation-delay: 4.5s;
          }

          .fade-in.fade-item11 {
            -webkit-animation-delay: 5s;
            -moz-animation-delay: 5s;
            animation-delay: 5s;
          }

          .fade-in.fade-item12 {
            -webkit-animation-delay: 5.5s;
            -moz-animation-delay: 5.5s;
            animation-delay: 5.5s;
          }
.our-work-tags {
     font-weight: 600;
}
     .our-work-tags::after {
          content: "";
          border-bottom: 4px solid #D97001;
          width: 100%;
          height: 20px;
          display: block;
          max-width: 90%;
          margin: 20px auto 40px;
     }

#fvm-post-navigation {
     width: 100%;
     float: left;
     padding: 0 0 80px;
}

     #fvm-post-navigation .inner-container {
          float: left;
          padding-right: 40px;
     }
     #fvm-post-navigation a {
          font-weight: 600;
          margin: 0 10px;
     }
     #fvm-post-navigation a:hover {
          color: #D97001;
          text-decoration: none;
     }
     #fvm-post-navigation a .dashicons {
          position: relative;
          top: 4px;
     }
     #fvm-post-navigation .page-numbers.current {
          display: inline-block;
          width: 10px;
          color: #D0662E;
          text-align: center;
          font-weight: 600;
     }

.search-results {

}
  .search-results .flex-box {
    width: 100%;
  }
  .search-results article {
    width: 45%;
    float: left;
    margin: 15px;
  }
    .search-results article h2 {
      padding: 0 15px;
    }
    .search-results article a {
      color: #D97000;
    }
    .search-results article a:hover {
      color: #ffffff;
    }
    .search-results .entry-summary {
      float: left;
    }
    .search-result-row {
      display: flex;
      align-items: center;
    }
    .search-result-row:nth-child(even) {
      flex-flow: row-reverse;
    }
    .search-result-row .search-content {
      padding: 50px;
    }

    .is-ajax-search-result {
      top: -68px !important;
    }
    .is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a {
      color: #D97001 !important;
    }
    .is-ajax-search-post, .is-ajax-search-post-details {
      border-color: #eeeeee !important;
    }
    .is-ajax-search-categories-details>div:hover, .is-ajax-search-result .is-ajax-search-post:hover, .is-ajax-search-result .is-show-more-results:hover, .is-ajax-search-tags-details>div:hover {
      background: #eeeeee !important;
    }
    div.is-ajax-search-result {
      background: #54565A !important;
    }
/***** Mods ******/

.intro-section.interior-hero h1 {
     margin: 60px 0 40px;
     font-size: 4em;
     max-width: 75%;
}
.single .intro-section.interior-hero h1 {
     font-size: 3em;
     max-width: 100%;
}

.homepage-hero-carousel .slick-slider {
     overflow: hidden;
}

.slide-bg-pattern {
     text-align: right;
     float: right;
     position: relative;
     top: -5px;
}
.hero-linked-project {
     position: absolute;
     width: 450px;
     right: 0;
     background: #fff;
     top: -60px;
     padding: 40px 30px 30px;
}
     .hero-linked-project h5 {
          margin: 0;
          color: #383c47;
          font-size: 1em;
          line-height: 1.2em;
     }
.header-module.full-width .bg-cover {
  padding: 80px 0 60px 0;
}
  .header-module p {font-size: 2em;margin: 0;}
.slide-container {
     margin-top: 60px;
}


.copy-block .left-column {
  padding-right: 50px;
}
.copy-block .right-column {
  padding-left: 50px;
}

.copy-block .inner-wrapper {
  max-width: 90%;
}

.copy-block.two-column-copy h2 {
  text-align: center;
}
	.copy-block.two-column-copy .right-column h2{
		text-align: left;
	}

.our-work-copy-block {
     padding: 60px 0;
}
     .two-column-copy-block {

     }
          .two-column-copy-block .inner-copy-block {
               padding: 0 100px;
          }
     .our-work-copy-block.full-wdith-copy-block .inner-container {
          max-width: 800px;
          margin: 0 auto;
          float: none;
     }
.copy-with-image .flex-box {
     align-items: center;
}

     .copy-with-image ul li {
          margin-bottom: 15px;
          line-height: 1.4em;
     }
.copy-images-carousels .single-carousel-image {
     height: 500px !important;
}

.copy-images-carousels .slick-dotted.slick-slider {
     margin-bottom: 0 !important;
}
.marquees.full-width .slick-dotted.slick-slider {
     margin-bottom: 0 !important;
}
.copy-images-carousels.copy-with-image #left-col {
     padding: 20px 60px;
}

.our-Work-section {
     padding: 120px 0 60px;
}
     .our-Work-section p {
          max-width: 700px;
     }
     .our-Work-section h5 {
          width: 100%;
          float: left;
          margin-top: 60px;
          font-weight: 500;
     }
          .link-box a:hover::after {
               left: 50px;
               color: #D97001;
               border-color: #D97001;
          }
          .link-box:hover a {
               text-decoration: none;
          }
.featured-case-study-section {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     flex-wrap: wrap;
}
.featured-case-study-section .single-col {
     flex: 0 25%;
     padding-right: 5px;
     border-bottom: 3px solid #383c47;
}
     .featured-case-study-section .single-col.cs-hover {
          border-bottom: 3px solid #D97001;
     }
     .featured-case-study-section .single-col:last-child {
          border-bottom: 0;
     }
     .featured-case-study-section .single-col .inner-box {

     }
          .featured-case-study-section .single-col .inner-box .inner-box-content {
               padding: 40px 0 10px 40px;
          }

.logo-carousel-section {
     padding: 0 0 40px 0;
}
     .logo-carousel-section H5 {
          font-weight: 400;
     }
          .logo-carousel-section .slide-bg-image img {
               margin: 0 auto;
          }
               .logo-carousel-section .slick-prev, .logo-carousel-section .slick-next {
                    top: 35% !important;
               }
               .logo-carousel-section .slick-prev:before, .logo-carousel-section .slick-next:before {
                    color: #383c47;
               }
               .logo-carousel-section .slick-prev {
                    left: -50px !important;
               }
               .logo-carousel-section .slick-next {
                    right: 30px !important;
               }
    
               #diagram .right-column {
                background:#eeeeee;
                padding-bottom:25px;
           }
 
           #diagram .left-column {}
 
           #diagram .image {
                background-color: #fff;
                display: block;
 
           }
 
           #diagram h2 {
                padding-left:8%;
				padding-top: 40px;
           }
           #diagram h4 {
                color: #f58421;
                font-weight: 700;
                font-size: 22px;
                text-transform: uppercase;
           }
 
           #diagram li {
                color: #ffffff;
                font-size: 16px;
                line-height: 20px;
           }
 
           dl#simple-gallery {
                     position: relative;
                     font-size: 0;
                     width: 100%;
                     /*min-height:250px;*/
					 min-height:163px;
                     float: left;
                }
                dl#simple-gallery::after {
                     content: '';
                     position: absolute;
                     left: 0;
                     width: 100%;
                     /*height: 80px;*/
					  height: 0px;
                     z-index: 0;
                     background: #F7F4EF;
                     bottom:0;
                }
                dl#simple-gallery dt {
                     position: relative;
                     top: 175px;
                     width: 60px;
                     min-width: 50px;
                     cursor: pointer;
                     float: left;
                     margin: 5px;
                     z-index: 9;
                }
 
                dl#simple-gallery dt img {
                     width: 100%;
                     height: auto;
                }
 
                dl#simple-gallery dt img:hover {
                     opacity: .7;
                }
 
                dl#simple-gallery dt:hover+dd,
                dl#simple-gallery dt:focus+dd {
                     opacity: 1;
                }
 
                dl#simple-gallery dd:first-of-type {
                     opacity: 1;
                }
 
                dl#simple-gallery dd {
                     position: absolute;
                     opacity: 0;
                     transition: .7s opacity;
                     text-align: center;
                     font-size: 1.4rem;
                     font-style: italic;
                     color: #fff;
                     padding-left: 0;
                     margin:0;
                     width: 100%;
                     height:100%;
					 
					 background-position: 50%;
					 background-size: cover;
					 background-repeat: no-repeat;
                }
 
                dl#simple-gallery dd img {
                     width: 100%;
                     height: auto;
                     display: block;
                     margin-bottom: 1rem;
                     /* height: 100%; */
                }
                #diagram h1 {
                     font-weight: 600;
                     padding: 40px 0 40px 70px;
                }
                #diagram .right-column {
                     background-color: #F7F4EF;
                     
                }
 
                #diagram .inner-wrapper{
                     box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
                     background-color: #ffffff;
                }
 
                .bottom-card-container {
                     position: relative;
                     float:left;
                     width:100%;
                     background: #462E10;
                     padding: 20px;
                     color: #fff;
                     min-height: 225px;
                     box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
                }
                .bottom-card-container h3 {
                     font-size: 1.5em;
                     color:#d97000;
                }
                .bottom-card-container p, .bottom-card-container ul {
                     color:#ffffff;
                }
                .bottom-card-container ul {
                     padding-left: 20px;
                }
				#diagram .bottom-card-container ul {
                     padding-left: 0;
                }
                .single-card {
                     height: 415px;
                     padding: 0 20px;
                     margin: 20px 0;
                }
.tabs-module #tabs-intro-copy {
    margin-bottom:25px;
}
.tabs-module #tabs-intro-copy p {
    font-size:20px;
    max-width:900px;
}

.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}
.tabs_parent {
    background: #000000;
}
    ul.tabs {
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 10;
      margin: 0 0 0;
      padding: 0;
      width: 35%;
      float: left;
      min-width: 329px;
      list-style: none;
      -ms-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .horizontal-tabs ul.tabs {
          width: 100%;
    }
          ul.tabs li {
            margin: 0;
            cursor: pointer;
            padding: 0;
            color: #2f2f2f;
            text-align: left;
            font-weight: bold;
            background-color: #000000;
            background: #000000;            
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 100%;
            float: left;
          }          
          ul.tabs.numbered-tab li {height: 100px;display: flex;align-items: center;}
          .tab_title {padding: 0;}
          .horizontal-tabs ul.tabs li {
              width: 20%;
          }
          ul.tabs li:hover {
            background: #D97001;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          }
			ul.tabs li:hover .tab_numbers {
				background: rgba(47, 47, 47, 1);
			}
          ul.tabs li.active {
            background: #D97001;
            color: #fff;
            -ms-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
          }
          ul.tabs li:last-child {

          }
          ul.tabs li span {
              background: #D97001;
              color: #fff;
              text-align: center;
          }
    .tab_container {
      display: inline-block;
      vertical-align: top;
      position: relative;
      z-index: 20;
      width: 65%;
      float: left;
      min-width: 10px;
      text-align: left;
      background: #F0F3F5;
    }
    .horizontal-tabs .tab_container {
          width: 100%;
    }
    .tab_content {
      padding: 0;
      height: 100%;
      background: #F0F3F5;
      display: none;
    }

    .tab_drawer_heading {
      display: none;
    }
    .mobile-tab-bg-image {
          display: none;
    }
    .tab_content .tab-bg-image {
          background-size: cover !important;
          background-position: 50% 50% !important;
          background-repeat: no-repeat !important;
          height:300px;
    }


    .tab_content .internal-tab-content {
          padding: 25px 25px;
          float: left;
          background: #F0F3F5;
          width: 100%;
    }
    #kc-section-configuration-tools .tab_content .internal-tab-content {
      background: #fff;
    }
          .tab_content .internal-tab-content h2 {
              color: #F6CD5F;
          }
          .tab_content .internal-tab-content p {
              font-size:25px;
              line-height: 30px;
              color: #54565A;
              width:100%;
              padding-left:20px;
          }
              .tab_content .internal-tab-content p a {
                    float:right;
                    font-size:20px;
                    font-weight: 600;                    
                    text-decoration-color: #D97001;
              }
              .tab_content .internal-tab-content p a:hover {
                    text-decoration-color: #383c47;
              }

    ul.tabs li .tab_numbers {
          float: left;
          width: 15%;
          text-align: center;
          padding: 29px 0;
          background: rgba(47, 47, 47, .7);
          color: #FFFFFF;
          font-size: 28px;
    }
		ul.tabs li .tab_numbers:hover {
			background: rgba(47, 47, 47, 1);
		}
          ul.tabs li.active .tab_numbers {
              background: rgba(47, 47, 47, 1);
          }
    .tab_title {
          float: left;
          width: 85%;
          padding: 29px 0;
          line-height:32px;
          padding-left: 20px;
          font-weight: 900;
          font-size: 25px;
          white-space: break-spaces;
    }

    ul.tabs li:nth-of-type(5) .tab_numbers {
          padding: 29px 0;
    }


.horizontal-tabs .tab_title {
    font-size: 20px;
    padding: 15px 0 15px 20px;
    line-height: 30px;
}
.horizontal-tabs ul.tabs li .tab_numbers {
    font-size: 20px;
    padding: 15px 0;
}
.team-fun-image {
     height: 600px;
     text-align: right;
}
     .team-fun-image img {
          float: right;
     }
.card__expander .dashicons.dashicons-no-alt:before {
     font-size: 16px;
     position: relative;
     top: 4px;
     border: 2px solid;
     left: -5px;
}
     .card__expander .dashicons.dashicons-no-alt span{
          text-transform: uppercase;
          font-weight: 600;
     }

.cards {
	display: flex;
	flex-flow: row wrap;
}

.card {
	margin-right: 5px;
	width: calc((100% / 4) - 30px);
	transition: all 0.2s ease-in-out;
     margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
	.card {
		width: calc((100% / 3) - 5px);
	}
}

@media screen and (max-width: 767px) {
	.card {
		width: 100%;
	}
}

.card:hover .card__inner {
	opacity: .8;
	transform: scale(1.02);
	color: #D97001;
}
.card:hover .card__inner .team-main-image {
	border-top: 5px solid #D97001;
}

.card__inner {
	width: 100%;
	position: relative;
	cursor: pointer;
	color: #383c47;
	font-size: 1.5em;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.card__inner:after {
	transition: all 0.3s ease-in-out;
}

.card__inner .fa {
	width: 100%;
	margin-top: .25em;
}

.card__expander {
	transition: all 0.2s ease-in-out;
	background-color: #fff;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #383c47;
	font-size: 1em;
}

.card__expander .dashicons {
	position: absolute;
	top: 30px;
	right: 70px;
	cursor: pointer;
     z-index: 9;
     font-size: 12px;
     text-transform: uppercase;
}

.card__expander .fa:hover {
	opacity: 0.9;
}

.card.is-collapsed .card__inner:after {
	content: "";
	opacity: 0;
}

.card.is-collapsed .card__expander {
	max-height: 0;
	min-height: 0;
	overflow: hidden;
	margin-top: 0;
	opacity: 0;

}

.card.is-expanded .card__inner {
	opacity: .8;
}

.card.is-expanded .card__inner:after {
	content: "";
	opacity: 1;
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
}

.card.is-expanded .card__inner .fa:before {
	content: "\f115";
}

.card.is-expanded .card__expander {
	max-height: 1000px;
	min-height: 200px;
	overflow: visible;
	margin-top: 30px;
	opacity: 1;

}

.card.is-expanded:hover .card__inner {
	transform: scale(1);
}

.card.is-inactive .card__inner {
	pointer-events: none;
	opacity: 0.5;
}

.card.is-inactive:hover .card__inner {
	background-color: #949fb0;
	transform: scale(1);
}
.card__expander .card__expander_left {
     padding: 20px 20px 0 50px;
}
     .card__expander .card__expander_left p {
          max-width: 600px;
          line-height: 1.5em;
     }
          .card__expander .card__expander_left p a:last-child {
               text-decoration: underline;
          }
@media screen and (min-width: 992px) {
	.card:nth-of-type(4n+2) .card__expander {
		margin-left: calc(-94% - 30px);
	}

	.card:nth-of-type(4n+3) .card__expander {
		margin-left: calc(-189% - 58px);
	}

	.card:nth-of-type(4n+4) {
		clear: left;
	}

	.card__expander {
		width: calc(414% + 59px);
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.card:nth-of-type(2n+3) {
		clear: left;
	}

	.card__expander {
          display: block;
		width: calc(295% + 30px);
	}
}

.card:nth-of-type(4n+4) .card__expander {
     margin-left: calc(-290% - 58px);
}



.team-main-image {
     height: 300px;
     overflow: hidden;
}
     .team-main-image img {
          position: relative;
          top: -35px;
     }

.card__inner span {
     width: 100%;
     display: block;
     margin-top: 30px;
     text-align: left;
     padding-left: 50px;
}
     .card__inner span:first-child {
          font-size: 1.3em;
          font-weight: 600;
          text-transform: capitalize;
     }
     .card__inner span:last-child {
          font-size: 14px;
          text-transform: uppercase;
          margin-top: 0;
     }

.intro-section {
     margin-bottom: 80px;
}
     .intro-section h1 {
          margin: 0 0 20px;
     }
     .intro-section p {
          max-width: 700px;
     }


.blog-details {
     position: relative;
     margin-bottom: 60px;
}
     .blog-details a {
          text-decoration: underline
     }
          .blog-details a:hover {
               color: #D97001;
          }
  
     .blog-details .container::after {
          content: "";
          width: 94%;
          float: right;
          border-bottom: 3px solid #D97001;
          position: absolute;
          right: 0;
          margin-top: 15px;
          bottom: -15px;
     }

     .blog-content-area h3 {
          font-size: 2.6em;
          margin: 50px 0 20px;
     }
#single-post-hero {
  margin-top: -45px;
}
    #single-post-hero .hero-content {
      position: absolute;
      bottom: 0;
      background: rgba(0,0,0, .8);
      width: 100%;
    }
.blog-content-area {
  padding: 0px 0px 80px 0px;
}
.blog-sidebar {
	background: #eeeeee;
  padding: 50px;
}
  .blog-sidebar .post-cat-share {
    padding: 20px 0;
    border-top: 2px solid #54565A;
    border-bottom: 2px solid #54565A;
  }
.single-blog-content {
	border-bottom: 4px solid #54565A;
}

.case-study-row:nth-child(odd) .flex-box {
     flex-direction: row-reverse;
}
.blog-content-area .marquees .marquee-slide {
     height: 450px;
}
.blog-content-area .marquees .flex-box {
     min-height:500px;
}
.blog-content-area .marquees .marquee-content-right {
     background: rgba(0,0,0,.7);
}
.case-study-row:nth-child(odd) .flex-box {
  flex-direction: row-reverse;
}


.team-section {
     padding: 80px 0;
}
     .team-section .teams-container {
          padding-top: 100px;
     }
     .team-section .fun-facts {
          padding: 10px 50px 25px;
     }
		 .team-section .card__expander .card__expander_left .fun-facts p {
			 max-width: 100%;
			 margin-bottom: 0;
		 }


     /* Accordion styles */
     .tabs {
      overflow: hidden;
     }
     .tabs input {
      position: absolute;
      opacity: 0;
      z-index: -1;
     }
     .tab {
      width: 100%;
      color: white;
      border-bottom: 4px solid #000000 !important;
      overflow: hidden;
     }
     .tab-label {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      padding: 15px 0 0 !important;
      background: transparent;
      text-transform: uppercase;
      color: #383c47;
      letter-spacing: .1em;
      cursor: pointer;
      font-size: 1.15em;
      /* Icon */
     }
     .tab-label:hover {
           color: #D97001;
     }
     .tab-label::after {
      font-family: dashicons;
      content: "\f347";
      width: 1em;
      height: 1em;
      text-align: center;
      -webkit-transition: all .5s;
      transition: all .5s;
     }
     .tab-content {
      max-height: 0;
      padding: 5px 4px 0px !important;
      -webkit-transition: all .5s;
      transition: all .5s;
     }
          .tab-content p {
               margin-bottom: 1.5em;
          }
          .tab-content a {
               text-transform: uppercase;
			  text-decoration:none;
          }
               .tab-content a:visited {
               }
               .tab-content a:hover {
                     color: #D97001;
                    text-decoration: none;
               }
     .tab-close {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
               justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background: #2c3e50;
      cursor: pointer;
     }
     .tab-close:hover {
      background: #1a252f;
     }

     input:checked + .tab-label {
          background: transparent;
          color: #000;
          text-transform: uppercase;
     }
     input:checked + .tab-label::after {
      -webkit-transform: rotate(180deg);
               transform: rotate(180deg);
     }
     input:checked ~ .tab-content {
      max-height: 100vh;
      padding-top: 20px !important;
     }

.recent-blogs {
     padding: 100px 30px 20px 100px;
}
     .recent-blogs h3 {
          margin-bottom: 60px;
     }
     .recent-blogs h4 {
          margin: 0;
     }
     .recent-blogs .left-column {
          padding-right: 10%;
     }
     .recent-blogs .right-column {}
          .recent-blogs .single-recent-blog {
               padding-right: 10px;
          }
          .recent-blogs .recent-blog-thumbnail {
               height: 200px;
          }


footer {
     width: 100%;
     float: left;
     color:#fff;  
     font-size: 14px;
}
footer li {
  margin: 5px 0;
}
  footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
  }
  footer #center-col {
    padding: 90px 5% 0 1%;
  }
  footer #right-col-content {
    padding: 0px 0 0 8%;
	border-left: solid 1px #000;
	margin: 40px 0;
  }
  
    footer #right-col-content #footer-right-col-links img {
      max-width: 150px;
      margin-right: 25px;
    }
    footer #right-col-content #footer-right-col-links a.primary-button {
      background: transparent;
      border:2px solid #D97001;
      min-width: 200px;
    }
     footer h4 {
	    font-size: 1.6em;
      letter-spacing: .5px;
	    margin-top: 0;
     }
     footer h5 {
       width: 100%;
       float: left;
       margin-top: 25px;
       font-size: 14px;
       margin-bottom: 8px;
     }
	footer .footer-logo img{
		max-width: 220px;
		margin-bottom: 30px;
	}

     footer p {
         margin: 0 0 10px 0;
         font-size: 14px;
     }
     footer p a, footer a {
          color: #fff;
          font-weight: 800;
     }
          footer p a:visited, footer a:visited {
               color: #fff;
          }
          footer p a:hover, footer a:hover {
               color: #D97001;
          }

        footer #timken-footnote {
          font-size: 8px;
          margin-top: 25px;
        }
          
	footer ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #D97001;
	}
	footer :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #D97001;
	   opacity:  1;
	}
	footer ::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #D97001;
	   opacity:  1;
	}
	footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #D97001;
	}
	footer ::-ms-input-placeholder { /* Microsoft Edge */
	   color:    #D97001;
	}

	footer ::placeholder { /* Most modern browsers support this now. */
	   color:    #D97001;
	}
	footer #center-col p {

	}
	footer #nf-field-12 {
		border: 1px solid #fff !important;
		height: 48px !important;
	}
	footer .nf-error.field-wrap .nf-field-element:after {
		top: 1px !important;
	}
	footer .nf-pass.field-wrap .nf-field-element:after {
		top: 0 !important;
	}
	footer .nf-response-msg {
		margin-top: 10px;
	}
		footer .nf-response-msg p {
			font-weight: 600;
		}
     .social-media ul {
          list-style: none;
          margin: 0;
          padding: 0;
     }
          .social-media ul li {
               float: left;
               margin-right: 15px;
          }
          .social-media ul li a {
               text-decoration: none;
          }
          .social-media ul li .dashicons {
               color: #54565A !important;
			font-size: 24px;
          }
			.social-media ul li .dashicons:hover {
				color: #D97001 !important;
			}

  #footer-cp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px;
    position: relative;
    top:20px;
  }
    #footer-cp #cp-message {
      padding-left: 10%;
      font-size: 10px;
      font-weight: 600;
    }
    #footer-cp #cp-message p {margin-top: 10px;font-size: 10px;}
    #footer-cp #cp-nav {
      padding-right: 10%;
      margin-top: 3px;
      font-size: 10px;
    }
    #footer-cp #cp-nav a.primary-button {
      background-color: #54565A;
      font-size: 10px;
      padding: 10px 0px;
      min-width: 170px;
      margin-right: 10px;
    }
    #footer-cp #cp-nav a.primary-button:hover {
      background-color: #d97000;
    }
    


.service-types {
     padding: 100px 0 60px;
}
     .service-types .service-types-row {}
          .service-types .service-types-row .service-thumbnail a {
               display: block;
               width: 100%;
               height: 100%;
          }
          .service-types .service-types-row .service-types-row-content {
               margin: 100px 0 0 50px;
               border-bottom: 3px solid #b3b6bd;
               padding-bottom: 50px;
          }
               .service-types .service-types-row .service-types-row-content p {
                    max-width: 600px;
               }
               .service-types .service-types-row .service-types-row-content ul {
                    margin: 30px 0 0 20px;
                    padding: 0;
                    -moz-column-count: 2;
                    -moz-column-gap: 20px;
                    -webkit-column-count: 2;
                    -webkit-column-gap: 20px;
                    column-count: 2;
                    column-gap: 20px;
               }
          .service-types .service-types-row .service-types-row-link-box {
               padding: 200px 20px 0;
          }
#contact-form-area {
     padding: 60px 50px 60px 110px;
}
     .nf-form-content {
          max-width: 100% !important;
     }
     .nf-before-form-content .nf-form-fields-required {
          display: none;
     }
     #ninja_forms_required_items, .nf-field-container {
          margin-bottom: 50px !important;
     }
     #ninja_forms_required_items h3, .nf-field-container h3 {
          margin-top: 30px;
     }
     .nf-field-label {
          margin-bottom: 0 !important;
     }
	 #nf-form-3-cont .nf-field-label {
          margin-bottom: 20px !important;
     }
	 #nf-form-2-cont .nf-field-description {
		  margin: 20px 0;
	}
     .nf-form-content label {
          font-weight: 300 !important;
          font-size: .9em !important;
          color: #383c47;
          text-transform: uppercase;
     }
  .ctct-form-custom {
    padding: 0 50px;
  }
  .ctct-form-custom label {
    display: block;
    text-transform: uppercase;
    font-size: 9pt !important;
    color: #393536 !important;
    font-weight: 400 !important;
    padding-left: 8px;
    margin-bottom: 8px;
  }
  .ctct-form-custom input {
    border: 1px solid #b0b6bb !important;
    background-color: #f4f4f4 !important;
    width: 96% !important;
    padding: 10px !important;
    -moz-box-shadow: inset 0 0 10px #ebecec !important;
    -webkit-box-shadow: inset 0 0 10px #ebecec !important;
    box-shadow: inset 0 0 10px #ebecec !important;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
  }
  div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
    left: -2px !important;
    font-weight: 900 !important;
  }
  .ctct-form-embed .ctct-form-custom .ctct-form-button {
    background-color: #D97001 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    border: none !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .ctct-form-embed .ctct-form-custom .ctct-form-button:hover {
    background-color: #2F2F2F !important;
    text-transform: uppercase;
  }

/*** Modules ***/
.marquees h1 {
	margin: 30px 0 .2em 0;
	width:100%;
	float:left;
  max-width: 70%;	
}
.marquees.marquees-two-column h1{
	padding-bottom: 20px;
  max-width: 100%;
}
.marquees h2 {
	font-size: 24px;
	font-weight:500;
	width:100%;
	float:left;
  margin: 0;
}
.marquees#kc-marquee h2 {

}
.marquees p {
	max-width:750px;
	width:100%;
	float:left;
}
.marquees a.primary-button {
	min-width:350px;
	margin-top:15px;
}

.marquee-slide {
	height: 425px !important;
}	
	.show-mobile {
		display: none;
	}

.copy-image-blocks .left-column, .copy-block.two-column-copy .left-column, .copy-events-blocks .left-column{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#key-results.copy-block.two-column-copy .left-column, .kc-copy-block-bottom .copy-block.two-column-copy .left-column, .kc-copy-block-bottom .copy-block.two-column-copy .right-column {
  margin: 0 auto;
  display: block;
}
	#key-results.copy-block.two-column-copy .left-column h2{
		text-align: left;
	}
.copy-image-blocks .right-column, .copy-block.two-column-copy .right-column {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.copy-block.two-column-copy.remove-flex .right-column {
  margin: 0 auto;
  display: block;
}
.copy-block.two-column-copy.align-top .right-column {
  align-items: initial;
}
.copy-image-blocks .column-container, .copy-block.two-column-copy .column-container, .copy-events-blocks .column-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
	.copy-events-blocks .column-container {
	  width: 90%;
	}
.two-column-links-left .column-container,
.two-column-links-right .column-container  {
	display: table;
	margin: 40px auto;
}
	.two-column-links-left .column-container a.button,
	.two-column-links-right .column-container a.button{
		font-weight: bold;
		color: #2e2e2e !important;
		margin: 15px 0;
		display: flex;
		width: 100%;
	}
	.two-column-links-left .column-container a.arrow:after,
	.two-column-links-right .column-container a.arrow:after	{
		background: #D97000;
	}
.copy-events-blocks .module-info-cards .featured-content-container {
	min-height: 200px;
}
.copy-events-blocks .module-info-cards .featured-content-image {
  background: #54565A;
}
.copy-events-blocks .module-info-cards .featured-content-image h5{
	color: #fff;
	font-size: 19px;
}
.copy-events-blocks .module-info-cards .inner-content:hover .featured-content-container {
  color: #fff;
}
.copy-events-blocks .module-info-cards .h4-line{
	margin: 0 1%;
}
.copy-events-blocks .module-info-cards h4{
	color: #D97000;
	display: flex;
	flex-direction: row;
	height: 26px;
}
.copy-events-blocks .module-info-cards h4:after{
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #54565A;
	margin: auto;
	margin-left: 30px;
}

.copy-events-blocks .module-info-cards .featured-image {
  max-height: 200px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
	.copy-events-blocks .module-info-cards .featured-image img{
		max-width: 200px;
	}
@media screen and (max-width: 991px) {
  .copy-image-blocks .left-column, .copy-image-blocks .right-column,
  .copy-block.two-column-copy .left-column , .copy-block.two-column-copy .right-column {padding: 25px 0;}
  .copy-events-blocks .module-info-cards .featured-image {max-height: 100%;}
  .copy-events-blocks .module-info-cards .featured-image img{max-width: 100%; height: auto;}
}
@media screen and (max-width: 767px) {
  .copy-image-blocks .column-container, .copy-events-blocks .column-container {width: 100%;}
}






#sticky-cta {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: block !important;
/* ADDED */   
  opacity: 0;
  transition: opacity 1s;
  background: #ffffff;
  width: 100%;
  padding: 20px 0;
  z-index: 0;
}

  #sticky-cta.fadein {
    opacity: 1;
    z-index: 1000;
  }

  #sticky-cta-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
    #sticky-cta-close .dashicons {
      position: relative;
      top:20px;
      left: -40px;
      font-size: 30px;
      color: #D97000;
    }

    #sticky-cta-close:hover .dashicons {
      opacity: .7;
    }

.sticky-cta-menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.sticky-cta-menu ul li {
  margin: 0 10px;
}
    .sticky-cta-menu ul a {
         flex: 24%;
         text-decoration: none;
         position: relative;
         font-size: 12px;
         text-transform: uppercase;
    }
    .sticky-cta-menu ul a:hover {
         color: #ffffff;          
    }
    .sticky-cta-menu ul a span {
         display: inline-block;
         position: relative;
         transition: transform 0.3s ease-out;
         left: 0;
    }
    .sticky-cta-menu ul a:hover span {
         transform: translateX(10px);
    }
    .sticky-cta-menu ul a li {
         position: relative;
         padding: 15px;
    }

 .module-info-cards .inner-content {
      margin: 0 2%;
      background:#ffffff;
      -webkit-transition: background-color 2s ease-out;
      -moz-transition: background-color 2s ease-out;
      -o-transition: background-color 2s ease-out;
      transition: background-color 2s ease-out;
 }
 
 .module-info-cards .featured-content-image {
      background: #2F2F2F;     
 }
 .module-info-cards .featured-image {
      max-height:200px;
      overflow:hidden;
 }
 
 .module-info-cards .featured-content-image h5 {
      color: #EAB403;
      font-size:15px;
      font-weight:900;
      text-transform:uppercase;
      margin: 0;
      padding: 10px 25px;
 }
 .module-info-cards .featured-content-title a {
      text-decoration:none;
 }
 .module-info-cards .featured-content-title h4, .case-study-listings .single-case-study-content h4 {
      color: #54565A;
      font-size:26px;
      line-height:32px;
      margin: 0;
      padding: 10px 0 20px;
	  font-weight: 500;
 }
 .module-info-cards .featured-content-container {
      background: #ffffff;
      padding: 15px 25px;
      min-height: 250px;
      -webkit-transition: background-color .5s ease-out;
      -moz-transition: background-color .5s ease-out;
      -o-transition: background-color .5s ease-out;
      transition: background-color .5s ease-out;
 }
 .module-info-cards .featured-content-container .featured-content-link {
      position: absolute;
      bottom:0;
 }
 .module-info-cards .inner-content .featured-image img::after,
 .module-info-cards .featured-image::afterOnce {
      content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background:rgba(0,0,0,.6);
     content: "";
   display: block;
   
 }
 .module-info-cards .inner-content:hover .featured-content-container {
      background:#54565A;
 }
 .module-info-cards .inner-content:hover .featured-image, .module-info-cards .inner-content:hover .featured-content-cat-title, 
 .module-info-cards .inner-content:hover .featured-content-container {
  box-shadow: 5px 5px 10px ;
 }
 .module-info-cards .inner-content:hover .featured-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:rgba(70, 46, 16, 0.8);*/
  content: "";
display: block;

border-top: 8px solid #EAB403;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
 }
 
 .module-info-cards .inner-content:hover .featured-content-title h4 {
      color:#ffffff;
 }
 
 .info-cards-container {
  display:flex;
  flex-wrap:wrap;
}
.card-wrapper {
 
 height: 300px;
 max-width: 100%;
 position: relative;
 margin: 12px;
}

.card-wrapper::before {
 display: block;
 mix-blend-mode: multiply;
 position: absolute;
 z-index: 2;
}

.card-wrapper::after {
 background-color: rgba(47, 47, 47, 0.8);
 content: "";
 height: 100%;
 left: 0;
 opacity: 1;
 position: absolute;
 top: 0;
 transition: all 1s ease 0s;
 width: 100%;
}

.card-wrapper .card-text {
 bottom: 35%;
 box-sizing: border-box;
 color: #fff;
 left: 0;
 line-height: 2.8rem;
 padding: 0 40px;
 position: absolute;
 transition: top .5s ease 0s;
 width: 100%;
 z-index: 2;
}
@media screen and (max-width: 767px) {
.card-wrapper .card-text {
	bottom: 45%;
}
}
.card-wrapper .card-text .card-heading {
 text-transform: uppercase;
}
.single-info-card:first-child .card-wrapper .card-text .card-body {
  max-height: initial;
 opacity: initial;
}
.card-wrapper .card-text .card-body {
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 transition: all 1.5s ease 0s;
}
.card-wrapper .card-text .card-body p {
  font-size: 20px;
  line-height:25px;
  text-align:center;
  font-weight: 400;
  font-weight: 400;
  margin: 10px auto 0;
}

.card-wrapper .card-text h2 {
 color: #fff;
 font-size: 30px;
 line-height: 36px;
 margin: 0 0 10px;
 padding: 3px 0 0 0;
 text-transform: none;
 text-align:center;
}
.info-cards-container .single-info-card:first-child .card-wrapper .card-text h2 {
 font-size: 40px;
 line-height: 46px;
 color: #EAB403;
}
@media screen and (max-width: 1300px) {
.info-cards-container .single-info-card:first-child .card-wrapper .card-text h2 {
 font-size: 36px;
 line-height: 40px;
}
}
.card-wrapper .card-text p:last-child {
 margin-bottom: 0;
}
.card-wrapper .card-text a {
 color: #fff;
}

.card-wrapper .card-text a.button:active, .card-wrapper .card-text a.button:focus, .card-wrapper .card-text a.button:hover {
 color: #ff3233;
}
.card-wrapper:hover::after {    
background-color: rgba(217, 112, 0, 0.8);
}
.card-wrapper:hover .card-body {
 max-height: 60px;
 opacity: 1;
 overflow: visible;
}
.single-info-card:first-child a {
  pointer-events: none;
}
.single-info-card:first-child .card-wrapper .card-text {
  bottom: 22%;
}
.single-info-card:first-child .card-wrapper .card-text .card-body p, .single-info-card:first-child .card-wrapper .card-text h2 {
  text-align: left;
}
.module-info-cards.info-cards-vertical-col {
  position: relative;
}
.module-info-cards.info-cards-vertical-col::before {
  content: ''; 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
/* background: linear-gradient(to right, rgba(0,0,0,.85) 20%, rgba(0,0,0,.6)); */
}
.module-info-cards.info-cards-vertical-col .inner-container {
  display: flex;
 flex-wrap: wrap;
 align-content: center;
 align-items: center;
 min-height: 400px;
}
.module-info-cards.info-cards-vertical-col .inner-container h2 {
  padding-right: 50px;
}
.module-info-cards.info-cards-vertical-col .button.arrow {
  position: absolute;
  bottom: 30px;
  right: 15px;
  color: #FFFFFF !important;
  font-weight: 600;
}
.module-info-cards.info-cards-vertical-col .button.arrow.dark {
  color: #2f2f2f !important;
}
.module-info-cards.info-cards-vertical-col .arrow::after {
  background:#D97000;
}
.cards-box {     
  margin: 0 2%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height:150px;
  transition: all 0.9s ease ;
}

.cards-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 97%;
  height: 100%;
  /*background-color: rgba(0,0,0,1);*/
  /* background-color: rgba(70,46,16,0.5); */
  background-color: #54565A;
  opacity: 1;
  transition: all 0.8s;
 /* border: 2px solid rgba(84,86,90,.8);*/
}
.cards-box:hover::before {
  opacity: 0;
}
.cards-box > div {
  z-index: 9;
}
.cards-box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
}
.cards-box-image {
  min-height: 150px;
  border-radius:10px;
  opacity: 0;
}

/*** overides css 
header .desk-menu .menu-container .menu li#menu-item-597:active {
  pointer-events: none;
}
***/

/*** misc css ***/
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 20px;
  background-color: #2F2F2F;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  z-index: 999;
}

#scrollToTop.show {
  display: block;
}

#events-listings .single-case-study hr {
  opacity: 0;
}
.single-kc-container#videos .flex-box {
  align-items: center;
}
.mi-hide-desktop {
  display: none;
}

.dzsas-second-con {
  display: none;
}

#kc-section-videos h2, #kc-section-configuration-tools h2 {
  font-weight: 900;
  color: #54565A;
}
.image-caption {
  background: rgba(255,255,255,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1px 5px;
  font-style: italic;
  font-weight: 600;

}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: #D97000;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*** Page Specific css ***/
.video-section {
  padding:60px 0;
}
.tabs {
display: flex;
justify-content: space-between;
overflow-x: auto;
white-space: nowrap;
}

.tab {
flex-shrink: 0;
width:50%;
float:left;
padding: 10px;
background-color: #54565a;
cursor: pointer;
font-size: 20px;
padding: 15px 0 15px 20px;
line-height: 30px;
font-weight:900;
text-transform:uppercase;
}

.tab.active {
background-color: #d97000;
}

/* CSS for the tab content */
.tab-content {
margin-top: 10px;
display: none;
height: 100%;
max-height: 100%;
}

.tab-content.active {
display: block;
}

.home #header #breadcrumb-bar {display: none;}
.home .content-area {margin-top: 110px;}
.single-knowledge-center .content-area {margin-top: 140px;}
.single-post .content-area {margin-top: 180px;}


.single-kc-container#whitepapers, .single-kc-container#brochures {
  width: 100%;
  float: left;
  padding: 60px 0;
}
  .single-kc-container#whitepapers .left-column, .single-kc-container#brochures .left-column {padding-right: 60px;padding-top: 50px;}

p:empty {
    display: none;
  }

/*** Global mods ***/
.post-type-archive-knowledge-center .horizontal-tabs ul.tabs li {
  width: 33%;;
}

.kc-menu-container ul {
     display: inline-flex;
     /* flex-direction: row; */
     flex-wrap: wrap;
     width: 100%;
     column-gap: 1px;
}
     .kc-menu-container ul a {
          flex: 16%;
          color: #d97000;
          text-decoration: none;
          position: relative;         
     }
     .kc-menu-container ul a:hover {
          color: #FFFFFF;          
     }
     .kc-menu-container ul a span {
          display: inline-block;
          position: relative;
          transition: transform 0.3s ease-out;
          left: 0;
          top: 2px;
     }
     .kc-menu-container ul a:hover span {
          transform: translateX(10px);
     }
     .kc-menu-container ul a li {
          position: relative;
          padding: 15px 0;
          font-weight: 900;
     }
.error404-hero {
  padding: 80px 0 60px 0;
}
  .error404-hero h1 {
    color: #d97000;
    margin: 0;
  }
  .error404-hero h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin: 0;
  }
  .error404-hero p {
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
  }
.error404 .page-content {
  background:url('/wp-content/uploads/2025/03/facility-highlights-testing.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  margin: 0;
  padding: 0;
}
     .error404 .page-content p {
          max-width: 1000px;
     	font-size: 1.4em;
     }

  .kc-config-tool-tabs {
    padding: 60px 0;
    margin-top: 40px;
  }
  .kc-config-tool-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: .5%;
    margin: 0;
    list-style: none;
  }
  .kc-config-tool-tabs .tabs li {
    display: flex;
    align-items: center;
    float: left;
    padding: 10px 25px;
    cursor: pointer;    
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 0;
    color: #fff;
    background: #54565a;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
    .kc-config-tool-tabs .tabs li:hover {
      color: #ffffff;
    }
    .kc-config-tool-tabs .tabs li.active {
      background: #d97000;
      color: #ffffff;
    }
  .kc-config-tool-tabs .tab_container {
    float: left;
  }
  .kc-config-tool-tabs .tab_container .internal-tab-content {
    padding: 0 20px;
  }
  .kc-config-tool-tabs .tab_content {
    display: flex;
    align-items: center;
    background: #ffffff;;
  }
  .kc-config-tool-tabs .tab_content .tab-bg-image {
    height: auto;
  }

  .copy-image-blocks.two-column-image-right#kc-section-gear-101 .column-container {
    padding: 30px 0 60px;
  }
/*** START COOKIE NOTIFICATION ***/
#notification{
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0;
	display: none;
	padding: 10px 0;
	height: 70px;
  z-index: 99;
}

#notification p {
	margin: 5px 0;
	float: left;
}
#notification #main-notification p {
     margin: 16px 0;
     font-size: 14px;
}
#notification .notification-buttons {
     float: left;
	padding-top: 5px;
}

#close-notification {
     position: absolute;
     right: 0;
}
#close-notification a{
	color: #383c47;
	border: none;
	font-size: 2em;
	padding: 0;
	margin: 0;
	max-width: 30px;
	text-decoration: none;
}
	#close-notification a .dashicons{
          position: relative;
          top: 10px;
		font-size: 1em;
          color: #383c47;
	}
	#close-notification a:hover {
		color: #fff;
		border: none;
	}
     #close-notification a:hover .dashicons{
		color: #fff;
	}

	.notification-buttons a.primary-button {
		margin: 0 15px;
		padding: 10px 20px;
	}
/*** END COOKIE NOTIFICATION ***/


/*** START MAP ***/

.wpsl-search {background: #54565A; margin-bottom: 30px; padding: 15px 20px;}
#wpsl-search-wrap .wpsl-input{margin-right: 50px; height: 43px;}
#wpsl-search-wrap div{margin: 0;}
#wpsl-search-wrap .wpsl-select-wrap{margin-right: 50px;}
#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap #wpsl-radius label, #wpsl-results label{color: #efefef; text-transform: uppercase; line-height: 2.5em; font-weight: bold; width: auto !important; margin-right: 10px !important; height: 43px; line-height: 43px;}
#wpsl-results label{margin-left: 50px; height: 43px !important; line-height: 43px !important;}
#wpsl-search-btn{transition: 0.2s ease-in-out; border: 1px solid #D97001 !important; background: #D97001; border-radius: 5px; color: #FFFFFF; text-transform: uppercase !important; padding: 12px 30px; font-weight: 900;}
#wpsl-search-btn:hover{border: 1px solid #2F2F2F !important; background: #2F2F2F;}
.wpsl-store-location p strong a{color: #D97001; font-weight: 900;}
.wpsl-store-location a.wpsl-store-details{font-weight: bold;}
.wpsl-info-window strong{font-weight: bold;}
a.wpsl-directions, .wpsl-info-actions a{color: #D97001; font-weight: 900;}

.wpsl-selected-item:after {border-top: 8px solid #D97001;}


@media (max-width: 1200px){
#wpsl-search-wrap .wpsl-input{margin-right: 20px;}
#wpsl-search-wrap .wpsl-select-wrap{margin-right: 20px;}
#wpsl-results label{margin-left: 20px;}
}
@media (max-width: 675px){
#wpsl-search-wrap #wpsl-search-btn {margin-top: 25px;}
#wpsl-result-list{padding: 20px 15px;}
}
/*** END MAP ***/

@media only screen and (max-width:1800px) {
  .case-study-listings .single-case-study #case-study-services {height: 50px;}     
  

}

@media only screen and (max-width:1600px) {
     
  header .desk-menu .menu-container .menu > li a {font-size: 14px;letter-spacing: .3px;}

  .intro-section.interior-hero h1 {max-width: 100%;}
  .service-carousel .slick-slide {height: auto !important;}
  .two-column-copy-block .inner-copy-block {padding: 0 80px;}
  .case-study-listings .single-case-study-image {height: 180px;}
  .case-study-categories.blog-categories ul li {margin-right: 50px;}
  .single-post-date {text-align: right;padding-right: 15px;font-size: 16px;}
  .single-case-study hr {max-width: 70%;}.image-width-accordion-sidebar


  .module-info-cards .featured-content-title h4 {font-size: 24px;line-height: 30px;}
  .single-info-card:first-child .card-wrapper .card-text {bottom: 50px;}

  .service-carousel .image-column .single-carousel-post-link {top: 0; bottom: initial;padding: 10px;}
  .service-carousel .image-column .single-carousel-post-link p {margin: 0 0 5px 0;}

  .page-id-669 .image-width-accordion-sidebar #accordion_sidebar_image {
    background-size: contain !important;
  }
  .cards-box {margin: 0 3%;}
  .call-to-action .left-col h3 {max-width: 750px;}

  ul.tabs {width:40%;}
  .tab_container {width: 60%}
}

@media only screen and (max-width:1500px) {
  .single-info-card:first-child .card-wrapper .card-text {bottom: 30px;}
  #kc-marquee .marquee-content-container{padding: 70px 6%;}
  .single-card {height:435px;}
}

@media only screen and (max-width:1400px) {
  #header #nav-bar {padding: 2px 0;}
  header .desk-menu .menu-container .menu > li a {font-size: 12px;letter-spacing: 0;}
  /* .fvm-desktop-image {height: auto !important;background: none !important;}
  .fvm-mobile-image {display: block;margin: 0 auto;} */

  .single-info-card:first-child .card-wrapper .card-text {bottom: 5%;}
  .cards-box::before {left: 3px;}

  .tab_content .internal-tab-content {padding:5px 25px;}  
  .tab_title {font-size: 26px;line-height: 30px;width: 90%;}
  ul.tabs.numbered-tab .tab_title {font-size: 22px;line-height: 26px;}

  .case-study-categories {padding: 0 20px;}
  .case-study-listings .single-case-study-image {height: 150px;}
  .case-study-categories.blog-categories ul li {margin-right: 30px;}

  footer p {padding-right: 40px;}
  .content-area {margin-top: 100px;}
     
}
@media only screen and (max-width:1350px) {
	.utility-menu {display: none;}
	.mi-hide-desktop {display: block;}
	.home .content-area {margin-top: 0;}
	#header #nav-bar {z-index: 999999 !important;padding: 2px 0 0;}
}
@media only screen and (max-width:1300px) {

     .team-section .fun-facts {padding: 0 10px 10px;width: 100%;}
		 .team-section .card__expander .card__expander_left .fun-facts p {font-size: 14px;}
     .two-column-copy-block .inner-copy-block {padding: 0 70px;}
     .marquees.marquees-two-column h1 {padding-bottom: 0;font-size: 2.4em;}
     #kc-marquee .marquee-content-container {padding: 50px 4% 25px;}
     .case-study-categories.blog-categories ul li {margin-right: 20px;}
     .case-study-categories.blog-categories ul li a {font-size: 15px;}
     .case-study-listings .single-case-study-image {height: 130px;}
     .single-info-card:first-child .card-wrapper .card-text {bottom: 19px;}
     .card-wrapper .card-text h2 {font-size: 24px;line-height: 32px;}
     .kc-menu-container ul a li {font-size: 14px;}
	 .bottom-card-container {min-height: 250px;}
}

@media only screen and (max-width:1200px) {
	.utility-menu {display: none;}
	header .desk-menu .menu-container .menu > li {margin: 0;}
  .marquees.full-width .container {width: 100%;padding: 0 100px;}
  .marquees.marquees-two-column .marquee-slide {height: 400px !important;}
  .marquees.marquees-two-column .marquee-slide .marquee-content-right {width: 100%;}
  .single-knowledge-center .content-area {margin-top: 130px;}
  .social-media ul li {margin-right: 5px;}
  .social-media ul li .dashicons {font-size: 20px;}
  ul#menu-utility-menu li:last-child a {margin-left: 0;}
  ul#menu-utility-menu li a {padding: 10px 5px;}
  ul#menu-utility-menu li:hover > ul.sub-menu,
  ul#menu-utility-menu li ul.sub-menu:hover {width: 119px;left: 0;}

  .slick-dots li button:before {width: 15px;height: 15px;}
  .arrow .btn-link {min-width: 200px;}
  .button.arrow.call-out {font-size: 18px;}
  .link-box {margin-left: 20px;}
  .homepage-hero-carousel .slick-slider {padding-left: 0;}
  .team-section .fun-facts {display: none;}

  #kc-marquee .marquee-slide .marquee-content-right {height:400px;}
  #kc-marquee .marquee-content-left {display:none;}
  .kc-menu-container ul a li {font-size: 13px;}
  .kc-menu-container ul a span {display: none;}
  .kc-menu-container ul a span {font-size: 16px;}
  .single-info-card:first-child .card-wrapper .card-text {bottom: 10%;}
  .card-wrapper .card-text {padding:0 20px;}
  .card-wrapper .card-text h2 {font-size:24px;line-height:26px;}
  
  .cards-box h3 {font-size: 18px;line-height: 24px;}

  dl#simple-gallery dd img {height: 130px;}
  dl#simple-gallery dt {top:130px;width: 70px;}
  .bottom-card-container {top:-40px;}

  ul.tabs {width:35%;}
  .horizontal-tabs ul.tabs li {width: 25%;}
  .tab_container {width: 54%}
  .tab_content .internal-tab-content p {font-size: 20px;line-height: 26px;}

  .case-study-listings .single-case-study #case-study-services {height: 80px;}
  .case-study-listings .single-case-study #case-study-industry {height: 100px;}
  .case-study-listings .single-case-study-image {height: 120px;}
  .case-study-categories ul li {margin-right: 90px;}
  .blog-content-area .container {width: 100%;}

  .two-column-copy-block .inner-copy-block {padding: 0 20px 0 130px;}
  .two-column-copy-block .column:last-child .inner-copy-block {padding: 0 110px 0 50px;}
  
  .module-info-cards .featured-content-container, .module-info-cards .featured-content-image h5 {padding: 10px 15px;}
  .module-info-cards .featured-content-title h4 {font-size: 22px;line-height: 28px;}
  footer #right-col-content #footer-right-col-links img {margin-right: 0;margin-bottom: 25px;}
}

@media only screen and (max-width:1100px) {
     .two-column-copy-block .inner-copy-block {padding: 0 20px 0 75px;}
     .two-column-copy-block .column:last-child .inner-copy-block {padding: 0 75px 0 50px;}
     #contact-form-area {padding: 60px 50px 60px 80px;}
}

@media only screen and (max-width:991px) {
  .fvm-desktop-image {height: auto !important;background: none !important;}
  .fvm-mobile-image {display: block;margin: 0 auto;}
  .navigation-bar.is-hidden {opacity: 1;}
  #header #nav-bar {z-index: 999999 !important;padding: 2px 0 0;}
  /* .flex-box {display: block;overflow: auto;} */
  .flex-box .column {flex: 0 100%;}

  .hide-bg-mobile {background: none !important;}
  .show-on-mobile {display: block !important;}

  h1 {margin: 0 0 30px;font-size: 2.4em;}
  h3 {font-size: 2.5em;}
  .home .content-area {margin-top: 65px;}
  .content-area {margin-top: 100px;}
  .single-knowledge-center .content-area {margin-top: 80px;}
  .single-post .content-area {margin-top: 100px;}
  

  .button.arrow.call-out {float: left;left: 0;margin-bottom: 25px;}

  .intro-section.interior-hero h1 {font-size: 3em;}
  .single .intro-section.interior-hero h1 {font-size: 2em;}
  .sidebar-pattern {height: 150px !important;}
  #header {padding: 0;}
  #header #site-navigation .menu-main-menu-container ul li {}
  #header #site-navigation .menu-main-menu-container ul li a {}

  #kc-marquee {display: block;}
  #kc-marquee .kc-marquee-container {display: flex;}
  #kc-marquee .marquee-content-container {padding: 6% 10% 4%;width: 100%;float: left;}
  .single-kc-container#videos .flex-box {display: block;float: left;padding: 0 15px;}
  .single-kc-container#videos .flex-box .left-column {padding: 30px 0;}
  
  .kc-menu-container ul a li {font-size: 12px;}
  

  .accordion__item h4 {padding-left: 10px;margin: 20px 0;font-size: 1.6em;line-height: 25px;}
  .accordion__item > div {padding-left: 10px;}


  .homepage-hero-carousel {padding-top: 20px;}
  .homepage-hero-carousel .slick-slider .slide-bg-image {height: 350px !important;}
  .our-work-hero .slide-bg-image {height: 350px !important;}
  .archive .slide-bg-image {height: 200px !important;}

  .homepage-hero-carousel .slick-dots {bottom: 20% !important;}
  .hero-linked-project {top:0; padding: 15px;}
  .marquees h1 {max-width: 100%;}

  .services-section {padding-top: 80px;}
  .services-section .services-content {padding: 30px 110px;}

  .header-module.full-width .flex-box {display: block;}


  .service-carousel .image-column {margin-top:0px;float: none;}
  .service-carousel .image-column h5 {border: 0;padding-left: 110px;}
  .service-carousel .slick-slide {height: auto !important;}
  .service-carousel .image-column .single-carousel-post-link {top: 0px;bottom: initial;padding: 10px 15px;}

  .our-Work-section {padding: 40px 0;}
  .our-Work-section h5 {margin-top: 30px;}

  .call-to-action .left-col {width: 720px;margin: 0 auto;padding: 40px 0 30px;}
  .call-to-action .cta-bg-image {height: 60px !important;}

  .service-types .service-types-row {margin-top: 50px;}
  .service-types .service-thumbnail {height: 250px !important;background-size: contain !important;background-position: 50px 0px !important;}
  .service-types .service-types-row .service-types-row-content {width: 100%;float: left;margin: 40px 0 0 50px;border-bottom: 0;}
  .service-types .service-types-row .service-types-row-link-box {width: 100%;float: left;padding: 80px 20px 0;}
  .service-types .service-types-row .service-types-row-link-box a {margin-bottom: 10px;}

  #case-studies {float: left;}

  #contact-form-area {max-width: 720px;margin: 0 auto;padding: 20px;}
  .contact-section #sidebar-contact,
  .contact-section #careers {max-width: 720px;margin: 0 auto;padding: 20px 0;}

  .about-desktop-image {height: auto !important;background: none !important;}
  .about-mobile-image {display: block !important;}
  
  .module-info-cards .kc-post-object {float: left;}
  .module-info-cards .featured-content-container {min-height: 180px;}
  .module-info-cards .inner-content {margin-bottom:30px;}
  .info-cards-container {display:block;}
  .module-info-cards.info-cards-vertical-col .inner-container h2 {padding-right: 0;}
  
  .card-wrapper .card-text .card-body {opacity: 1;}
  .card-wrapper {height:200px}
  .cards-box {min-height: 100px;margin: 4% 2%;}
  .card-wrapper .card-text .card-body p {max-width: 100%;}
  .single-info-card:first-child .card-wrapper .card-text {bottom: 25%;}
  .module-info-cards.info-cards-vertical-col .button.arrow {position: relative;bottom: inherit;right: 0;margin: 20px 0;}

  .copy-block .left-column {padding-right: 0;}
  .copy-block .right-column {padding-left: 0;margin-top: 60px;}
  .copy-block .inner-wrapper {max-width: 100%;}
  

  footer {padding: 40px 0 15px;}
  footer p {width: 100%;float: left;padding-right: 0;margin: 0 0 20px;}

  .card:nth-of-type(4n+4) .card__expander {margin-left: inherit;}
  .card:nth-of-type(3n-1) .card__expander {margin-left: calc(-91% - 30px);}
  .card:nth-of-type(3n) .card__expander {margin-left: calc(-193% - 30px);}

  #diagram h1 {padding: 0px 0; font-size: 30px;}
  #diagram .right-column {width: 100%;}
  #diagram .left-column {padding: 25px; color: #ffffff;}
  #diagram .flex-box {flex-wrap: wrap;}
  dl#simple-gallery dt {top:130px;}
  .single-card {width: 100%;max-width: 500px;margin: 20px auto;}
  .marquee .logo {width: 100%;}

  .our-work-tags::after {max-width: 725px;}
  .case-study-categories ul li {margin-right: 40px;}
  .case-study-listings .single-case-study {flex: 0 50%;margin-right: 0;padding-right: 5px;}


  .blog .intro-section {margin-bottom: 0;}

  .two-column-copy-block {padding: 30px 0;}
  .two-column-copy-block .inner-copy-block {max-width: 750px;margin: 0 auto;padding: 0 15px;}
  .two-column-copy-block .column:last-child .inner-copy-block {max-width: 750px;margin: 0 auto;padding: 0 15px;}

  .copy-image-blocks.two-column-image-right .flex-box {flex-direction: column-reverse;}

  .case-study-listings .single-case-study-image {height: 150px;}
  .single-post-link {width: 100%;float: left;}
  .grid-post-date {position: relative;}
  .single-case-study hr {max-width: 91%;}
  .listing-recent-posts {padding-left: 0;}
  .listing-recent-posts hr {max-width: 91%;}

  .kc-menu-container ul a span {display: none;} 
  .single-kc-container .left-column {padding-right: 0;padding-top: 0;}
  .single-kc-container#whitepapers, .single-kc-container#brochures {padding: 0;}
  .single-kc-container#whitepapers .left-column, .single-kc-container#brochures  .left-column {padding-right: 0;padding-top: 30px;}


  .team-section {padding: 50px 0 0;}

  .blog .case-study-categories .inner-container .right-col,
  .category .case-study-categories .inner-container .right-col {display: none;}

  .recent-blogs {padding: 60px 0 20px;}
  .recent-blogs .left-column,
  .recent-blogs .right-column {max-width: 750px;margin: 0 auto;width: 100%;padding: 0;}
  .recent-blogs .left-column {margin-bottom: 25px;}
  .recent-blogs h3 {max-width: 750px;margin: 0 auto 30px;}

  
  .single-blog-content .blog-sidebar {width: 100%;}
  .blog-content-area {padding: 0;}
  #single-post-hero .hero-content h1 {margin-top: 0.5em;}

  .accordion__item h4 .dashicons-close-box {height: 25px;}
  #fvm-post-navigation .inner-container {float: left;width: 100%;padding-right: 0;}
  .call-to-action .left-col h3 {max-width: 650px;}
  .error404 h1 {margin-top: 30px;}
  #notification .container {width: 100%;}
  footer h4 {padding-top: 30px;}
  .social-media {padding-bottom: 40px;}


  footer #right-col {width: 100%;float: left;}
  footer .footer-logo img {margin-bottom: 0;}
  footer p {margin: 0 0 10px;}
  footer #center-col {padding: 0 0 60px;}
  footer #right-col-content {padding: 10px 0 0 0; border-left: none;}
  footer #right-col-content #footer-right-col-links img {margin: 10px 0 30px;}  
}

@media only screen and (max-width:767px) {
  h1 {font-size: 2.2em;}
  h2 {font-size: 1.6em;}  
  .menu-toggle {position: relative;float: right;font-size: 1.1em;top: 10px;}
  .menu-toggle .dashicons-menu {position: relative;font-size: 30px;top:-5px;left:-10px;color: #FFCC44;}
  .link-box {margin-left: 0;border: 0;margin-top: 20px;}
  .link-box a {position: relative;display: inline-block;}


  #header .logo, #header .main-nav {padding: 0;}
  #header .main-nav {position: absolute;;width: 100%;top: 15px;right: 0;text-align: right;}
  #header #site-navigation .menu-main-menu-container ul {}
  .menu-toggle, .main-navigation.toggled ul {}
  #header #site-navigation .menu-main-menu-container ul li {}
  #header #site-navigation .menu-main-menu-container ul { }
  #header #site-navigation.toggled .menu-main-menu-container ul { height: auto;opacity: 1;visibility: visible;}
  #header #site-navigation .menu-main-menu-container ul {}
  #header #site-navigation .menu-main-menu-container ul li {}
  #header #site-navigation .menu-main-menu-container ul li a {}
  #header #site-navigation .menu-main-menu-container ul li:first-child a {}
  #header #site-navigation .menu-main-menu-container ul li a:hover {}
  #header #site-navigation .menu-main-menu-container ul li a,
  #header.sticky #site-navigation .menu-main-menu-container ul li a {}
  .main-navigation {}

  .marquee-slide .flex-box {display: block;}
  #kc-marquee .marquee-content-container {padding: 4% 15px;}
  .kc-menu-container ul {column-gap: 6px;}
  .copy-image-blocks.two-column-image-right#kc-section-gear-101 .column-container {padding: 0px 15px 40px;}
  .content-area {margin-top: 80px;}
  .contact-section #sidebar-contact, .contact-section #careers {max-width: 100%;padding: 20px 15px;}

  .homepage-hero-carousel {padding-top: 0;}
  .slide-container {margin-top: 0;}
  .homepage-hero-carousel .slick-dots {bottom: 15% !important;}

  .header-module p, .error404-hero p {font-size: 1.4em;}
  
  .card-wrapper {height:300px}

  .services-section {padding-top: 20px;}
  .services-section .services-content {padding: 30px 15px;}
  .service-carousel .image-column h5 {padding-left: 15px;}

  .featured-case-study-section .single-col {flex: 0 100%;}
  .featured-case-study-section .single-col .work-thumbnail {height: 200px !important;background-position: 50% !important;}
  .featured-case-study-section .single-col .inner-box .inner-box-content {padding: 15px;}


  .call-to-action .left-col {width: 100%;padding: 40px 15px 30px;}
  #contact-form-area {padding: 20px 15px;}

  .service-types {padding: 0 0 40px;}
  .service-types .service-thumbnail {background-position: 15px 0px !important;}
  .service-types .service-types-row .service-types-row-content {margin: 0;padding:20px 15px 20px;}
  .service-types .service-types-row .service-types-row-link-box {padding: 0;}
  .service-types .service-types-row .service-types-row-link-box .link-box {margin-top: 0;}

  .team-section .teams-container {padding-top: 30px;}
  .card__expander .card__expander_left {padding: 20px 15px 0;}
  .card__expander {display: block;width: calc(97% + 30px);}
  .card:nth-of-type(3n-1) .card__expander,
  .card:nth-of-type(3n) .card__expander {margin-left: inherit;}
  .team-fun-image img {float: none;}

  .case-study-categories {padding: 0;}
  .case-study-categories ul li {width: 100%;float: left;margin: 5px 0;}
  /*.case-study-listings {padding-top: 0;}*/
  .case-study-listings .single-case-study {flex: 0 100%;padding: 0;margin-bottom: 30px;}
  .case-study-listings .single-case-study #case-study-services,
  .case-study-listings .single-case-study #case-study-industry {height: auto;}
  .case-study-listings .single-case-study-image {height: 200px;}
  .case-study-listings .single-case-study-content {width: 100%;margin-left: 0;padding: 15px 15px 60px;}
  .case-study-listings .single-case-study h3, .case-study-listings .single-case-study-content .btn-parent {height: auto;margin-bottom: 25px;line-height: 1.4em;}

  #diagram h2 {padding-left:15px;}

  .kc-config-tool-tabs .tab_content {flex-wrap: wrap;}

  .post-type-archive-knowledge-center .horizontal-tabs ul.tabs li {width: 100%;}

  .single-post-date {position: relative;top:-15px;}

  .tax-work-catergories .intro-section,
  .post-type-archive-work .intro-section {margin-bottom: 30px;}

  .our-work-hero .slide-bg-image {height: 290px !important;}

  .search-results article {width: 100%;}

  .recent-blogs {padding: 35px 15px 20px;}
  .recent-blogs .single-recent-blog {padding-right: 0;}
  #notification {height: auto;}
  footer {padding: 40px 0 0;}
  #footer-cp #cp-nav {margin: 0 auto;padding-right: 0;}
  #footer-cp #cp-message {margin: 0 auto;padding-left: 0;}
  
  .logo-content-container h2{margin-bottom: 40px;}
  #kc-marquee .marquee-content-container h2 {margin-top: 90px;} 
}

@media only screen and (max-width:600px) {  
	h1, .marquees.marquees-two-column h1 {font-size: 2em;}
	h3 {font-size: 2.2em;}
	.marquees h2 {font-size: 20px;}
	.slick-dots {bottom: 4% !important;right: 0;max-width: 50%;text-align: center !important;left: 0;right: 0;margin-left: auto !important;margin-right: auto !important;}
	.slick-prev, .slick-next {top: initial !important;bottom: 2%;}
	.arrow::after {height: 25px;}
	.marquees.marquees-two-column .marquee-slide {height: 350px !important;}
	.marquees.full-width .container {padding: 0 15px;}  
	.intro-section.interior-hero h1 {font-size: 2.5em;}
	#kc-marquee .marquee-content-container {padding: 0% 15px 4%;}
	#kc-marquee .marquee-slide .marquee-content-right {height:350px;}
	.kc-menu-container ul {column-gap: 1px;}
	.kc-menu-container ul a {flex: 1 1 20%;margin-bottom: 1px;}
	.single .intro-section.interior-hero h1 {font-size: 1.8em;}
	.case-study-listings .single-case-study.post-layout-grid {flex:auto;}

	.service-types .service-types-row .service-types-row-content ul {padding: 0;-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.our-work-hero .slide-bg-image {height: 200px !important;}
	.notification-buttons a.primary-button {float: left;width: 100%;max-width: 180px;margin: 5px 0;}
	.sticky-cta-menu ul li {width: 100%;float: left;margin: 10px 10px;}
	#hide-scroll-mobile {display: none;}
	#scrollToTop {bottom:20px;}
	p.has-background {padding:0;font-size: .7em;line-height: 1.5em;}
}
@media only screen and (max-width:480px) {
  .page-id-266 .two-column-links-left .arrow::after {height: 25px;left: -10px;}
  h1 {font-size: 1.4em;}
  h3 {font-size: 1.8em;}
  .marquees a.primary-button {max-width: 300px;}
  .intro-section.interior-hero h1 {font-size: 2.2em;}
  .single .intro-section.interior-hero h1 {font-size: 1.6em;}
  .single-info-card:first-child .card-wrapper .card-text {bottom: 4%;}
  .accordion__item h4 {font-size: 1.2em;}
  .accordion__item > div {padding: 5px 0 20px;}
  .accordion__item h4 .close-msg {font-size: 10px;}
  .homepage-hero-carousel .slick-slider .slide-bg-image {height: 250px !important;}
  .our-work-hero .slide-bg-image {height: 150px !important;}
  .hero-linked-project {width: 100%;padding: 15px;background: rgba(255,255,255,.8);}
  .hero-linked-project h5 {font-size: .8em;}
  .case-study-listings .single-case-study-image {height: 150px;}
  .single-blog-content .flex-box {display: block;}
  .module-info-cards .featured-content-title h4 {font-size: 18px;line-height: 26px;}
  #footer-cp #cp-message p{padding: 0 10px;}
  
}
@media only screen and (max-width:380px) {
  .card__expander .dashicons {top: 15px;right:15px;}
  .card__expander .dashicons.dashicons-no-alt span {display: none;}
}

@media screen and (max-width: 981px) {
  .tab_container {width: 54%}
  .tab_content .tab-bg-image {height: 220px;}
  .horizontal-tabs .tab_title {font-size: 16px;padding: 15px 0 15px 12px;}
  .horizontal-tabs ul.tabs li .tab_numbers {font-size: 16px;padding: 18px 0;}
  .tabs-module #tabs-intro-copy p {max-width:100%;}
}
@media screen and (max-width: 781px) {

  .tab_container {width:100%;}
  ul.tabs {
  display: none;
  }
  .tab_content .tab-bg-image {height:180px;}
  .tab_content .mobile-tab-bg-image {
  display: block;
  }

  .tab_container {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-top: none;
  border-radius: 0;
  border-left: 0;
  }

  .tab_drawer_heading {
  background: #eeeeee;
  border-bottom: 2px solid #d97000;
  color: #54565A;
  margin: 0 !important;
  padding: 10px 20px 8px;
  display: block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 16px !important;
  opacity: 1;
  }
  .kc-config-tool-tabs .tab_drawer_heading {
    opacity: 0;
  }
  .tab_drawer_heading:hover {
  background: #D97001;
  color: #fff;
  }
  .tab_drawer_heading:nth-of-type(6) {

  }
  .d_active {
  background: #D97001;
  color: #ffffff;
  }
  .mobile-tabb-num {
  padding-right: 10px;
  }
  .d_active .mobile-tabb-num {
  color: #ffffff;
  }
  .tab_content .internal-tab-content p a {
       font-size: 16px;
  }
}