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

Luye UK 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
--------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transform-origin: top left;
  height: 100%;
}
/* 125% scaling */
@media (min-resolution: 120dpi) and (max-resolution: 143dpi),
       (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.39) {
  .page-template-contactpage .header-image {background-image:none !important;}
  .page-template-contactpage .luye-wave {display:none}
  .page-template-contactpage .container {max-width: 90%!important}
  .page-template-contactpage .page-intro {max-width: 400px!important}
  .contact .luye-header{
    background-image: url(https://luyeuscorpdev.wpenginepowered.com/wp-content/uploads/2022/12/contact-us-bg.jpg)!important;
    background-size: 80vw!important;
    background-position: right 25vh!important;
  }
  body {
    transform: scale(0.9);
    width: calc(100% / 0.9);
    height: calc(100% / 0.9);
  }
}
/* 150% scaling */
@media (min-resolution: 144dpi) and (max-resolution: 167dpi),
       (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.59) {
  .page-template-contactpage .header-image {background-image:none !important;}
  .page-template-contactpage .luye-wave {display:none}
  .page-template-contactpage .container {max-width: 90%!important}
  .page-template-contactpage .page-intro {max-width: 400px!important}
  .contact .luye-header{
    background-image: url(https://luyeuscorpdev.wpenginepowered.com/wp-content/uploads/2022/12/contact-us-bg.jpg)!important;
    background-size: 80vw!important;
    background-position: right 25vh!important;
  }
  body {
    transform: scale(0.75);
    width: calc(100% / 0.75);
    height: calc(100% / 0.75);
  }
}


:root {
  --primary-color: #002999;
  --secondary-color: #2cccc0;
  --tertiary-color: #f05f39;
  --color-black: #000000;
  --color-white: #fff;
  --color-grey: #404041;
  --color-lightgrey: #868686;
  --border-color:#EBEAEA;

  --background-light: #f5f5f5;
  --background-dark: #404041;

  --transition-duration: .5s;
  --animate-duration: 1s;
  --animate-delay: 0.9s;
}

.bg-dark{background-color: var(--background-dark) !important;}
.bg-light{background-color: var(--background-light) !important;}
.bg-white{background-color: var(--color-white) !important;}
.pb-6{padding-bottom: 4.5rem !important;}

.text-black{color: var(--color-black) !important;}
.text-grey{color: var(--color-grey) !important;}

/* 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%;
	scroll-padding-top: 8.25rem;
}

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

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

@media only screen and (max-width:992px){
	div::-webkit-scrollbar {
	  background-color: #D5D5D5 !important;
	  border-radius: 10px;
	  height: 5px;
	}

	div::-webkit-scrollbar-thumb {
	  background: var(--primary-color) !important; 
	  border-radius: 10px;
	}
}

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

#page{
	overflow-x: hidden;
}

#page .page{overflow-y: hidden;}


/* 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;
	text-underline-position: under;
}

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

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

.btn-check:focus+.btn, .btn:focus{box-shadow: none !important;}

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

.btn{
    --mdb-btn-box-shadow: none;
    --mdb-btn-hover-box-shadow: none;
    --mdb-btn-focus-box-shadow: none;
    --mdb-btn-active-box-shadow: none;
    box-shadow: var(--mdb-btn-box-shadow);
}

.btn-primary, .btn-secondary, .btn-tertiary{
	color: var(--color-white);
	font-size: 0.95rem;
	font-weight: 600;
	background: rgb(44,204,192);
	background: linear-gradient(135deg, rgba(44,204,192,1) 0%, rgba(19,129,166,1) 100%);
	border-radius: 27px;
	padding: 17px 32px;
	border:none;
	text-transform: uppercase;
	transition: background 0.8s linear;
	margin: 0.5rem 0 0.9rem;
	line-height: 1.25;
}

.btn-primary:visited, .btn-secondary:visited, .btn-tertiary:visited{color: var(--color-white) !important;}

.btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus{
	background: var(--tertiary-color);
	color: var(--color-white);
	transition: background 0.8s linear;
}

.btn-secondary{
	color: var(--color-white);
	background: var(--secondary-color);
}

.btn-tertiary{
	color: var(--color-white);
	background: var(--background-dark);
}

.btn-group, .btn-group-vertical{
    --mdb-btn-box-shadow: none;
    --mdb-btn-hover-box-shadow: none;
    --mdb-btn-focus-box-shadow: none;
    --mdb-btn-active-box-shadow: none;
    --mdb-btn-group-transition: color 0.8s ease-in-out,background-color 0.8s ease-in-out,border-color 0.8s ease-in-out,box-shadow 0.8s ease-in-out;
    box-shadow: var(--mdb-btn-box-shadow);
    transition: var(--mdb-btn-group-transition);
}

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

.g-6, .gx-6 {
    --bs-gutter-x: 4rem;
}

.py-6, .py-md-6, .py-lg-6{
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

.px-6{
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}

@media (min-width: 768px){
	.px-md-6 {
	    padding-left: 4rem!important;
	    padding-right: 4rem!important;
	}
}

@media (min-width: 992px){
	.px-lg-6 {
	    padding-left: 4rem!important;
	    padding-right: 4rem!important;
	}
}

.p-6, .p-md-6 {
    padding: 4rem!important;
}

/* Typography
--------------------------------------------- */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.2rem;
	margin: 0.5em 0 0.2em;
	font-family: 'Secular One', Calibri, sans-serif;
}

@media screen and (min-width: 1024px) {
	h1 {font-size: 3rem;}
}

@media (min-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
	h1 {font-size: 2.4rem;}
}

@media screen and (min-width:1441px){
	h1 {font-size: 3.2rem;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 926px){ 
  	h1{font-size: 2rem;}
}

h2 {
	font-family: 'Secular One', Calibri, sans-serif;
	font-size: 2.7rem;
	color: var(--primary-color);
	margin: 0 0 0.5em;
	line-height: 2.9rem;
}

@media (max-width: 992px){
	h2 {font-size: 2.5rem; line-height: 2.7rem;}
}

h3 {
	font-size: 1.4rem;
	color: var(--secondary-color);
	margin: 0 0 0.85em;
	font-weight: 600;
}

.default-content h2, .page-template-contactpage h2{
	font-size: 2rem !important;
	line-height: 1.2em;
	color: var(--primary-color);
	margin: 1.2em 0 0.5em;
}
.default-content h3, h3.video-title{
	font-size: 1.3rem;
	color: var(--primary-color);
	margin: 1.2em 0 0.25em;
}

h3.video-title{margin-top: 0;}

h4 {
	font-size: 1.05rem;
	color: var(--secondary-color);
	margin: 0 0 0.3em;
	text-transform: uppercase;
	font-weight: 600;
}

h6 {
	font-size: 1em;
	color: #0d7ea7;
	margin: 0 0 0.3em;
	font-weight: 600;
}

@media (max-width: 768px){
	.page-template-contactpage h2{font-size: 1.5em !important;}
}

.default-content p a, .default-content ul li a, .default-content ol li a{color: #1381A6 !important;}

.default-content ol.start { 
    counter-reset: mycounter; 
}
.default-content ol.start li, ol.continue li {
    list-style: none;
}
.default-content ol.start li:before, ol.continue li:before { 
    content: counter(mycounter) ". "; 
    counter-increment: mycounter;
    display: inline-block;
    min-width: 1.35em;
    margin-left: -1em;
}

.default-content .post-thumbnail{
	float: right;
    width: 50%;
    margin: 1em 0 0 2em;
}

.default-content .post-thumbnail img{border-radius: 54px;}

@media (min-width:768px), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2){
	h3 {font-size: 1.4rem;}
}

@media screen and (min-width:1441px){
	h3 {font-size: 1.7rem;}
}

.home h1 {color: var(--color-white);}

@media screen and (max-width:992px){
	.page-id-8 h1, .page-id-8 .page-intro p {color: var(--color-white);}
}

p{font-weight: 300;}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-grey);
	font-family: Calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 300;
	font-size: 1.05rem;
	line-height: 1.3;
}

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

p {
	margin-bottom: 1.25rem;
}
p.white{color: #fff !important;}
.primary{color: var(--primary-color) !important;}
.tertiary{color: var(--tertiary-color) !important;}
.light{color: var(--color-lightgrey) !important;}

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.25rem 1.25rem;
	padding: 0;
}

ul li ul{margin: 0.5rem 0 1.25rem 1rem;}

ul {
	list-style: disc;
}

article ul {
	list-style: none;
}

article ul li ul{
	list-style: "–";
}

article ul li{margin-bottom: 0.5rem;}

article ul li:last-child{margin-bottom: 0;}

article ul li::before {
	content: "\2022";
 	color: var(--tertiary-color);
 	font-weight: bold;
 	display: inline-block; 
	width: 1.2em;
	margin-left: -1em;
}

article.product ul li::before {color: var(--color-black);}

article ul li ul li:before{content:'';}

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: var(--secondary-color);
}

a:visited {
	color: var(--secondary-color);
}

a:hover,
a:focus,
a:active {
	color: var(--secondary-color);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

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

input[type="submit"] {
	color: var(--color-white);
	font-size: 0.95rem;
	background: rgb(44,204,192);
	background: linear-gradient(135deg, rgba(44,204,192,1) 0%, rgba(19,129,166,1) 100%);
	border-radius: 27px;
	padding: 17px 32px;
	border:none;
	text-transform: uppercase;
	transition: background 0.8s linear;
	width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
}

input[type="submit"]:hover{
	background: var(--tertiary-color);
	color: var(--color-white);
	transition: background 0.8s linear;
}

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: 0;
}

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: var(--color-grey) !important;
	background: var(--background-light);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

textarea {
	padding: 10px;
	max-height: 240px;
}

input[type="text"],
input[type="email"]{
	height: 48px;
}

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;
	border-color: var(--secondary-color);
	outline: none;
}

select {
	border: 1px solid var(--border-color);
}

textarea {
	width: 100%;
}

input::placeholder, textarea::placeholder{
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: 400;
}

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

.site-header{position: relative; height:100%; min-height: 85vh; overflow: hidden; z-index: 1;}
.home .site-header{min-height: 100vh;}
.order-page .luye-header, .order-page .header-image, .site-header.order-page{min-height: 99vh !important;}

.navbar, .offcanvas-header{padding: 0.9rem; z-index: 9999;}

.header-logo{max-width: 180px !important;}

@media (max-width:992px){
	.header-logo{max-width: 150px !important;}
}

.luye-header{
	height: 105%;
    background-size: cover;
    background-position: 25% center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -2;
}

.header-wrap{height: 100%;}

.header-image{
	min-height: 100vh;
    background-size: cover;
    background-position: 95% center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    z-index: 0;
    max-width: 100vw;
    right: 0%;
}

.home .luye-header, .home .header-wrap{
	min-height: 100vh;
}

@media (max-width:992px){
	.header-image{
		min-height: 62vh;
	    background-size: cover;
	    background-position: 50% bottom;
	    background-repeat: no-repeat;
	    position: absolute;
	    width: 100%;
	    bottom: 0;
		right: -10%;
	}
	.contact .luye-header{background-position: 25% 100%;}
}

@media (max-width:992px){
	.header-image{
		min-height: 66vh;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 926px) { 
	.header-image{
		min-height: 66vh;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) { 
	.header-image{
		min-height: 50vh;
	}
}

@media (min-width:992px) and (max-width:1200px){
	.luye-header{background-position: 55% center;}
}

@media (min-width:1441px){
	.home .site-header{position: relative; min-height: 99vh;}
	.home .luye-header, .home .header-image{min-height: 100vh;}
}

@media (min-width:1100px) and (max-height:864px){
	.site-header, .luye-header, .header-image{min-height: 112vh !important;}
	.contact.site-header, .contact .luye-header, .contact .header-image{min-height: 75vh;}
	.media-hub .luye-header, .media-hub .header-image, .site-header.media-hub{min-height: 100vh !important;}
/*	.webinar-hub .luye-header, .webinar-hub .header-image, .site-header.webinar-hub{min-height: 130vh !important;}*/
}

.luye-nav{
	background: var(--color-white);
	border-radius: 5px;
	padding: 0.75rem 0.75rem;
}

.luye-wave{
	background: url(/wp-content/uploads/2022/11/header-curve.svg);
	background-size: cover;
	background-position: 69% top;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 19vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.luye-wave.grey{
	background: url(/wp-content/uploads/2024/10/header-curve-grey.svg) !important;
	background-size: cover !important;
	background-position: 30% top !important;
	background-repeat: no-repeat !important;
}

@media (min-width:1441px){
	.luye-wave{max-height: initial; background-position: 25% top;}
}

@media (min-width:992px) and (max-width:1100px){
	.media-hub .luye-wave{height: 25vh !important}
}

@media (max-width:992px){
	.luye-wave{
		height: 35vw;
		background-position: 20% bottom;
	}
	.social-media.nav{padding-top: 5vw;}
}

@media (max-width:576px){
	.luye-wave{height: 30vw;}
}

@media (max-width:380px){
	.media-hub .header-wrap{min-height: 97vh !important;}
	.media-hub .luye-header, .media-hub .header-image, .site-header.media-hub{min-height: 99vh;}
}

.luye-wave svg{width: 100%;}

@media (min-width:992px) and (min-height:768px){
	.site-header.contact{min-height: 47vw !important;}
	.contact .header-wrap{min-height: 52vw;}
	.contact .luye-header, .contact .header-image{min-height: 47vw;}
	.media-hub .luye-header, .media-hub .header-image, .site-header.media-hub{min-height: 75vw;}
/*	.webinar-hub .luye-header, .webinar-hub .header-image, .site-header.webinar-hub{min-height: 75vw;}*/
/*	.contact .content-wrap{height: 30vw;}*/
	.contact .luye-header{background-position: 25% 5%;}
	.contact .luye-wave{background-position: bottom right;}
	.contact .header-animation svg{height: 79vh;}
	.esg-hub .luye-header, .esg-hub .header-image, .site-header.esg-hub{min-height: 56vw;}
}

@media (min-width:992px) and (max-height:768px){
	.site-header.contact{min-height: 50vw !important;}
	.contact .header-wrap{min-height: 54vw;}
	.contact .luye-header, .contact .header-image{min-height: 50vw;}
	.media-hub .luye-header, .media-hub .header-image, .site-header.media-hub{min-height: 82vh;}
/*	.contact .content-wrap{height: 32vw;}*/
	.contact .luye-header{background-position: 25% 5%;}
	.contact .luye-wave{background-position: bottom right;}
	.media-hub .header-animation svg{height: 51vw;}
}

@media (max-width:992px){
	.site-header.contact{min-height: 78vh !important;}
	.contact .header-wrap{min-height: 78vh;}
	.contact .luye-header, .contact .header-image{min-height: 78vh;}
	.media-hub .luye-header, .media-hub .header-image, .site-header.media-hub{min-height: 82vh;}
/*	.contact .content-wrap{height: 40vh;}*/
	.contact .luye-header{background-position: 0% 88%;}
	.contact .luye-wave{background-position: bottom right;}
	.contact .header-animation svg{bottom: -22vh; height: 70vw;}
}

@media (min-device-width: 320px) and (max-device-width: 667px) {
	.site-header, .header-wrap, .header-image{min-height: 86vh !important;}
	.home .header-image{min-height: 35vh !important;        width: 63% !important;        left: 5% !important;}
	.luye-header{min-height: 90vh !important;}
	.site-header.contact, .contact .header-wrap, .contact .luye-header, .contact .header-image{min-height: 80vh !important;}
}

@media (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 3){
	.home .header-image{min-height: 52vh !important;}

}

.social-media.nav a{
	-webkit-appearance: none;
	background-color: var(--background-light);
	color: var(--color-white);
	min-height: 58px;
	min-width: 58px;
	border-radius: 30px;
	padding: 0.5rem;
	transition: var(--transition-duration) ease-out;
	position: relative;
	margin: 0 0.3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer .social-media a{
	-webkit-appearance: none;
	color: var(--color-white);
	min-height: 26px;
	min-width: 26px;
	padding: 0.75rem;
	transition: var(--transition-duration) ease-out;
	position: relative;
	margin: 0 0.75rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:992px){
	.site-footer .social-media a{margin: 0.75rem 0 0;}
}

.social-media.nav a:after{
	content: "";
    height: auto;
    max-height: 22px;
    position: absolute;
    top: 17px;
}

.site-footer .social-media a:after{
	content: "";
    height: auto;
    max-height: 22px;
    position: absolute;
}

.social-media.nav a#Facebook:after{content: url('images/Facebook.svg');}
.social-media.nav a#Instagram:after{content: url('images/Instagram.svg'); top: 18px;}
.social-media.nav a#Linkedin:after{content: url('images/Linkedin.svg'); transform: scale(.9); !important; top: 16px;}

.social-media.nav a:hover{background-color: var(--secondary-color);}

.social-media.nav a#Facebook:hover::after{content: url('images/Facebook-white.svg');}
.social-media.nav a#Instagram:hover::after{content: url('images/Instagram-white.svg');}
.social-media.nav a#Linkedin:hover::after{content: url('images/Linkedin-white.svg');}

.site-footer .social-media a#Facebook::after{content: url('images/Facebook-white.svg');}
.site-footer .social-media a#Instagram::after{content: url('images/Instagram-white.svg'); transform: scale(1.15); top:4px;}
.site-footer .social-media a#Linkedin::after{content: url('images/Linkedin-white.svg');; transform: scale(.9);;}

.social-media a:last-child{margin-right: 0;}

ul.footer-menus {
	list-style: none;
	display: inline-flex;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
ul.footer-menus li{padding: 0 0.5rem}

ul.footer-menus#primary-footer li:first-child{padding-left: 0;}
ul.footer-menus#footer-menu li:last-child{padding-right: 0;}

.sub-footer{border-top: 1px solid var(--secondary-color);}

.footer-code{margin-top: -79px; margin-bottom: -5px;}
.footer-disclaimer{text-align: right;}

@media (max-width: 1400px){
	ul.footer-menus#footer-menu li:first-child{padding-left: 0;}
}

@media (max-width: 992px){
	ul.footer-menus {
		display: block;
		margin-bottom: 0 !important;
	}
	ul.footer-menus li{padding: 10px 0 !important;}
	.footer-disclaimer{
		text-align: left;
		margin-top: 20px;
	}
}

.header-animation{
	position: relative;
	padding-left: 50px;
	width: 100%;
	z-index: 3;
}

.home .header-animation{
	z-index: 1;
}

.about-us .header-animation{z-index: 3;}

.header-animation svg{
	position: absolute;
	top: -45vh;
    right: -22vw;
    height: 56vw;
    max-height: 100vh;
    width: auto;
    z-index: 999;
}

.about-us .header-animation svg{
	top: -46vh;
    right: -19vw;
    height: 60vw;
    max-height: 100vh;
    width: 58vw;
}
.order-page .header-animation svg{top: -48vh;}

@media (min-width: 1281px) and (max-height:768px){
	.about-us .header-animation svg{
		top: -46vh;
		left: 7vw;
	}
}

@media (min-width:1441px){
	.header-animation svg{
		top: -38vh;
	    right: -24vw;
	    height: 57vw;
	    max-height: 96vh;
	}
}

@media (min-width: 1536px) and (max-height:864px){
	.about-us .header-animation svg{
		top: -48vh;
		left: 8vw;
	}
}

@media (min-width:1700px){
	.header-animation svg{
		top: -44vh;
	    right: -35vw;
	    height: 59vw;
	    max-height: 100vh;
	}
	.about-us .header-animation svg{
		top: -46vh;
    	right: -19vw;
    	max-height: 100vh;
    	width: 49vw;
	}
}

@media (max-width:992px){
	.header-animation svg{
		top: initial;
	    right: -50vw;
	    height: 94vw;
	    bottom: -96vw;
	}
	.about-us .header-animation svg{
		top: -12vh;
	    left: 48vw;
	    height: 124vw;
	    max-height: 100vh;
	    width: 116vw;
	}
}

@media (max-width:768px){
	.header-animation svg{
	    bottom: -80vw;
	}
}

@media (max-width:390px){
	.header-animation svg{
		right: -54vw;
	    height: 78vw;
	    bottom: -58vw;
	}
	
	    .site-header, .header-wrap, .header-image {
        min-height: 92vh !important;
	}
	
}

.header-animation svg path{right:-50px;}

/*.content-wrap{height: 54vh;}*/

.page-intro{z-index: 999;}

.page-intro p{
	font-size: 1.2rem;
	font-weight: 300 !important;
}

.home .page-intro p{color: var(--color-white);}

.media-hub .page-intro p{font-size: 1.15rem;}
.media-hub .page-intro p a{color: var(--color-grey) !important; font-weight: 500;}

@media (max-width:576px){
	.home .page-intro p, .media-hub .page-intro p{font-size: 1rem;}
}

@media (min-width:768px){
	.page-intro p{font-size: 1.25rem;}
	.page-template-contactpage .page-intro p{font-size: 1.15rem;}
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2){
	.page-intro p{font-size: 1.15rem !important;}
	.card.disclaimer p, .card.contact-note p{font-size: 0.95rem !important;}
}

@media (min-width:1200px){
	.page-intro p{font-size: 1.3rem !important;}
}

@media (min-width:1441px){
	.page-intro p{font-size: 1.4rem !important; line-height: 1.25em;}
	.page-template-contactpage .page-intro p{font-size: 1.2rem;}
/*	.content-wrap{height: 62vh;}*/
}

@media (min-width:1920px){
	.page-intro p{font-size: 1.6rem !important; line-height: 1.2em;}
}

@media (max-width:768px){
	/*.content-wrap{height: 90vh;}
	.media-hub .content-wrap{height: 94vh;}*/
}

.twocol-image span, .onecol-image span{
	border-radius: 54px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    line-height: 1;
}

img.dl-thumbnail{
	border-radius: 30px;
	max-width: 470px;
	margin-bottom: 10px;
}

.onecol-image span{z-index: 9;}
figure.wp-block-image{
	z-index: 9;
	position: relative;
}

@media (min-width: 768px){
	.card.product .twocol-image span{
		border-radius: 0 !important;
		margin: -1.75em auto -2.75em;
	}
}

.twocol-image span img, .onecol-image span img{
	max-width: 100%;
	height: auto;
}

.videoplayer video, div.video-radius{border-radius: 54px;}

video[poster]{
	object-fit: cover;
}

/*.videoplayer:hover{cursor: pointer;}*/


@media (max-width: 768px){
	.twocol-image span, .onecol-image span, .videoplayer video, div.video-radius, img.dl-thumbnail{border-radius: 54px;}{border-radius: 20px;}
	.onecol-text, .iconcol-text{text-align: left !important;}
}

.site-footer.bg-dark p, .site-footer.bg-dark h4, .site-footer.bg-dark li, .site-footer.bg-dark a{color: var(--color-white);}

.site-footer.bg-dark h4{font-size:1rem; margin-bottom: 1.25rem;}
.site-footer.bg-dark p, .footer-ul, ul.footer-menus{font-size: 0.95rem;}

.footer-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-ul li{
	margin: 0.25rem 0;
}

.site-footer.bg-dark ul li a, a.location-links, .jump-to a{
	text-decoration: none;
	position: relative;
}

.site-footer.bg-dark ul li a::after, a.location-links::after, .jump-to a:after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
}

.jump-to a:after{background-color: #2869DC;}

.site-footer.bg-dark ul li a:hover::after, a.location-links:hover::after, .jump-to a:hover:after{
  transform: scaleX(1);
}

.icon-cols img, .partner-icons img{
	width: 100%;
	height: auto;
	max-width: 140px;
	max-height: 140px;
	margin-bottom: 1rem;
}

.partner-icons img{
	max-width: 72px;
	max-height: 72px;
}

.icon-cols h3{
	font-family: 'Secular One', Calibri, sans-serif;
	margin-bottom:0.5rem;
}

@media (min-width: 992px){
	.icon-cols p{padding: 0 3.5rem;}
}

@media (min-width: 768px){
	.icon-cols p{padding: 0 2.5rem;}
}

.wp-block-image.rounded img{border-radius: 54px; margin-bottom: 3rem;}

.wp-block-image.rounded{
	padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}

@media (max-width: 992px){
	.wp-block-image.rounded img{border-radius: 20px; margin-bottom: 1.5rem;}
	.icon-cols img, .partner-icons img{
		max-width: 68px;
		max-height: 68px;
	}
	.icon-wrap, .icon-text-wrap{float: left;}
	.icon-wrap{width: 20%; padding-right: 4%}
	.icon-text-wrap{width: 74%;}
}

.modal{
	background-color: rgba(0, 41, 153, 0.9);
	z-index: 99999;
}

.modal-content{
	border-radius: 20px;
	padding: 2.9rem 1rem;
}

.modal-content .btn-secondary, .modal-content .btn-tertiary{font-size: 14px;}

.modal .modal-top, .modal .modal-bottom{position: relative; z-index: -1;}
.modal .modal-top:before{
	content: '';
	background: url('images/modal-shape-top.svg') no-repeat;
	background-size: contain;
	background-position: top left;
	width: 55vw;
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
}
.modal .modal-bottom:before{
	content: '';
	background: url('images/modal-shape-bottom.svg') no-repeat;
	background-size: contain;
	background-position: bottom right;
	width: 55vw;
	height: 625px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width:992px){
	.modal .modal-top:before{
		content: '';
		background: url('images/modal-shape-top.svg') no-repeat;
		background-size: contain;
		background-position: top left;
		width: 110vw;
		height: 460px;
		position: absolute;
		top: -76px;
		left: 0;
		overflow-x: hidden;
	}
	.modal .modal-bottom:before{
		content: '';
		background: url('images/modal-shape-bottom.svg') no-repeat;
		background-size: contain;
		background-position: bottom right;
		width: 85vw;
		height: 625px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (max-width: 992px){
	.modal-body{padding: 1rem 0;}
}

@media (min-width: 992px){
	.modal-content{
		border-radius: 38px;
		padding: 5rem 3rem;
	}
}

.cta-footer{
	background: #ffffff url('images/grey-CTA-bg.svg') no-repeat center top;
	background-size: cover;
	z-index: -2;
}

@media (max-width: 992px){
	.cta-footer .onecol-text{
		text-align: center !important;
	}
	.cta-footer .onecol-text h2{font-size: 2.5rem;}
}

.card.ghost{
	background: transparent;
	border: 1px solid var(--primary-color);
	border-radius: 0;
}

.card.contact-note{
	background: var(--background-light);
	border: none;
	border-left: 2px solid var(--primary-color);
	border-radius: 0;
}

.card h5{
	color: var(--primary-color);
	text-transform: uppercase;
	font-size: 1.05rem;
	font-weight: bold;
}
.card.disclaimer p, .card.contact-note p{
	font-size: 0.95rem !important;
	margin: 0 0 0.5rem;
	color: var(--primary-color);
}
.card.contact-note p{
	color: var(--color-black);
	line-height: 1.3rem;
}
.card.disclaimer p a{color:var(--primary-color);}

.card.disclaimer p:last-child, .card.contact-note p:last-child{margin-bottom: 0;}

.card.product.right, .card.product.left{
	background: rgb(235,235,235);
	background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	border: none;
	border-radius: 35px;
}

.card.product.left{
	background: rgb(235,235,235);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
}

@media (max-width: 768px){
	.card.product{
		background: rgb(235,235,235) !important;
		background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%) !important;
		border-radius: 20px !important;
	}
	.card.product img{margin-top: 1.5em;}
}

.single-product{background-color: var(--background-light);}

.card.product.emc{
	position: relative;
	background-size: 100%;
	background-position: 0% center;
	background-repeat: no-repeat;
	min-height: 315px;
}

.card.product.emc.left{
	position: relative;
	background-size: 80%;
	background-position: center right;
	background-repeat: no-repeat;
}

.card.emc:before{
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.39539565826330536) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.card.emc.left:before{
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(-90deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.39539565826330536) 39%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

@media (max-width: 992px){
	.card.product.emc{
		height: 75vh;
		background-size: 230% !important;
		background-position: bottom center !important;
		background-repeat: no-repeat !important;
	}
	.card.emc:before, .card.emc.left:before{
		content: '';
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.39539565826330536) 36%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
	}
}

.table.dosage{
	background-color: var(--color-white);
	border-radius: 20px;
}

.table.dosage th{
	background-color: var(--primary-color);
	color: var(--color-white);
	padding: 1rem 1.5rem 0.75rem;
}
.table.dosage th:first-child{border-top-left-radius: 20px;}
.table.dosage th:last-child{border-top-right-radius: 20px;}

.table.dosage td{padding: 0.75rem 1.5rem;}

.table.dosage tr:last-child td{border-bottom: 0; padding-bottom: 1rem;}

.table.tech-info td{
	padding: 0.25rem 0.25rem
}

.table-responsive{overflow-x: scroll !important;}

img.product-logo{
	max-width: 300px;
}

@media (max-width: 768px){
	img.product-logo{
		max-width: 250px;
	}
}

.card.product-links h5{
	font-weight: normal;
	text-transform: initial;
	color: var(--color-grey);
}

.card.product-links a{
	font-weight: 600;
}

.card.product-links{
	border: 0;
	border-radius: 20px;
}

.card.product-links .card-body{
	padding: 0 !important;
}

.card.product-links .card-body .row{
	padding: 1.5rem;
}

.products-links-wrap{margin-top: 2rem;}

@media (min-width: 992px){
	.dosage-info-wrap, .products-links-wrap{
		margin-left: -30px;
	}

	.dosage-info-wrap h4{
		margin-left: 30px;
	}
}

.single-product .top-shape, .default-page .top-shape, .default-page .bottom-shape{position: relative;}
.single-product .right-shape{
	position: absolute;
	width: 45vw;
	right: 0;
}

.single-product .top-shape:before, .default-page .top-shape:before{
	content: '';
	background: url('images/products-top-shape.svg') no-repeat;
	background-size: contain;
	background-position: top left;
	width: 55vw;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
}

.single-product .right-shape:before{
	content: '';
	background: url('images/products-right-shape.png') no-repeat;
	background-size: contain;
	background-position: top right;
	width: 750px;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
}

.default-page .bottom-shape:before{
	content: '';
	background: url('images/page-header-shape-bottom.svg') no-repeat;
	background-size: contain;
	background-position: bottom right;
	width: 55vw;
	height: 250px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 992px){
	.single-product .top-shape:before{
		content: '';
		background: url('images/products-top-shape.svg') no-repeat;
		background-size: cover;
		background-position: top left;
		width: 100vw;
		height: 150px;
		position: absolute;
		top: -25px;
		left: 0;
	}
	.single-product .right-shape.mobile{
		position:relative;
		width: 100%;
		height: auto;
		z-index: -1;
	}
	.single-product .right-shape:before{
		content: '';
		background: url('images/products-right-shape-mobile.svg') no-repeat;
		background-position: bottom right;
		background-size: contain;
		width: 100%;
		height: 330px;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 8px;
	}
	.default-header-title{
		min-height: 34vh;
		height: auto !important;
	}
}

header.default-page{
	background: var(--background-light);
}

.default-header-title{
	height: 34vh;
	max-height: 650px;
}

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

ul#primary-menu li{
	padding: 5px 20px;
	font-size: 16px;
}

ul#primary-menu li ul li{padding: 0;}

ul#primary-menu li a{
	text-decoration: none;
	color: var(--color-black);
	text-transform: uppercase;
	font-weight: 300;
	transition: transform 0.3s ease;
	position: relative;
}

ul#primary-menu li .dropdown-menu{
	border: 0 !important;
	padding: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 20px;
}

ul#primary-menu li .dropdown-menu a{
	padding: 10px 18px 8px;
}

ul#primary-menu li .dropdown-toggle.show::after, ul#primary-menu li:hover .dropdown-toggle::after{
	transform: rotate(180deg) !important;
}

a.jump-link{
	text-decoration: none;
	color: var(--secondary-color);
	font-weight: 300;
	transition: transform 0.3s ease;
	position: relative;
}

a.jump-link:before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--secondary-color);
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.4s ease;
}

a.jump-link:hover{color: var(--primary-color);}
a.jump-link:hover::before{transform: scaleX(0);}

ul#primary-menu li a::before, ul#primary-menu li.current-menu-item a::before, a.jump-link::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.4s ease;
  outline: 0;
}
a.jump-link::after{color: var(--primary-color);}
ul#primary-menu li a:hover::before, ul#primary-menu li.current-menu-item a:hover::before, a.jump-link:hover::before{
  transform: scaleX(1);
}

.navbar-toggler{
	font-size: 1.5em;
	border: 0;
	outline: 0;
	box-shadow: none;
	z-index: 10;
	background: transparent;
	padding-left: 0;
	padding-right: 0; 
}

.navbar-toggler:focus{
	outline: 0;
	box-shadow: none;
}

.navbar-light .navbar-toggler-icon{
	display: inline-block;
    vertical-align: middle;
    background-image: url('images/menu-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
	width: 48px;
	height: 48px;
	transition: box-shadow .8s ease-out;

}

.navbar-light .tg-toggler-icon:hover, .navbar-light .tg-toggler-icon:active{
	background-image: url('images/menu-icon-hover.svg');
	background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
    transition: box-shadow .8s ease-out;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	background-image: url('images/menu-icon-close.svg');
	transition: box-shadow .8s ease-out;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

@media (min-width: 992px){
	.navbar-nav .dropdown-menu{
		top:28px;
		left: initial !important;
	}
}

.offcanvas {
    background-color: var(--background-dark);
    transition-timing-function: ease-in-out;
    transition-duration: .9s;
    transition-property: top, visibility;
}

.offcanvas-body{overflow-y: hidden;}

.offcanvas-start{
	width:100%;
	border-right: 0;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: #F5F5F5 !important;
	color: var(--secondary-color);
	font-weight: bold;
}

.dropdown-item.active:before, .dropdown-item:active:before{
	transform: scaleX(1) !important;
}

ul.dropdown-menu .menu-item:last-child, ul.dropdown-menu .menu-item:last-child a:hover{
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

@media (min-width: 992px){
	ul#primary-menu li:last-child{padding-right: 0;}
}

@media (max-width: 992px){

	.navbar-brand{z-index: 9;}

	.navbar-brand img{
		max-height: 55px;
	}
	
	.offcanvas-header{
		padding: 1rem 0;
	}

	.fixed-top{z-index: 11 !important;}

	.navbar-collapse{
		background: var(--primary-color);
		color: #FFF !important;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		height: 100vh;
		padding: 24vh 0 2rem 0;
		z-index: 9;
		transition: 0.3s linear;
	}
	.navbar-nav{
		font-size: 1.5rem;
		text-align: center;
	}
	.navbar li{padding: 0.8rem 1.2rem;}
	ul#primary-menu li a{
		color: var(--color-white);
		font-weight: 600;
		font-size: 1.5rem;
	}
	ul#primary-menu li{padding: 10px 20px}

	ul#primary-menu li .dropdown-menu{background-color: rgba(255, 255, 255, 0) !important;}
	.dropdown-item.active, .dropdown-item:active{background-color: rgba(255, 255, 255, 0) !important;}

	.navbar-collapse:before{
		content: '';
		width: 100%;
		height: 100px;
		background: url('images/mobile-bg-01.svg') no-repeat;
		background-size: 100%;
		position: absolute;
		top: 100px;
		left: 0;
		animation: fadeIn 1.5s;
	}
	.navbar-collapse:after{
		content: '';
		width: 80%;
		height: 130px;
		background: url('images/mobile-bg-02.svg') no-repeat;
		background-size: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		animation: fadeIn 1.5s;
	}
	@keyframes fadeIn{
		0%{ opacity:0; }
		100%{opacity: 1;}
	}
	body.mobile-no-scroll{overflow-y: hidden !important;}
}

@media (max-width: 375px){
	ul#primary-menu li a{font-size: 1.4rem;}
}

@media (max-width: 992px){
	ul#primary-menu li a{text-wrap: auto;}
}

@media (max-width: 992px) and (-webkit-min-device-pixel-ratio: 2){
	body.mobile-no-scroll{overflow-y: hidden !important;}
}


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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

ul.nav-pills{list-style: none;}
ul.nav-pills li::before{content: none;}

@media (min-width: 992px){
	.nav-justified .nav-item, .nav-justified>.nav-link{margin-right: 1rem;}
}
.nav-justified .nav-item:last-child, .nav-justified>.nav-link:last-child{margin-right: 0;}

.nav-pills .nav-link, #accordionContact .accordion-button{
	background: var(--primary-color);
	color: var(--color-white);
	padding: 8.5rem 1.5rem 4rem;
	border-radius: 20px;
	font-family: 'Secular One', Calibri, sans-serif;
	font-size: 1.5rem;
	text-transform: initial;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1194px) {
	.nav-pills .nav-link, #accordionContact .accordion-button{font-size: 1.4rem;}
}

 #accordionContact .accordion-button{
	background: var(--primary-color);
	color: var(--color-white);
	padding: 5.5rem 2rem 2rem;
	font-size: 1.25rem;
}

#accordionContact .accordion-button:focus{
	border: 0;
	box-shadow: initial;
}

#accordionContact .accordion-item{
	border-bottom: 0;
	margin-bottom: 1.25rem;
}

.nav-pills .nav-link:before, #accordionContact .accordion-button:before{
	content: '';
	position: absolute;
	background: url('images/general-icon.svg') no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top:3.5rem;
}

#accordionContact .accordion-button:before{
	content: '';
	position: absolute;
	background: url('images/general-icon.svg') no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
	left: calc(50% - 24px);
	top:2rem;
}

#accordionContact.accordion-flush .accordion-item .accordion-button{border-radius: 20px; text-align: center;}
#accordionContact .accordion-button{display: initial;}
#accordionContact .accordion-button::after{display: none;}

.nav-pills .nav-link#pills-medical-tab:before, #accordionContact .accordion-button.medical:before{
	background: url('images/medical-icon.svg') no-repeat;
	background-size: contain;
}

.nav-pills .nav-link#pills-business-tab:before, #accordionContact .accordion-button.business:before{
	background: url('images/business-icon.svg') no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	left: calc(50% - 40px);
	top:3rem;
}

#accordionContact .accordion-button.business:before{
	background: url('images/business-icon.svg') no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	left: calc(50% - 30px);
	top:1.45rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, #accordionContact .accordion-button:not(.collapsed){
	color: var(--color-white);
	background: rgb(44,204,192);
	background: linear-gradient(135deg, rgba(44,204,192,1) 0%, rgba(19,129,166,1) 100%);
}

.wpcf7-form > p{margin-bottom: 0;}

.hp-top-left,
.hp-top-right,
.hp-middle,
.hp-bottom-left,
.au-top-left,
.au-top-right,
.au-middle-right,
.au-middle-grey,
.au-bottom-right,
.au-bottom-middle,
.cu-top-right,
.op-top-left{
	position: relative;
	z-index: -2;
	left: 0;
}

.hp-top-left:before, .au-top-left:before, .op-top-left:before{
	content: '';
	background: url('images/hp-top-left.svg') no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	width: 100%;
	max-width: 80vw;
	height: 86vw;
	left: -28vw;
	top: calc(100% + 450px);
	max-height: 880px;
}

.au-top-left:before{
	transform: rotate(65deg);
	left: -10vw;
	top: calc(100% + 390px);
}

.op-top-left:before{
	transform: scaley(-1) rotate(14deg);
	left: -20vw;
	top: calc(100% + 245px);
	max-width: 73vw;
	height: 86vw;
}

.hp-top-right, .au-top-right{z-index: -1;}
.hp-top-right:before, .au-top-right:before{
	content: '';
	background: url('images/hp-top-right.svg') no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	width: 100%;
	max-width: 80vw;
	height: 60vw;
	right: -25vw;
	top: calc(100% + 520px);
	max-height: 900px;
}

.au-top-right:before{
	transform: rotate(-40deg);
	top: calc(100% + 280px);
	right: -35vw;
}

.hp-middle{z-index: -4;}
.hp-middle:before{
	content: '';
	background: url('images/hp-middle.svg') no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	width: 195vw;
    height: 142vw;
    left: -62vw;
    bottom: -22vh;
}

.hp-bottom-left{z-index: -3;}
.hp-bottom-left:before{
	content: '';
	background: url('images/hp-bottom-left.svg') no-repeat;
	background-size: contain;
	background-position: bottom left;
	position: absolute;
	width: 300px;
    height: 600px;
    left: 0;
    bottom: -150px;
}

.au-middle-right:before{
	content: '';
	background: url('images/au-middle-right.svg') no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	width: 100%;
	max-width: 80vw;
	height: 86vw;
	right: -26vw;
	bottom: calc(100% + 1450px);
	max-height: 880px;
}

.au-middle-grey{z-index: -4;}
.au-middle-grey:before{
	content: '';
	background: url('images/au-bottom-grey.svg') no-repeat;
	background-size: contain;
	background-position: center right;
	position: absolute;
	width: 280px;
    height: 685px;
    right: 0;
    bottom: calc(100% + 1050px);
}

.au-bottom-right{z-index: 0;}
.au-bottom-right:before{
	content: '';
	background: url('images/au-bottom-right.svg') no-repeat;
	background-size: contain;
	background-position: center left;
	position: absolute;
	width: 365px;
    height: 546px;
    right: 0;
    bottom: calc(100% + 310px);
}

.au-bottom-middle:before{
	content: '';
	background: url('images/au-bottom-left.svg') no-repeat;
	background-size: contain;
	background-position: bottom left;
	position: absolute;
	width: 280px;
    height: 588px;
    left: -10px;
    bottom: 130px;
}

.cu-top-right{
	left: initial; 
	right: 0;
	position: absolute;
}
.cu-top-right:before{
	content: '';
	background: url('images/cu-side-shape.svg') no-repeat;
	position: absolute;
	background-size: contain;
	top: calc(100% + 120px);
	right: 0;
	width: 286px;
	height: 800px;
	left: initial !important;
}

@media (min-width: 1441px) and (min-height:865px){
	.hp-top-left:before{
		left: -10vw;
		top: calc(100% + 500px);
		max-height: 980px;
	}
}

@media (min-width: 1441px) and (min-height:975px){
	.hp-top-left:before{
		left: -12vw;
		top: calc(100% + 540px);
		max-height: 880px;
	}
	.au-top-left:before{
		left: -14vw;
    	top: calc(100% + 309px);
	}
	.au-middle-grey:before{
		width: 320px;
    	height: 782px;
    	right: 0;
    	bottom: calc(100% + 1113px);
	}
	.au-bottom-middle:before{
		width: 390px;
    	height: 818px;
	}
}

@media (min-width: 1920px) and (min-height:1080px){
	.hp-top-left:before{
		left: -16vw;
		top: calc(100% + 500px);
		max-height: 920px;
	}
	.au-top-left:before{
		left: -14vw;
    	top: calc(100% + 315px);
	}
	.au-top-right:before{top: calc(100% + 225px);}
}

@media (min-width: 1920px) and (min-height:1200px){
	.hp-top-left:before{
		left: -5vw;
		top: calc(100% + 460px);
		max-height: 980px;
	}
	.au-top-left:before{
		left: -5vw;
    	top: calc(100% + 510px);
	}
}

@media (min-width: 1920px) and (min-height:1200px){
	.hp-top-left:before{
		left: -5vw;
		top: calc(100% + 475px);
		max-height: 940px;
	}
}

@media (min-width: 1440px) and (max-width: 1920px) and (max-height:900px){
	.au-top-left:before{
		left: -24vw;
		top: calc(100% + 280px);
	}
}

@media (min-height: 768px) and (max-height:900px){
	.hp-top-left:before{
		top: calc(100% + 550px);
	}
	.au-top-left:before{
		left: -24vw;
    	top: calc(100% + 250px);
	}
}

@media (min-width: 1281px) and (max-height:768px){
	.hp-top-left:before{
		left: -28vw;
		top: calc(100% + 440px);
	}
	.hp-top-right:before{
		right: -27vw;
		top: calc(100% + 470px);
	}
}

@media (max-width: 1280px) and (max-height:960px){
	.au-top-left:before{
		left: -25vw;
    	top: calc(100% + 260px);
	}
	.au-middle-right:before{
		bottom: calc(100% + 1340px);

	}
}

@media only screen and (min-width: 834px) and (max-width: 1194px){
	.hp-top-left:before{
		top: calc(100% + 395px);
		max-width: 87vw;
		left: -32vw;
		height: 94vw;
	}
	.hp-top-right:before{
		top: calc(100% + 490px);
	}
	.au-top-left:before{
		transform: rotate(90deg);
		left: -19vw;
    	top: calc(100% + 362px);
    	max-width: 87vw;
	}
	.au-top-right:before{top: calc(100% + 420px);}
	.au-middle-right:before{
		bottom: calc(100% + 1630px);
	}
}

@media (max-width:992px){
	.hp-top-left:before, .au-top-left:before{
		top: calc(100% + 560px);
		left: -675px;
		width: 3000px;
		max-width: initial;
		height: 145vw;
		max-height: initial;
	}
	.au-top-left:before{
		top: calc(100% + 1390px);
    	left: -1041px;
    	height: 225vw;
	}
	.hp-bottom-left:before{
		width: 150px;
    	height: 300px;
    	left: -6vw;
    	bottom: -81px;
	}
}

@media (max-width:768px){
	.hp-top-left:before{
		top: calc(100% + 560px);
		left: -640px;
		width: 3000px;
		max-width: initial;
		height: 225vw;
		max-height: initial;
	}
	.hp-top-right:before, .au-middle-right:before{
		top: calc(100% + 1360px);
	    right: -900px;
	    width: 1000px;
	    max-width: initial;
	    height: 121vw;
	    max-height: initial;
	}
	.au-middle-right:before{
		top: initial;
    	bottom: calc(100% + 1270px);
    	right: -470px;
        height: 175vw;
	}
	.au-top-left:before{
		top: calc(100% + 1390px);
    	left: -1041px;
    	height: 228vw;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
	.au-top-left:before{
		top: calc(100% + 1420px);
    	left: -1041px;
    	height: 235vw;
	}
	.au-middle-right:before{
		top: initial;
    	bottom: calc(100% + 1305px);
	}
}

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

.post,
.page {
	margin: 0;
}

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

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

.entry-content{overflow: hidden;}

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

.entry-meta{font-weight: bold;}

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


/* Popups & Forms
--------------------------------------------- */
.hustle-ui .hustle-layout a.hustle-button-cta{
	background-color: #2cccc0 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
}

.hustle-ui .hustle-layout .hustle-cta-container a.hustle-button-cta:last-child{background-color: #404041 !important;}

.hustle-ui .hustle-layout .hustle-cta-container a.hustle-button-cta:hover, .hustle-ui .hustle-layout .hustle-cta-container a.hustle-button-cta:last-child:hover{background-color:#f05f39 !important;}

.hustle-ui.hustle-popup .hustle-popup-mask:before{
	content: '';
    background: url(images/modal-shape-top.svg) no-repeat;
    background-size: contain;
    background-position: top left;
    width: 55vw;
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
}
.hustle-ui.hustle-popup .hustle-popup-mask:after{
    content: '';
    background: url(images/modal-shape-bottom.svg) no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 55vw;
    height: 625px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hustle-cta-helper-text{
	margin: 50px 0 0 0 !important;
	color: var(--color-lightgrey) !important;
}

.product-labels span.wpcf7-list-item-label{font-weight: bold;}


/* Media Hub
--------------------------------------------- */
.card.media-card{
	border: 0 !important;
	border-radius: 20px;
	background: rgb(235,235,235);
	background: -moz-linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(251,251,251,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(251,251,251,1) 100%);
	background: linear-gradient(90deg, rgba(235,235,235,1) 0%, rgba(251,251,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#fbfbfb",GradientType=1);
	overflow-x: hidden;
}

.card.media-card .card-body{
	padding: 2rem 2rem;
}

.card.media-card img{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 5px solid var(--primary-color);
	width: 100%;
    height: 280px;
    object-fit: cover;
}

.card.media-card h3.card-title{
	font-size: 1.7em;
	line-height: 1.15em;
	margin-bottom: 0.7em;
}

@media (min-width: 768px){
/*	.card.media-card h3{min-height: 102px;}*/
}

.card.media-card .postmetadata span{
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 600;
	margin-bottom: 0.45em;
}

.card.media-card .postmetadata .time{margin-right: 1.25em;}

.card.media-card.company-statements img{border-color: #1381A6;}
.card.media-card.company-statements .postmetadata .category{color: #1381A6;}

.card.media-card.business-news-and-features img{border-color: var(--secondary-color);}
.card.media-card.business-news-and-features .postmetadata .category{color: var(--secondary-color);}

.card.media-card.industry-news-and-stories img{border-color: #2869DC;}
.card.media-card.industry-news-and-stories .postmetadata .category{color: #2869DC;}

.card.media-card.media-release img{border-color: var(--tertiary-color);}
.card.media-card.media-release .postmetadata .category{color: var(--tertiary-color);}

@media (max-width: 768px), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2){
	.card.media-card h3{font-size: 1.4em;}
}

@media (min-width:768px){
	img.contact-icon{max-width: 86px;}
}

@media (min-width: 768px) and (max-width: 1194px) and (-webkit-min-device-pixel-ratio: 2){
	img.contact-icon{max-width: 66px;}
}

.page-template-contactpage .border-bottom:last-child{border-bottom: 0 !important}

.jump-to{
	font-weight: bold;
	color: var(--color-black);
}

.jump-to a{color: #2869DC; text-decoration: none; line-height: 1.75 !important;}

ol.wp-block-footnotes li{word-break: break-all;}

ul.policies li{
	list-style: none;
	margin-bottom: 0 !important;
}
ul.policies li:before{display: none;}
ul.policies li:hover{background-color: var(--background-light);}

ul.policies li a{text-decoration: none;}
ul.policies li h5 a{
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: initial;
}
ul.policies li.border-top:first-child{border-top: 0 !important;}

@media only screen and (max-width: 768px){
	.hustle-ui .hustle-layout .hustle-cta-container{
		    display: flex !important;
    		flex-direction: column !important;
	}
	.hustle-ui .hustle-layout a.hustle-button-cta{
		padding: 17px 20px 17px 20px !important;
	}
	.hustle-ui .hustle-layout .hustle-cta-container .hustle-button-cta:last-child{
		margin: 20px 0 0 !important;
	}
}

.grecaptcha-badge{ z-index: 99 !important; }


/* ZEYZELF ORDER PAGE */

.forminator-ui .forminator-field-html p{color: var(--color-grey) !important; font-weight: 400 !important;}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-input, .forminator-ui#forminator-module-1036.forminator-design--default .forminator-textarea{
	border-radius: 5px !important;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-repeater-field{
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

#forminator-module-1036 .forminator-field-group{
	position: relative;
	padding: 10px 18px 10px 165px;
	border-radius: 15px;
	background: var(--color-white);
	border: 0.15em dashed var(--primary-color);
	margin: 0.5em;
	min-height: 194px;
}

#forminator-module-1036 .forminator-field-group:hover{background: var(--background-light);}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-field-group .forminator-row{align-items:center;}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-field-group label.forminator-repeater-label{
    font-family: 'Secular One', Calibri, sans-serif;
    font-size: 1.25em;
    line-height: 1.25em;
    color: var(--primary-color);
    margin: 10px 0;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-description{
	font-size: 1.05rem !important;
	line-height: 1.25em !important;
	color: var(--color-grey) !important;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-field-number .forminator-description{
	font-size: 14px !important;
	margin: 0 5px 0 0 !important;
}

#forminator-module-1036 #group-2:before,
#forminator-module-1036 #group-1:before,
#forminator-module-1036 #group-3:before,
#forminator-module-1036 #group-4:before,
#forminator-module-1036 #group-5:before{
	position: absolute;
	content: '';
	width: 140px;
	height: 168px;
	background: url(https://luye.co.uk/wp-content/uploads/2024/05/Zeyzelf-8pg-leave-piece.png) no-repeat;
	background-size: contain !important;
	left: 10px;
}

#forminator-module-1036 #group-1:before{background: url(https://luye.co.uk/wp-content/uploads/2024/05/Zeyzelf-24pp-brochure.png) no-repeat;}
#forminator-module-1036 #group-3:before{background: url(https://luye.co.uk/wp-content/uploads/2024/05/Zeyzelf-RMP.png) no-repeat;}
#forminator-module-1036 #group-4:before{background: url(https://luye.co.uk/wp-content/uploads/2024/05/Zeyzelf-Product-Pad.png) no-repeat;}
#forminator-module-1036 #group-5:before{background: url(https://luye.co.uk/wp-content/uploads/2024/05/Zeyzelf-Pack.png) no-repeat;}

.forminator-ui#forminator-module-1036 .forminator-field-number .forminator-field{
	display: flex;
	align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

 .forminator-ui#forminator-module-1036 .forminator-radio .forminator-radio-bullet~span,  .forminator-ui#forminator-module-1036 .forminator-checkbox .forminator-checkbox-box~span{
 	color: var(--color-grey) !important;
 }

.forminator-ui#forminator-module-1036 .forminator-number--field{
	float: right;
	max-width: 75px;
	height: 28px;
	padding: 5px;
	font-size: 14px !important;
	text-transform: lowercase !important;
}

.forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet{border-radius: 5px !important;}

.forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row{margin-bottom: 5px !important;}

.forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row.forminator-row-last{text-align: center !important;}

.forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row:nth-child(2), .forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row:nth-child(3), .forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row:nth-child(4){
	max-width: 705px !important;
	margin: 0 auto 20px !important;
}

.order-intro{max-width: 705px !important;}

.forminator-ui#forminator-module-1036.forminator-custom-form .forminator-row:nth-child(7){
	max-width: 646px;
	margin: 5px auto;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-button-submit{
	color: var(--color-white);
    font-size: 1rem !important;
    font-weight: 600 !important;
    background: rgb(44, 204, 192);
    background: linear-gradient(135deg, rgba(44, 204, 192, 1) 0%, rgba(19, 129, 166, 1) 100%);
    border-radius: 27px;
    padding: 17px 95px;
    border: none;
    text-transform: uppercase;
    transition: background 0.8s linear;
    margin: 0.5rem 0 0.9rem;
    line-height: 1.25;
    text-align: center;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-button-submit:hover{
	background: var(--tertiary-color) !important;
    color: var(--color-white) !important;
    transition: background 0.8s linear !important;
    box-shadow: none !important;
}

.forminator-ui#forminator-module-1036.forminator-design--default .forminator-checkbox .forminator-checkbox-box{border-radius: 5px !important;}

.forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box:before, .forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .forminator-radio .forminator-radio-bullet:before{
	content: " " !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 0 !important;
    -khtml-opacity: 0 !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transition: .2s ease !important;
    transition: .2s ease !important;
    background-color: #1381a6 !important;
}

.forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .forminator-checkbox input:checked+.forminator-checkbox-box:before, .forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .forminator-radio input:checked+.forminator-radio-bullet:before{opacity: 1 !important;}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col.zey-sub-check{
	padding: 0;
}

.forminator-ui#forminator-module-1036.forminator-design--default .zey-sub-check .forminator-label{
	font-size: 16px !important;
	color: var(--primary-color) !important;
	margin-top: 5px !important;
}

.forminator-ui#forminator-module-1036.forminator-custom-form[data-design=default] .zey-sub-check .forminator-radio{
	display: inline-flex !important;
	margin: 0 15px 0 0;
}

@media (max-width:1200px){
	.forminator-ui#forminator-module-1036.forminator-design--default .forminator-field-group label.forminator-repeater-label{
    	font-family: 'Secular One', Calibri, sans-serif;
    	font-size: 1em !important;
    }
    #forminator-module-1036 .forminator-field-group{
		padding: 10px 18px 10px 135px;
	}

	#forminator-module-1036 #group-2:before,
	#forminator-module-1036 #group-1:before,
	#forminator-module-1036 #group-3:before,
	#forminator-module-1036 #group-4:before,
	#forminator-module-1036 #group-5:before{
		content: '';
		width: 110px;
		height: 132px;
	}
}

@media (max-width:780px){

    .forminator-ui#forminator-module-1036 .forminator-field-number .forminator-field{
    	display: flex;
		align-items: center;
    	flex-direction: row-reverse;
	    justify-content: start !important;
	}
}

.alert-success{
	color: var(--color-grey) !important;
	background-color: rgba(70, 180, 80, 0.12);
    border-color: #46B450;
}

@media (min-width:1400px) and (max-width:1440px){
	.order-page h1{padding-right: 35px;}
}

/** WEBINAR AREA **/

.page-template-webinar-hub #page, .page-template-webinar-bishara #page, .page-template-webinar-panel #page{background-color: var(--background-light);}

.single .webinar-head h1{margin-top:0.25rem;}
.single .webinar-head h3{color: var(--color-grey); margin-bottom: 0 !important;}

img.webinar-headshot{
	border-radius: 20px;
	width: 100%;
	height: auto;
	max-width: 125px;
}


/*@media (min-width:780px){
	.webinar-login-wrapper{
		margin-top: -3.5em;
		position: relative;
		z-index: 3;
	}
}*/
.webinar-login-wrapper p, .webinar-login-reg-wrapper p{
	font-size: 1.3rem;
}

.webinar-login-wrapper h3{
	margin: 1.5rem 0 0.5rem;
}

table.ep-table{

}

table.ep-table tr td{
	vertical-align:top !important;
	min-width: 105px !important;
}

@media (max-width:768px){
	table.ep-table tr td{
		padding-bottom: 10px;
	}
}

span.ep-number{
	color: var(--primary-color);
	font-weight: bold;
}

.um.um-1181, .um.um-password{
	margin-left: initial !important;
    margin-right: initial !important;
}

.um.um-1181 .um-center, .um.um-1181 .um-link-alt, .um.um-1202 .um-center, .um.um-1202 .um-link-alt{text-align: left !important;}

.um.um-register .um-row._um_row_1,
.um.um-register .um-row._um_row_2{margin-bottom: 0 !important;}

.um.um-register .um-field-block{font-size: smaller !important;}

ul.um-misc-ul.custom{
	list-style: none;
	margin-left: 0;
}

ul.um-misc-ul.custom li{display: inline-block; margin-right: 15px;}
ul.um-misc-ul.custom li:last-child{margin-right: 0 !important;}

.um-login.um-logout{max-width: 600px !important;}

input[type=submit].um-button{
	color: var(--color-white) !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	background: rgb(44,204,192) !important;
	background: linear-gradient(135deg, rgba(44,204,192,1) 0%, rgba(19,129,166,1) 100%) !important;
	border-radius: 27px !important;
	padding: 17px 32px !important;
	border:none !important;
	text-transform: uppercase !important;
	transition: background 0.8s linear !important;
	margin: 0.5rem 0 0.9rem !important;
	line-height: 1.25 !important;
	min-width: 156px !important;
}

input[type=submit].um-button:visited{color: var(--color-white) !important;}

input[type=submit].um-button:hover, input[type=submit].um-button:focus{
	background: var(--tertiary-color) !important;
	color: var(--color-white) !important;
	transition: background 0.8s linear;
}

.um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea{
	color: var(--color-grey) !important;
    background: var(--background-light) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
}

.um .um-col-alt-b{padding-top: 0 !important;}

input[type=submit].um-button{margin-top: 0 !important;}

.um:not(.um-admin){margin-bottom: 35px !important; }

.card.webinar-card, .card.webinar-wrap-card{
	border-radius: 15px;
	border: none;
}

.card.webinar-card a, .webinar-wrap a{font-weight: bold;}

.card.webinar-card a:hover{cursor: pointer;}
.card.webinar-card img, .webinar-embed iframe, .card.webinar-wrap-card img{
	border-radius: 10px;
	border: 1px solid var(--border-color);
}

p.pi-webinar{font-size: 1.05rem !important;}
p.pi-webinar a{color: initial !important;}

.webinar-wrap, .card.webinar-wrap-card{
	border-radius: 30px;
}

.webinar-embed{
	position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.webinar-embed iframe,
.embed-container object,
.embed-container embed{
	border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
}

p.webinar-disclaimer a, p.pi-info a{color: var(--color-grey) !important; font-weight: normal;}

p.pi-info{
	font-size: initial;
}

a.watch-link{font-weight: bold !important; text-transform: uppercase; text-underline-position: under;}

.hub-content p{font-size:1.3rem;}

.media-hub .card.disclaimer p, .webinar-hub .card.disclaimer p, .page-id-1149 .card.disclaimer p{color: var(--color-grey);}

p.webinar-bio{font-size: 1rem;}

@media (min-width:768px){
	a.webinar-view{
		position: absolute;
		bottom: 1.6em;
	}
}
