/*!
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

/*a:visited {
	color: #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;
}

.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: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex !important;
	}
}
@media screen and (max-width: 1199px) {
	.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;
}
.page {
	margin:0px;
	background-image:url(/wp-content/uploads/2023/11/Background-1-1-scaled.jpg);
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: "montserrat", sans-serif;
}
.overflow-hidden {
	overflow:hidden;
}
a {
	text-decoration:none;
}
ul, ol {
	margin: 0 0 15px 0px;
}
.content-box ul li ul {
	margin-top:20px;
	margin-bottom:20px;
}
p, ul li, span, ol li {
	color:#626262;
	font-size:18px;
	line-height:30px;
	font-family: "montserrat", sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	position:relative;
}
h3 {
	color:#063468;
	text-transform:uppercase;
	font-size:20px;
	line-height:32px;
	font-weight:700;
}
h1 {
	color:#063468;
	font-size:60px;
	line-height:68px;
	text-transform: uppercase;
	padding-bottom:25px;
	margin-bottom:40px;
	display:inline-block;
}
h1:after {
	content:'';
	background-image:url('/wp-content/uploads/2023/11/Rectangle-360.png');
	background-repeat:no-repeat;
	min-width:648px;
	width:100%;
	height:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	border-bottom:1px solid #C4C4C4;
	background-size:50px 3px;
}
h2 {
	color:#063468;
	font-size:34px;
	line-height:40px;
	text-transform: uppercase;
	padding-bottom:25px;
	margin-bottom:40px;
	letter-spacing: 1.7px;
	font-weight:500;
}
h2:after {
	content:'';
	background-image:url('/wp-content/uploads/2023/11/Rectangle-360.png');
	background-repeat:no-repeat;
	width:100%;
	height:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	border-bottom:1px solid #C4C4C4;
	background-size:50px 3px;
}
@media screen and (max-width:1399px) {
	h1:after {
		min-width:570px;
	}
}
@media screen and (max-width:1199px) {
	h1 {
		font-size:48px;
		line-height:56px;
	}
	h1:after {
		min-width:100%;
	}
}
@media screen and (max-width:991px) {
	h1 {
		font-size:40px;
		line-height:47px;
	}
	h2 {
		font-size:30px;
		line-height:37px;
	}
}
@media screen and (max-width:767px) {
	h1 {
		font-size:34px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:32px;
	}
}
:focus-visible {
    outline: none;
}
.pt-90 {
	padding-top:90px;
}
.mt-120 {
	margin-top:120px !important;
}
.btn-blue {
	border-radius: 5px;
	background: #063468;
	padding:14px 18px;
	text-align:center;
	color:#fff;
	font-family: "montserrat", 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: "montserrat", 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: "montserrat", 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:1050px) {
	.page {
		background-attachment:scroll;
		background-position:top right;
		background-size:cover;
	}
}
/* HEADER
--------------------------------------------- */
/*.fixed-position {
	position: fixed;
	width:100%;
}*/
.site-header {
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:30px;
	transition: .4s;
	background-color:#fff;
}
.page-template-home .site-header {
	background-color:transparent;
}
.mobile-overflow-hidden .site-header {
	background-color:#fff;
}
.custom-logo {
	max-width:200px;
	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:16px;
	color:#063468;
	font-weight:500;
	position:relative;
}
#primary-menu li a:hover {
	color:#18978D;
	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 .custom-logo {
	max-width:100px;
	transition:.4s;
}


@media screen and (min-width:1200px) {
	.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;
	}
}
@media screen and (max-width:1199px) {
	.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: 112px;
	    text-align: left;
	    padding-top: 25px;
	    height: calc(100vh - 112px);
	    padding-right: 0px;
	}
	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: 58px;
	}
	.fixed-menu .toggled .menu-menu-1-container {
	    height: calc(100vh);
	    padding-bottom:100px;
	}
	.menu-menu-1-container {
	    overflow-y: scroll;
	}
}
@media screen and (max-width: 1199px) {
	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 {
	margin-top:90px;
	background-image:url(/wp-content/uploads/2023/11/Blue-background.jpg);
	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;
}
footer .custom-logo {
	max-width: 200px;
    transition: .4s;
    width: 200px;
    max-width: 100%;
}
.footer-middle {
	padding-left:60px;
}
.follow-us {
	font-weight: 600;
	color:#23B5AD;
	letter-spacing:1px;
	margin-bottom:15px;
}
.social-btn {
    background-color: transparent;
    padding: 6px 9px 10px 9px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #2668B2;
    margin-right:3px;
}
.social-btn:hover {
    background: #2668B2;
    transition: .8s;
}
.copyright {
	background:#2967B2;
	padding:9px 0px 10px 0px;
}
.copyright p {
	color:#fff;
	margin:0px;
	font-size:14px;
	line-height:15px;
	display:flex;
}
.footer-menu {
	display:flex;
	margin-bottom:0px;
	padding-left:0px;
}
.footer-menu li {
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:15px;
}
.footer-menu li:after {
	content:'|';
	color:#063468;
	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:#063468;
	transition:.4s;
}
.copyright .col-xl-10 {
	display: flex;
	justify-content: space-between;
	padding-left:60px;
}
.copyright .col-12 {
	display: flex;
	justify-content: space-between;
	padding-left:60px;
}
.copyright .col-12 p {
	margin-top:10px;
}
.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;
	}
}
@media screen and (max-width:575px) {
	.copyright .col-12 {
		display:block;
	}
	.footer-right {
		text-align:left;
		margin-top:20px;
	}
	.copyright p {
		display:block;
		text-align:center;
	}
	.footer-menu {
	    display: block;
	    margin: 0 auto;
	    margin-bottom:-3px;
	}
}
@media screen and (max-width:350px) {
	.footer-menu li:after {
	    padding-left: 4px;
	    padding-right: 2px;
	}
}

/* PRIVACY POLICY
--------------------------------------------- */
.page-template-privacy-policy h2, .page-template-terms-of-use h2 {
	color:#063468;
	text-transform: uppercase;
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	margin-top:30px;
}
.content-box {
	background:#fff;
	padding:40px;
	border-radius:5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
.page-template-privacy-policy .content-box p, .page-template-privacy-policy .content-box h2, .page-template-terms-of-use .content-box p, .page-template-terms-of-use .content-box h2 {
	margin-bottom:15px;
}
@media screen and (max-width:767px) {
	.content-box {
		padding:40px 15px;
	}
}



/* HERO
--------------------------------------------- */
.hero-subtext {
	color:#2668B2;
	font-size:28px;
	line-height:38px;
}
.additional-text p {
	font-size:20px;
	line-height:34px;
}
.additional-text .btn-blue {
	margin-bottom:50px;
	margin-top:10px;
	display:inline-block;
}
@media screen and (max-width:991px) {
	.hero-subtext {
		font-size:26px;
		line-height:35px;
	}
}
@media screen and (max-width:767px) {
	.hero-subtext {
		font-size:24px;
		line-height:34px;
	}
}


/* CONTACT PAGE
--------------------------------------------- */
.contacts .col-md-6:first-of-type p {
	color:#fff;
	font-size:20px;
}
.contacts p {
	font-size:20px;
}
.contacts hr {
	background:#fff;
}
.contacts-bg {
	background:#23B5AD;
	padding:30px;
	border-radius: 5px;
	height:100%;
}
.contacts-bg a {
	color:#fff;
}
input[type=text], select, textarea, input[type=email], input[type=text] {
	background:#F5F5F5;
	border:none;
	border-radius:5px;
	width:100%;
	padding: 10px 15px;
	margin-bottom:14px;
	font-family: "montserrat", sans-serif;
	font-size:18px;
}
.wpcf7-submit, button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 5px;
	background: #063468;
	padding:14px 18px;
	text-align:center;
	color:#fff;
	font-family: "montserrat", sans-serif;
}
.wpcf7-submit:hover {
	background:#2668B2;
	transition:.4s;
}
#submit i {
	padding-left:10px;
}
@media screen and (max-width:991px) {
	.contacts .col-md-6:first-of-type p, .contacts p, .contacts-bg h3 {
		font-size:18px;
		line-height:28px;
	}
}
@media screen and (max-width:767px) {
	.contacts .col-md-6:first-of-type {
		margin-bottom:30px;
	}
}


/* CONTENT BOX OVER BACKGROUND IMAGE MODULE
--------------------------------------------- */
/* Homepage Hack - Client wanted to add a title that isn't all caps */
.page-id-13 .color-box-home p:first-of-type {
	text-transform:none !important;
}

.quote-title p:first-of-type {
	margin-bottom:0px;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	text-transform: uppercase;
}
.quote-title p:nth-of-type(2) {
	margin-bottom:0px;
	font-size:16px;
	line-height:24px;
}
.color-box p {
	font-size:22px;
	line-height:34px;
}
.color-box, .color-box p, .color-box a {
	color:#fff;
}
.color-box a:hover {
	color:#23B5AD;
	transition:.4s;
}
.color-box {
	background:#2668B2;
	padding:50px 30px;
	margin-top:-30px;
	margin-bottom:-30px;
	border-radius:5px;
}
.color-box i {
	color:#23B5AD;
	margin-right:15px;
}
.color-box-bg {
	background-size:cover;
	background-position:center center;
	margin-top:70px;
	margin-bottom:120px;
}
.color-box-mobile {
	height:250px;
	background-size:cover;
	margin-top:60px;
	background-position:center center;
}
@media screen and (max-width:991px) {
	.color-box p {
		font-size:18px;
		line-height: 26px;
	}
	.quote-title p:first-of-type {
		font-size:16px;
		line-height: 24px;
	}
}
@media screen and (max-width:575px) {
	.color-box-bg, .page-template-contact .color-box-bg {
		background-image:none !important;
		margin-top: 0 !important;
    	margin-bottom: 0px !important;
	}
	.color-box {
		margin-top:-50px;
		margin-bottom:70px;
	}
	.color-box-two {
		margin-bottom:20px;
	}
	.page-template-contact .color-box {
		margin-bottom:30px;
	}
}
/* CONTACT PAGE SPECIFIC */
.page-template-contact .color-box-bg {
	margin-bottom:80px;
}
.page-template-contact .color-box {
	padding:30px;
}
.color-title {
	font-weight:600;
	font-size:20px;
	margin-bottom:20px;
}
.socials {
	align-items:center;
}
.socials .social-btn {
	background: #063468;
	display: table;
	padding: 9px;
}
.socials .social-btn img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.socials .social-btn:hover {
	background: #23B5AD;
	transition: .8s;
}
.address, .phone, .email, .linkedin, .socials {
    font-size: 22px;
    line-height: 30px;
    display: flex;
    margin-bottom: 5px;
}
.address {
	margin-bottom:30px;
}
.socials {
	margin-top:30px;
}
@media screen and (max-width:991px) {
	.address, .phone, .email, .linkedin, .socials, .color-title {
		font-size:18px;
		line-height: 26px;
	}
}
/* END CONTACT PAGE SPECIFIC */


/* INVESTORS PAGE
--------------------------------------------- */
.collaborators {
	background:#fff;
	padding:50px 50px 20px 50px;
}
.collaborators .col-6 {
	text-align:center;
	margin-bottom:30px;
}
@media screen and (max-width:575px) {
	.custom-mobile-placement {
		background-position: 20% center;
	}
	.collaborators .col-6:nth-of-type(odd) {
		padding-right:23px;
	}
	.collaborators .col-6:nth-of-type(even) {
		padding-left:23px;
	}
	.collaborators {
		padding:40px 20px 20px 20px;
	}
}
/* CAROUSEL
--------------------------------------------- */
.patients-stories-carousel__indicators img {
	border-radius:5px;
}

/* CAREERS PAGE
--------------------------------------------- */
.career-opps p, .benefits p {
	font-size:20px;
	line-height:34px;
}
#dei p {
	font-size:18px;
	line-height:24px;
}
#dei p:last-of-type {
	margin-bottom:0px;
}
#dei h3 {
	color:#fff;
	font-size:30px;
	line-height:36px;
	font-weight:400;
	margin-bottom:25px;
}
.dei-icon {
	margin: 0 auto;
    display: block;
    margin-bottom:25px;
    height:80px;
    width:auto;
}
#dei .color-box {
	height: calc(100% + 60px);
}
#dei .col-lg-4:nth-of-type(2) .color-box {
	background:#23B5AD;
}
#dei .col-lg-4:nth-of-type(3) .color-box {
	background:#063468;
}
.careers-content-box p {
	font-size:20px;
	line-height:34px;
}
.benefits {
	margin-bottom:20px;
}
@media screen and (max-width:1399px) {
	.benefits {
		margin-bottom:50px;
	}
}
@media screen and (max-width:991px) {
	#dei {
		background-image:none !important;
		margin-top: 0 !important;
    	margin-bottom: 0px !important;
	}
	#dei .color-box {
		margin-top:-50px;
		margin-bottom:0px;
		height:auto;
	}
	#dei .color-box-two {
		margin-bottom:20px;
	}
	#dei .col-lg-4:nth-of-type(2) .color-box, #dei .col-lg-4:nth-of-type(3) .color-box {
		margin-top:20px;
	}
	.careers-content-box p {
		font-size:18px;
		line-height:28px;
	}
	.career-opps p, .benefits p {
		font-size:18px;
		line-height:28px;
	}
	.page-template-careers .hover-boxes-wrap {
		margin-top:-50px;
	}
}
@media screen and (max-width:767px) {
	.custom-careers-placement {
		background-position: 74% center;
	}
}


/* HOME PAGE
--------------------------------------------- */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.color-box-home {
	margin-top:100px;
}
.color-box-home .color-box {
	background:#063468;
	margin-bottom:0px;
	padding:25px;
	margin-top:-71px;
}
.color-box-home p:first-of-type {
	font-weight:500;
	letter-spacing:2px;
	text-transform: uppercase;
	font-size:20px;
}
.color-box-home p:nth-of-type(2) {
	color:#23B5AD;
	font-size:34px;
	line-height:40px;
	margin-top:65px;
	margin-bottom:70px;
	text-transform: uppercase;
}
.color-box-home .btn-blue {
	font-size:14px;
	border: 1px solid #fff;
	display:inline-block;
}
.color-box-home .btn-blue:hover {
	border:1px solid #2668B2;
}




.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin:0 auto;
}
/* .homepage-bios .col-sm-4:nth-of-type(2) {
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
} */

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

/* .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
} */

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
	background-color: #23B5AD;
  	color: white;
  	display:flex;
  	align-items:center;
  	border-radius:50%;
  	padding:20px;
}
.row .col-sm-4:nth-of-type(3) .flip-card-front {
	background-color:#2668B2;
}
.row .col-sm-4:nth-of-type(1) .flip-card-front {
	background-color:#063468;
}

.flip-card-back {
  background-color: #23B5AD;
  color: white;
/*   transform: rotateY(180deg); */
  border-radius:50%;
}

.flip-card-front p {
	color:#fff !important;
	margin:0 auto;
	font-size:16px !important;
	line-height:18px !important;
}
.flip-card-front p span {
	font-weight:600;
	color:#fff;
	font-size:20px;
	line-height:25px;
	text-transform: uppercase;
	padding-bottom:5px;
	display: block;
}
/* .flip-card:hover {
	cursor:pointer;
} */

.flip-card img {
	width:300px;
	height:300px;
}
.hover-plus {
	position:absolute;
	bottom:40px;
	margin:0 auto;
	left:0;
	right:0;
}
.home-bio, .home-bio-1, .home-bio-2, .home-bio-3 {
	display:none;
}
.home-bio, .home-bio-1 {
	display:block;
}
.home-bio .home-bio-wrap {
	padding:50px 30px;
	background:#fff;
	margin-top:50px;
	margin-top:0px;
	border-radius:5px;
	display:flex;
	align-items:center;
}
.home-bio-wrap p {
	color:#063468;
	font-size:16px;
	line-height:20px;
}
.home-bio-wrap p:nth-of-type(2) {
	text-transform: uppercase;
	font-weight:600;
	margin-bottom:0px;
	font-size:18px;
	line-height:24px;
}
.home-bio-wrap p:nth-of-type(3) {
	margin-bottom:0px;
}
.home-bio-wrap p:first-of-type {
	font-size:26px;
	line-height:40px;
	width:850px;
	max-width:100%;
	color:#585858;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
    height: 10px;
	border-radius: 50%;
	background:#C4BE33;
	border:none;
	opacity:1;
}
.carousel-indicators .active {
	background:#fff;
}
#carouselExampleIndicators .carousel-indicators {
    justify-content: flex-start;
    margin-left:0px;
    margin-bottom:50px;
    position:static;
	display:none;
}
#carouselExampleIndicators .col-lg-4 {
	padding-right:0px;
}
#carouselExampleIndicators .col-lg-4 div {
	border-radius: 5px 0px 0px 5px;
	background-size:cover;
	width:100%;
	height:100%;
	background-position:center center;
}
#carouselExampleIndicators .col-lg-8 {
	padding-left:0px;
}
.carousel-blue-bg {
	background-color:#2668B2;
	height:100%;
	padding:50px;
	border-radius: 0px 5px 5px 0px;
}
.carousel-blue-bg p {
	color:#fff;
	font-size:22px;
	line-height:34px;
}
.home-testimonial-name {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 18px !important;
	line-height: 24px !important;
}
.home-testimonial-title {
	font-size: 16px !important;
	line-height: 20px !important;
}

@media screen and (max-width:1199px) {
	.flip-card {
		width: 250px;
		height: 250px;
	}
	.flip-card img {
		width:250px;
		height:250px;
	}
	.hover-plus {
		bottom:20px;
	}
}
@media screen and (max-width:991px) {
	.color-box-home p:nth-of-type(2) {
	    font-size: 28px;
	    line-height: 34px;
	}
	.flip-card {
		width: 200px;
		height: 200px;
	}
	.flip-card img {
		width:200px;
		height:200px;
	}
	.flip-card-front p span {
	    font-size: 18px;
	    line-height: 23px;
	}
	.home-bio-wrap p:first-of-type {
	    font-size: 23px;
	    line-height: 35px;
   	}
   	.carousel-blue-bg p {
	    color: #fff;
	    font-size: 20px;
	    line-height: 30px;
	}
	.carousel-blue-bg {
		padding:30px;
	}
	#carouselExampleIndicators .carousel-indicators {
		margin-bottom:35px;
	}
	.hover-plus {
		bottom:5px;
	}
}
@media screen and (max-width:767px) {
	.home-hero {
		padding-bottom:0px;
	}
	.page-template-home .hover-boxes-wrap {
		margin-top:-50px;
	}
	.color-box-home p:nth-of-type(2) {
	    font-size: 23px;
	    line-height: 28px;
	    margin-top:40px;
	    margin-bottom:45px;
	}
	.color-box-home p:first-of-type {
		font-size:16px;
	}
	.flip-card {
		width: 150px;
		height: 150px;
	}
	.flip-card img {
		width:150px;
		height:150px;
	}
	.flip-card-front p {
	    font-size: 14px;
	    line-height: 18px;
	}
	.flip-card-front p span {
	    font-size: 14px;
	    line-height: 18px;
	}
	.home-bio-wrap p:first-of-type {
	    font-size: 21px;
	    line-height: 32px;
	}
	.home-bio .home-bio-wrap {
		display:block;
	}
	#carouselExampleIndicators .col-lg-4 div {
		background-image:none !important;
	}
	#carouselExampleIndicators .col-lg-8 {
		padding-left:12px;
	}
	#carouselExampleIndicators .col-lg-4 {
		padding-right:12px;
	}
	.carousel-blue-bg {
		border-radius: 0px;
	}
	#carouselExampleIndicators .col-lg-4 div img {
		border-radius: 5px 5px 0px 0px;
	}
	.hover-plus {
		bottom:0px;
	}
}
@media screen and (max-width:575px) {
	.homepage-bios {
		margin-top:90px;
	}
	.flip-card {
		width: 200px;
		height: 200px;
		margin-bottom:15px;
	}
	.flip-card img {
		width:200px;
		height:200px;
	}
	.hover-plus {
		bottom:10px;
	}
	.home-custom-mobile-placement {
		background-position: 84% center;
	}
}
/* HOME HERO ANIMATION
--------------------------------------------- */
.scroll-prompt-wrap {
	opacity:0;
	animation:fade-in forwards;
	animation-duration: 1.5s;
	animation-delay:2.5s;
}
.scroll-prompt {
	display: block !important;
	text-align: center;
	font-size:38px;
	animation:pulse infinite;
	animation-duration: 1.5s;
	animation-delay:2.5s;
}
@-webkit-keyframes pulse { 
	0% { transform: scale(1);} 
	50% { transform: scale(1.4);} 
	100% { transform: scale(1);} 
}
@-moz-keyframes pulse { 
	0% { transform: scale(1);} 
	50% { transform: scale(1.4);} 
	100% { transform: scale(1);} 
}
@-o-keyframes pulse { 
	0% { transform: scale(1);} 
	50% { transform: scale(1.4);} 
	100% { transform: scale(1);} 
}
@keyframes pulse { 
	0% { transform: scale(1);} 
	50% { transform: scale(1.4);} 
	100% { transform: scale(1);} 
}
  
.home-hero .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition: opacity 1.65s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: opacity 1.65s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.home-hero {
	padding-top:40px;
	padding-bottom:40px;
}
#homeCarousel .row {
	align-items:center;
}
.home-top-text {
	font-weight:700;
	color:#23B5AD;
	letter-spacing:1.7px;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 25px;
	padding-bottom: 25px;
	opacity:0;
	animation:fade-in forwards;
	animation-duration: 2s;
	animation-delay:.5s;
}
.home-subtext {
	text-transform: uppercase;
	font-size:23px;
	line-height:30px;
	position:relative;
	padding-bottom:30px;
	margin-bottom:0px;
	opacity:0;
	animation:fade-in forwards;
	animation-duration: 2.5s;
	animation-delay:2.5s;
	font-weight:500;
}
.home-subtext:after {
	content:'';
	background-image:url('/wp-content/uploads/2023/11/Rectangle-360.png');
	background-repeat:no-repeat;
	width:100%;
	height:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	border-bottom:1px solid #C4C4C4;
	background-size:33.3% 3px;
}
.sub-two:after {
	background-position:center !important;
}
.sub-three:after {
	background-position:right !important;
}
.home-title {
	text-transform: uppercase;
	margin-bottom:25px;
	position:relative;
	font-weight:500 !important;
}
p.home-title span {
	font-weight:500;
}
.reveal {
	color: #0000;
	font-size: 68px;
	line-height: 70px;
/* 	font-size:44px;
	line-height:46px; */
	background: linear-gradient(#063468 0 0) no-repeat;
	background-size: 0% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	animation: t 2s 1.5s both;
}
.reveal-two {
	color: #0000;
	font-size: 68px;
	line-height: 70px;
/* 	font-size:44px;
	line-height:46px; */
	background: linear-gradient(#063468 0 0) no-repeat;
	background-size: 0% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	animation: t 1s 1.5s both;
}
#homeCarousel img {
	opacity:0;
	animation:flip-with-scale forwards;
	animation-duration: 2s;
	animation-delay:2.5s;
}
#homeCarousel {
	margin-bottom:30px;
}

@-webkit-keyframes t{
  to {background-size: 100% 100%}
}
@-moz-keyframes t{
  to {background-size: 100% 100%}
}
@-o-keyframes t{
  to {background-size: 100% 100%}
}
@keyframes t{
  to {background-size: 100% 100%}
}

@-webkit-keyframes fade-in{
  0% {
  		opacity:0;
  	}
  100% {
  		opacity:1;
  	}
}
@-moz-keyframes fade-in{
  0% {
  		opacity:0;
  	}
  100% {
  		opacity:1;
  	}
}
@-o-keyframes fade-in{
  0% {
  		opacity:0;
  	}
  100% {
  		opacity:1;
  	}
}
@keyframes fade-in{
  0% {
  		opacity:0;
  	}
  100% {
  		opacity:1;
  	}
}

/*@keyframes flip-with-scale {
    0% {
        transform: perspective(400px) scaleX(1);
        opacity:0;
    }
    50% {
    	opacity:1;
    }
    100% {
        transform: perspective(400px) scaleX(-1);
        opacity:1;
    }
}*/


@-webkit-keyframes flip-with-scale {
    0% {
        transform: scale(.5);
        opacity:0;
    }
    50% {
    	opacity:1;
    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
@-moz-keyframes flip-with-scale {
    0% {
        transform: scale(.5);
        opacity:0;
    }
    50% {
    	opacity:1;
    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
@-o-keyframes flip-with-scale {
    0% {
        transform: scale(.5);
        opacity:0;
    }
    50% {
    	opacity:1;
    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
@keyframes flip-with-scale {
    0% {
        transform: scale(.5);
        opacity:0;
    }
    50% {
    	opacity:1;
    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
@media screen and (max-width:1199px) {
	.reveal, .reveal-two {
		font-size:54px;
		line-height:56px;
	}
}
@media screen and (max-width:991px) {
	.reveal, .reveal-two {
		font-size:40px;
		line-height:42px;
	}
}
@media screen and (max-width:767px) {
	/*.reveal, .reveal-two {
		font-size:38px;
		line-height:40px;
	}*/
	#homeCarousel {
		margin-bottom:0px;
	}
	.home-subtext {
		font-size:18px;
		line-height:24px;
		padding-bottom:22px;
	}
	.home-top-text {
		font-size:16px;
		line-height:28px;
		margin-bottom:15px;
		padding-bottom:15px;
	}
	.home-title {
		margin-bottom:15px;
	}
	#homeCarousel img {
	    max-width: 300px;
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    margin-top: 30px;
	}
}
@media screen and (max-width:499px) {
	.reveal, .reveal-two {
		font-size:38px;
		line-height:40px;
	}
	#homeCarousel img {
	    max-width: 200px;
	}
}
@media screen and (max-width:375px) {
	.reveal, .reveal-two {
		font-size:32px;
		line-height:34px;
	}
}
/* HOVER BOXES MODULE
--------------------------------------------- */
/*.hover-boxes-wrap .col-3 div p {
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:0px;

}*/
.hover-boxes-wrap {
	padding-top:70px;
	padding-bottom:70px;
}
.hover-boxes-wrap .row:first-of-type .col-lg-4 {
	margin-top: -50px;
}
.hover-boxes-wrap .row:nth-of-type(2) .col-lg-4 {
	margin-bottom: -50px;
}
.hover-boxes-wrap .row {
	margin-bottom:20px;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.no-flip {
	padding-top:80px;
	margin-bottom:70px;
}
.no-flip .flip-box:hover .flip-box-inner {
  transform: rotateY(0deg);
}
.no-flip .flip-box-front, .flip-box-back {
	position:static;
	border-radius:5px;
}
.no-flip .flip-box {
	height:100%;
	width:100%;
}
.white-checks ul li:before {
	color:#fff !important;
}
.no-flip ul li {
	color:#fff;
	text-align:left;
	line-height:23px;
	padding-bottom:4px;
	list-style:none;
	position:relative;
	padding-left:25px;
}
.no-flip ul {
	padding-left:0px;
}
.no-flip ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0px;
  width: 20px;
  margin-right:10px;
  color:#23B5AD;
  position:absolute;
  left:0px;
  top:0px;
}
.no-flip .flip-box-front p:first-of-type {
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	line-height:28px;
}
.no-flip .flip-box-front p {
	font-size:17px;
	line-height:22px;
	text-transform: none;
	font-weight:400;
	text-align:left;
	margin-top:25px;
}
/*.no-flip .flip-box-front p {
	margin-top:0px;
}*/

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  padding: 40px 20px;
  border-radius:5px;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.flip-box-back p {
	font-size:18px;
	line-height:24px;
	color:#fff; margin-bottom:0px;
	text-align:left;
}
.flip-box-back p:first-of-type {
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:20px;
	text-align:center;
}

.flip-box-front p {
	color:#fff;
	font-size:22px;
	font-weight:600;
	text-transform: uppercase;
	margin-top:30px;
	margin-bottom:0px;
}
.hover-boxes-bg, .hover-box-mobile-img {
	border-radius:5px;
}
@media screen and (max-width:1399px) {
	.flip-box {
	  height: 350px;
	}
	.hover-boxes-wrap {
		padding-top:120px;
		padding-bottom:120px;
	}
	.hover-boxes-wrap .row:first-of-type .col-lg-4 {
		margin-top: -100px;
	}
	.hover-boxes-wrap .row:nth-of-type(2) .col-lg-4 {
		margin-bottom: -100px;
	}
}
@media screen and (max-width:1199px) {
	.flip-box {
		height: 320px;
	}
}
@media screen and (max-width:991px) {
	.hover-boxes-wrap .row:first-of-type .col-lg-4 {
		margin-top: 0px;
		margin-bottom:20px;
	}
	.hover-boxes-wrap .row:nth-of-type(2) .col-lg-4 {
		margin-bottom: 20px;
	}
	.hover-boxes-bg {
		background-image:none !important;
	}
	.hover-boxes-wrap {
		padding-top:0px;
		padding-bottom:0px;
	}
	.flip-box {
		height: 260px;
	}
	.hover-boxes-wrap .flip-box .hover-plus{
		bottom:15px;
	}
	.hover-box-mobile-img {
		margin-bottom:20px;
	}
	.flip-box-front img {
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	.hover-boxes-wrap .row {
		margin-bottom:0px;
	}
	.flip-box-front p {
		font-size:20px;
	}
	.no-flip {
		padding-top:0px;
		margin-bottom:50px;
	}
	.benefits {
		margin-top:70px;
	}
}
@media screen and (max-width:449px) {
	.flip-box-back p {
    	font-size: 17px;
    	line-height: 23px;
	}
	.flip-box {
		height:265px;
	}
}


/* TABS MODULE
--------------------------------------------- */
.page-id-1211 .tabs-3-total button, .page-id-1294 .tabs-3-total button {
	width:100% !important;
}
.page-id-1211 .mbx-tabs .tabs-3-total button:nth-of-type(2), .page-id-1294 .mbx-tabs .tabs-3-total button:nth-of-type(2) {
	background-color: #23b5ad;
}
.page-id-1211 .mbx-tabs .tabs-3-total button:last-child, .page-id-1294 .mbx-tabs .tabs-3-total button:last-child {
	background-color:#704095 !important;
}

@media screen and (min-width:768px) {
	.page-id-1211 .tabs-3-total button, .page-id-1294 .tabs-3-total button {
		width:32.9% !important;
	}
	.page-id-1294 .mbx-tabs .tabs-3-total button:nth-of-type(2), .page-id-1211 .mbx-tabs .tabs-3-total button:nth-of-type(2) {
		margin-right:4px !important;
		margin-left:4px !important;
	}
}






.page-id-1211 .mbx-tabs .tabs-3-total button:last-child:before {
    background-color: #704095 !important;
}
.page-id-1211 .mbx-tabs .tab-content-3-tabs .tab-pane:last-child.active {
    border-top: solid 10px #704095;
}
.page-id-1211 .mbx-tabs .tabs-3-total button:nth-of-type(2):before {
    background-color: #23b5ad !important;
}
.page-id-1211 .mbx-tabs .tab-content-3-tabs .tab-pane:nth-of-type(2).active {
    border-top: solid 10px #23b5ad;
}
.page-id-1211 .mbx-tabs .tabs-3-total button:first-child {
	margin-right:0px !important;
}
.page-id-1211 .tabs-3-total {
	justify-content: space-between;
}
@media screen and (min-width: 0px) {
.page-id-1211 .mbx-tabs .tabs-3-total button {
    font-size: 14px !important;
    line-height: 17px !important;
}
}
@media screen and (min-width: 992px) {
.page-id-1211 .mbx-tabs .tabs-3-total button {
    font-size: 20px !important;
    line-height: 24px !important;
}
}
@media screen and (min-width: 1300px) {
.page-id-1211 .mbx-tabs .tabs-3-total button {
    font-size: 23px !important;
    line-height: 28px !important;
}
}






.page-id-1294 .mbx-tabs .tabs-3-total button:last-child:before {
    background-color: #704095 !important;
}
.page-id-1294 .mbx-tabs .tab-content-3-tabs .tab-pane:last-child.active {
    border-top: solid 10px #704095;
}
.page-id-1294 .mbx-tabs .tabs-3-total button:nth-of-type(2):before {
    background-color: #23b5ad !important;
}
.page-id-1294 .mbx-tabs .tab-content-3-tabs .tab-pane:nth-of-type(2).active {
    border-top: solid 10px #23b5ad;
}
.page-id-1294 .mbx-tabs .tabs-3-total button:first-child {
	margin-right:0px !important;
}
.page-id-1294 .tabs-3-total {
	justify-content: space-between;
}
@media screen and (min-width: 0px) {
.page-id-1294 .mbx-tabs .tabs-3-total button {
    font-size: 14px !important;
    line-height: 17px !important;
}
}
@media screen and (min-width: 992px) {
.page-id-1294 .mbx-tabs .tabs-3-total button {
    font-size: 20px !important;
    line-height: 24px !important;
}
}
@media screen and (min-width: 1300px) {
.page-id-1294 .mbx-tabs .tabs-3-total button {
    font-size: 23px !important;
    line-height: 28px !important;
}
}





@media screen and (max-width:767px) {
	.page-id-1211 .mbx-tabs .tabs-3-total button, .page-id-1294 .mbx-tabs .tabs-3-total button {
		border-radius:0px !important;
	}
	.page-id-1211 .tabs-3-total, .page-id-1294 .tabs-3-total {
		width: calc(100% + 2px);
	}
	.page-id-1211 .mbx-tabs .tabs-3-total button:last-child:before, .page-id-1294 .mbx-tabs .tabs-3-total button:last-child:before {
		background-color: transparent !important;
	}
}