/*
Theme Name: LC Activsurgical  II
Theme URI: https://nustart.solutions/
Description: This is the custom theme created for the Genesis Framework.
Author: Leed Creative / Nustart Solutions
Author URI: https://nustart.solutions/

Version: 4.11

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}
:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
	background-color: #000;
	color: #fff;
	font-family: "din-2014",sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #eee;
	text-decoration: none;
}

.entry-content a{
	color:#ffffff;

}
.entry-content a:focus,
.entry-content a:hover{
	color:#fff;
	text-decoration: none;
}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.5 !important;
}

.entry-content p:first-of-type {
	clear:both;
	float:none;
	padding-top:40px;
}
.entry-content .benefits p:first-of-type{
	padding-top:10px;
	margin-bottom: 24px;
}
.entry-content .benefits p {
	margin-bottom: 24px;

}

.entry-content .benefits p:last-of-type{
	margin-bottom: 34px;
}




ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

h2 sup {
	
    font-size: 52%;
    top: -20px;
}

p sup {
	top:-7px;
	font-size:70%
}

p sup a {
	text-decoration: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}


h4 {
	font-size: 20px;
}


.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1.g-fluid-text,
h2.entry-title,
.entry-header .entry-title,
.entry-header h2.entry-title,
.g-fluid-text {
    animation: flow 15s ease-in-out infinite;
    background-image: -webkit-linear-gradient(102deg, #ec90fa 8%, #ffb1e9 27%, #ffd74c 52%, #f1d1f2 74%, #dbd6ff 89%);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #0000;
    -webkit-animation: flow 10s infinite linear;
}
.hero-video-bg.march22 {
	background-image: url(https://activesurgidev.wpengine.com/wp-content/uploads/2022/06/DrKim_Video_Screenshot-v1.jpg);
	background-position: center center;
	background-size: cover;
	padding:0 !important;
	z-index:105;
	background-color: transparent !important;
	opacity: 1;
	transition: all 1.75s ease-in-out 0s;
}

.home #myIframe {
	opacity: 0;	
}
.home #myIframe.show {
	animation: iframeshow 1.0s linear forwards; 
}

  @keyframes iframeshow {
	from { transform: scale(0.8); opacity: 0; }
	to {  transform: scale(1); opacity: 1; }
  }

.txt-holder {
	padding: 35% 1px 0 30px;
}
.hero-video-bg-il{
	animation: flow 15s ease-in-out infinite;
    background-image: -webkit-linear-gradient(119deg, #ec90fa 11%, #ffb1e9 31%, #ffd74c 58%, #f1d1f2 81%, #dbd6ff 98%);
    background-size: 300%;
    -webkit-animation: flow 10s infinite linear;
}

.eliz-gradient{
	background: rgb(61,135,255);
	background: -moz-linear-gradient(59deg, rgba(61,135,255,1) 0%, rgba(207,135,254,1) 12%, rgba(255,135,254,1) 25%, rgba(255,197,154,1) 50%, rgba(255,220,159,1) 75%, rgba(255,213,218,1) 90%, rgba(159,203,252,1) 100%);
	background: -webkit-linear-gradient(59deg, rgba(61,135,255,1) 0%, rgba(207,135,254,1) 12%, rgba(255,135,254,1) 25%, rgba(255,197,154,1) 50%, rgba(255,220,159,1) 75%, rgba(255,213,218,1) 90%, rgba(159,203,252,1) 100%);
	background: linear-gradient(59deg, rgba(61,135,255,1) 0%, rgba(207,135,254,1) 12%, rgba(255,135,254,1) 25%, rgba(255,197,154,1) 50%, rgba(255,220,159,1) 75%, rgba(255,213,218,1) 90%, rgba(159,203,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d87ff",endColorstr="#9fcbfc",GradientType=1);
}
.section_second-prod {
    animation: flow 15s ease-in-out infinite;
    background-image: -webkit-linear-gradient(119deg, #ec90fa 11%, #ffb1e9 31%, #ffd74c 58%, #f1d1f2 81%, #dbd6ff 98%);
    background-size: 300%;
    -webkit-animation: flow 10s infinite linear;
	position: relative;
}
.wp-block-button.buttonactive-bg,
.buttonactive-bg {
	padding:1px;	
    animation: flow 15s ease-in-out infinite;
    -webkit-animation: flow 15s infinite linear;
    background-image: linear-gradient(102deg, #ec90fa 8%, #ffb1e9 29%, #ffd74c 56%, #f1d1f2 81%, #dbd6ff 98%);
	display: block;
	width:180px;
	margin:10px 0;
	border-radius: 4px;
	position: relative;
}

.page-id-533 .gb-block-button a.gb-button-size-extralarge {
	width:245px;
}

.rainbow {
    background-image: linear-gradient(131deg, #012e73 6%, #0086ff 17%, #bd88fe 29%, #ff87fe 42%, #ffa6f7 54%, #fece41 64%, #ffd5e7 74%, #8ac8fe 85%, #01b1ff 94%);
	width:40px;	
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    padding: 3px;
}

div.gform_wrapper .gfield_required{
	color:#ffa6f7
}

div.gform_wrapper input[type="submit"] {
	background-color: #ff87fe;
}

div.gform_wrapper input[type="submit"]:hover {
	background-color: #bd88fe;
}
div.gform_wrapper .gfield_validation_message, 
div.gform_wrapper .validation_message,
div.gform_wrapper .gform_validation_errors {
    background: #000;
}
div.gform_wrapper:focus {
    color: #fff;
    outline: #333 solid 1px;
}

a.more-link__text {
	text-decoration: none !important;
}
.rainbow .dashicons {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #000;
    border-radius: 20px;
}
.buttonactive-bg:hover {
	padding:0
}

.buttonactive-bg a.button {
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	background-color: #000;
	padding:24px 6px

}

.buttonactive-bg a.button:hover {
	background-color: #fff;
	color:#000;
	border:1px solid #fff
}
.wp-block-button.buttonactive-bg a.wp-block-button__link{
	background-color: #fff;
	color:#fff;
	border:1px solid #fff;
}
.wp-block-button.buttonactive-bg a.wp-block-button__link:hover{
	background-color: #000;
	color:#fff;
	border:none;
}
.post-2 .careers .buttonactive-bg,
.post-12 .buttonactive-bg {
	width:240px;
	margin-left: 10px;
	display: inline-block;
}
.post-2 .careers .buttonactive-bg a.button,
.post-12 .buttonactive-bg a.button {
	padding:15px 10px
}
 
.first-prod__grid  .buttonactive-bg {
	width:auto !important
}

.wp-block-column.nooverflow{
	overflow: hidden;
}

.wp-block-columns.testimonials .wp-block-column{
	background-color: #141415;
}

.wp-block-columns.testimonials .wp-block-column blockquote {
	font-size:16px;
	font-style: normal;
	padding:38px;
	text-align: left;
	border-left:none
}

.gb-block-container.hero-video-bg {
	position: relative !important;
}

#more-events {
	overflow-x: hidden;
	overflow-y: hidden;
}
.wp-image-221 {
	width:80%;
	margin:10px auto;
	display: block;
}

@-webkit-keyframes flow  { 
	0% {background-position: 0 50%;}
	
	50% {background-position: 100% 50%;}
	
	50% {background-position: 0 50;}
	
	}
.gb-block-container {
	overflow: hidden !important;
}


.fs114 {
		font-size:60px;
}
.fs100 {
	font-size:75px;
	line-height: 1.2;
}	


.fs90 {
	font-size:48px
}

.fs75 {
	font-size:40px;
	line-height: 1.2;
}	

h3.fs75 {
	margin:0 0 10px
}

.fs68 {
	font-size:48px;
}
.fs62 {
	font-size:44px;
}

.fs54 {
	font-size:40px;
}


.fs50 {
	font-size:35px;
}

.fs36 {
	font-size:26px;
}
.site-container .wp-block-quote.fs33 p,
.fs33 {
	font-size:24px;
}

.site-container .wp-block-quote.fs33 p {
	font-style:normal
}

.site-container .wp-block-quote.fs33 cite {
	font-size:22px;
	color:#010101;
	font-style: italic;
}
p.fs33 cite mark,
.site-container .wp-block-quote.fs33 cite mark {
	font-size:18px;
	background-color: #fff;
	color:#010101;
}

.mederrors .fs33 {
	line-height: 1.0;
}
.entry-content .mederrors p:first-of-type{
	padding-top:10px;
}
.fs25{
	font-size:24px;
}


.white {
	color:#fff;
}
.black {
	color:#000;
}


.fw700{
	font-weight: 700;
}
.fw600{
	font-weight: 600;
}
.fw400{
	font-weight: 400;
}
.fw300{
	font-weight: 300;
}

.center {
	text-align: center;
}
.ucase {
	text-transform: uppercase;
}

.ft-din{
font-family: "din-2014",sans-serif;
}

.ta-left {
	text-align:left;
}

.ta-right {
	text-align:right;
}

.button.trans {
	display: inline-block;
	padding:15px 35px;
	background-color: transparent;
	border:2px solid #000;
	color:#000;
	margin:20px auto;
	text-transform: capitalize;
}

a.button.trans:hover {
	background-color: black;
	border:2px solid #000;
	padding:15px 35px;
	color:#fff;
}
/* Home 2 */

.section2 p.fs36 {
	padding:10px 0;
	border-bottom: 2px solid #fff;
	letter-spacing: 2px;
	display: inline;
}

.section2 p.fs36 a {
	text-decoration: none;
}

.section2 .dashicons, 
.section2 .dashicons-before:before{
	vertical-align: top;
	font-size:26px;
	width:26px;
	height:26px;
	line-height: 1;
	
	border:1px solid #fff;
	border-radius:18px
}


/* home */
.hero-video-content {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    margin: 0;
	width:50%;
    max-width: 500px;
	color:#000;
}

.hero-video-content a {
	text-decoration: none !important;
}

.entry-content .hero-video-content a {
	color:#000;
}

.news-box {
	position: relative;
	padding:40px 0 0;
}

.news-box .lSAction {
    position: absolute;
    top: 15px;
    right: 40px;
}

.news-box .lSAction>.lSPrev {
    background-position: 0 0;
    left: -36px;
}
.news-box .lSAction>.lSNext {
    background-position: -32px 0;
    right: -30px;
}
ul.news-list li.lslide{
	display: inline-block;
}
.blog article.post {
	background: #141415;
	position: relative;
}

.blog article.post .footer-strip {
	display: block;
	width:100%;
	overflow: hidden;

}

.blog article.post .txt-holder{
	padding:20px;
}

a.lc-post-link {
	display: block;
	overflow: hidden;
	max-height: 210px;
	position: relative;
	height: 100%;
	
	transition: transform 0.5s ease-in-out;
}

.blog article.post h3 a{
	text-decoration: none;
}
.blog article.post h3{
	height:220px;
}

a.lc-post-link img.news-placeholder {
	padding:25px;
	transition: transform 0.5s ease-in-out;
}
a.lc-post-link:hover .post-image.news__img,
a.lc-post-link:hover img {
	transform: scale(1.2);
}
.post-image.news__img{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
	transition: transform 0.5s ease-in-out;
}

.event__name {
		background-image: linear-gradient(
	93deg
	, #ec90fa 8%, #ffb1e9 29%, #ffd74c 56%, #f1d1f2 80%, #dbd6ff 98%);
		-webkit-text-fill-color: #0000;
		-webkit-background-clip: text;
		align-self: center;
		grid-area: event;
	}

.event__date{
    grid-area: date;
}
.event__info_headline.location{
    align-self: center;
    grid-area: location;
}

.event__info_headline.date{
    align-self: center;
    grid-area: date;
}

.execgrid a {
	border:1px solid #000;
	padding:10px;
}
.execgrid a:hover {
	border:1px solid #d688fe;
	padding:10px;
}
/* Animation 
---------------------------------------------*/
.in-view .clipit {
	animation: 1s 1 ease-in-out alternate circle;
  }
@keyframes circle {
	from {
	  -webkit-clip-path: circle(10%);
	  clip-path: circle(10%);
	}
	to {
	  -webkit-clip-path: circle(100%);
	  clip-path: circle(100%);
	}
  }
  .colContainer,
  .boxContainer {
	  display: block;
	  padding:0;
	  position: relative;
  }

  .colContainer {
	  background-color: #fff;
  }
.colContainer .wrap{
	padding:5% 0
}

.colContainer a {
	text-decoration: none;
}
p.plus a,
.colContainer a {
	text-decoration: none;
}
p.plus a {
	text-transform: uppercase;
}
p.plus a .dashicons,
.colContainer a .dashicons{
transition: transform .7s ease-in-out;
}

.entry-content p.plus a:hover {
	color:#ff89fd !important
}

p.plus a .dashicons:hover,
.colContainer a .dashicons:hover{
	transform: rotateY(360deg);
	color:#ff89fd
	}

div.img-holder,
  figure.img-holder {
	  position: relative;
  }
  div.img-holder p.img-color,
  figure.img-holder img.img-color{
	  position:relative;
	  z-index: 2;
  }
  
  div.img-holder p.img-green,
  figure.img-holder img.img-green{
	  position: absolute;
	  z-index: 1;
  }

  .wp-block-group .wp-block-image.aligncenter {
	  display: block !important;
  }
  

.box {
	display:inline-block;
	width:100%;
	/*border-radius: 45vh;*/
	height:90vh;
	background-color: black;
	position: absolute;
	top:0;
	display: table-cell;
	vertical-align: middle;

}

.mission p {
	margin-bottom: 40px;
}

.feedboxes a {
	text-decoration: none;
}
.feedboxes p {
	margin-bottom: 30px;
}


.feedboxes  .txt-holder{
	display: block;
	overflow: hidden;
	padding:25px;
}
.feedboxes h3 {
	color:#fe87fe;
	letter-spacing: 2px;
}

.wp-block-column.feedboxes  {
	color:#fe87fe;
	border:2px solid #fe87fe;
	border-radius: 20px;
}

.wp-block-column.feedboxes.press  {
	color:#ffd776;
	border:2px solid #ffd776;
	border-radius: 20px;
}
.feedboxes.press  h3 {
	color:#ffd776;	
}

.wp-block-column.feedboxes.events  {
	color:#51b2f4;
	border:2px solid #51b2f4;
	border-radius: 20px;
}

.feedboxes.events  h3 {
	color:#51b2f4;
}

@keyframes rotateTyre {
from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
/* Objects
--------------------------------------------- */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; overflow: 
	hidden; 
}

.video-container.rounded {
	border-radius: 35px;
	padding-bottom: 52.25%; 
}

.video-container iframe, 
.video-container object, 
.video-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
.video-container iframe.animate {
	opacity: 0;
}
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Featherlight Lightbox
--------------------------------------------*/
body .featherlight .featherlight-content{
    position: relative;
    z-index: 10;
	width:90%;
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    background-color: #141415;
    box-shadow: 0 1px 2px 0 rgb(20 20 21 / 50%);
}
body .featherlight .featherlight-close-icon{
    background-image: url(https://activsurgical.wpengine.com/wp-content/uploads/2021/08/close-icon.svg) !important;
    background-size: contain !important;
    background-color: #0000 !important;
    text-indent: -1000px;
    background-position: center center;
    top: 20px;
    right: 20px;
    line-height: 15px;
    width: 15px;
}

a.bio {
	display: block;
	padding-bottom: 30px;
}

a.bio.board {
	display: block;
	padding:25px;
	background:#141415;
	margin-bottom:30px;
}
.directors__ttl {
    background-image: linear-gradient(
95deg
, #ec90fa 8%, #fdd975 98%);
    -webkit-text-fill-color: #0000;
    -webkit-background-clip: text;
}


/*Cookie Law */
#cookie-law-div{
	z-index:10000000;
	position:fixed;
	bottom:3%;
	right:2%;
	padding:1em;
	max-width:400px;
	border-radius:10px;
	background:#fff;
	border:1px solid rgba(0,0,0,.15);
	font-size:15px;box-shadow:rgba(23,43,99,.4) 0 7px 28px
}
@media (max-width:600px){
	#cookie-law-div{
		border-radius:0;
		max-width:100%;
		right:0;bottom:0
	}
}
#cookie-law-div a{
	font-size:15px;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid rgba(0,0,0,.5)
}
#cookie-law-div a:hover{
	opacity:.7
}
#cookie-law-div p{
	margin:0;color:#000;
	padding-right:50px
}
#cookie-law-div button{
	position:absolute;
	right:.5em;
	top:20px;
	align-self:center;
	line-height:1;
	color:#fff;
	background-color:#000;
	border:none;
	opacity:.6;
	font-size:12px;
	cursor:pointer;
	border-radius:50px
}
#cookie-law-div button:hover{
	opacity:1
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333 !important;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
	color:#333 !important
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}



.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

table.dcf-table-responsive{
font-size:20px;
word-break: keep-all;
width:100%;
max-width: 600px;
margin:30px auto;
}
@media screen and (max-width: 600px) {
	table.dcf-table-responsive {
	  border: 0;
	}
  
	table.dcf-table-responsive caption {
	  font-size: 1.3em;
	}
	
	table.dcf-table-responsive thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	table.dcf-table-responsive tr {
/*	  border-bottom: 3px solid #ddd;*/
	  display: block;
	  margin-bottom: .625em;
	}
	
	table.dcf-table-responsive td {
	  display: block;
	  font-size: 18px;
	  text-align: left;
	}
	
	table.dcf-table-responsive td::before {
	  /*
	  * aria-label has no advantage, it won't be read inside a table
	  content: attr(aria-label);
	  */
	  content: attr(data-label);
	  float: left;
	  font-style: italic;
	  padding-right:5px
	}
	
	table.dcf-table-responsive td:last-child {
	  border-bottom: 0;
	}
  }
  



/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0px 30px 0;
}

.full-wide .site-inner {
	padding: 0px;

}

.wrap {
	margin:0 auto;
	width:90%;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title{
    font-family: HelveticaNeue, sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0px;
	max-width:876px;
	float:left;
	clear:right
}

.entry-header:after {
	content: "";
	display: table;
	clear: both;
  }

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Top Banner
-----------------------------------------------------------------------------*/
.top-banner {
	
    animation: flow 15s ease-in-out infinite;
    -webkit-animation: flow 15s infinite linear;
    background-image: linear-gradient(102deg, #ec90fa 8%, #ffb1e9 29%, #ffd74c 56%, #f1d1f2 81%, #dbd6ff 98%);
	color:#000;
	font-size:20px;
	text-align: center;
	line-height: 1.5;
	padding:10px;
}

.top-banner p {
	margin-bottom: 0;
}

.top-banner p a {
	text-decoration: none;
	color:#000;
	text-transform: uppercase;
}
.dashicons, 
.dashicons-before:before{
	vertical-align: top;
	display: inline-block;
	line-height: 1.5;
}

.top-banner a:hover .dashicons, 
.top-banner  a:hover .dashicons-before:before{
	color:#ff89fd;
}
	
/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding:10px  0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 60%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */
.nav-primary ul{
	margin-top: 0;
	margin-bottom: 0px;
	padding-left: 0px;
}

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	outline-offset: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ff89fd;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a span {
	border-bottom: 1px solid #fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: black;
	font-size: 18px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}
.genesis-nav-menu .menu-item.pink a {
	color:#ff89fd;
	text-transform: uppercase;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #ffffff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

    
.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.post .entry-content {
	max-width: 640px;
	float:right;
	clear:left;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content .mederrors  ul {
	padding-left: 20px;
}
.mederrors ul.fs33 {
	line-height: 1.5;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.partners {
	margin:20px auto;
	padding:0;
    text-align: center;
}
.entry-content ul.partners li{
	width:10.5%;
	margin:2.5%;
	min-width:110px;
	vertical-align: middle;
    display: inline-block;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
    clear: both;
    overflow: hidden;
    display: block;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
    clear: both;
    overflow: hidden;
    display: block;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ffffff;
	clear: both;
	padding: 60px 0 20px;
	color:#000;
	font-size:15px;
}
.footer-widgets a {
	color:#000;
	text-decoration: none;

}
.footer-widgets a:hover {
	color:#ff89fd !important;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

h3.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
	color:#000;
}

.footer-widgets .widget ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0px;
}

.footer-widgets .widget ul li {
	margin-bottom: 0;
}
.footer-widgets .footer__item {
	color:#000
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px;
	text-align: center;
	color:#000
}

.site-footer p {
	margin-bottom: 0;
}



/* Testimonial Slider */
.home .testimonials-list blockquote {
	font-size:15px;
	text-align: left;
	font-style:normal;
}

.home .testimonials-list h5 {
	color:#fff;
	text-align: center;

}

.home .testimonials-list .holder {
	display: block;
	overflow: hidden;
	padding:20px 0 0;
}

/* Some basic Testimonial styling */

.home ul.testimonials-list {
	margin: 0 auto;
    display: block;
    overflow: hidden;
}

.home ul.testimonials-list li {
	list-style: none;
	text-align:  center;
    padding:0px;
}

.home ul.testimonials-list li blockquote::before {
	display: none;
}
.home ul.testimonials-list li blockquote{
	border-left-width: 5px;
	border-left-style: solid;
	border-image: linear-gradient(to bottom, #ec90fa, #fdd975) 1 100%;
	padding:10px 40px;
}
	

.home ul.testimonials-list li img {
	border-radius: 50%;
}

.home ul.lSPager {
	margin: 0;
}

.home .lSSlideOuter .lSPager.lSpg>li.active a, 
.home .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #fff;
}


/* Page Jump Fix */

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    height: 100% !important;
}

.footer-strip .three-fourths {
	width: 74.35897435897436%;	
float: left;
margin-left: 2.564102564102564%;

}

.footer-strip .one-fourth {
	width: 23.076923076923077%;
	float: left;
	margin-left: 2.564102564102564%;
	
}


.footer-strip .first {
	clear: both;
	margin-left: 0;
}

.section_divider.nhp {
	height:40px;
}

.dividerContainer {
	padding:0;

}
progress {
	display: block;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 45px;
	border: none;
	background: transparent;
  }
  progress::-webkit-progress-bar {
	background: transparent;
  }
  progress::-webkit-progress-value {
	background: linear-gradient(to left, #ffda79,#ffca8d,#ff87fe,#fea6d5,#d688fe,#0086ff);
	background-attachment: fixed;
  }
  progress::-moz-progress-bar {
	background: linear-gradient(to left, #ffda79,#ffca8d,#ff87fe,#fea6d5,#d688fe,#0086ff);
	background-attachment: fixed;
  }
  
  /* Twenty Twenty 
  --------------------------------*/
  .entry-content .twentytwenty-before-label:before,
  .entry-content .twentytwenty-after-label:before {
	  content:"";
  }
.wp-container-4 figure {
	overflow: hidden;
}
.wp-container-4 figure img {
	margin-left: 20%;;
}

.wp-container-4 p {
	text-align: center;
}

/* AOS Animations*/
[data-aos="rotate-c"] {
	transform: rotate(-180deg);
	transition-property: transform;
	opacity: 0.1;
  }

  [data-aos="rotate-c"].aos-animate {
	transform: rotate(0deg);
	opacity: 1;
  }

.sliderContainer img.abs.parts{
	display: none;
}

.sliderContainer .mobtext{
	display: block;
	text-align:center
}


.uslider .icons {
	width:90px;
	height:90px;
	margin:0 auto 10px;
}


.sliderContainer figure.icons img {
	max-width: 100px;
	margin:0 auto 10px;
}

.sliderContainer p {
	text-align:center
}

.sliderContainer .uslider {
	padding:40px 0 0;
}
.wp-block-spacer.desktoponly {
	height:0 !important
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 600px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

	.fs114 {
		font-size:85px;
}


	.entry-title,
	.fs68 {
	font-size:50px;
}
	.page-id-533 .gb-block-button a.gb-button-size-extralarge {
		width:295px;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
		margin:20px;
	}

	.fs90 {
		font-size:64px
	}
	


}

@media only screen and (max-width: 575px) {
.gb-block-post-grid.featuredpost div[class*="columns"].is-grid, 
.gb-block-post-grid.featuredpost div[class*="columns"].gb-is-grid{
	
    grid-template-columns: 1fr !important;
}

}

@media only screen and (max-width: 767px) {
.gb-block-post-grid.featuredpost div[class*="columns"].is-grid, 
.gb-block-post-grid.featuredpost div[class*="columns"].gb-is-grid{
	
    grid-template-columns: 1fr 1fr;
}

.gb-block-post-grid.featuredpost.bodirectors div[class*="columns"].is-grid, 
.gb-block-post-grid.featuredpost.bodirectors div[class*="columns"].gb-is-grid{
	
    grid-template-columns: 1fr;
}
#myButton .play-video-btn {
    position: absolute;
    top: 25px;
    left: 25px;
	width:40px;
	height:40px;

}


}

@media only screen and (min-width: 767px) {

	
.wp-container-4 figure {
	overflow: hidden;
}
.wp-container-4 figure img {
	margin-left: 0%;;
}
.wp-container-4 p {
	text-align: left;
}


	.wp-block-columns.swap {
		flex-direction: row-reverse;
		margin:80px 0;

	}
	.uslider .wp-block-columns.swap,
	.hero .wp-block-columns.swap {
		margin:0;
	}
	

	.blog article.post {
		padding-bottom:75px;
	}
	.entry-title,
.fs68 {
	font-size:68px;
}
.mission p {
	margin:0 60px 40px 0;
}



	
video.blob {
    transform:scale(0.9);
  /*  margin-bottom:-50px;*/
}


	.blog article.post .footer-strip {
		position:absolute;
		bottom:20px;
		left:0;

	}

	.margtopminus50 {
		margin-top:-50px;
		padding-top:0 !important
	}
}

@media only screen and (min-width: 800px) {

	/* Parallax for product Page*/
	
	.sliderContainer {
		position: relative;
	}
	
	.sliderContainer .uslider {
		position: absolute;
		top:77%;
		width:100%;
		overflow: hidden;
	}
	
	.uslider .icons {
		width:135px;
		height:135px;
	}
	.unseen-1 .wp-block-image figure,
	.unseen-2 .wp-block-image figure {
		max-width:100%;
		max-width: 500px;
	}
	
	.uslider.unseen-3 img.abs{
		position: absolute;
		bottom:13%;
	}
	
	
	.uslider.unseen-3 img.abs.pleft {
		left: -23%;
		display: inline-block;
		max-width: 583px;

	}
	
	.uslider.unseen-3 img.abs.right {
		left: auto;
		right: -26%;
		max-width: 382px;
		display: inline-block;
		bottom: 11%;
	}
	
	img.deskonly {
		display: block;
	}
	
	.sliderContainer img.abs.parts{
		display: block;
	}
	
	.sliderContainer .mobtext{
		display: none;
	}
	
	
	.sliderContainer p {
		text-align:left
	}
	
	.sliderContainer .uslider {
		padding: 0;
	}
	
	.wp-block-spacer.desktoponly {
		height:500px !important
	}
	
	
	
	.entry-content .uslider p:first-of-type{
		padding-top:0;
	}
	
}

@media only screen and (min-width: 960px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 600px;
		bottom: 20%;
		left: -20%;
	}
	

	.uslider.unseen-3 img.abs.right{
		max-width: 404px;
		bottom: 13.5%;
		right: -12%;
	}

	img.activ-sight-img {
		margin-left: -20%;
	}

	body .featherlight .featherlight-content{

		padding: 100px 100px 60px 100px;
	}

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 220px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1470px;
		max-width: 1110px;
		padding-top:60px;
	}

	.full-wide .site-inner {
		max-width: 100%;
	}

	.wrap {
		max-width: 1170px;
	}

	.wrap-video {
		max-width: 50vw;
	}
	
	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width:100%;
	}
	.full-wide.full-width-content .content {
		width:100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width:25%;
		float: left;
		margin-bottom: 0;
	}


}

@media only screen and (min-width: 300px) {
	.wp-block-column .careers__anim-wr,
	.wp-block-column .careers__anim-wr .outer {
		width: 300px;
		height: 300px;
	}

	.wp-block-column .careers__anim-wr .inner{
		width:180px;
		height:180px;
		z-index: 2;
	}
	.wp-block-column .careers__img-_brain{
		width:150px
	}
}

@media only screen and (min-width: 1024px) {
	.wp-block-column .careers__anim-wr,
	.wp-block-column .careers__anim-wr .outer {
		width: 450px;
		height: 450px;
	}

	.wp-block-column .careers__anim-wr .inner{
		width:350px;
		height:350px;
	}
	.wp-block-column .careers__img-_brain{
		width:300px
	}
	.wp-block-column .person-icon{
		width:70px;
		height:70px;
		top:304px;
	}
	.wp-block-column .person-icon.person-icon_2 {
		top: 49px;
		right: 0px;
	}
	.wp-block-column .person-icon.person-icon_3 {
	
		top: 176px;
		width: 55px;
		height: 55px;
		right:6%
	}
	.wp-block-column .person-icon.person-icon_4 {
		right: 0px;
		bottom: 100px;
		width: 45px;
		height: 45px;
	}
}

@media only screen and (min-width: 1060px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 600px;
		bottom:20%;;
		left: -16%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 404px;
		bottom:13.5%;
		right: -8%;
	}

	img.activ-sight-img {
		margin-left: -20%;
	}
}

@media only screen and (min-width: 1160px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 650px;
		bottom:20%;
		left: -17%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 454px;
		bottom:13.5%;
		right: -7%;
	}

	img.activ-sight-img {
		margin-left: -25%;
	}
}

@media only screen and (min-width: 1260px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 700px;
		bottom:18%;
		left: -17%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 504px;
		bottom:11.5%;
		right: -8%;
	}

	img.activ-sight-img {
		margin-left: -25%;
	}
}


@media only screen and (min-width: 1360px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 750px;
		bottom:18%;
		left: -17%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 554px;
		bottom:11.5%;
		right: -5%;
	}

	img.activ-sight-img {
		margin-left: -30%;
	}
}



@media only screen and (min-width: 1460px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 800px;
		bottom:16%;
		left: -17%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 604px;
		bottom:7.5%;
		right:-6%;
	}

	img.activ-sight-img {
		margin-left: -30%;
	}
}



@media only screen and (min-width: 1560px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 850px;
		bottom:16%;
		left: -15%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 654px;
		bottom:5.5%;
		right:-5%;
	}
	
	img.activ-sight-img {
		margin-left: -30%;
	}
}



@media only screen and (min-width: 1660px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 900px;
		bottom: 14%;
		left: -15%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 704px;
		bottom: 2.3%;
		right: -5%;
	}
	
	img.activ-sight-img {
		margin-left: -30%;
	}
}

@media only screen and (min-width: 1760px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 900px;
		bottom: 14%;
		left: -12%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 704px;
		bottom: 2.3%;
		right: -2%;
	}
	
	img.activ-sight-img {
		margin-left: -32%;
	}
}
@media only screen and (min-width: 1860px) {

	/*Equip slideins*/
	.uslider.unseen-3 img.abs.pleft{
		max-width: 900px;
		bottom: 14%;
		left: -10%;
	}


	.uslider.unseen-3 img.abs.right{
		max-width: 704px;
		bottom: 2.3%;
		right: -2%;

	}
	
	img.activ-sight-img {
		margin-left: -30%;
	}
}

@media only screen and (min-width: 1400px) {
	.wp-block-column .careers__anim-wr,
	.wp-block-column .careers__anim-wr .outer {
		width: 660px;
		height: 660px;
	}
	.wp-block-column .careers__img-_brain{
		width:500px
	}

    .wp-block-column .person-icon.person-icon_1 {
        top:170px
    }
    .wp-block-column .person-icon.person-icon_2{
        top:154px
    }
    .wp-block-column .person-icon.person-icon_3{
        right:11%;
        top:78px;
    }
    .wp-block-column .person-icon.person-icon_4{
        right: 67%;
        bottom: 10px;
    }
    .wp-block-column .person-icon-inner.person-icon_6 {
        right:56px;
    }

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.download-popup-wrap {
	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,.7);
    height: 100%;
    display: flex;
    align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	pointer-events: none;
}
.download-popup-inner {
	position: relative;
	background: #141415;
	width: 60%;
    margin: 0 auto;
	padding: 10px 7vw 30px;
	height: 85vh;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.download-popup-inner {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 575px) {
	.download-popup-inner { 
		width: 90%;
		padding-top: 45px;
	}
}
.download-popup-inner .gform_title {
	color: #fff;
}
.download-popup-inner svg path:nth-of-type(2) {
	fill: #fff;
}
.close-download-popup {
	cursor: pointer;
	position: absolute;
    right: 10px;
	top: 10px;
    z-index: 9;
}
.download-popup-inner svg {
	width: 40px;
}
#the_form_wrapper {
	max-width: 650px;
}
.form-top-heading {
	width: 100%;
	text-align: left;
	color: #fff;
}
.download-popup-inner .gform_validation_errors {
	margin-top: 40px !important;
	padding-left: 10px !important;
}
.download-popup-inner .gform_title {
	font-size: 3vw;
}
@media screen and (max-width: 575px) {
	.download-popup-inner .gform_title {
		font-size: 5vw;
	}
}
.show-download-popup {
	opacity: 1;
	visibility: visible;
	pointer-events: unset;
}
.no-scroll {
	overflow: hidden;
}
.close-trigger {
	position: fixed;
	width: 100%;
	height: 100%;
}
.post-716 {
	margin-bottom: 0;
}
.moveup-quote {
	margin-top: -6% !important;
}

.moveup-quote-small {
	margin-top: -4% !important;
}
#field_7_4 {
	@media screen and (max-width: 767px) {
		grid-column: 1/-3;
		margin-right: 10px;
	}
}
#gform_fields_7 .spacer {
	display: none;
}
#gform_fields_7 select {
	border-radius: 0 !important;
}
#gform_fields_7 .gfield--type-html {
	grid-column: span 1;
	display: flex;
	align-items: flex-end;
}
#gform_fields_7 .gfield--type-html svg {
	cursor: pointer;
}
.tooltip-wrap {
	display: flex;
}
.tooltip-wrap img {
	position: absolute;
	width: 350px;
    max-width: unset;
    right: 20px;
    top: 24vh;
	border: 2px solid #fff;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	z-index: 9;
	pointer-events: none;
	@media screen and (max-width: 992px) {
		width: 90%;
		top: 30vh;
	}
	@media screen and (max-width: 575px) {
		width: 90%;
		top: 350px;
	}
}
.tooltip-wrap:hover > img {
	opacity: 1;
	visibility: visible;
}

.header__ttl.latest-news-header {
	margin-top: 80px;
}

@media screen and (max-width: 599px) {
	.l-n-feedbox {
		margin-bottom: 20px;
	}
}

.latest-news .feedbox-2 h3 {
	color: #ffd776;
	border-color: #ffd776 !important;
}
.latest-news .feedbox-2 {
	border-color: #ffd776;
}
.latest-news .feedbox-3 h3 {
	color: #51b2f4;
	border-color: #51b2f4 !important;
}
.latest-news .feedbox-3 {
	border-color: #51b2f4;
}
.customers-subheading * {
	color: #fff;
}
.pt-0 {
	padding-top: 0 !important;
}

.form-loader {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	opacity: 0;
	visibility: hidden;
}
.form-loader.form-loader-active {
	opacity: 1;
	visibility: visible;
}
.hcps-hero-video {
	@media screen and (min-width: 1025px) {
		height: 70vh;
	}
}