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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
/*  overflow-x: hidden;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

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

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

.main-navigation ul ul a {
  width: auto;
}

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

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

.alignright {
  /*rtl:ignore*/
  float: right;

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

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

/*--------------------------------------------------------------
 GLOBAL
--------------------------------------------------------------*/
.container {
  max-width: 1240px;
  /*padding-right:50px;*/
}
#mouse-circle {
  position: absolute;
  width: 40px;
  height: 40px;
  margin: -18px 0px 0px -18px;
  background-size: cover;
  border-radius: 50%;
  pointer-events: none !important;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0);
  background-image: url('/wp-content/themes/mentus/img/cursor.svg');
  z-index: 9999999;
}
a {
  z-index: 12;
  position: relative;
}
body,
p {
  font-family: work-sans, sans-serif;
  font-weight: 400;
  color: #354654;
}
a:visited {
  color: inherit;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  /*  cursor: url('/wp-content/themes/mentus/img/cursor.svg') 40 40, pointer; 
*/
}
.btn-orange {
  color: #fff !important;
  border-radius: 30px;
  background: #fb7338;
  padding: 12px 20px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #fb7338;
}
a.btn-orange:hover, .btn-orange:hover {
  background: transparent;
  border: 1px solid #fb7338;
  color: #fb7338 !important;
  cursor: pointer !important;
  transition: 0.4s;
  text-decoration: none !important;
}
.btn-white {
  color: #fb7338;
  border-radius: 30px;
  background: #fff;
  padding: 12px 20px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #fb7338;
}
.btn-white a {
  color:#fb7338;
}
a.btn-white:hover, .btn-white:hover {
  background: #fb7338 !important;
  border: 1px solid #fb7338;
  color: #fff !important;
  cursor: pointer !important;
  transition: 0.4s;
  text-decoration: none !important;
}
.btn-white:hover a {
  color:#fff;
}
.btn-white a:hover {
  text-decoration:none;
}
.subtitle,
.subtitle a {
  color: #fb7338;
  font-size: 16px !important;
  line-height: 36px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: 0px;
}
.site-main {
  padding-top: 60px;
}
p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.the-title {
  font-family: 'ultra', serif;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0px;
	margin-bottom:.67em;
}
p.intro-copy, h2.intro-copy {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #354654;
	margin-bottom: 1.5em;
}
.page {
  margin-bottom: 0px;
}
.word-fill {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
  font-weight: bold !important;
  font-size: 80px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 20px;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.sideways-link {
  transform: rotate(90deg);
  position: fixed;
  top: 54%;
  right: -50px;
  color: #354654 !important;
  z-index: 10;
  letter-spacing: 3px;
}
.sideways-link:hover {
  color: #fb7338 !important;
}
.sideways-link:hover .blue-bar {
  background: #fb7338 !important;
}
.blue-bar {
  background: #354654;
  height: 1px;
  display: inline-block;
  width: 100px;
  margin-bottom: 5px;
  position: fixed;
  top: 10px;
  right: 165px;
  margin-right: 10px;
  -webkit-animation: whats-fresh 8s infinite;
  -moz-animation: whats-fresh 8s infinite;
  -o-animation: whats-fresh 8s infinite;
  animation: whats-fresh 8s infinite;
}
@keyframes whats-fresh {
  0% {
    width: 100%;
  }
  54% {
    width: 100%;
  }
  60% {
    width: 0%;
  }
  70% {
    width: 0%;
  }
  76% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.pt {
  padding-top: 80px;
}
.pb {
  padding-bottom: 80px;
}
.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .word-fill {
    font-size: 60px !important;
  }
  .sideways-link {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .word-fill {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 80px !important;
  }
  .hide-mobile {
    display: none;
  }
}
/*--------------------------------------------------------------
 MAIN NAVIGATION
--------------------------------------------------------------*/
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
.main-navigation ul {
  display: none;
}
.menu-toggle {
  padding: 0;
  background: transparent;
  border: none;
  display: inline-block;
}
.menu-toggle img {
  margin-top: 8px;
}
.menu-toggle:focus,
.menu-toggle img:focus {
  outline: none !important;
  box-shadow: none !important;
}
.nav-right {
  text-align: right;
  letter-spacing: 2px;
}
.nav-right a {
  color: #354654;
}
.main-navigation a {
  display: inline-block;
}
.nav-contact-info {
  display: none;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-contact-info a {
  display: inline-block;
  color: #e65a0b;
  font-weight: 300;
  font-size: 17px;
}
.nav-contact-info p a {
  text-decoration: underline;
}
header {
  padding-top: 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  overflow-y: hidden;
  overflow-x: hidden;
}
.main-navigation ul li ul {
  left: auto;
  box-shadow: none;
  position: static;
  float: none;
}
.main-navigation ul li ul a {
  font-size: 24px !important;
  margin-bottom: 8px !important;
}
ul.sub-menu,
ul.sub-menu li {
  display: inline-block !important;
}
ul.sub-menu li a::after {
  -webkit-text-stroke: 0px;
  font-size: 11px !important;
}
ul.sub-menu {
  padding-left: 4px;
}
ul.sub-menu li {
  padding-left: 4px;
}
ul#primary-menu li#menu-item-32 {
  display: flex;
  align-items: center;
}
ul.sub-menu li a::after {
  padding-left: 5px !important;
}
ul#primary-menu li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 183px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 10;
  color: #dcd7cb;
  -webkit-text-stroke: 1px #fff;
}
ul#primary-menu li a:hover {
  -webkit-text-stroke: 1px #e65a0b;
}
ul#primary-menu li a::after {
  content: '\f067';
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 40px;
  vertical-align: middle;
  padding-left: 10px;
}
ul#primary-menu li a::before {
  content: '01';
  font-size: 12px;
  line-height: 35px;
  vertical-align: top;
  padding-right: 20px;
  -webkit-text-stroke: 0px #fff;
}
ul#primary-menu li:nth-of-type(2) a::before {
  content: '02';
}
ul#primary-menu li:nth-of-type(3) a::before {
  content: '03';
}
ul#primary-menu li:nth-of-type(4) a::before {
  content: '04';
}
ul#primary-menu li:nth-of-type(5) a::before {
  content: '05';
}
ul#primary-menu li:nth-of-type(6) a::before {
  content: '06';
}
ul#primary-menu li:nth-of-type(7) a::before {
  content: '07';
}
ul#primary-menu li:nth-of-type(2) ul li a::before {
  content: '';
  padding-right: 0px;
}
ul#primary-menu li a:hover {
  color: #fb7338;
}
.menu-animations {
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: -30px;
}
.active-header {
  background: #dcd7cb !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  bottom: 0;
  padding-top: 30px !important;
  overflow-y: scroll;
}
#primary-menu {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
}
.sideways-link-menu {
  transform: rotate(270deg);
  position: absolute;
  top: 74px;
  left: 10px;
  color: #354654 !important;
  z-index: 10;
}
.mobile-menu-logo {
  display: none;
  max-width: 50px;
}
.mobile-menu-icon {
  display: none;
  max-width: 33px;
}
.menu-icon {
  max-width: 33px;
}
.desktop-menu-logo {
  max-width: 150px;
  margin-left: 30px;
}
.fixed-menu {
  background: #354654;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fixed-menu .nav-right p {
  text-align: right;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 0px;
}
.fixed-menu .nav-right p a {
  color: #fff;
}
.fixed-menu .mobile-menu-logo {
  display: inline-block;
  max-width: 40px;
  margin-left: 10px;
}
.fixed-menu .mobile-menu-icon {
  display: inline-block;
  max-width: 33px;
}
.fixed-menu .desktop-menu-logo,
.fixed-menu .menu-icon {
  height: 0px;
  opacity: 1;
}
.fixed-menu {
  margin-top: 0px;
}
.fixed-menu .menu-toggle img {
  margin-top: 0px;
}
.active-header .menu-toggle img {
  margin-top: 8px !important;
}
.active-header .nav-right p a {
  color: #354654 !important;
}
.fixed-menu #site-navigation .row {
  align-items: center;
  justify-content: center;
}
.active-header #site-navigation .row {
  align-items: initial !important;
  justify-content: initial !important;
}
.nav-right a:hover,
.active-header .nav-right p a:hover {
  color: #fb7338 !important;
}
@media screen and (max-width: 767px) {
  ul#primary-menu li a {
    font-size: 44px !important;
    line-height: 54px !important;
    padding-bottom: 0px !important;
  }
  ul#primary-menu li ul li a {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: -4px !important;
    margin-top: -8px !important;
  }
  .nav-contact-info {
    text-align: left;
    padding-left: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #primary-menu {
    padding-bottom: 0px;
  }
  #mouse-circle {
    display: none;
  }
  ul#primary-menu li#menu-item-32 {
    display: list-item;
  }
  .sub-menu {
    width: 100%;
    margin-top: -10px !important;
    padding-bottom: 7px;
  }
  ul.sub-menu li {
    display: block !important;
    padding-left: 35px;
  }
  .mobile-pad-left {
    padding-left: 40px;
  }
}
@media screen and (max-width: 550px) {
  .nav-right a {
    font-size: 12px;
  }
  .desktop-menu-logo {
    max-width: 100px;
  }
  .home-fade-in a {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .desktop-menu-logo {
    max-width: 80px;
  }
  ul#primary-menu li a {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  ul#primary-menu li ul li a {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
/*--------------------------------------------------------------
 COOKIE BANNER
--------------------------------------------------------------*/
.cookie-notice-container {
  text-align: left;
  max-width: 1240px;
  margin: 0 auto;
}
#cookie-notice {
  font-family: work-sans, sans-serif;
  font-size: 16px;
}
#cn-accept-cookie,
#cn-refuse-cookie {
  background: transparent;
  border: 1px solid #fb7338 !important;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
}
#cn-accept-cookie:hover,
#cn-refuse-cookie:hover {
  background: #fb7338;
  border: 1px solid #fb7338;
}
.cn-close-icon:after,
.cn-close-icon:before {
  background-color: #fb7338 !important;
  width: 3px !important;
  right: 8px !important;
}
#cn-close-notice {
  border: 2px solid #fb7338;
  border-radius: 25px;
}
@media screen and (min-width: 1015px) {
  #cn-notice-text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1014px) {
  #cn-notice-text {
    width: 60%;
    float: left;
    padding-right: 15px;
  }
  #cn-notice-buttons {
    float: right;
    width: 40%;
  }
  #cn-notice-buttons a {
    display: block;
    max-width: 105px;
  }
}
/*--------------------------------------------------------------
 ANIMATIONS
--------------------------------------------------------------*/
/* Pulse (social icons) */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------------------------------
 FOOTER
--------------------------------------------------------------*/
footer h2, footer h2 a, footer .wp-block-heading {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3px;
  color: #fb7338;
  padding-top: 4px;
  margin-bottom: 2px;
}
footer {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer #text-4 h2, footer #block-12 h2 {
  padding-bottom: 15px;
}
footer #text-4 img, footer #block-13 img {
  margin-right: 5px;
  margin-bottom: 5px;
}
footer #text-4 img:hover, footer #block-13 img:hover,
.contact-page-content img:hover {
  background-color: #fbb040;
  transition: 0.5s;
}
footer #text-4 img, footer #block-13 img,
.contact-page-content img {
  border-radius: 17px;
}
footer p {
  font-size: 12px;
  line-height: 20px;
}
footer #text-4 a, footer #block-13 a {
  text-decoration: underline;
  color: #354654;
}
footer #text-4, footer #block-13, footer #block-12 {
  text-align: right;
}
.site-info-right {
  text-align: right;
}
footer a {
  color: #354654;
}
@media screen and (max-width: 767px) {
  .site-info-right {
    text-align: left;
  }
  footer #text-4 h2, footer #block-12 h2 {
    padding-bottom: 10px;
  }
  .site-info p {
    margin-bottom: 5px;
  }
  footer .widget {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
 HOME
--------------------------------------------------------------*/
.skip-intro-content {
  display: none;
}
.skip-intro {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 4px;
}
.page-template-page-home .site-main {
  padding-top: 0px;
  margin-top: -85px;
}
.mobile-home {
  display: none;
  margin-top: -110px !important;
}
/* HOMEPAGE MENU FADE IN/OUT */
.home-fade-out {
  display: none;
}
.home .home-fade-out {
  display: inline-block;
  max-width: 40px;
  margin-left: 10px;
}
.home .home-fade-out {
  -webkit-animation: home-menu-disappear 1s forwards;
  -moz-animation: home-menu-disappear 1s forwards;
  -o-animation: home-menu-disappear 1s forwards;
  animation: home-menu-disappear 1s forwards;
  animation-delay: 21s;
  opacity: 1;
}
@keyframes home-menu-disappear {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0px;
    padding-top: 0px;
  }
}
.home .home-fade-in {
  -webkit-animation: home-menu-appear 2s forwards;
  -moz-animation: home-menu-appear 2s forwards;
  -o-animation: home-menu-appear 2s forwards;
  animation: home-menu-appear 2s forwards;
  animation-delay: 22s;
  opacity: 0;
  animation-iteration-count: 1;
}
.home-fade-in a {
  font-size: 16px;
  font-weight: 500;
}
@keyframes home-menu-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
 HOME ANIMATIONS
--------------------------------------------------------------*/
.main {
  background: #dcd7cb;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scene {
  width: 100%;
  height: 100%;
}

.circle {
  width: 215px;
  height: 215px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 15;
}

.circle.-yellow {
  background-color: rgba(251, 176, 64, 0.9);
}

.circle.-orange {
  background-color: rgba(251, 115, 56, 0.9);
}

.circle.-red {
  background-color: rgba(251, 115, 56, 0.9);
}

.word {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 150px;
  line-height: 183px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 10;
  color: #dcd7cb;
  -webkit-text-stroke: 1px #fff;
}

.tagline {
  font: 500 1.5vw 'work-sans';
  letter-spacing: 0.05em;
  color: #000;
  text-transform: uppercase;
  opacity: 0;
  position: absolute;
  z-index: 4;
}

.photo {
  width: 0;
  height: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  position: absolute;
  right: 50%;
}

.initials {
  font: 400 36px/46px 'Ultra';
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 40;
  position: absolute;
  opacity: 0;
}

.title {
  font-family: 'work-sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  color: #354654;
  z-index: 30;
  opacity: 0;
}

.svg-circle {
  position: absolute;
  left: 47%;
  top: 5%;
  z-index: 1;
}

.svg-circle circle {
  opacity: 0;
}

.line {
  width: 1px;
  background: #fff;
  opacity: 0;
  height: 0;
  z-index: 10;
  position: absolute;
}

.line.-one,
.line.-oneMenu {
  top: -10%;
  left: 5%;
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.line.-two {
  height: 40vh;
  top: 25%;
  left: 100vw;
  -webkit-transform: rotate(62deg);
  -ms-transform: rotate(62deg);
  transform: rotate(62deg);
}

.line.-three {
  height: 17vw;
  top: 10%;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.line.-four {
  height: 12vw;
  top: 28%;
  left: 100vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.line.-five {
  height: 22vw;
  top: -10vh;
  left: 42vw;
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

.line.-six {
  height: 32vw;
  top: -30vh;
  left: 62vw;
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

.scene.-one {
  opacity: 0;
}

.scene.-one .circle.-yellow {
  left: 10%;
  top: -12%;
}

.scene.-one .circle.-orange {
  top: 15%;
  right: -6%;
}

.scene.-one .circle.-red {
  left: 10%;
  bottom: -10%;
  mix-blend-mode: multiply;
}

.scene.-one .word {
  position: absolute;
  top: 52%;
  left: -20%;
}

.scene.-one .tagline {
  top: 75%;
  left: 52%;
  white-space: nowrap;
}

.scene.-one .tagline div:nth-child(2) {
  padding-left: 70%;
}

.scene.-one .photo {
  bottom: 0;
  background-image: url(/wp-content/uploads/2021/05/JG-1.png);
  border-right: 7px solid #fb7338;
}

.scene.-one .initials {
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scene.-one .title {
  left: 60%;
  top: 20.75%;
}

.scene.-two {
  opacity: 0;
}

.scene.-two .circle {
  z-index: 21;
}

.scene.-two .circle.-yellow {
  top: 29%;
  right: -8%;
}

.scene.-two .circle.-orange {
  top: 29%;
  left: -2%;
  mix-blend-mode: multiply;
}

.scene.-two .word {
  position: absolute;
  z-index: 8;
  opacity: 0;
  top: 22%;
  right: -30%;
}

.scene.-two .initials {
  left: 50%;
  top: 29%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scene.-two .tagline {
  top: 75%;
  left: 52%;
  white-space: nowrap;
}

.scene.-two .title {
  left: 60%;
  top: 29%;
}

.scene.-two .photo {
  z-index: 3;
  bottom: 0;
  background-image: url(/wp-content/uploads/2021/05/MT-1.png);
}

.scene.-two .border {
  position: absolute;
  width: 7px;
  background-color: #fb7338;
  left: -webkit-calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  top: 0;
  border: none !important;
  z-index: 20;
}

.scene.-three {
  opacity: 0;
}

.scene.-three .circle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 15;
}

.scene.-three .circle.-yellow {
  bottom: -25%;
  left: -webkit-calc(50% - 107.5px);
  left: calc(50% - 107.5px);
  background: none;
}

.scene.-three .circle.-yellow .inner-circle {
  -webkit-transform: translateX(100%) translateY(60%) scale(1);
  -ms-transform: translateX(100%) translateY(60%) scale(1);
  transform: translateX(100%) translateY(60%) scale(1);
}

.scene.-three .circle.-yellow.-cut {
  -webkit-box-shadow: inset 0 0px #fbb040, inset 0 0px 1px 2px #fbb040;
  box-shadow: inset 0 0px #fbb040, inset 0 0px 1px 2px #fbb040;
}

.scene.-three .circle.-orange {
  top: -20%;
  left: -webkit-calc(50% - 107.5px);
  left: calc(50% - 107.5px);
  background: none;
  mix-blend-mode: multiply;
}

.scene.-three .circle.-orange .inner-circle {
  -webkit-transform: translateX(100%) translateY(60%) scale(1);
  -ms-transform: translateX(100%) translateY(60%) scale(1);
  transform: translateX(100%) translateY(60%) scale(1);
}

.scene.-three .circle.-orange.-cut {
  -webkit-box-shadow: inset 0 0px #dc612c, inset 0 0px 1px 2px #dc612c;
  box-shadow: inset 0 0px #dc612c, inset 0 0px 1px 2px #dc612c;
}

.scene.-three .word {
  position: absolute;
  top: 48%;
  left: -20%;
}

.scene.-three .tagline {
  top: 75%;
  left: 52%;
  white-space: nowrap;
}

.scene.-three .tagline div:nth-child(2) {
  padding-left: 70%;
}

.scene.-three .photo {
  bottom: 0;
  background-image: url(/wp-content/uploads/2021/05/JA-1.png);
}

.scene.-three .initials {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 52%;
}

.scene.-three .title {
  left: 60%;
  top: 51.5%;
}

.scene.-three .border {
  position: absolute;
  width: 7px;
  background-color: #fb7338;
  left: -webkit-calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  top: 0;
  border: none !important;
  z-index: 6;
}

.scene.-four {
  opacity: 0;
}

.scene.-four .scene__content,
.scene.skip-four .scene__content {
  position: absolute;
  left: 4%;
  right: 10%;
  top: 10%;
  bottom: 25%;
  margin: auto;
  max-width: 80%;
  min-height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scene.-four .scene__content .word,
.scene.skip-four .scene__content .word {
  line-height: 1;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: -webkit-calc(14px + (150 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-size: calc(14px + (150 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.scene.-four .scene__content .word:not(:last-child),
.scene.skip-four .scene__content .word:not(:last-child) {
  margin-bottom: 5px;
}

.scene.-four .scene__content .word.fill,
.scene.skip-four .scene__content .word.fill {
  background-image: url(/wp-content/themes/mentus/img/i/FFFFFF-1.png);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
  -webkit-animation: wave-animation 2.5s forwards;
  animation: wave-animation 2.5s forwards;
  -webkit-background-size: 200px 100px;
  background-size: 200px 100px;
  background-repeat: repeat-x;
  opacity: 1;
}

.scene.-four .scene__content .home-animation-nav,
.mobile-home .home-animation-nav {
  background-color: #fbb040;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 215px;
  height: 215px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 14vw;
  height: 14vw;
  z-index: 25;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 150px;
  min-height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

.scene.-four .scene__content .home-animation-nav:before,
.mobile-home .home-animation-nav:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  left: -6px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation: spinNav 65s forwards;
  animation: spinNav 65s forwards;
}

.scene.-four .scene__content .home-animation-nav li,
.mobile-home .home-animation-nav li {
  list-style: none;
}

.scene.-four .scene__content .home-animation-nav li:last-child,
.mobile-home .home-animation-nav li:last-child {
  margin-top: 3px;
  text-align: center;
  color: #fb7338;
  font-size: 24px;
}

.scene.-four .scene__content .home-animation-nav a,
.mobile-home .home-animation-nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'work-sans';
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 0.85;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: -webkit-calc(12px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-size: calc(12px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.scene.-four .scene__content .home-animation-nav a:hover,
.mobile-home .home-animation-nav a:hover {
  opacity: 1;
  text-decoration: none;
}

@-webkit-keyframes wave-animation {
  0% {
    background-position: 200px bottom;
    -webkit-background-size: 200px 0px;
    background-size: 200px 0px;
  }
  100% {
    background-position: 200px bottom;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@keyframes wave-animation {
  0% {
    background-position: 200px bottom;
    -webkit-background-size: 200px 0px;
    background-size: 200px 0px;
  }
  100% {
    background-position: 200px bottom;
    -webkit-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@-webkit-keyframes spinNav {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}

@keyframes spinNav {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1000deg);
    transform: rotate(1000deg);
  }
}
nav.home-animation-nav:hover {
  cursor: pointer;
  opacity: 0.9;
}
/*--------------------------------------------------------------
 ABOUT PAGE
--------------------------------------------------------------*/
body.page-template-page-about {
  background: #dcd7cb;
}
.team-members-wrapper {
  background: #fff;
  padding-top: 80px;
  position: relative;
  z-index: 8;
}
a.team-member:hover p {
  color: #354654;
}
a.team-member:hover {
  text-decoration: none;
}
a.team-member-.active-first p {
  color: #354654;
  border-bottom: 6px solid #fb7338;
  padding-bottom: 5px;
  width: 48px;
  margin: 0 auto;
}
.team-name {
  color: #fbb040;
  margin-bottom: 0px;
  line-height: 36px;
  padding-top: 5px;
  padding-bottom: 1px;
}
.team-title {
  color: #354654;
  margin-bottom: 0px;
}
.team-photo {
  text-align: center;
}
.team-photo img {
  max-width: 421px;
  margin-top: -150px;
}
.team-people {
  padding-top: 40px;
  justify-content: center;
}
.team-people p {
  color: #d6d1c5;
  font-family: 'ultra', serif;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
}
ol.carousel-indicators {
  margin-left: 0;
  justify-content: left;
}
.carousel-indicators li {
  text-indent: 0px;
  color: #8c7f71;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  height: auto;
  border-top: none;
  width: auto;
  border-bottom: none;
  padding: 7px 10px;
}
.carousel-indicators li.active {
  color: #fb7338;
  background: #f3f2ea;
}
#mentus-team {
  min-height: 170px;
}
.team-phrase {
  line-height: 22px !important;
}
.accordion-wrapper {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
p.title {
  font-size: 36px !important;
  line-height: 46px !important;
  margin-bottom: 30px;
}
.accordion-title {
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fb7338 !important;
}
.card-header {
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.card {
  border: none;
}
.card .collapsed {
  color: #dcd7cb !important;
}
.accordion-title::after {
  content: '\f00d';
  font-family: FontAwesome;
  color: #fb7338;
  font-size: 20px;
  position: absolute;
  margin-left: 20px;
  font-weight: 400;
}
.collapsed::after {
  content: '\f067';
  color: #fb7338;
  font-size: 20px;
  position: absolute;
  margin-left: 20px;
  font-family: FontAwesome;
  font-weight: 400;
}
.accordion > .card > .card-header {
  margin-bottom: 0px;
}
.card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  padding: 30px 0px;
}
.card-body ul {
  margin-left: 0;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.card-body ul li {
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 20px;
  padding-bottom: 5px;
}
.page-template-page-about .accordion .card-body ul li {
  font-weight: 400;
}
.accordion-headline {
  font-family: work-sans, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #354654;
}
.client-logos .col-sm-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.client-logos {
  align-items: center;
  margin: 0px;
}
.clients-wrapper {
  background-color: #f2f1ee;
}
#mobile-team-carousel .carousel-inner .carousel-item.active,
#mobile-team-carousel .carousel-inner .carousel-item-next,
#mobile-team-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#mobile-team-carousel .carousel-inner .carousel-item-right.active,
#mobile-team-carousel .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}
#mobile-team-carousel .carousel-inner .carousel-item-left.active,
#mobile-team-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}
#mobile-team-carousel .carousel-inner .carousel-item-right,
#mobile-team-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
#mobile-team-carousel p {
  padding-top: 15px;
}
#mobile-team-carousel .carousel-control-prev-icon {
  background-image: url('/wp-content/themes/mentus/img/left-arrow.svg');
}
#mobile-team-carousel .carousel-control-next-icon {
  background-image: url('/wp-content/themes/mentus/img/right-arrow.png');
  height: 45px;
  width: 45px;
}
#mobile-team-carousel {
  padding-left: 50px;
  padding-right: 50px;
}
.active-employee p {
  color: #354654;
  border-bottom: 6px solid #fb7338;
  padding-bottom: 5px;
  width: 48px;
  margin: 0 auto;
}
.team-people p {
  padding-top: 20px;
}
/* FUN FACTS SECTION */
.fun-facts-wrapper {
  background: #fb7338;
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.fun-facts-wrapper .yellow-circle {
  z-index: 6;
  top: -90px;
}
.forty-cred {
  color: #fff;
  position: absolute;
  z-index: 7;
  left: 110px;
  margin-top: 35px;
}
.top-overlay {
  position: absolute;
  background: linear-gradient(180deg, #fb7338 20%, rgba(251, 115, 56, 0) 100%);
  top: 0px;
  height: 150px;
  width: 100%;
  z-index: 5;
}
.bottom-overlay {
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(251, 115, 56, 0),
    rgba(251, 115, 56, 0.7),
    rgba(251, 115, 56, 1)
  );
  bottom: 0px;
  height: 150px;
  width: 100%;
  z-index: 5;
}
.scroll-down {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.fun-facts {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  margin-top: -60px;
  -moz-transform: translateY(-1%);
  color: #fff;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
  -moz-animation: scroll-down-fact 20s linear infinite;
  -webkit-animation: scroll-down-fact 20s linear infinite;
  animation: scroll-down-fact 20s linear infinite;
  padding-right: 25px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(48%);
}
.fun-fact-number {
  position: absolute;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  line-height: 50px;
  margin-top: -60px;
  color: #fff;
  -moz-animation: scroll-down 20s linear infinite;
  -webkit-animation: scroll-down 20s linear infinite;
  animation: scroll-down 20s linear infinite;
  padding-right: 25px;
  text-align: center;
  top:-1px;
}
.ff-two,
.two-fact {
  animation-delay: 2s;
}
.ff-three,
.three-fact {
  animation-delay: 4s;
}
.ff-four,
.four-fact {
  animation-delay: 6s;
}
.ff-five,
.five-fact {
  animation-delay: 8s;
}
.ff-six,
.six-fact {
  animation-delay: 10s;
}
.ff-seven,
.seven-fact {
  animation-delay: 12s;
}
.ff-eight,
.eight-fact {
  animation-delay: 14s;
}
.ff-nine,
.nine-fact {
  animation-delay: 16s;
}
.ff-ten,
.ten-fact {
  animation-delay: 18s;
}
@keyframes scroll-down {
  0% {
    top:-1%;
    font-size: 0px;
  }
  15% {
    top:-1%;
    font-size: 0px;
  }
  25% {
    top:17%;
    font-size: 30px;
  }
  30% {
    top:17%;
    font-size: 30px;
  }
  35% {
    top:31%;
    font-size: 60px;
  }
  40% {
    top:31%;
    font-size: 60px;
  }
  45% {
    top:50%;
    font-size: 100px;
  }
  50% {
    top:50%;
    font-size: 100px;
  }
  55% {
    top:69%;
    font-size: 60px;
  }
  60% {
    top:69%;
    font-size: 60px;
  }
  65% {
    top:83%;
    font-size: 30px;
  }
  70% {
    top:83%;
    font-size: 30px;
  }
  80% {
    top:100%;
    font-size: 0px;
  }
  100% {
    top:100%;
    font-size: 0px;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    top:-1%;
    font-size: 0px;
  }
  15% {
    top:-1%;
    font-size: 0px;
  }
  25% {
    top:17%;
    font-size: 30px;
  }
  30% {
    top:17%;
    font-size: 30px;
  }
  35% {
    top:31%;
    font-size: 60px;
  }
  40% {
    top:31%;
    font-size: 60px;
  }
  45% {
    top:50%;
    font-size: 100px;
  }
  50% {
    top:50%;
    font-size: 100px;
  }
  55% {
    top:69%;
    font-size: 60px;
  }
  60% {
    top:69%;
    font-size: 60px;
  }
  65% {
    top:83%;
    font-size: 30px;
  }
  70% {
    top:83%;
    font-size: 30px;
  }
  80% {
    top:100%;
    font-size: 0px;
  }
  100% {
    top:100%;
    font-size: 0px;
  }
}
@keyframes scroll-down-fact {
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
}
@media screen and (max-width: 1067px) {
  .team-photo img {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .scroll-down {
    height: 500px;
  }
  /*@keyframes scroll-down {
    0% {
      -moz-transform: translateY(-1%);
      -webkit-transform: translateY(-1%);
      transform: translateY(-1%);
      font-size: 0px;
    }
    15% {
      -moz-transform: translateY(-1%);
      -webkit-transform: translateY(-1%);
      transform: translateY(-1%);
      font-size: 0px;
    }
    25% {
      -webkit-transform: translateY(17%);
      -moz-transform: translateY(17%);
      transform: translateY(17%);
      font-size: 30px;
    }
    30% {
      -webkit-transform: translateY(17%);
      -moz-transform: translateY(17%);
      transform: translateY(17%);
      font-size: 30px;
    }
    35% {
      -webkit-transform: translateY(31%);
      -moz-transform: translateY(31%);
      transform: translateY(31%);
      font-size: 65px;
    }
    40% {
      -webkit-transform: translateY(31%);
      -moz-transform: translateY(31%);
      transform: translateY(31%);
      font-size: 65px;
    }
    45% {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      transform: translateY(50%);
      font-size: 125px;
    }
    50% {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      transform: translateY(50%);
      font-size: 125px;
    }
    55% {
      -webkit-transform: translateY(69%);
      -moz-transform: translateY(69%);
      transform: translateY(69%);
      font-size: 65px;
    }
    60% {
      -webkit-transform: translateY(69%);
      -moz-transform: translateY(69%);
      transform: translateY(69%);
      font-size: 65px;
    }
    65% {
      -webkit-transform: translateY(83%);
      -moz-transform: translateY(83%);
      transform: translateY(83%);
      font-size: 30px;
    }
    70% {
      -webkit-transform: translateY(83%);
      -moz-transform: translateY(83%);
      transform: translateY(83%);
      font-size: 30px;
    }
    80% {
      -moz-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      font-size: 0px;
    }
    100% {
      -moz-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      font-size: 0px;
    }
  }*/
  @keyframes scroll-down-fact {
    40% {
      opacity: 0;
    }
    45% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
  }
  .fun-fact-number {
    padding-right: 0px;
  }
  .top-overlay {
    height: 200px;
  }
  .bottom-overlay {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .team-photo img {
    max-width: 240px;
  }
  #mentus-team {
    padding-top: 30px;
  }
  .forty-cred {
    left: 40px;
    margin-top: -30px;
  }
  .scroll-down {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .client-logos {
    padding-left: 80px;
  }
  .client-logos img {
    max-width: 160px;
    display: block;
    max-height: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .client-logos {
    padding-left: 0px;
  }
  .client-logos img {
    max-width: 90px;
    display: block;
    max-height: 100px;
    margin: 0 auto;
  }
  .accordion-title {
    font-size: 45px;
    line-height: 55px;
    float: none;
  }
}
/*--------------------------------------------------------------
 WORK PAGE
--------------------------------------------------------------*/
body.page-template-page-work,
body.page-template-page-work-reports,
body.page-template-page-artchive,
body.page-template-page-work-branding,
body.page-template-page-work-websites {
  background: #dcd7cb;
}
ul.work-filters {
  margin-left: 0px;
  padding-left: 0px;
}
ul.work-filters li {
  display: inline-block;
  color: #fff;
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-right: 20px;
}
ul.work-filters li a {
  color: #fff;
}
ul.work-filters li a:hover {
  color: #fb7338;
  text-decoration: none;
}
ul.work-filters li::after {
  content: '+' !important;
  color: #fb7338;
  font-size: 12px;
  position: absolute;
  margin-left: 4px;
}
.work-company {
  background: #fff;
  height: 120px;
  position: relative;
  border-left: 7px solid #fb7338;
  margin: 0px;
}
.work-company .work-category {
  transform: rotate(90deg);
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 88%;
  font-size: 12px;
  width: 90px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fb7338;
}
.work-cat-container {
  position: relative;
  height: 100%;
  width: 50px;
  display: inline-block;
}
.work-overview-container a {
  display: block;
}
.work-company img {
  max-width: 200px;
  max-height: 80px;
}
.hover-overlay {
  position: absolute;
  background: #fb7338;
  width: 0%;
  opacity: 0;
  left: 0;
  height: 100%;
  -webkit-animation: work-fade-in 2s forwards;
  -moz-animation: work-fade-in 2s forwards;
  -o-animation: work-fade-in 2s forwards;
  animation: work-fade-in 2s forwards;
  animation-play-state: paused;
}
.run-work-animation {
  animation-play-state: running;
}
@keyframes work-fade-in {
  100% {
    width: 75%;
    opacity: 1;
  }
}
@-webkit-keyframes work-fade-in {
  100% {
    width: 75%;
    opacity: 1;
  }
}
@-moz-keyframes work-fade-in {
  100% {
    width: 75%;
    opacity: 1;
  }
}
@-o-keyframes work-fade-in {
  100% {
    width: 75%;
    opacity: 1;
  }
}
@keyframes emptyanim {
}
@-webkit-keyframes emptyanim {
}
@-moz-keyframes emptyanim {
}
@-o-keyframes emptyanim {
}
.work-plus-icon {
  background: #fff;
  text-align: center;
  color: #fb7338;
  font-size: 25px;
  display: none;
}
.white-logo {
  display: none;
}
.work-row {
  padding-bottom: 120px;
  align-items: flex-end;
}
ul.work-examples {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: -50px;
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .work-cat-container {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  ul.work-filters li {
    display: block;
  }
  .work-row {
    padding-bottom: 40px;
  }
  ul.work-examples {
    margin-bottom: 0px;
  }
  .work-company .col-8 {
    padding-left: 0px;
  }
  .work-plus-icon {
    display: block !important;
  }
  .work-company img {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .work-cat-container {
    margin: 0px;
    padding: 0px;
  }
}
/*--------------------------------------------------------------
 COOKIE POLICY PAGE
--------------------------------------------------------------*/
body.page-template-page-cookie-policy {
  background: #dcd7cb;
}
.page-template-page-cookie-policy .subtitle {
  text-transform: inherit;
}
/*--------------------------------------------------------------
 CONTACT PAGE
--------------------------------------------------------------*/
body.page-template-page-contact {
  background: #dcd7cb;
}
.page-template-page-contact .yellow-circle {
  top: auto !important;
  left: auto !important;
  right: 79px;
  bottom: -150px;
}
.page-template-page-contact .word-fill {
  text-align: right;
  font-size: 100px !important;
  margin: 0px;
}
#wpcf7-f156-o1 {
  position: relative;
  z-index: 11;
}
#wpcf7-f156-o1 input[type='text'],
#wpcf7-f156-o1 select,
#wpcf7-f156-o1 textarea,
#wpcf7-f156-o1 input[type='email'],
#wpcf7-f156-o2 input[type='text'],
#wpcf7-f156-o2 select,
#wpcf7-f156-o2 textarea,
input[type='email'] {
  width: 100%;
  background: #efefee;
  color: #354654;
  padding: 10px 15px;
  font-weight: 300;
  font-family: work-sans, sans-serif;
}
#wpcf7-f156-o1 ::placeholder,
#wpcf7-f156-o2 ::placeholder {
  color: #354654;
}
#wpcf7-f156-o1 .wpcf7-submit,
#wpcf7-f156-o2 .wpcf7-submit {
  background: #fb7338;
  color: #fff;
  border-radius: 30px;
  font-family: work-sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
}
#wpcf7-f156-o1 select,
#wpcf7-f156-o2 select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  background-image: url('/wp-content/themes/mentus/img/dropdown-icon.png');
  background-repeat: no-repeat;
  background-position: 98% center;
}
.contact-page-content a {
  color: #354654;
}
@media screen and (min-width: 992px) {
  .contact-title {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .page-template-page-contact .word-fill {
    font-size: 70px !important;
  }
}
/*--------------------------------------------------------------
 SINGLE WORK PAGE
--------------------------------------------------------------*/
body.single-work {
  background: #dcd7cb;
}
.showcase-three-title {
  padding-bottom: 20px;
}
.single-work-intro a {
  color: #fb7338;
  font-weight: 500;
}
.postid-802 .showcase-two .showcase-title {
  display: none;
}
.postid-1014 .showcase-two .showcase-title {
  color: #354654 !important;
}
.postid-746 .showcase-two {
  background-position: center center;
  min-height: 670px;
}
.postid-1046 .video-section-wrap .video-bottom-bg {
  margin-top: -250px;
}
@media screen and (min-width: 576px) {
  .postid-1033 .showcase-image-two-wrap img,
  .postid-1033 .showcase-image-two-wrap p {
    max-width: 66.666667%;
    margin-left: 16.666667%;
  }
}
.postid-1014 .showcase-image-two-wrap .bottom-bg {
  margin-top: -500px;
  height: 410px;
}
@media screen and (max-width: 900px) {
  .postid-1014 .showcase-image-two-wrap .bottom-bg {
    margin-top: -380px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .postid-1014 .showcase-image-two-wrap .bottom-bg {
    margin-top: -275px;
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  .postid-1014 .showcase-image-two-wrap .bottom-bg {
    margin-top: -170px;
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .postid-920 .showcase-two {
    min-height: 850px;
  }
}
@media screen and (min-width: 1800px) {
  .postid-920 .showcase-two {
    min-height: 1150px;
  }
}
.work-hero-type {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.work-company-name {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'ultra', serif;
}
.single-work-hero {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.single-work-hero .container,
.single-work-hero .container .row {
  height: 400px;
}
.single-work-intro-text {
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.showcase-section {
  margin-top: -200px;
}
.showcase-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.postid-888 .showcase-three-title {
  color: #fff;
}
.showcase-two {
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.quote {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.quote-name {
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
}
.quote-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}
.quote-company {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.left-quote,
.right-quote {
  width: 113px;
}
.empty-white-row {
  background: #fff;
  height: 330px;
  margin-top: -202px;
}
.samples {
  max-width: 1240px;
  padding-bottom: 80px;
}
video {
  width: 100%;
  max-height: 100%;
  object-fit: fill;
}
.tan-to-white {
  background: linear-gradient(0deg, #ffffff 50%, #dcd7cb 50%);
  padding-bottom: 100px;
}
.tan {
  background: #dcd7cb;
  padding-bottom: 100px;
}
.white {
  background: #fff;
  padding-bottom: 100px;
}
.other-work-list p {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.bottom-bg {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-bottom-bg {
  width: 100%;
  height: 250px;
  margin-bottom: -80px;
  margin-top: -110px;
  background-size: cover;
}
.video-section-wrap {
  background: #fff;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.showcase-three-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sample-logo-color {
  display: none;
}
.intro-section-wrap,
.showcase-image-two-wrap {
  position: relative;
}
ul#primary-menu li a,
.main-navigation ul li ul a,
.mobile-home .word.fill,
.single-work .word,
.page-template-whats-fresh .word,
.page-template-new-whats-fresh .word,
.page-template-page-work .word,
.page-template-page-work-branding .word,
.page-template-page-work-reports .word,
.page-template-page-work-websites .word,
.page-template-page-contact .word,
.page-template-page-about .word,
.page-template-connect-program .word,
.page-template-client-reviews-templates .word,
.page-template-esg-reports .word {
  line-height: 1;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-size: 80px;
  margin-bottom: 20px;
}
.single-work .word,
.page-template-whats-fresh .word,
.page-template-new-whats-fresh .word,
.page-template-page-work .word,
.page-template-page-work-branding .word,
.page-template-page-work-reports .word,
.page-template-page-work-websites .word,
.page-template-page-contact .word,
.page-template-connect-program .word,
.page-template-page-about .word,
.page-template-esg-reports .word {
  font-size: 95px;
}
ul#primary-menu li a,
.main-navigation ul li ul a,
.single-work .word.fill,
.mobile-home .word.fill,
.page-template-whats-fresh .word.fill,
.page-template-new-whats-fresh .word.fill,
.page-template-page-work .word.fill,
.page-template-page-work-branding .word.fill,
.page-template-page-work-reports .word.fill,
.page-template-page-work-websites .word.fill,
.page-template-page-contact .word.fill,
.page-template-connect-program .word.fill,
.page-template-page-about .word.fill,
.page-template-email-landing-page .word.fill,
.page-template-client-reviews-templates .word.fill,
.page-template-esg-reports .word.fill {
  background-image: url(img/i/FFFFFF-1.png);
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
  -webkit-animation: wave-animation 5.5s forwards;
  animation: wave-animation 5.5s forwards;
  -webkit-background-size: 200px 100px;
  background-size: 200px 100px;
  background-repeat: repeat-x;
  opacity: 1;
}
/*ul#primary-menu li a, .main-navigation ul li ul a {
  -webkit-animation: wave-animation 5.5s forwards;
    animation: wave-animation 5.5s forwards;
}*/
ul#primary-menu li a {
  font-size: 66px;
  padding-bottom: 12px;
}
.intro-section-wrap .svg-circle {
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.showcase-image-two-wrap .svg-circle {
  right: 20px;
  top: -150px;
  left: auto;
  z-index: -1;
}
.header-bg-gradient {
  background-image: url(/wp-content/uploads/2020/11/circle-gradient.png);
  background-size: 74%;
  margin-top: -150px;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: top right;
}
.header-bg-gradient .svg-circle {
  z-index: -1;
  right: 15%;
  top: -100px;
}
.yellow-circle {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background-color: #fbb040;
  position: absolute;
  top: -120px;
  left: -10px;
}
.samples .col-md-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .samples .col-md-2 img {
    max-width: 170px;
    max-height: 90px;
  }
}
@media screen and (max-width: 1191px) {
  .single-work .word,
  .page-template-whats-fresh .word,
  .page-template-new-whats-fresh .word,
  .page-template-page-work .word,
  .page-template-page-work-branding .word,
  .page-template-page-work-reports .word,
  .page-template-page-work-websites .word,
  .page-template-page-contact .word,
  .page-template-connect-program .word,
  .page-template-page-about .word {
    font-size: 75px;
  }
}
@media screen and (min-width: 768px) {
  .samples .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .left-quote {
    margin-bottom: 30px;
  }
  .right-quote {
    margin-top: 15px;
    float: right;
  }
  .samples .col-md-2 {
    text-align: center;
  }
  .other-work-image-1 {
    margin-bottom: 30px;
  }
  .bottom-bg {
    min-height: 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .samples .col-md-2 img {
    max-width: 170px;
    max-height: 90px;
    margin-top: 20px;
  }
  .header-bg-gradient {
    background-size: cover;
  }
  .work-company-name {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 450px) {
  .work-company-name {
    font-size: 24px;
    line-height: 34px;
  }
}

/*--------------------------------------------------------------
 SINGLE WORK TEMPLATE - INDIVIDUAL WORK CUSTOMIZATIONS
--------------------------------------------------------------*/
.postid-1252 .tan {
  background: #53565B;
}
.postid-1252 .tan .showcase-three-title {
  color:#fff;
}
.postid-983 .single-work-hero {
    background-position: right center !important;	
}
.postid-1223 .showcase-image-two-wrap .container, .postid-1252 .showcase-image-two-wrap .container {
	padding-bottom:0px !important;
}
@media screen and (min-width:1150px) {
	.postid-1223 .showcase-image-two-wrap img, .postid-1252 .showcase-image-two-wrap img {
		margin-top:-88px !important;
	}
}

/*--------------------------------------------------------------
 WHAT'S FRESH PAGE
--------------------------------------------------------------*/
body.page-template-whats-fresh,
body.page-template-new-whats-fresh {
  background: linear-gradient(
    179.82deg,
    #dcd7cb 28.03%,
    rgba(220, 215, 203, 0) 114.82%
  );
}
.page-template-whats-fresh .svg-circle,
.page-template-new-whats-fresh .svg-circle {
  top: -500px;
  left: 0px;
}
.artchive-animations {
  margin-left: 0px;
  margin-right: 0px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.artchive-wrapper {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.artchive-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.artchive-left p {
  margin-bottom: 10px;
}
.artchive-left a {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fb7338;
}
.artchive-right {
  border-left: 5px solid #fb7338;
}
.artchive-photo-right {
  display: none;
}
.artchive-circle .svg-circle {
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .artchive-right {
    height: calc(100% + 120px);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .artchive-right {
    width: 100%;
    height: auto;
  }
  .artchive-photo-right {
    border-left: 5px solid #fb7338;
    display: block;
    margin-bottom: 15px;
  }
  .artchive-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .artchive-animations {
    margin-left: 0px;
    margin-right: 0px;
    height: 40px;
    position: relative;
    overflow: hidden;
  }
  .artchive-circle .svg-circle {
    display: none;
  }
}
/*--------------------------------------------------------------
 ARTCHIVE PAGE
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .artchive-row {
    padding-bottom: 0px;
  }
}

.postid-687 .tan-to-white {
  background: #e7e4dc !important;
}

/*--------------------------------------------------------------
 EMAIL LANDING PAGE
--------------------------------------------------------------*/
.page-template-email-landing-page .site-main {
  padding-top: 0px;
}
#email-lp-vid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

@media (hover: none) {
  #email-lp-vid {
    display: none;
  }
}
.email-lp-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  margin-top: -80px;
  padding-top: 60px;
  min-height: 610px;
}
.email-lp-overlay {
  background-color: rgba(214, 206, 186, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.email-lp-hero .word {
  margin-bottom: 0px;
}
.email-lp-hero h1 {
  font-family: 'ultra', serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1.5px;
  margin-top: 0px;
}
ul.email-lp-hero-links {
  list-style: none;
  margin-bottom: 40px;
  padding-left: 0px;
  margin-left: 0px;
}
ul.email-lp-hero-links li {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 4.8px;
}
ul.email-lp-hero-links li:after {
  content: '|';

  padding-left: 15px;
  padding-right: 12px;
  font-weight: 400;
}

ul.email-lp-hero-links a {
  color: #354654;
}
ul.email-lp-hero-links li:last-of-type::after {
  content: '';
  padding-left: 0px;
  padding-right: 0px;
}
ul.email-lp-hero-links li a:hover {
  text-decoration: none;
  color: #e75a0b;
  transition: 0.4s;
}
.email-lp-callout {
  color: #e75a0b;
  font-size: 22px;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.email-lp-section-1 {
  background-color: #fb7338;
  position: relative;
}
.email-lp-section-1,
.email-lp-section-2,
.email-lp-section-3,
.email-lp-section-4,
.email-lp-section-5,
.email-lp-section-6 {
  position: relative;
}

.email-lp-section-1 h2,
.email-lp-section-2 h2,
.email-lp-section-3 h2,
.email-lp-section-4 h2,
.email-lp-section-5 h2,
.email-lp-section-6 h2,
.report-lp-section-1 h2 {
  color: #fff;
  font-family: 'ultra', serif;
  font-size: 36px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.email-lp-section-1 .svg-circle {
  right: -5%;
  left: inherit !important;
  top: inherit;
  bottom: 30px;
}
.page-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 40px;
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  z-index: 1;
  margin-left: -40px;
}
.page-nav li {
  color: #fbb040 !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 23px;
  position: relative;
}

.page-nav a {
  color: #fbb040 !important;
}
.page-nav li:hover {
  text-decoration: none !important;
}
.page-nav a:hover {
  text-decoration: none;
  color: #d54e12 !important;
}
.page-nav li:after {
  width: 10px;
  height: 10px;
  background-color: #fbb040;
  border-radius: 50%;
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
a.active-page-nav {
  color: #d54e12 !important;
}
.active-page-nav:after {
  background-color: transparent;
  background-image: url(/wp-content/uploads/2023/12/Group-108.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  right: -35px;
}

.email-lp-section-1 .row,
.email-lp-hero .row,
.email-lp-section-2 .row,
.email-lp-section-3 .row,
.email-lp-section-4 .row,
.email-lp-section-5 .row,
.email-lp-section-6 .row {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .email-lp-hero .word {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  /*.page-nav {
    margin-left:0px;
  }
  .email-lp-hero .row {
    padding-left:110px;
  }*/
  .page-nav {
    display: none;
  }
  .email-lp-section-1 .row,
  .email-lp-hero .row,
  .email-lp-section-2 .row,
  .email-lp-section-3 .row,
  .email-lp-section-4 .row,
  .email-lp-section-5 .row,
  .email-lp-section-6 .row {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .email-lp-hero .word {
    font-size: 60px;
    line-height: 80px;
  }
  .email-lp-hero h1 {
    font-size: 24px;
  }
  .email-lp-callout {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 449px) {
  .email-lp-hero .word {
    font-size: 40px;
    line-height: 64px;
  }
  ul.email-lp-hero-links li {
    display: block;
  }
  ul.email-lp-hero-links li:after {
    content: '';
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-1-row {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-1-row .col-md-7 {
  align-self: center;
}
.section-1-row .col-md-5 {
  align-self: center;
  z-index: 1;
}
.email-sub {
  color: #f2dd74;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: 20px;
}
.email-lp-section-1 .ellipse {
  position: absolute;
  right: 0px;
  top: 10%;
  max-width: 300px;
}
.email-lg-text {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}
.orange {
  color: #fb7338 !important;
}
.blue {
  color: #354654 !important;
}
@media screen and (max-width: 767px) {
  .email-lp-section-1 h2,
  .email-lp-section-2 h2,
  .email-lp-section-3 h2,
  .email-lp-section-4 h2,
  .email-lp-section-5 h2,
  .email-lp-section-6 h2 {
    font-size: 30px;
  }
  .email-lg-text {
    font-size: 24px;
    line-height: 30px;
  }
  .section-1-row .col-md-7 {
    z-index: 1;
  }
  .email-lp-section-1 .ellipse {
    bottom: 10%;
    top: inherit;
  }
  .email-lp-section-1 .svg-circle {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .email-lp-section-1 .ellipse {
    max-width: 180px;
  }
}
.gray-wrapper {
  background-color: #d9d9d9;
  padding: 40px;
  border-radius: 30px;
}
.email-lp-section-2 {
  background-color: rgba(53, 70, 84, 0.8);
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .email-lp-section-2 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .email-lp-section-2 h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .email-lp-section-2 h2 {
    font-size: 21px;
  }
}

.email-lp-section-3 {
  background-color: rgba(255, 255, 255, 0.75);
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}
.numbered-box-wrap {
  background: #fff;
  padding: 25px;
  border: 1px solid #fb7338;
  border-radius: 30px;
  height: 100%;
}
.numbered-box-wrap p:first-of-type {
  font-family: 'ultra', serif;
  color: #fb7338;
  font-size: 36px;
  border: 1px solid #fb7338;
  border-radius: 50%;
  display: inline-block;
  padding: 10px 14px;
  margin-bottom: 20px;
}
.numbered-box-wrap:hover {
  background: #fbb040;
  transition: 0.4s;
}
.numbered-box-wrap:hover p:first-of-type {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .email-lp-section-3 h2 {
    font-size: 28px;
  }
  .email-lp-section-4 h2 {
    font-size: 28px;
  }
  .email-lp-section-5 h2 {
    font-size: 28px;
  }
  .email-lp-section-6 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .email-3-boxes .col-md-4 {
    margin-bottom: 20px;
  }
}

/* Greg's edits to Email landing page */
.page-nav {
  position: fixed;
}
.container-flush-right {
  margin-left: calc((100% - 1150px) / 2);
}

.email-lp-section-4 {
  background-color: rgba(220, 215, 203, 0.5);
  min-height: 100vh;
  padding-top: 75px;
  padding-bottom: 80px;
}

.testimonials-accordion.width {
  border: none;
  display: flex;
}

.testimonials-accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.testimonials-accordion.width .card .card-header {
  cursor: pointer;
  transform: rotate(360deg);
  writing-mode: vertical-rl;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  padding: 28px 0 0;
  width: 89px;
  display: flex;
  align-items: center;
  position: relative;
}

.testimonials-accordion-mobile .card .card-header {
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  color: #fff !important;
  border: 0 !important;
  position: relative;
}

.testimonials-accordion-mobile .card .card-header:after {
  display: none !important;
}

.testimonials-accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.testimonials-accordion.width .card-header__icon,
.testimonials-accordion-mobile .card-header__icon {
  position: absolute;
  transform: rotate(45deg);
  font-size: 20px;
  transition: 0.25s ease-in;
}
.testimonials-accordion.width .card-header__icon {
  margin: auto;
  bottom: 20px;
}

.testimonials-accordion-mobile .card-header__icon {
  right: 20px;
  top: 0;
  height: 23px;
  bottom: 0;
  margin: auto;
}

.testimonials-accordion.width
  .card
  .card-header:not(.collapsed)
  .card-header__icon,
.testimonials-accordion-mobile
  .card
  .card-header:not(.collapsed)
  .card-header__icon {
  transform: rotate(0);
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

.testimonials-accordion {
  min-height: 417px;
}

.testimonials-accordion .collapse {
  padding-bottom: 170px;
}

.testimonials-accordion .collapse:after {
  content: '';
  width: 438px;
  height: 283px;
  position: absolute;
  right: 89px;
  bottom: 25px;
  background-image: url(https://mentus.com/wp-content/uploads/2024/01/quotes.svg);
  background-repeat: no-repeat;
  opacity: 0.15;
}

.testimonials-accordion.width .card {
  border-radius: 0;
}
.testimonials-accordion > .card:first-child {
  border-radius: 30px 0px 0px 30px !important;
}

.testimonials-accordion.width .card-body {
  padding: 56px 45px 65px 63px;
  color: #fff !important;
  border: 0;
  margin: 0;
}

.testimonials-accordion.width .card-body p {
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 300 !important;
  color: #fff !important;
}

.testimonials-accordion-mobile .card-body {
  padding: 25px;
  border: 0 !important;
}

.testimonials-accordion-mobile .card-body p {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 300 !important;
  color: #fff !important;
}

.testimonials-accordion .collapsed:after,
.testimonials-accordion-mobile .colapsed:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .testimonials-accordion.width .card-body p {
    font-size: 24px;
    line-height: 30px;
  }
}

.testimonials-accordion .card-footer,
.testimonials-accordion-mobile .card-footer {
  background: none !important;
  padding: 0 45px 0 63px !important;
  border: 0 !important;
  width: 100%;
  position: absolute;
  bottom: 62px;
  left: 0;
  display: flex;
  align-items: center;
}

.testimonials-accordion-mobile .card-footer {
  position: relative;
  bottom: auto;
  left: auto;
  padding-left: 25px !important;
  padding-bottom: 25px !important;
}

.card-footer__logo {
  padding-right: 36px;
  position: relative;
}

.testimonials-accordion-mobile .card-footer .card-footer__logo {
  padding-right: 12px;
}

.card-footer__main {
  padding-left: 36px;
  position: relative;
}

.testimonials-accordion-mobile .card-footer .card-footer__main {
  padding-left: 12px;
}

.card-footer__main:after {
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  height: 68px;
  background-color: #fff;
  width: 1px;
}

.card-footer__name {
  color: #fff;
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.testimonials-accordion-mobile .card-footer__name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
}

.card-footer__title {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.testimonials-accordion-mobile .card-footer__title {
  font-size: 13px;
}

.testimonials-accordion-desktop {
  display: none !important;
}

@media (min-width: 1240px) {
  .testimonials-accordion-mobile {
    display: none;
  }
  .testimonials-accordion-desktop {
    display: flex !important;
  }
}

.email-lp-section-5 {
  background-color: rgba(255, 255, 255, 0.75);
  min-height: 810px;
  box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.email-lp-section-5__graphic {
  display: none;
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .email-lp-section-5__graphic {
    display: block;
  }
  .email-lp-section-5 {
    padding-top: 0;
    background: none !important;
  }
}

.email-lp-section-6 {
  background: #354654;
  min-height: 100vh;
  padding-top: 75px;
  padding-bottom: 80px;
  border-bottom: 86px solid #fb7338;
}

.email-lp-section-6 h2 {
  color: #fbb040;
}

.email-lp-section-6__contact-info p,
.email-lp-section-6__contact-info p a {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.email-lp-section-6__contact-info strong {
  font-weight: 700;
}
.email-lp-section-6__orange-circle {
  background-color: #fb7338;
  width: 158px;
  height: 158px;
  border-radius: 100%;
  position: absolute;
  top: 100px;
  right: -10px;
}

.email-lp-section-6__grey-circle {
  background: #636466;
  opacity: 0.5;
  width: 342px;
  height: 342px;
  position: absolute;
  right: -134px;
  bottom: -247px;
  border-radius: 100%;
}
.email-lp-section-6__graphic-container {
  position: relative;
  top: 55px;
}

.email-lp-section-6__graphic {
  position: relative;
  z-index: 3;
}

.mentus-carousel-item {
  border-radius: 30px;
  opacity: 0;
  background: rgba(220, 215, 203, 0.5);

  display: flex !important;
  flex-direction: row;
  padding: 46px 53px 70px 32px;
  height: 240px;
  box-sizing: border-box;
}

.mentus-carousel-item.active {
  mix-blend-mode: multiply;
  opacity: 1;
}

.mentus-approach-carousel-indicators {
  margin: 0;
  bottom: -50px;
}

.mentus-approach-carousel-indicators li {
  width: 30px;
  height: 30px;
  opacity: 1;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mentus-carousel-item__heading {
  color: #fb7338;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
  letter-spacing: 5.4px;
  text-transform: uppercase;
}

.mentus-carousel-item p {
  color: #354654;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.mentus-carousel-item__icon {
  flex: 0 0 52px;
  width: 52px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .mentus-carousel-item__icon {
    flex: 0 0 40px;
    width: 40px;
    margin-right: 15px;
  }

  .mentus-carousel-item {
    padding: 30px 20px 80px 20px;
  }
}

.mentus-carousel-item__content {
  flex: 1;
}

.page-anchor {
  position: absolute;
  top: -70px;
}


/*--------------------------------------------------------------
 MENTUS CONNECT PAGE
--------------------------------------------------------------*/
body.page-template-connect-program {
  background: #dcd7cb;
}
.page-template-connect-program .yellow-circle {
  top: auto !important;
  left: auto !important;
  right: 79px;
  bottom: -150px;
}
.page-template-connect-program .word-fill {
  text-align: right;
  font-size: 100px !important;
  margin: 0px;
}
.page-template-connect-program .hero-intro-copy {
  font-size:32px;
  letter-spacing:8px;
  color:#737373;
}
.page-template-connect-program .the-title {
  color:#FB7338;
  margin-bottom:-5px;
}
.page-template-connect-program .-fill-work, .page-template-connect-program .fill {
  margin-bottom:5px;
  position:relative;
}
.page-template-connect-program .-fill-work:after, .page-template-connect-program .fill:after {
  background-image: url(/wp-content/uploads/2024/02/Group-111.png);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:15px;
}
.connect-page-content .the-title {
  color:#354654;
  margin-bottom:20px;
}
.connect-page-content .intro-copy {
  margin-bottom:20px;
}
.referral-list {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
  margin-bottom:0px;
}
.referral-list li {
  position:relative;
  padding-left:35px;
}
.referral-list li:first-of-type {
  border-bottom:1px solid #BCBEC0;
  margin-bottom:20px;
}
.referral-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  color: #FB7338;
}
.referral-list strong {
  font-weight:600;
}
#wpcf7-f1114-o1 input[type='text'],
#wpcf7-f1114-o1 select,
#wpcf7-f1114-o1 textarea,
input[type='email'],
#wpcf7-f1114-o1 input[type='text'],
#wpcf7-f1114-o1 select,
#wpcf7-f1114-o1 textarea,
input[type='email'] {
  width: 100%;
  background: #fff;
  color: #354654;
  padding: 10px 15px;
  font-weight: 300;
  font-family: work-sans, sans-serif;
}
#wpcf7-f1114-o1 ::placeholder {
  color: #354654;
}
#wpcf7-f1114-o1 .wpcf7-submit {
  background: #fb7338;
  color: #fff;
  border-radius: 30px;
  font-family: work-sans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
}
#wpcf7-f1114-o1 select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  appearance: none;
  background-image: url('/wp-content/themes/mentus/img/dropdown-icon.png');
  background-repeat: no-repeat;
  background-position: 98% center;
}
.connect-form-wrap {
  background:#EFEFEE;
  padding:50px 30px 40px 30px;
  margin-bottom:-125px;
}
.connect-bottom-bar {
  background: #FB7338;
  padding-top:40px;
  padding-bottom:40px;
}
.connect-bottom-bar p {
  color:#fff;
  font-size:20px;
  line-height:36px;
  letter-spacing:4px;
  font-weight:600;
  font-family: work-sans, sans-serif;
  text-transform: uppercase;
  margin-bottom:0px;
}


@media screen and (max-width: 991px) {
  .page-template-connect-program .word-fill {
    font-size: 70px !important;
  }
}
@media screen and (max-width:767px) {
  .connect-form-wrap {
    margin-top:50px; margin-bottom:0px;
  }
}
@media screen and (max-width:575px) {
  .the-title {
    font-size: 30px;
    line-height: 38px;
  }
  .connect-bottom-bar p {
    font-size:18px;
    line-height:24px;
  }
  .page-template-connect-program .word {
    font-size:50px;
  }
}
@media screen and (max-width:400px) {
  .page-template-connect-program .word {
    font-size:46px;
    margin-top:2px;
  }
}
@media screen and (max-width:360px) {
  .page-template-connect-program .word {
    font-size:40px;
  }
}


/*--------------------------------------------------------------
 CLIENT REVIEWS TEMPLATES
--------------------------------------------------------------*/
body.page-template-client-reviews-templates {
  background: #dcd7cb;
}
.page-template-client-reviews-templates .yellow-circle {
  top: auto !important;
  left: auto !important;
  right: 79px;
  bottom: -150px;
}
.page-template-client-reviews-templates .word-fill {
  text-align: right;
  font-size: 100px !important;
  margin: 0px;
}
#review {
  margin-bottom:45px;
}
#review strong {
  font-weight:bolder;
  color:#fb7338;
}


/*--------------------------------------------------------------
 ESG REPORTS
--------------------------------------------------------------*/
body.page-template-esg-reports {
  background: #dcd7cb;
}
.page-template-esg-reports .yellow-circle {
  top: auto !important;
  left: auto !important;
  right: 79px;
  bottom: -150px;
}
.page-template-esg-reports .word-fill {
  text-align: right;
  font-size: 100px !important;
  margin: 0px;
}
