/*!
Theme Name: Mentus
Theme URI: http://underscores.me/
Author: Matt Tarter
Author URI: http://mentus.com/
Description: Mentus custom theme.
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

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

/*@font-face {
  font-family: 'HelveticaNeue400';
  src: url('/fonts/HelveticaNeue-Medium.otf') format('opentype'),
       url('/fonts/HelveticaNeueMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaNeue300';
  src: url('/fonts/HelveticaNeue-Medium.otf') format('opentype'),
       url('/fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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: 200px;
}

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

.main-navigation li {
	position: relative;
	padding-bottom:30px;
	padding-top:30px;
}

.fixed-menu .main-navigation li {
	padding-bottom:15px;
	padding-top:15px;
}

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

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

.main-navigation ul li ul li {
	display:flex;
	padding-left:10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
	background:#fff;
}
.main-navigation ul ul {
	display:block !important;
	padding-top:42px;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
#primary-menu li ul li a:hover::after {
	background-image:none;
}
.main-navigation ul li ul li a {
	margin-left:0px !important;
	line-height:21px;
}
.page-id-13 .main-navigation ul ul {
	padding-top:10px;
}
.fixed-menu .main-navigation ul ul {
	padding-top:22px;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex !important;
	}
}
@media screen and (max-width: 991px) {
	.main-navigation ul ul {
		position: static;
	    width: 100%;
	    display: block !important;
	    float:none;
	    padding-top:0px !important;
	    box-shadow:none;
	}
	.main-navigation ul li ul li {
		background:transparent;
		margin-right:0px !important;
		border-bottom:none !important;
	}
	.main-navigation ul li ul li a {
		width:100%;
	}
}

.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: 2em 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
--------------------------------------------- */
.sticky-header-offset {
	margin-top:-100px;
	padding-top:100px;
}
.sticky-header-offse-70 {
	margin-top:-70px;
	padding-top:70px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
img {
	max-width:100%;
}
body, html {
	overflow-x: hidden;
	font-family: "Helvetica Neue", sans-serif;
}
.page {
	margin:0px;
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: "Helvetica Neue", sans-serif;
}
.overflow-hidden {
	overflow:hidden;
}
a {
	text-decoration:none;
}
ul, ol {
	margin: 0 0 15px 0px;
}
body, p, ul li, span, ol li {
	color:#626262;
	font-size:19px;
	line-height:36px;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 300;
}
h2 {
	color: #5F504D;
	font-size: 40px;
	font-weight: 300;
}
:focus-visible {
    outline: none;
}
.pt-90 {
	padding-top:90px;
}
.mt-120 {
	margin-top:120px !important;
}
.btn-white {
	display:inline-block;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #fff;
	padding:10px 35px;
	text-align:center;
	color:#5F504D;
	font-family: "Helvetica Neue", sans-serif;
}
.btn-white:hover {
	background:transparent;
	transition:.4s;
	border: 1px solid #fff;
	color: #fff;
}
.btn-orange {
	display:inline-block;
	border-radius: 15px;
	background: #FB7238;
	border: 1px solid #FB7238;
	padding:10px 35px;
	text-align:center;
	color:#fff;
	font-family: "Helvetica Neue", sans-serif;
	line-height:1;
}
.btn-orange:hover {
	background:#fff;
	transition:.4s;
	border: 1px solid #FB7238;
	color: #FB7238;
	cursor:pointer;
}
.btn-blue {
	border-radius: 5px;
	background: #063468;
	padding:14px 18px;
	text-align:center;
	color:#fff;
	font-family: "Helvetica Neue", sans-serif;
}
.btn-blue i {
	padding-left:10px;
	color:#fff !important;
	margin-right:0px !important;
}
.btn-blue:hover {
	background:#2668B2;
	transition:.4s;
	color:#fff !important;
}
.btn-trans {
	border-radius: 5px;
	background: transparent;
	padding:14px 18px;
	text-align:center;
	color:#fff;
	font-family: "Helvetica Neue", sans-serif;
	border:1px solid #fff;
}
.btn-trans i {
	padding-left:10px;
	color:#fff !important;
	margin-right:0px !important;
}
.btn-trans:hover {
	background:#063468;
	transition:.4s;
	color:#fff !important;
}
.btn-trans-blue {
	border-radius: 5px;
	background: transparent;
	padding:12px 20px;
	text-align:center;
	color:#063468;
	font-family: "Helvetica Neue", sans-serif;
	border:1px solid #063468;
	margin-right:15px;
}
.btn-trans-blue:hover {
	background:#063468;
	transition:.4s;
	color:#fff !important;
	border:1px solid #063468;
}
@media screen and (max-width:550px) {
	h2 {
		font-size:32px;
	}
}

/* FORMS
--------------------------------------------- */
input[type='text'], select, textarea, input[type='email'], input[type='text'], select, textarea, input[type='email'], input[type="tel"] {
	width: 100%;
	background: #F4F4F4;
	color: #383838;
	padding: 10px 15px;
	font-weight: 300;
	font-family: "Helvetica Neue", sans-serif;
	border:none;
}
.wpcf7-submit {
	display:inline-block !important;
	border-radius: 15px !important;
	background: #FB7238 !important;
	border: 1px solid #FB7238 !important;
	padding:10px 35px !important;
	text-align:center !important;
	color:#fff !important;
	font-family: "Helvetica Neue", sans-serif !important;
}
.wpcf7-submit:hover {
	background:#fff !important;
	transition:.4s !important;
	border: 1px solid #FB7238 !important;
	color: #FB7238 !important;
}
.wpcf7-form p {
	margin-bottom:15px;
}

/* HEADER
--------------------------------------------- */
/*.fixed-position {
	position: fixed;
	width:100%;
}*/
.top-bar .fa-add:before, .top-bar .fa-plus:before {
	vertical-align:middle;
	font-size:12px;
}
.top-bar {
	background: linear-gradient(90deg, #2562AA 0%, #0F2744 100%);
}
.top-bar .col-md-3 {
	background:#FB7238;
	position:relative;
}
.top-bar .col-md-3:after {
	content: '';
    background: #FB7238;
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-bar .col-md-3 p {
	color:#fff;
	font-size:14px;
	margin-bottom:0px;
	position:relative;
	z-index:2;
	text-align:right;
	font-weight:400;
	color:#fff;
	line-height:30px;
}
.top-bar .col-md-3 p a {
	color:#fff;
	font-weight:500;
}
.top-bar .col-md-3 p a:hover {
	color:#063468;
	transition:.4s;
}
.site-header {
	background-size:cover;
	background-repeat:no-repeat;
/*	padding-top:30px;*/
/*	padding-bottom:30px;*/
	transition: .4s;
	background-color:#fff;
	position:relative;
	z-index:10;
}
/*.header-menu-row {
	padding-top:30px;
}*/
.page-template-home .site-header {
	background-color:transparent;
}
.mobile-overflow-hidden .site-header {
	background-color:#fff;
}
.custom-logo {
	max-width:240px;
	transition: .4s;
}
.site-branding {
	align-self:center;
}
/* NAV */
#primary-menu {
	margin:0px;
	padding:0px;
	float:right;
	flex-wrap: wrap;
    align-items: center;
}
#primary-menu li a {
	display:inline-block;
	margin-left:20px;
	font-size:18px;
	color:#063468;
	font-weight:400;
	position:relative;
}
#primary-menu li a:hover {
	color:#FB7238;
	transition:.4s;
}
#primary-menu li a:hover::after {
	content:'';
	background-image:url('/wp-content/uploads/2023/11/Group-383.svg');
/*	border-bottom:1px solid gray;
*/	background-repeat:no-repeat;
	width:100%;
	height:3px;
	position:absolute;
	bottom:-10px;
	left:0px;
}

/* STICKY NAV */
.fixed-padding .entry-content {
	padding-top:70px;
}
.fixed-menu {
    box-shadow: 0px 0px 10px #000, 0px -5px 5px #000;
    position: fixed;
    top: 0;
    z-index: 100000;
    width:100%;
    transition: .4s;
/*    padding-top:15px;*/
/*    padding-bottom:15px;*/
    background:#fff !important;
}
/*.fixed-menu .header-menu-row {
	padding-top:15px;
}*/
.fixed-menu .custom-logo {
	max-width:150px;
	transition:.4s;
}


@media screen and (min-width:992px) {
	.menu-btn a {
		border-radius: 5px;
		border: 1px solid #063468;
		padding:7px 15px;
		padding-left:15px !important;
		margin-left:20px;
		text-align:center;
		min-width:117px;
	}
	#primary-menu li.menu-btn a:hover {
		color:#fff !important;
		transition:.4s;
		background:#063468 !important;
	}
	#primary-menu li.menu-btn a:hover::after {
		background-image:none;
	}
	.main-navigation ul li ul li:hover ul {
		left:100%;
		padding-top:0px;
		box-shadow: none !important;
		padding-left:10px;
	}
	.main-navigation ul li ul li:hover ul li:last-of-type {
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul li ul li.menu-item-has-children:after {
		content: "\f054"; /* FontAwesome Unicode */
	  	font-family: FontAwesome;
	  	color:#063468;
	  	font-size:14px;
	  	line-height:20px;
	}
}
@media screen and (max-width:991px) {
	.main-navigation ul li ul li.menu-item-has-children {
		padding-bottom:0px !important;
	}
	.main-navigation ul li ul li.menu-item-has-children ul li:first-of-type {
		margin-top:10px !important;
	}
	.mobile-overflow-hidden {
		overflow:hidden;
	}
	/* NAV BUTTON */
	.menu-toggle {
	    border: none;
	    border-radius: 0px;
	    background: transparent;
	    padding: 0;
	    height: 29px;
	    width: 28px;
	    background-image: url(/wp-content/themes/mentus/img/hamburger.png);
	    background-size: cover;
	    background-repeat: no-repeat;
	    margin-left: auto;
	}
	.toggled .menu-toggle {
	    background-image: url(/wp-content/themes/mentus/img/x.png);
	}

	/* MOBILE NAV */
	.toggled .menu-menu-1-container {
	    width: 100%;
	    position: absolute;
	    left: 0px;
	    z-index: 1001;
	    background: #F3F3F3;
	    top: 125px;
	    text-align: left;
	    padding-top: 25px;
	    height: calc(100vh - 112px);
	    padding-right: 0px;
	    padding-bottom:100px;
	}
	ul#primary-menu li {
	    display:block;
	    font-size:24px;
	    padding:7px 0px;
	    margin:0 20px;
	}
	#primary-menu {
		float:none;
	}

	/* STICKY NAV */
	.fixed-menu .menu-menu-1-container {
	    top: 92px;
	}
	.fixed-menu .toggled .menu-menu-1-container {
	    height: calc(100vh);
	    padding-bottom:150px;
	}
	.menu-menu-1-container {
	    overflow-y: scroll;
	}
}
@media screen and (max-width: 991px) {
	ul#primary-menu li {
	    display: block;
	    padding: 11px 0px;
	    margin: 0 12px;
	    border-bottom: 1px solid #1C355E;
	    font-size: 14px;
	}
	#primary-menu li a {
		margin-left:0px;
		display:block;
	}
	#primary-menu li a:hover::after{
		height:0px;
		width:0px;
	}
	#primary-menu {
	    margin: 0 auto;
	    max-width: 960px;
	}
}
@media screen and (max-width: 991px) {
	#primary-menu {
	    max-width: 720px;
	}
}
@media screen and (max-width: 767px) {
	#primary-menu {
	    max-width: 540px;
	}
}


/* FOOTER
--------------------------------------------- */
.footer-gradient {
	opacity: 0.35;
	background: linear-gradient(90deg, #737373 0%, white 50%, #737373 100%);
	mix-blend-mode: multiply;
	height:100px;
	width:100%;
}
footer {
/*	margin-top:90px;*/
	background-color:#252F5E;
	padding-top:50px;
	padding-bottom:50px;
	background-position:center right;
	background-size:cover;
}
footer p {
	color:#fff;
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
	font-weight:400;
}
footer .custom-logo {
	max-width: 200px;
    transition: .4s;
    width: 200px;
    max-width: 100%;
}
.footer-middle {
	padding-left:60px;
}
.follow-us {
	font-weight: 700;
	color:#fff;
	letter-spacing:.22px;
	margin-bottom:15px;
	font-size:11px;
}
.socials-wrap {
	display:flex;
	justify-content: flex-end;
}
.social-btn {
    background-color: #FB7238;
    border-radius: 50%;
    margin-left:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height:30px;
}
.social-btn:first-of-type {
	margin-left:0px;
}
.social-btn i {
	color:#fff;
}
.social-btn:hover {
    /*background: #2668B2;
    transition: .8s;*/
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%) !important;
    -webkit-mask-size: 200% !important;
    animation: shine 2s infinite !important;
    color: #2668B2;
}
/* Shine Animation */
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-moz-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-o-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.copyright {
	background: linear-gradient(90deg, #2562AA 0%, #0F2744 100%);
	padding:9px 0px 10px 0px;
}
.copyright p {
	color:#fff;
	margin:0px;
	font-size:13px;
	line-height:14px;
	display:flex;
}
.footer-menu {
	display:flex;
	margin-bottom:0px;
	padding-left:0px;
}
.footer-menu li {
	display:inline-block;
	color:#fff;
	font-size:13px;
	line-height:14px;
}
.footer-menu li:after {
	content:'|';
	color:#FB7238;
	padding-left:12px;
	padding-right:10px;
}
.footer-menu li:last-of-type::after {
	content:'';
	padding-right:0px;
	padding-left:0px;
}
.copyright a {
	color:#fff;
}
.copyright a:hover {
	color:#FB7238;
	transition:.4s;
}
.copyright p, .copyright a, .copyright ul li {
	font-weight:400;
}
.copyright .col-xl-10 {
	display: flex;
	justify-content: space-between;
	padding-left:60px;
}
.copyright .col-12 {
	display: flex;
	justify-content: space-between;
}
.footer-right {
	text-align:right;
}
@media screen and (max-width:1199px) {
	.footer-middle {
		padding-left:35px;
	}
	.copyright .col-xl-10, .copyright .col-12 {
		padding-left:12px;
	}
}
@media screen and (max-width:991px) {
	.footer-middle {
		padding-left:12px;
	}
	.footer-logo {
		margin-bottom:20px;
	}
	.footer-menu {
		margin-bottom:10px;
	}
}
@media screen and (max-width:767px) {
	.footer-right {
		text-align:left;
		margin-top:20px;
	}
	.socials-wrap {
		justify-content: flex-start;
	}
}
@media screen and (max-width:575px) {
	.copyright .col-12 {
		display:block;
	}
	.copyright p {
		display:block;
		text-align:center;
		margin-top:10px;
	}
	.footer-menu {
	    display: block;
	    margin: 0 auto;
	    margin-bottom:-5px;
	    text-align:center;
	}
}
@media screen and (max-width:350px) {
	.footer-menu li:after {
	    padding-left: 4px;
	    padding-right: 2px;
	}
}

/* HERO MODULE
--------------------------------------------- */
.page-content, .entry-content, .entry-summary {
	margin-top:-30px;
}
.fixed-padding .entry-content {
    padding-top: 125.5px;
}
.hero-subtitle {
	color:#fff;
	font-weight:500;
	margin-bottom:0px;
}
h1 {
	color:#fff;
	font-size:75px;
	letter-spacing: 1.5px;
	line-height:1.1em;
	margin-top:0px;
}
.hero-wrap {
	background: linear-gradient(102deg, rgba(217, 217, 217, 0.5) 0.86%, rgba(0, 0, 0, 0.5) 98.73%);
	padding-top:70px; /* Padding top is 30px more because .entry-content has a top margin of -30 so that the page does not jump on scroll whtn the header bar height shrinks */
	padding-bottom:70px;
}
.hero {
	background-size:cover;
	width: calc(1320px + ((100vw - 1320px) / 2 - 5px));
	border-radius:0px 15px 15px 0px;
}
.hero .row {
/*	min-height:540px;*/
	min-height:500px;
	align-items: flex-end;
	padding-top:70px;
	padding-bottom:70px;
}
.hero .container {
	margin-left: auto;
	margin-right: 0;
}
@media screen and (max-width:1399px) {
	.hero {
		width: calc(1140px + (100vw - 1140px) / 2 - 5px);
	}
}
@media screen and (max-width:1199px) {
	.hero {
		width: calc(960px + (100vw - 960px) / 2 - 5px);
	}
	.hero .row {
		min-height:450px;
		padding-bottom:50px;
	}
	h1 {
		font-size:60px;
	}
}
@media screen and (max-width:991px) {
	.hero {
		width: calc(720px + (100vw - 720px) / 2 - 5px);
	}
	.hero .row {
		min-height:400px;
		padding-bottom:30px;
	}
}
@media screen and (max-width:767px) {
	.hero {
		width: 100%;
		border-radius:0px;
	}
	.hero .container {
		margin-left: auto;
		margin-right: auto;
	}
	.hero .row {
		min-height:350px;
		padding-bottom:30px;
	}
}
@media screen and (max-width:500px) {
	.hero .row {
		padding-bottom:10px;
	}
	h1 {
		font-size:50px;
	}
}
/* CONTENT BOX MODULE
--------------------------------------------- */
.content-box-1-wrap {
	position:relative;
	padding-bottom:70px;
}
.aos-fade-right-custom {
  transform: translateX(200%) !important; /* Increase width coverage */
  opacity: 0 !important;
  transition: transform 3s ease, opacity 3s ease !important;
}
.aos-animate.aos-fade-right-custom {
  transform: translateX(0) !important;
  opacity: .35 !important;
}
.my-bg-gradient {
	content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    width: 100%;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 0%, #737373 100%);
    mix-blend-mode: multiply;
    opacity: .35;
    width:calc(60vw);
}
.content-box-title-wrap {
	display:flex;
/*	height:90px;*/
	height:70px;
	align-content:flex-end;
	flex-wrap: wrap;
}
.content-box-text-wrap {
	margin-top:35px;
}
/* TIMELINE MODULE
--------------------------------------------- */
.timeline {
	padding-top:70px;
}
/* ACCORDION MODULE
--------------------------------------------- */
.nav-pills {
	margin-bottom:50px;
}
.nav-pills .nav-link.active {
	background-color:#FB7238;
}
.nav-item {
	width:33.3333%;
	padding-left:6px;
	padding-right:6px;
}
.nav-item:nth-of-type(1) {
	padding-left:0px;
}
.nav-item:nth-of-type(3) {
	padding-right:0px;
}
.nav-link {
	width:100%;
	background:#B3B3B3;
	color:#fff;
	border-radius: 10px 10px 0px 0px !important;
	height: 100%;
  display: flex;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding:20px;
	line-height:28px;
	box-shadow: 0px 2px 5px #B3B3B3;
}
.nav-link:hover {
	color:#fff;
	background-color: #FB7238;
}
.accordion-button {
	background-color:transparent !important;
	color: #5F504D;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.8px;
	font-family: "Helvetica Neue", sans-serif;
	margin-bottom:0px;
	padding-left:0px;
}
.accordion-item {
  border-right: none;
  border-left: none;
  border-top:none;
  border-bottom: 1px solid #FB7238;
  border-radius: 0px 0px !important;
}
.accordion-button::after {
	background-image:url(/wp-content/themes/mentus/img/plus.png);
	width: 24px;
  height: 26px;
  background-size: cover;
}
.accordion-button:not(.collapsed)::after {
	background-image:url(/wp-content/themes/mentus/img/minus.png);
}
.accordion-button:not(.collapsed) {
	box-shadow:none;
	border-bottom:1px solid #FB7238;
	color:#FB7238;
}
.accordion-button:hover {
	cursor:pointer;
}
.accordion-body {
	padding-left:0px;
	padding-top:30px;
	padding-bottom:50px;
}
.accordion-body ul {
	margin-bottom: 1.5em;
}
.accordion-body ul li {
	margin-bottom:10px;
}
.accordion-body h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 40px; /* 166.667% */
	margin-bottom:15px;
}
@media screen and (max-width:991px) {
	.nav-link {
		font-size:21px;
		line-height:23px;
	}
	.accordion-button {
		font-size:30px;
	}
}
@media screen and (max-width:767px) {
	.nav-link {
		font-size:19px;
		line-height:22px;
		padding: 15px 10px;
	}
	.accordion-button {
		font-size:24px;
	}
	.accordion-body h3 {
		font-size:22px;
		line-height:32px;
	}
	.accordion-body {
		padding-right:0px;
	}
}
@media screen and (max-width:500px) {
    .nav-link {
	    font-size: 17px;
	    line-height: 19px;
	    padding: 10px 5px;
	}
	.accordion-button {
		font-size:21px;
	}
	.nav-pills {
		min-width:440px;
	}
	.accordion-wrap-col {
		overflow-x:auto;
	}
}
/* SOLUTIONS PAGE
--------------------------------------------- */
.solutions-info {
	background:#fff;
	position:relative;
	padding-top:0px;
	padding-bottom:100px;
}

/* SOLUTIONS OVERVIEW PAGE
--------------------------------------------- */
.solutions {
	background: linear-gradient(to right, #B3B3B3 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
	background-size:cover;
	padding-top:70px;
	padding-bottom:70px;
}
.solutions ul {
	padding-left:20px;
	margin-bottom:25px;
}
.solutions ul li {
	font-weight:400;
	line-height:30px;
	margin-bottom:4px;
}
.solutions h3 {
	color: #5F504D;
	font-size: 40px;
	font-weight: 300;
	padding-bottom:25px;
	line-height:1.1;
}
.solutions .btn-orange {
	margin-left:20px;
	position:absolute;
	bottom:40px;
}
.solutions-photo {
	background-size:cover;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	min-height:500px;
}
.solutions-content {
	background:#fff;
	border-radius: 15px 0px 0px 15px;
	padding: 30px 20px 90px 20px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position:relative;
}
.overview-separater {
	background:#fff;
	height:20px;
}

@media screen and (max-width: 767px) {
	.solutions-photo {
		min-height:350px;
	}
	.solutions-content {
		border-radius: 0px 0px 15px 15px;
	}
}
@media screen and (max-width: 575px) {
	.solutions {
		padding-left:15px;
		padding-right:15px;
	}
	.solutions-photo {
		min-height:275px;
	}
	.solutions h3 {
		font-size: 32px;
	}
}

@media screen and (min-width: 768px) {
	.solutions .container {
		max-width: calc(((100vw - 720px) / 2) + 714px);
		margin-right:0px;
	}
}
@media screen and (min-width: 992px) {
	.solutions .container {
		max-width: calc(((100vw - 960px) / 2) + 954px);
		margin-right:0px;
	}
}
@media screen and (min-width: 1200px) {
	.solutions .container {
		max-width: calc(((100vw - 1140px) / 2) + 1134px);
		margin-right:0px;
	}
}
@media screen and (min-width: 1400px) and (max-width:3800px) {
	.solutions .container {
		max-width: calc(((100vw - 1320px) / 2) + 1314px);
		margin-right:0px;
	}
}

/* CONTACT PAGE
--------------------------------------------- */
.contact-wrap {
	background: linear-gradient(to bottom, #fff, #f4f4f4 50%, #fff);
}
.contact-hero {
	align-items:center;
}
.contact-hero img {
	margin-top:20px;
}
.contact-hero-left h1 {
	color:#626262;
	font-size:48px;
	line-height:53px;
	margin-bottom:20px;
}
.contact-hero-left p {
	color:#5B2756;
	font-size:24px;
	letter-spacing:2px;
}
.contact-hero-right {
	background:#fff;
	padding:20px;
}
.contact-info, .contact-info span {
	font-size:16px;
	line-height:24px;
	margin-bottom:0px;
}
.contact-info a {
	color:#626262;
}
.contact-info a:hover {
	color:#FB7238;
}
.contact-form-wrap {
	background:#fff;
	padding:25px 25px 0px 25px;
	margin-top:70px;
}
.contact-cta {
	margin:0px;
}
.contact-cta .col-md-6:first-of-type {
	background-size:cover;
}
.contact-cta .col-md-6:last-of-type {
	background:#FB7338;
	padding:25px;
}
.contact-cta p {
	color:#fff;
}
.contact-form-title {
	font-size:24px;
	line-height:40px;
}
.cta-body p {
	font-size:16px;
	line-height:24px;
}
@media screen and (max-width:991px) {
	.contact-hero-left h1 {
	    font-size: 34px;
	    line-height: 38px;
	}
	.contact-form-title {
		font-size:19px;
		line-height:30px;
	}
}
@media screen and (max-width:767px) {
	.contact-cta .col-md-6:first-of-type {
		min-height:200px;
	}
}

/* RESOURCES
--------------------------------------------- */
.resources-form {
	position:relative;
	padding-bottom:120px;
}
.resources-form h2 {
	color:#FB7238;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.72px;
	padding-top:25px;
}
.my-resources-form {
	margin-top:70px;
}
.my-resources-form .col-sm-4 {
	background-size:cover;
	background-position:center center;
	border-radius:15px;
}
.resources {
	padding-bottom:100px;
	position:relative;
	background: linear-gradient(to bottom, #fff, #dcdcdc);
}
.resource-box {
	min-height:300px;
	background-size:cover;
	background-position:center center;
	position:relative;
	border-radius: 15px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.resource-box a {
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.resource-box a:hover {
	background:#FB7238;
	transition:.4s;
}
.resource-box a:hover p span {
	color:#fff;
	transition:.4s;
}
.resource-box a:hover i {
	background:#fff;
	color:#FB7238;
	transition:.4s;
}
.resource-box p {
	margin:0px;
	padding:20px;
	display:flex;
}
.resource-box span {
	padding-right:10px;
	color: #5F504D;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.36px;
	display: flex;
  	align-self: center;
}
.resource-box i {
	background:#FB7238;
	padding:6px 7px;
	border-radius:50%;
	color:#fff;
	display:flex;
	margin-left:auto;
	border:1px solid #FB7238;
	align-self:center;
}
.form-mobile-img {
	margin-top:50px;
}
@media screen and (max-width:1199px) {
	.resource-box p span {
		font-size:16px;
		line-height:22px;
	}
}
@media screen and (max-width:767px) {
	.resources .col-md-4 {
		margin-bottom:30px;
	}
}

/* MANUSCRIPTS AND PUBLICATIONS
--------------------------------------------- */
.manuscripts-and-publications {
	position:relative;
	padding-top:0px;
	padding-bottom:70px;
}
.pub p {
	margin-bottom:0px;
}
.pub {
	margin-bottom:50px;
}
.journal {
	font-weight:600;
	margin-top:15px;
}
.pub a {
	text-decoration:underline;
	color:#626262;
}
.pub a:hover {
	color:#FB7238;
}

/* JOIN OUR TEAM PAGE
--------------------------------------------- */
.open-positions {
	padding-top:80px;
	padding-bottom:80px;
}
.values {
	position:relative;
	padding-bottom:100px;
}
.careers-intro {
	position:relative;
	margin-top:40px;
}
#carouselExampleIndicators {
	border-radius: 0px 15px 15px 0px;
}
#carouselExampleIndicators .col-md-5 {
	background-size:cover;
	background-position:center center;
}
#carouselExampleIndicators .col-md-7 {
/* 	padding: 80px 30px 120px 25px; */
	padding: 80px 30px 80px 25px;
	align-self:center;
	background:#3673B9;
	border-radius: 0px 15px 15px 0px;
}
#carouselExampleIndicators p {
	color:#fff;
}
.carousel-indicators [data-bs-target] {
	width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color:#D9D9D9;
  opacity:1;
}
.carousel-indicators .active {
	background-color:#FB7238;
}
.carousel-item .row {
	height:100%;
}
.carousel-indicators {
	width: 58.33333333%;
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
  padding-left:15px;
  margin-bottom:30px;
}
.testimonials {
	margin-top:70px;
}
@media screen and (max-width:991px) {
	#carouselExampleIndicators .col-7 {
	    padding: 50px 30px 100px 25px;
	}
	#carouselExampleIndicators p {
		font-size:19px;
		line-height:30px;
	}
}
@media screen and (max-width:767px) {
	#carouselExampleIndicators .col-md-5 {
		min-height:400px;
	}
	#carouselExampleIndicators .col-md-7 {
		border-radius:0px;
	}
	.carousel-indicators {
		width:100%;
	}
}
.cb-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  bottom: -160px;
  max-height: 120%;
  height: 600px;
  z-index: -1;
}
.mt--80 {
  margin-top: -40px;
}
.cb-wrap {
  background: #2562AA;
  border-radius: 20px;
  padding: 35px 20px 85px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: relative;
  transition:.8s;
}
.cb-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
  margin-bottom:50px;
  color:#fff;
}
.cb-wrap img {
  height: 70px;
  margin-bottom: 25px;
}
.cb-wrap i {
  color: #fff;
  background: #FB7238;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  bottom: 35px;
  left:20px;
  font-size: 16px;
}
.cb-back i {
	color:#FB7238;
	background:#fff;
}
.cb-back img {
	height:40px;
}
.cb-back p,
.cb-back {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.cb-back hr {
  margin-top: 10px;
  background-color: #fff;
  color: #fff;
  height: 2px;
  width: 40px;
  margin: -14px auto 13px auto;
}
.cb-back {
  display: none;
  font-weight: 300 !important;
  font-family: roboto-condensed, sans-serif !important;
}
p.cb-back-title {
	font-weight:600;
	font-size:16px;
	line-height:22px;
	margin-bottom:15px;
}
.cb-wrap:hover {
  cursor: pointer;
}
.active-cb {
	background:#FB7238;
	transition:.6s
}
.active-cb .cb-back {
  display: block;
}
.active-cb .cb-front {
  display: none;
}
.colored-boxes-wrap {
	margin-top:35px;
}
@media screen and (max-width:991px) {
  .colored-boxes-wrap .col-md-6 {
    margin-bottom: 20px;
  }
}
/* NEWS ARCHIVE PAGE
--------------------------------------------- */
.news-posts {
    background: linear-gradient(to bottom, #fff, #dcdcdc);
    position:relative;
    padding-bottom:60px;
}
.news-posts h1 {
    color: #5F504D;
    font-size: 40px;
    margin-top:30px;
    margin-bottom:60px;
}
.archive-post-wrap {
    background:#fff;
    height:100%;
    border-radius:15px;
}
.archive-post-wrap img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}
.archive-post-text {
    padding:20px;
    border-radius: 0px 0px 15px 15px;
}
.archive-post-text p {
    color: #000;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}
#show-more-btn {
    margin: 40px auto 0px auto;
}
.post-item {
    margin-top:20px;
}
.archive-post-text i {
    padding: 6px 7px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #fff;
    align-self: center;
    margin-left:auto;
    color:#fff;
    background:#FB7238;
}
.the-date {
    display:flex;
    color:#FB7238;
    font-weight:500;
}
#posts-container a:hover i {
    color: #FB7238;
    background: #fff;
    transition:.4s;
}
#posts-container a:hover .archive-post-wrap {
    background:#FB7238;
    transition:.4s;
}
#posts-container a:hover span.the-date, #posts-container a:hover .archive-post-text p {
    color:#fff;
    transition:.4s;
}
/* HOME PAGE
--------------------------------------------- */
.home-animation-text {
	position: relative;
  background: #fff;
  height: 150px;
  width: calc(90% - 150px);
  max-width: 990px;
  margin-left: auto;
  margin-right: 150px;
}
.home-animation h1 {
	color: #5F504D;
	font-family: "Helvetica Neue";
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 80px; /* 200% */
	letter-spacing: 1.2px;
	z-index: 1;
  position: relative;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:20px;
}
.home-animation h1 span {
	color:#2AAFE5;
	font-family: "Helvetica Neue";
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: 80px; /* 200% */
	letter-spacing: 1.2px;
	margin-left:-10px;
	margin-right:-10px;
}
.home-animation {
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
}
.home-animation-bg {
	background:linear-gradient(90deg, #fff 0%, #fff 15%, rgba(217, 217, 217, 0.00) 15%, rgba(115, 115, 115, 0.35) 100%);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}
.home-animation .container {
	background:#fff;
	position:relative;
}
.home-animation p {
	color: #5F504D;
	font-size: 32px;
	line-height: 46px; /* 143.75% */
	letter-spacing: 0.64px;
}
.home-animation img {
	z-index: 1;
  position: relative;
	max-width: 1150px;
  margin-left: auto;
  display: block;
  margin-right: 60px;
  width:90%;
}
.home-animation video {
	position:absolute;
	top:0;
	right:10%;
	width:50%;
}
.page-template-home .site-header {
	background-color:#fff;
}
.solutions-home {
	background-image:url(/wp-content/uploads/2024/10/Group-642.jpg);
	background-size:cover;
	background-position:center top;
	padding-bottom:175px;
}
.schedule {
	background-size:cover;
	background-position:center left;
	padding-top:60px;
	background-image:url(/wp-content/uploads/2024/10/Darker-Blue-Background-scaled.jpg);
}
.schedule-text {
	padding-bottom:40px;
}
.schedule-text p:first-of-type {
	color:#FFF;
	font-size:24px;
	line-height:34px;
}
.home-body-bg {
	background: linear-gradient(90deg, white 0%, white 33%, #cfcfcf 100%);

}
.bg-grad {
	background: linear-gradient(to bottom, #fff, #dcdcdc);
}
.home-cta-3 {
	background-size:cover;
	position:relative;
	background-image:url(https://b2s.mentus.com/wp-content/uploads/2024/10/Group-643.jpg);
}
.home-cta-3 .container {
	position:relative;
}
.home-cta-3 .row {
	align-items:center;
	padding-top:80px;
	padding-bottom:80px;
	position:relative;
	z-index:11;
}
.cta-3 {
	color: #FFF;
	font-size: 36px;
	line-height: 40px;
	margin-bottom:0px;
}
.hand-img {
	position:absolute;
	width:63%;
	bottom:0;
	right:20%;
	z-index:1;
}
.blue-overlay {
	background:#3673B9;
	opacity:.6;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10;
}
.gray-bg {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(217, 217, 217, 0.00) 50%, #737373 100%);
	mix-blend-mode: multiply;
	height:170px;
}
@media screen and (max-width:1399px) {
	.gray-bg {
		height:80px;
	}
	.home-animation-text {
		position: relative;
	  background: #fff;
	  height: 175px;
	  width: calc(90% - 100px);
	  max-width: 940px;
	  margin-left: auto;
	  margin-right: 100px;
	}
}
@media screen and (max-width:1199px) {
	.home-animation-text {
		position: relative;
	  background: #fff;
	  height: 175px;
	  width: calc(90% - 50px);
	  max-width: 900px;
	  margin-left: auto;
	  margin-right: 60px;
	}
}
@media screen and (max-width:991px) {
	.schedule-text p:first-of-type {
		font-size:19px;
		line-height:28px;
	}
	.hand-img {
		right:0;
	}
	.home-animation-text {
		position: relative;
	  background: #fff;
	  height: 140px;
	  width: calc(90% - 36px);
	  max-width: 900px;
	  margin-left: auto;
	  margin-right: 60px;
	}
	.home-animation-text p {
		font-size: 25px;
    line-height: 34px;
	}
}
@media screen and (max-width:767px) {
	.schedule-text {
		padding-bottom:0px;
	}
	.schedule img {
		max-width: 250px;
	    margin: 0 auto;
	    display: flex;
	}
	.solutions-home .col-md-4, .link-boxes-2 .col-md-4 {
    margin-bottom: 30px;
  }
  .cta-3 {
  	font-size:26px;
  	line-height:34px;
  }
  .home-animation h1 {
		font-size: 34px;
		line-height: 44px;
	}
  .home-animation-text p {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width:575px) {
	.home-animation h1 {
	  font-size: 30px;
	  line-height: 40px;
	}
	.home-animation-text {
		height:155px;
		margin-top:-10px;
	}
	.home-animation-text p {
    font-size: 21px;
    line-height: 27px;
  }
}

@media screen and (max-width:400px) {
	.home-animation h1, .home-animation h1 span {
	  font-size: 23px;
	  line-height: 30px;
	  margin-bottom:10px;
	}
	.home-animation-text {
		height:165px;
		margin-top:-15px;
    width: calc(90% - 17px);
		margin-right: 20px;
	}
	.home-animation-text p {
    font-size: 20px;
    line-height: 26px;
  }
  .home-animation img {
  	margin-right:20px;
  }
}

/* HOME ANIMATION */
.home-photo-1, .home-photo-2, .home-photo-3 {
	position:absolute !important;
	top:0px;
	right:0px;
}
.home-text-1, .home-text-2, .home-text-3 {
	position:absolute !important;
	top:0px;
	left:0px;
}
.home-photo-3, .home-text-3 {
	animation: fadeInOut3 18s infinite;
	animation-delay:1.5s;
	opacity:0;
}
.home-photo-2, .home-text-2 {
	animation: fadeInOut 18s infinite;
	animation-delay:1.5s;
	opacity:0;
}
.home-photo-1, .home-text-1 {
	animation: fadeOutIn 18s infinite;
	animation-delay:1.5s;
}

/* 
Keyframes for photo 1 fading out and in
	0 seconds in
	4 seconds start fading out
	6 seconds fully out
	16 seconds start fading in
	18 seconds fully in
*/

/* Keyframes for photo 1 fading out */
@keyframes fadeOutIn {
    0% {
        opacity: 1; /* Initially hidden */
    }
    22.2222222% {
        opacity: 1; /* Initially hidden */
    }
    33.333333% {
        opacity: 0; /* Fades in at halfway point */
    }
    88.8888888% {
        opacity: 0; /* Remain visible at end of cycle */
    }
    100% {
        opacity: 1; /* Remain visible at end of cycle */
    }
}
/* 
Keyframes for photo 2 fading in and out
	0 seconds hidden
	4 seconds start fading in
	6 seconds fully in,
	10 seconds start fading out
	12 seconds fully out
	18 seconds still out
*/

@keyframes fadeInOut {
    0% {
        opacity: 0; /* Initially hidden */
    }
    22.2222222% {
        opacity: 0; /* Initially hidden */
    }
    33.333333% {
        opacity: 1; /* Fades in at halfway point */
    }
    55.555555% {
        opacity: 1; /* Remain visible at end of cycle */
    }
    66.66666% {
        opacity: 0; /* Remain visible at end of cycle */
    }
    100% {
        opacity: 0; /* Remain visible at end of cycle */
    }
}
/* 
Keyframes for photo 3 fading in and out
	0 seconds hidden
	10 seconds start fading in
	12 seconds fully in,
	16 seconds start fading out
	18 seconds still out
*/

@keyframes fadeInOut3 {
    0% {
        opacity: 0; /* Initially hidden */
    }
    55.555555% {
        opacity: 0; /* Initially hidden */
    }
    66.6666666% {
        opacity: 1; /* Fades in at halfway point */
    }
    88.8888888% {
        opacity: 1; /* Remain visible at end of cycle */
    }
    100% {
        opacity: 0; /* Remain visible at end of cycle */
    }
}

/* SCHEDULE A CALL POPUP
--------------------------------------------- */
.call-cta {
	position: fixed;
	right: 0px;
	z-index: 9999999;
	top: 50%;
	transform: translateY(-50%);
}
.call-cta:hover {
	opacity:.8;
	cursor:pointer;
}
#exampleModal .modal-dialog {
	max-width: 1100px;
    width: 100%;
    position: fixed;
    right: 0;
    margin-right: 0;
}
#exampleModal .modal-content {
	background:#2562AA;
	border-radius: 20px 0px 0px 20px;
	border: none;
}
#exampleModal .modal-body {
	padding:0px;
}
#exampleModal {
	z-index: 999999;
}
.call-form-title {
	font-size:36px;
	font-weight:500;
	color:#fff;
	margin-bottom:10px !important;
}
.call-form-subtitle {
	font-size:24px;
	color:#fff;
	margin-bottom:30px !important;
}
body {
	padding-right:0px !important;
}
#exampleModal .col-md-8 {
	padding-top:50px;
	padding-bottom:50px;
	padding-right:100px;
}
#exampleModal .wpcf7-response-output {
	color:#fff;
}
@media screen and (max-width:1199px) {
	.call-form-title {
		font-size:28px;
		margin-bottom:0px !important;
	}
	.call-form-subtitle {
		font-size: 21px;
    	margin-bottom: 10px !important;
	}
}
@media screen and (max-width:991px) {
	#exampleModal .col-md-8 {
		padding-bottom:30px;
		padding-top:30px;
	}
	.call-form-title {
		font-size:24px;
	}
	#exampleModal input[type='text'], .modal input[type='email'] {
		padding:5px 15px;
	}
	#exampleModal .wpcf7-form p {
		margin-bottom:10px;
	}
}
@media screen and (max-width:767px) {
	#exampleModal .col-md-8 {
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width:500px) {
	.call-cta {
		max-height:115px;
	}
}

/* ABOUT PAGE
--------------------------------------------- */
.about-stats {
	margin-top:50px;
	margin-bottom:-120px;
}
.about-stats p {
	margin-bottom:0px;
	font-weight:400;
}
.about-stats .col-lg-6 {
	z-index:1;
}
.stat-wrap {
	border-radius:20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background:#2562AA;
}
.stat-wrap-1 {
	height:100%;
}
.stat-text {
	padding:20px 60px;
}
.stat-wrap .btn-orange {
	margin-top:20px;
	font-weight:300;
}
.stat-wrap p {
	color:#fff;
	font-size:24px;
	line-height:40px;
}
.stat-rt {
	padding:30px;
}
.executive-team {
	margin-top:50px;
}
.executive-team a {
	color: #FB7238;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.8px;
}
.executive-team a:hover {
	color: #222D64;
	transition:.4s;
}
.executive-team .col-sm-4 p {
	line-height:24px;
}
.executive-team .col-sm-4 p:nth-of-type(1) {
	color: #5F504D;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.9px;
	margin-bottom:5px;
}
.executive-team hr {
	opacity: 1;
	background-color: #FB7238;
	margin-bottom:50px;
}
.ec-hr:last-of-type {
	display:none;
}
.team-accordion-wrap {
	padding-top:60px;
	padding-bottom:120px;
}
.accordion-item .accordion-item .accordion-button:not(.collapsed) {
	color:#000;
}
.accordion-item .accordion-item .accordion-button {
	font-size:18px;
	line-heigth:30px;
}
.accordion-item .accordion-item .accordion-button:last-of-type {
	border-bottom:none;
}
.page-template-about .accordion-body {
	padding-right:0px;
}
.page-template-about .accordion-body h2 {
	font-family: roboto-condensed, sans-serif !important;
}
.page-template-about .accordion-body h2 span {
	font-family: roboto-condensed, sans-serif !important;
	font-size:18px;
	line-height:30px;
	color:#5F504D;
}
.team-member-headshot {
	/*	border-radius:15px 15px 0px 0px;*/
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width:1199px) {
	.stat-rt {
		padding:30px 10px;
	}
	.stat-text {
		padding:20px;
	}
}
@media screen and (max-width:991px) {
	.stat-wrap p {
	    font-size: 21px;
    	line-height: 30px;
    }
    .stat-wrap {
    	margin-top:20px;
    }
    .stat-wrap-1 {
		height:auto;
	}
	.accordion-item .accordion-item h2.accordion-button, .page-template-about .accordion-body h2 span {
		font-size:16px;
		line-height:24px !important;
	}
	.accordion-item .accordion-item h2.accordion-button span {
		display:none;
	}
	.team-title {
		display:block !important;
		width:60%;
	}
	.team-name {
		width:30%;
	}
	.page-template-about .accordion-body h2 span:first-of-type {
		display:block;
	}
}
@media screen and (max-width:450px) {
	.stat-wrap .col-sm-4 {
		display:none;
	}
	.stat-wrap .col-sm-8 {
		width:100%;
	}
	.stat-rt {
        padding: 30px 22px;
    }
    .accordion-item .accordion-item h2.accordion-button, .page-template-about .accordion-body h2 span {
		font-size:14px;
		line-height:20px !important;
	}
}

/* Timeline */
.col-1-5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-left: 7px;
  padding-right: 7px;
}
.timeline-labels {
	margin-bottom:30px;
	margin-top:20px;
}
.timeline-labels .col-1-5 div {
	border-bottom:7px solid #b3b3b3;
	padding-left:8px;
	padding-right:8px;
}
.timeline-labels .col-1-5 p {
	color:#b3b3b3;
	margin-bottom:0px;
	font-size:20px;
	font-weight:500;
}
.active-timeline-label div {
	background:#FB7238;
	border-bottom:7px solid #FB7238 !important;
	border-radius:10px 10px 0px 0px;
}
.active-timeline-label div p {
	color:#fff !important;
}
.active-timeline-label div:hover {
	cursor:pointer;
}
.timeline-content {
	position:relative;
	display:none;
}
.timeline-content-1 {
	display:block;
}
.timeline-box-1 {
	position:absolute;
	z-index:1;
	top:0px;
	background:#fff;
	width:26.5%;
	border-radius:0px 0px 15px 15px;
	padding:25px;
}
.timeline-box-1 p {
	font-size:16px;
	line-height:22px;
	margin-bottom:0px;
}
.timeline-box-2 {
	position:absolute;
	z-index:0;
	top:0px;
	background:#FB7238;
	width:26.5%;
	border-radius:15px;
	padding:25px;
	top:40%;
}
.timeline-box-2 p {
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin-bottom:0px;
}
.timeline-box-photo {
	width:100%;
	background-image:url(/wp-content/uploads/2024/10/AdobeStock_871080841-1.jpg);
	min-height:420px;
	background-size:cover;
	border-radius:15px;
	margin-bottom:-120px;
}
.timeline-content-1 .timeline-box-1 {
	left: 0%;
}
.timeline-content-1 .timeline-box-2 {
	left: 25%;
}
.timeline-content-2 .timeline-box-1 {
	left: 13%;
}
.timeline-content-2 .timeline-box-2 {
	left: 38%;
}
.timeline-content-3 .timeline-box-1 {
  left: 25.5%;
}
.timeline-content-3 .timeline-box-2 {
  left: 50%;
  top: 30%;
}
.timeline-content-4 .timeline-box-1 {
  left: 23%;
}
.timeline-content-4 .timeline-box-2 {
  left: 14%;
	top: 28%;
}
.timeline-content-5 .timeline-box-1 {
  left: 50.5%;
}
.timeline-content-5 .timeline-box-2 {
  left: 26%;
  top: 28%;
}
.timeline-content-6 .timeline-box-1 {
  left: 48.5%;
}
.timeline-content-6 .timeline-box-2 {
  left: 24%;
  top: 24%;
}
.timeline-content-7 .timeline-box-1 {
  left: 61%;
}
.timeline-content-7 .timeline-box-2 {
  right: 37%;
  top: 26%;
}
.timeline-content-8 .timeline-box-1 {
  right:0%;
}
.timeline-content-8 .timeline-box-2 {
  right: 24.5%;
  top: 27%;
}
@media screen and (max-width:1199px) {
	.timeline-box-1 p, .timeline-box-2 p {
		font-size:14px;
		line-height:20px;
	}
}
@media screen and (max-width:991px) {
	.timeline-box-2, .timeline-box-1 {
		width:40%;
	}
	.timeline-content-4 .timeline-box-1 {
	  left: 38.5%;
	}
	.timeline-content-5 .timeline-box-1 {
	  left: 22%;
	}
	.timeline-content-6 .timeline-box-1 {
	  left: 34.5%;
	}
	.timeline-content-7 .timeline-box-1 {
	  left: 47%;
	}
	.timeline-content-1 .timeline-box-2 {
		left: 38%;
	}
	.timeline-content-2 .timeline-box-2 {
		left: 51%;
	}
	.timeline-content-3 .timeline-box-2 {
		left: 63%;
    max-width: 35%;
	}
	.timeline-content-4 .timeline-box-2 {
		left: 3%;
    max-width: 38%;
	}
	.timeline-content-5 .timeline-box-2 {
		left: 59%;
    max-width: 37%;
	}
	.timeline-content-6 .timeline-box-2 {
		left: 3%;
    max-width: 34%;
	}
	.timeline-content-7 .timeline-box-2 {
		right:51%;
	}
	.timeline-content-8 .timeline-box-2 {
		right:38%;
	}
}
@media screen and (max-width:767px) {
	.timeline-box-2, .timeline-box-1 {
		width:50% !important;
		max-width:50% !important;
	}
	.timeline-box-1 {
		left:0% !important;
	}
	.timeline-box-2 {
		left:47% !important;
	}
	.timeline-box-photo {
		min-height:300px;
	}
}
@media screen and (max-width:400px) {
	.timeline-box-photo {
		min-height:380px;
	}
}
/* End Timeline */


/* SUBMENU
--------------------------------------------- */
:target {
  scroll-margin-top: 97px; /* Adjust based on the height of your sticky header */
}
.menu-toggle {
	margin-top:33px;
	margin-bottom:33px;
}
.fixed-menu .menu-toggle {
	margin-top:17px;
	margin-bottom:17px;
}
.my-submenu {
	background-image:url('https://b2s.mentus.com/wp-content/uploads/2024/10/Group-644.jpg');
	background-position: top right;
	background-size: cover;
	margin-bottom:-30px;
}
.my-submenu .col-6 {
	min-height:320px;
}
/*.fixed-menu #about-submenu {
	margin-top:15px;
	margin-bottom:-15px;
}*/
.my-submenu ul li {
	color:#fff;
	padding-top:8px;
	padding-bottom:8px;
}
.my-submenu ul li a {
	color:#fff;
}
.my-submenu ul li a:hover {
	color:#FB7238;
	transition:.4s;
}
.my-submenu ul {
	list-style:none;
	margin-bottom:0px;
	padding-top:30px;
	padding-bottom:30px;
}
.entry-content {
	padding-top:125.5px;
	margin-top:0px;
}
.fixed-padding .entry-content {
	margin-top:-30px;
}
@media screen and (min-width:992px) {
	.main-navigation ul ul {
		display:none !important;
	}
}

