/* CUSTOM CSS */

@import url("../fonts/stylesheet.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    /*font-family:"ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;*/
    font-family: 'gilroylight' !important;
    color:rgba(255,255,255,.85);
    font-weight: 400;
    font-size:20px;
    background-color: #013636;
    overflow-x: hidden;
    position: relative;
}

html.fp-enabled, .fp-enabled body,
body.navmenuopen {overflow: hidden!important;}

body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(../images/body-bg-1.jpg) no-repeat center top;
    background-color: #013636;
    background-size: 100%;
}

a::selection, div::selection, h1::selection, h2::selection, h3::selection, input::selection, label::selection, li::selection, p::selection, span::selection, strong::selection, textarea::selection {
    background: #924f76;
    color: #fff;
}

body .paoc-hide-overlay .paoc-cb-popup-body{ box-shadow: none !important; }

#jquery-script-menu{position:fixed;height:90px;width:100%;top:0;left:0;border-top:5px solid #316594;background:#fff;-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.16);box-shadow:0 2px 3px 0 rgba(0,0,0,.16);z-index:999999;padding:10px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-script-center{max-width:960px;margin:0 auto}.jquery-script-center ul{width:212px;float:left;line-height:45px;margin:0;padding:0;list-style:none}.jquery-script-center a{text-decoration:none}.jquery-script-ads{max-width:728px;height:90px;float:right}.jquery-script-clear{clear:both;height:0}#carbonads{display:block;overflow:hidden;max-width:728px;position:relative;font-size:22px;box-sizing:content-box}#carbonads>span{display:block}#carbonads a{color:#4078c0;text-decoration:none}#carbonads a:hover{color:#3664a3}.carbon-wrap{display:flex;align-items:center}.carbon-img{display:block;margin:0;line-height:1}.carbon-img img{display:block;height:90px;width:auto}.carbon-text{display:block;padding:0 1em;line-height:1.35;text-align:left}.carbon-poweredby{display:block;position:absolute;bottom:0;right:0;padding:6px 10px;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;border-top-left-radius:4px;line-height:1;color:#aaa!important}@media only screen and (min-width:320px) and (max-width:759px){.carbon-text{font-size:14px}}@media only screen and (max-width:1023px){.jquery-script-ads{display:none}}

.tooltip {
	color: #FF1744;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-decoration: underline;
	opacity: 1 !important;
}

.tooltip-content {
	opacity: 0;
	visibility: hidden;
	font-size: 1.5em;
	color: white;
	display: block;
	padding: 12px;
	line-height: 1.3;
	min-width: 200px;
	position: absolute;
	background: #FF1744;
	bottom: 100%;
	left: 50%;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	-webkit-transform: translateX(-50%) translateY(0);
			transform: translateX(-50%) translateY(0);
	-webkit-border-radius: 5px;
			border-radius: 5px;
}

.tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) translateY(-4px);
			transform: translateX(-50%) translateY(-4px);
}

.tooltip.right .tooltip-content {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0);
			transform: translateY(-50%) translateX(0);
}

.tooltip.right:hover .tooltip-content {
	-webkit-transform: translateY(-50%) translateX(4px);
			transform: translateY(-50%) translateX(4px);
}

.tooltip.bottom .tooltip-content {
	bottom: auto;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%) translateY(0);
			transform: translateX(-50%) translateY(0);
}

.tooltip.bottom:hover .tooltip-content {
	-webkit-transform: translateX(-50%) translateY(4px);
			transform: translateX(-50%) translateY(4px);
}

.tooltip.left .tooltip-content {
	bottom: auto;
	left: auto;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%) translateX(0);
			transform: translateY(-50%) translateX(0);
}

.tooltip.left:hover .tooltip-content {
	-webkit-transform: translateY(-50%) translateX(-4px);
			transform: translateY(-50%) translateX(-4px);
}

.tooltip-triangle {
	fill: #FF1744;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0;
			transition: all 0.3s ease 0;
	-webkit-transform: translateX(-50%) translateY(0);
			transform: translateX(-50%) translateY(0);
}

.tooltip:hover .tooltip-triangle {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0.3s;
			transition: all 0.3s ease 0.3s;
	-webkit-transform: translateX(-50%) translateY(2px);
			transform: translateX(-50%) translateY(2px);
}

.tooltip.right .tooltip-triangle {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0) rotate(90deg);
			transform: translateY(-50%) translateX(0) rotate(90deg);
}

.tooltip.right:hover .tooltip-triangle {
	-webkit-transform: translateY(-50%) translateX(-4px) rotate(90deg);
			transform: translateY(-50%) translateX(-4px) rotate(90deg);
}

.tooltip.bottom .tooltip-triangle {
	bottom: auto;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%) translateY(0) rotate(180deg);
			transform: translateX(-50%) translateY(0) rotate(180deg);
}

.tooltip.bottom:hover .tooltip-triangle {
	-webkit-transform: translateX(-50%) translateY(-2px) rotate(180deg);
			transform: translateX(-50%) translateY(-2px) rotate(180deg);
}

.tooltip.left .tooltip-triangle {
	bottom: auto;
	left: auto;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%) translateX(0) rotate(-90deg);
			transform: translateY(-50%) translateX(0) rotate(-90deg);
}

.tooltip.left:hover .tooltip-triangle {
	-webkit-transform: translateY(-50%) translateX(4px) rotate(-90deg);
			transform: translateY(-50%) translateX(4px) rotate(-90deg);
}








.grid-box-wrap{ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-top: 40px; padding-top: 40px;   border-top: 1px solid rgba(255,255,255, 0.4);}
.grid-box{}
.grid-box .grid-box-inner{}
.grid-box .grid-box-inner .grid-title-box{ display: flex;   align-items: center;   column-gap: 20px; margin-bottom:20px;   }
.grid-box .grid-box-inner .grid-title-box .grid-image-box{}
.grid-box .grid-box-inner .grid-title-box .grid-image-box img{ max-height: 170px;   width: auto !important; }
.grid-box .grid-box-inner .grid-title-box h3{ font-size: 30px;   margin-bottom: 0; }


@media(max-width:767px){
    .grid-box-wrap{ display: grid; grid-template-columns: 1fr; gap: 30px;}
}



.overflow-none {overflow: hidden !important;}

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

.clr {float:none;clear:both;height:0px;}
.alignleft {float:left;margin-right: 40px;margin-bottom: 20px;}
.alignright {float:right;margin-left: 40px;margin-bottom: 20px;}
.aligncenter {float:none;display:block;margin:auto;margin-bottom: 20px;}
.fitrow {margin-left:0 !important;margin-right:0 !important;}
.pad0 {padding-left:0 !important;padding-right:0 !important;}
.pad1 {padding-left:10px !important;padding-right:10px !important;}
.pad15 {padding-left:15px !important;padding-right:15px !important;}
.pad2 {padding-left:20px !important;padding-right:20px !important;}
.pad3 {padding-left:30px !important;padding-right:30px !important;}
.padtop0{padding-top:0px !important;}
.padtop1{padding-top:10px !important;}
.padtop2{padding-top:20px !important;}
.padtop3 {padding-top:30px !important;}
.padtop4 {padding-top:40px !important;}
.padtop5 {padding-top:50px !important;}
.padbottom0{padding-bottom:0px !important;}
.padbottom1{padding-bottom:10px !important;}
.padbottom2{padding-bottom:20px !important;}
.padbottom3{padding-bottom:30px !important;}
.padbottom4{padding-bottom:40px !important;}
.padbottom5{padding-bottom:50px !important;}
.bottom0 {margin-bottom:0px!important;}
.bottom1 {margin-bottom:10px!important;}
.bottom2 {margin-bottom:20px!important;}
.bottom3 {margin-bottom:30px!important;}
.bottom4 {margin-bottom:40px!important;}
.bottom5 {margin-bottom:50px!important;}
.bottom6 {margin-bottom:60px!important;}
.top0 {margin-top:0px!important;}
.top1 {margin-top:10px!important;}
.top2 {margin-top:20px!important;}
.top3 {margin-top:30px!important;}
.top4 {margin-top:40px!important;}
.top5 {margin-top:50px!important;}

.framed {background: rgba(255,255,255,.09);border-radius: 20px;overflow: hidden;}
.framed img {width:100%;}

.header-tag {position:relative;}
.header-tag .tag {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 90px;
    top: -90px;    
}

.container {width:1510px!important;max-width:100%!important;}
.containerwrap {
    padding-top:60px;
    padding-bottom:60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.checked-list {
    padding: 0!important;
    list-style: none;
}
.checked-list li {
    position: relative;
    background-size: 12px;
	background-image: url(../images/icon-check-1.svg);
    background-position: left 11px;
    padding-left: 22px;
	background-repeat: no-repeat;
}
.checked-list li:last-child {margin-bottom:0px;}

.divider {
    position: relative;
    top:-2px;
    margin: 0px 7.5px 0px 8.5px;
}

.boxed {position:relative;max-width:100%;}

span.label {
    background: #fff;
    padding: 0 7px;
    border-radius: 4px;
    font-size: .6em;
    text-transform: uppercase;
    font-family: 'gilroyextrabold';
    /*font-family:"ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    color: #013636;
    line-height: 22px;
    display: inline-block;
    margin: 0 0 0 8px;
    letter-spacing: .05em;
    position: relative;
    top: -2px;
	font-weight: 400;
}

p, ul, ol {margin-bottom:20px;}
p {line-height: 1.6em;}
ul, ol {padding-left: 18px;}
ul li, ol li {line-height: 1.8em;}
a {color:#fff;cursor:pointer;position:relative;text-decoration:none;/*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;*/font-weight: 700;transition: all .3s ease;}
a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.75);
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(0) scaleY(1);
    transition: all .3s ease;
}
a:hover:after {
    transform: scaleX(1) scaleY(1);
}
a:focus,
a:hover {color: #fff;text-decoration: none;}

.containerwrap a {font-weight:400!important;text-decoration:underline!important;}
.containerwrap a:after {display:none!important;}
.containerwrap a:focus, .containerwrap a:hover {text-decoration:none!important;}

input:focus, textarea:focus, button:focus, select:focus, .btn:focus, a:focus{outline:0}
input[type="password"], select, textarea,
input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
input[type="tel"] {
    color: #898989;
    font-size: 15px;
    height: 50px;
    width: 255px;
    max-width: 100%;
    border: 1px solid #dadada;
    padding: 5px 15px;
    border-radius: 6px;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
}
textarea {height:100px;}
label {font-weight:normal;vertical-align: top;}
iframe, img {max-width:100%;}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2167em;
    margin-top:0;
    margin-bottom:20px;
    color:#ffffff;
    font-weight: 100;
    word-break: break-word;
    font-family: 'gilroylight';
}
h1 {font-size:60px;}
h2,
.section-title {font-size:40px;}
h3 {font-size:30px;font-weight:200;}
h4 {font-size:28px;}
h5 {font-size:26px;}
h6 {font-size:24px;}

strong {
    font-family: 'gilroyextrabold' !important;
    font-weight: 700;
	color: #fff!important;
}

sub, sup {font-size: 75%;}
sup {top: -9px;}

@keyframes bounce {
    0% {
        transform: scale(0);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

a {
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.bgfade, .btn, input[type="submit"] {
    -webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease;
}
.hoverfade a img {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    opacity:1;
    filter:alpha(opacity=100); 
}
.hoverfade a:hover img {opacity:.8;filter:alpha(opacity=80); }
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.btn, input[type="submit"], .paoc-popup-btn,
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form button.wpforms-page-button {
    color: #fff;
    border-radius: 100px;
    background-color: rgba(255,255,255,.3);
    width: auto;
    min-width: 0px;
    max-width: 100%;
    white-space: normal;
    font-size: 20px;
    padding: 15px 25px;
    border: none;
    display: inline-block;
    margin: 0px;
    text-shadow: none;
    text-align: center;
    line-height: 1;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    font-weight: 400;
    transition: 0.3s all ease;
	text-decoration:none!important;
}
.containerwrap .btn, .containerwrap input[type="submit"] {text-decoration:none!important;}
.btn:hover,
.btn:focus,
.paoc-popup-btn:hover,
.paoc-popup-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button.wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button.wpforms-page-button :focus {
    background: rgba(255,255,255,.4);
    padding: 15px 35px;
    color: #fff!important;
}

.btn:after, input[type="submit"]:after,
div.wpforms-container-full .wpforms-form button[type=submit]:after,
div.wpforms-container-full .wpforms-form button.wpforms-page-button:after {display:none!important;}

.btn-inline {position: relative;margin: 0px -5px;}
.btn-inline .btn {margin: 0px 5px;}

.scroll-to-top {
    position: fixed;
    bottom: 8px;
    right: 15px;
    font-size: 18px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #ffb123;
    border: 1px solid #000;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.scroll-to-top span {
    color: #000;
}

.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa:before {
    display: inline-block;
    text-align: right;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.flex-section .row {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flex-section.row-reverse .row:not(.no-row-reverse) {flex-direction: row-reverse;}
.organoid-technology-primary .preset-panels__item--box > *{ width:100%; }
.boxed-listing-v1 {
	display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: stretch;
    margin-left: -30px;
    margin-right: -30px;
}

.boxed-listing-v1 .bl-entry {
	position:relative;
	padding:0px 30px;
	margin-bottom:60px;
	width:50%;
}

.boxed-listing-v1 .bl-entry .boxed {
	position:relative;
	background: rgba(255,255,255,.09);
    padding: 25px;
	height:100%;
	border-radius: 20px;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	transition: all .3s ease;
}
.boxed-listing-v1 .bl-entry .boxed img {
	border-radius: 15px;
}
.boxed-listing-v1 .bl-entry .absolute-link a {
	text-decoration:none!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}

.OurPartnersSliderV1 .super_imagewrap {
	background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0px 15px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OurPartnersSliderV1 .supercarousel div img {
	max-height: 80px!important;
    width: auto!important;
    display: block;
    box-sizing: border-box;
    max-width: 100%!important;
}


.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: transparent;
    padding: 40px 0px 60px;
}

body.search .banner, body.error404 .banner, body.single .banner, body.archive .banner, body.post-type-archive-resources .banner {background:none!important;}
body.single-news .banner {padding:0px!important;}
body.post-type-archive-resources .banner {padding: 0px!important;}

.banner p {
    /*line-height: 1.7em;
    font-size: 24px;*/
}

.banner .btn {
    font-size: 24px;
    padding: 18px 25px;
}

.banner .btn:hover, .banner .btn:focus {padding: 18px 35px;}

body.single-news .banner h2.subtitle {font-weight: 200;}

.form-wrapper {
    background-color: #ebebea;
    max-width: 100%;
    width:100%;
    position: relative;
    padding: 30px;
}

.form-wrapper.transparent {
    background-color: transparent;
    padding: 0;   
}

.form-wrapper.centered {margin:auto!important;}

.form-wrapper .form-title {
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 23px;
}

.form-wrapper .form-desc {
    color: #fff;
    line-height: 1.45;
}
.form-wrapper .form-row {margin-left: -5px;margin-right: -5px;}
.form-wrapper .wpforms-field-row {margin-left: -5px!important;margin-right: -5px!important;width: 100%!important;max-width: 100%!important;}
.form-wrapper .form-col {padding:0px 5px;margin-bottom: 10px;}
.form-wrapper .wpforms-field-row-block {padding:0px 5px!important;margin-bottom: 10px!important;}
.form-wrapper .form-submit {padding:10px 5px 0px;}

.form-wrapper .hs-form-field > label {display:none;}

.form-wrapper .hs-form-field {margin-bottom: 10px;}

.form-wrapper select,
.form-wrapper textarea,
.form-wrapper input[type="search"],
.form-wrapper input[type="email"],
.form-wrapper input[type="url"],
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="password"] {
    max-width: 100%;
    width: 100%;
    height: 50px;
    color: #000;
    padding: 10px 15px 10px;
    background-color: rgba(255,255,255,1);
    border: 1px solid #dadada;
    border-radius: 6px;
    line-height: 1.4;
    font-size: 18px;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;*/
    font-weight: 400;
}
.form-wrapper textarea {height: 95px;padding: 10px 15px;}

.form-wrapper .gform_legacy_markup_wrapper,
.form-wrapper .gform_legacy_markup_wrapper .top_label div.ginput_container {margin:0;}
.form-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield {padding-right: 0px;margin-top: 0px;margin-bottom: 20px;}
.form-wrapper .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100% !important;
    height: 50px;
    color: #000 !important;
    padding: 10px 15px 10px !important;
    background-color: rgba(255,255,255,1);
    border: 1px solid #dadada;
    border-radius: 6px;
    line-height: 1.4;
	margin: 0;
}
.form-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_html p,
.form-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_html p a {
	font-size: 15px !important;
    margin-left: 0px!important;
    margin-bottom: 10px!important;
    color: #fff!important;
    text-align: justify!important;
    line-height: 1.3!important;
}

#paoc-popup-575-2.paoc-cb-popup-body .paoc-popup-content .form-wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_html p a {
	/*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    font-family: 'gilroyextrabold';
}

.form-wrapper .gform_confirmation_wrapper h4 {font-weight: 300!important;}
.form-wrapper .gform_confirmation_wrapper div {color: #fff;text-align: center;}

.form-wrapper .gform_legacy_markup_wrapper .validation_message strong {color: #790000!important;}

.form-wrapper .gform_legacy_markup_wrapper .gform_show_password {top: -4px;line-height: 0;}
.form-wrapper .gform_legacy_markup_wrapper .gform_show_password .dashicons-hidden:before {color: #000;}

.form-wrapper .ajax-loader {
    position: absolute;
    margin: 0!important;
    bottom: 0;
    right: -15px;
}

.form-wrapper .wpcf7-display-none {display:none!important;}
.form-wrapper .screen-reader-response,
.form-wrapper div.wpcf7-display-none.wpcf7-validation-errors {display: inline-block!important;color: #fff;}
.form-wrapper .screen-reader-response {display:none!important;}
.form-wrapper div.wpcf7-response-output {
    display: auto;
    width: 100%;
    margin: 9px 0px;
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 10px 15px;
    color: #000;
}

.form-wrapper.transparent div.wpcf7-response-output {color: #fff;}

.form-wrapper span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
    color: #fff;
}

.form-wrapper .wpcf7-checkbox {
    position: relative;
    display: block;
    padding-top: 10px;    
}

.form-wrapper .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0px;
    display: inline-block;
    width: 50%;    
}

.form-wrapper .wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    top: -1px;   
}
.form-wrapper div.wpforms-container-full .wpforms-form button.wpforms-page-button,
.form-wrapper div.wpforms-container-full .wpforms-form button[type=submit] {
    color: #fff!important;
    background-color: #ee5c2c!important;
    font-size: 18px!important;
    padding: 17.5px 15px 14.73px 15px!important;
    border: none!important;
}
.form-wrapper div.wpforms-container-full .wpforms-form button.wpforms-page-button:hover,
.form-wrapper div.wpforms-container-full .wpforms-form button.wpforms-page-button:focus,
.form-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.form-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:focus {opacity:.9!important;}

.form-wrapper .hs-form-field .inputs-list,
.form-wrapper .inputs-list.hs-error-msgs {
	padding: 0;
    list-style: none;
    color: #fff;
	margin: 0;
}

.form-wrapper ul.hs-error-msgs li label {
    font-size: 12px;
    color: #fff;
	margin: 0;
}

.form-wrapper .legal-consent-container .inputs-list .hs-form-booleancheckbox {position: relative;margin-top: 10px;}
.form-wrapper .legal-consent-container .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
	margin: 0!important;
    position: absolute;
    top: 14px;
}

.form-wrapper .legal-consent-container .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display p {color: #fff;font-size: 15px;font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;}

.form-wrapper .hs-richtext p {
	color: #fff !important;
    font-size: 13px !important;
    margin-left: 0px;
    margin-bottom: 10px!important;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;*/
}

.form-wrapper .hs-richtext p a {
	font-size: 12px;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNova-Bold", Arial, Helvetica, sans-serif !important;*/
}

.resources-listing1 {
    position: relative;
    padding:0px;
    list-style: none;
}
.resources-listing1 li {
    width: 33.3333%;
    display: inline-block;
    float:left;
    vertical-align: top;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.resources-listing1 li .boxed {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 10px solid #c28c2a;
    box-shadow: 2px 0px 30px rgba(0,0,0,.1);
}
    
.resources-listing1 li .img-wrap {
    margin: 0;
    position: relative;
    height: 210px;
    width: 100%;
    background-color: #fff;
    overflow:hidden;
    text-align: center;
    border: 1px solid #fffffd;
}
.resources-listing1 li .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.resources-listing1 li .img-wrap img.auto {
    width: auto;
    height: auto;
    margin: auto;
}
.resources-listing1 li .content {
    padding: 25px 30px 30px;
    min-height: 250px;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.resources-listing1 li .subtitle {
    text-transform: uppercase;
    color: #40cf4a;
    margin-bottom: 0px;
    font-size:16px;
}
.resources-listing1 li .title {
    font-size: 25px;
    margin-bottom: 15px;
    color: #1f5463;
    font-family: 'gilroyextrabold';
    /*font-family: 'ProximaNovaA-Bold', Arial, Helvetica, sans-serif;*/
}

.resources-listing1 li .title a {color: #1f5463;}
.resources-listing1 li .title:hover,
.resources-listing1 li .title:focus,
.resources-listing1 li .title a:hover,
.resources-listing1 li .title a:focus {color: #0670a5;}
.resources-listing1 li .desc {
    font-size: 16px;
    line-height: 1.4;
}
.resources-listing1 li .date-time {
    font-size: 16px;
    color: #c28c2a;
    text-transform: uppercase;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
}
.resources-listing1 li .btn-wrap {
    position: absolute;
    left: 30px;
    bottom: 15px;
    margin-bottom:0px;
}
.resources-listing1 li .btn-wrap a {
    color: #c28c2a;
    font-size: 18px;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif !important;*/
}
.resources-listing1 li .btn-trans3 {text-align:center;}

.resources-listing1 li .btn-wrap a:hover,
.resources-listing1 li .btn-wrap a:focus {text-decoration: underline;}

.resources-listing1.first-full-width li:first-child {width: 100%;}
.resources-listing1.first-full-width li:first-child .content {padding: 30px 30px 30px;}

.resources-listing2 {position: relative;margin-bottom: 20px;}

.resources-listing2 .img-wrapper {
    position: relative;
    height: 75px;
    width: 28%;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    box-shadow: -1px -1px 5px rgba(0,0,0,.2);
    border: 1px solid #fff;
}
.resources-listing2 .img-wrapper a {
    position: absolute;
    width: 100%;
    height: 100%;

}
.resources-listing2 .img-wrapper img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.resources-listing2 .content-wrapper {
    width: 72%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.resources-listing2 h2 {
    margin-top: -3px;
    font-size: 16px!important;
    color: #c75b12;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    line-height: 1.3;
}
.resources-listing2 h2 a {color: #ee652f;}
.resources-listing2 h2 a:hover,
.resources-listing2 h2 a:focus {color: #0670a5;}
.resources-listing2 .post-info {
    color: #f8a132;
    font-size: 15px;
    line-height: 1.5;
}
.resources-listing2 .post-info a {color: #f8a132;}
.resources-listing2 .post-info a:hover,
.resources-listing2 .post-info a:focus {text-decoration: underline;}
.resources-listing2 .post-info .divider {
    position: relative;
    margin: 0px 11px;
    top: -1px;
}

.resources-listing2:last-child {margin-bottom:0px;}

.grid-resource-listing-v1, .grid-resource-listing-v1 .wrapper {
    position: relative;
    padding: 0px!important;
    margin: 0 0 50px 0!important;
    list-style: none!important;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}
#ResourcesListingV1.grid-resource-listing-v1{  }
.grid-resource-listing-v1 .resource-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.grid-resource-listing-v1 .resource-entry.res-news-and-insights {
	/*display: none !important;*/
}
.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 13px;
	
}
.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper {	height: 280px; background-size: 100%; background-position: center right; background-color: #FFF; }
.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper img {display:none;width:100%;}
.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper a:after,
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:after {display:none;}

.grid-resource-listing-v1 .resource-entry .boxed {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}



.grid-resource-listing-v1 .resource-entry .boxed .content {
    padding: 15px 0px 0px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}
@media(min-width:768px){
.featured-grid-resource-listing-v1{ flex-wrap: wrap; display: flex; }
.featured-grid-resource-listing-v1  .resource-entry {
  flex-wrap: wrap;
}
.featured-grid-resource-listing-v1 .resource-entry .boxed{ background-color: transparent; padding-left: 0 !important; padding-right: 0 !important; display: flex;
column-gap: 50px; align-items: center;}
.featured-grid-resource-listing-v1 .resource-entry .boxed .img-wrapper{ width: 50%; background-color: rgba(255,255,255,0.2); background-image: none !important; height: 400px; padding: 20px 40px;}
.featured-grid-resource-listing-v1 .resource-entry .boxed .img-wrapper .img-wrapper-inner{ display: flex; height: 100%; background-size: cover; background-position: center center; }
.featured-grid-resource-listing-v1 .resource-entry .boxed .img-wrapper img{  }
.featured-grid-resource-listing-v1 .resource-entry .boxed .content{ width: 50%; }
.featured-grid-resource-listing-v1 .resource-entry .boxed .content .cat{ display: none !important;}
.featured-grid-resource-listing-v1 .resource-entry .boxed .content .cat.hightlight{ display: flex !important; margin-bottom: 0;}
.featured-grid-resource-listing-v1 .resource-entry .boxed .content .cat.hightlight .tag{ background-color: transparent !important; padding: 0!important; color: #9cc!important; }
.featured-grid-resource-listing-v1 .resource-entry .boxed .content{}
}
@media(max-width:768px){
  .featured-grid-resource-listing-v1 .resource-entry .boxed .content .cat{ display: none !important;}
  .featured-grid-resource-listing-v1 .resource-entry .boxed .content .cat.hightlight{ display: flex !important; margin-bottom: 0;}
}

.grid-resource-listing-v1 .resource-entry .boxed .content h3,
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a {
    font-size: 34px!important;
    font-weight: 300!important;
    line-height: 1.2!important;
    /*font-family: Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif!important;*/
    margin-bottom: 0px;
	text-decoration:none!important;
}
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:hover,
.grid-resource-listing-v1 .resource-entry .boxed .content h3 a:focus {color:#fff!important;opacity:.9!important;}
.grid-resource-listing-v1 .resource-entry .boxed .content .meta {margin-bottom:10px!important;font-size: 16px!important;}
.grid-resource-listing-v1 .resource-entry .boxed .content .desc {margin-bottom:20px!important;font-size:22px!important;}
.grid-resource-listing-v1 .resource-entry .boxed .content .cat {text-transform:uppercase;font-size: 20px;color:#cccccc;margin-bottom: 10px;}
.grid-resource-listing-v1 .resource-entry .boxed .content .cat .tag {
    background: #ffffff;
    padding: 8px 20px 6px;
    border-radius: 50px;
    display: inline;
    color: #ef69a9;
    font-weight: 900;
    font-size: 16px;
	font-family: 'gilroyextrabold' !important;
}
.grid-resource-listing-v1 .resource-entry .boxed .btn-wrapper {
    margin-bottom: 0px !important;
    position: absolute;
    bottom: 30px;
}
.grid-resource-listing-v1 .resource-entry .boxed .btn,
.blog-entry-pagination-v2 .btn {
    border: 0;
    font-size: 22px;
    text-transform: none;
    width: 180px;
    max-width: 100%;
    background-color: rgba(255,255,255,.3) !important;
    color: #fff;
    border-radius: 100px;
    line-height: 1;
    padding: 14px 16px 14px;
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: 'gilroyextrabold';
    /*font-family: ProximaNovaA-Bold,Helvetica Neue,Helvetica,Arial,sans-serif;*/
}

.grid-resource-listing-v1 .resource-entry .boxed .btn:hover,
.grid-resource-listing-v1 .resource-entry .boxed .btn:focus {background-color: rgba(0,0,0,.5)!important;}


.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -9999999999999999;
    opacity: 1;
    display: block;
    transition: all .3s ease 0s,z-index 0s ease .5s;
    background: rgba(0,0,0,0);
	overflow-y: auto;
}
.popup-overlay.active {
	z-index: 9999999999999999;
	transition: all .3s ease 0s,z-index 0s ease 0s;
    background: rgba(0,0,0,.4);
}
.popup-overlay .popup {
	width: 1312px;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 20px;
    transition: all .2s ease 0s;
    top: -60%;
    margin: 0;
    padding: 0 40px;   
}
.popup-overlay.active .popup {transition: all .2s ease .3s;top: 50%;}

.popup-overlay .popup .close {
    position: fixed;
    right: 30px;
    top: -10px;
    text-decoration: none;
    display: block;
    color: #013636;
    font-size: 1em;
    width: 56px;
    height: 56px;
    line-height: 56px;
    transition: all .3s ease 0s;
    opacity: 1;
    background: #fff;
    border-radius: 10px;
    z-index: 5;
    transform: scale(0);
    text-align: center;
}

.popup-overlay.active .popup .close {
	transform: scale(1);
    transition: all .3s ease .7s;
    animation: bounce ease .3s;
    animation-delay: .7s;
}

.popup-overlay.active .popup .close:hover {
    transform: scale(1.1);
    transition: all .3s ease 0s;
}

.popup-overlay.active .popup .close .fa.fa-times {font-size: 47px;}
.popup-overlay.active .popup .close .fa.fa-times:before {
	-webkit-text-stroke: 8px white;
    line-height: 20px;
    position: relative;
    top: 4px;
}

.popup-overlay .popupcontent {
	position: relative;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 33px;
    overflow: hidden;
}

.slick-dots li button:before {font-size: 50px!important;}
.slick-dots li.slick-active button:before {color: #ffffff!important;}
.slick-prev, .slick-next {
    background: transparent!important;
    height: 50px!important;
    width: 50px!important;
    text-align: center!important;
    background: rgba(255,255,255,.3)!important;
    color: #fff!important;
    border-radius: 555px!important;
    text-decoration: none!important;
	transition: all .3s ease!important;
	transform: translateY(-50%) scale(1)!important;
	z-index:100;
}

.slick-arrow:hover, slick-arrow:focus {
	background: rgba(255,255,255,.5)!important;
	transform: translateY(-50%) scale(1.1)!important;
}   

.slick-prev {left: -15px!important;}
.slick-next {right: -15px!important;}

.slick-prev:before, .slick-next:before {font-size: 24px!important;}

.fetured-slider-v1 .slider-entry {position:relative;padding:0px 20px;width:100%;}
.fetured-slider-v1 .boxed {
	position:relative;
	padding: 10px 10px 80px;
    background: rgba(255,255,255,.09);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.fetured-slider-v1 a.ft-image-wrapper {
	text-decoration: none!important;
    border-radius: 15px;
    overflow: hidden;
    height: 220px;
    position: relative;
    display: block;
    margin-bottom: 30px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #000;
}

.fetured-slider-v1 .ft-image-wrapper img {display:none;}

.fetured-slider-v1 a.ft-image-wrapper .date {
	position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 555px;
    background: rgba(0,0,0,.5);
    font-size: .7em;
    height: 30px;
    line-height: 31px;
    padding: 0 12px;
    text-transform: uppercase;
}

.fetured-slider-v1 .content {
	position: relative;
    padding: 0px 20px;
}

.fetured-slider-v1 .content h4 {
	font-size: 24px!important;
}

.fetured-slider-v1 .btn-wrapper {
	position: absolute;
    width: 100%;
    bottom: 30px;
    margin-bottom: 0px;
    left: 0;
    right: 0;
    padding: 0px 30px;
}

body.archive #InnerPageSection1,
body.single-news #InnerPageSection1 {padding-top:0px!important;}

body.single-news #SingleNewsMainContent .boxed {
	padding: 20px 30px 30px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
}
body.single-news #InnerPageSection1,
body.single-news .containerwrap p {font-size: 20px!important;line-height: 1.5!important;}
body.single-news .containerwrap .post-meta {font-size: 18px!important;}
body.single-news .containerwrap .social-paragraph strong {
    font-family: 'gilroyextrabold';
    /*font-family: "Proxima Nova Bold", Arial, Helvetica, sans-serif !important;*/
}
body.single-news .containerwrap .ft-img-caption {font-size: 16px!important;}
body.single-news .containerwrap .post-meta .divider {top: 2px!important;font-size: 23px!important;margin: 0px 8.5px 0px 9.5px!important;}
body.single-news .ft-img-wrapper img {background-color:#404141;border-radius: 15px;width:100%;}
body.single-news .flex-section p {font-size: 20px!important;line-height: 1.6!important;}
body.single-news .containerwrap ul li,
body.single-news .containerwrap ol li {font-size: 20px!important;line-height: 1.8!important;}
body.single-news .containerwrap .btn {font-size: 24px!important;padding: 18px 25px!important;}
body.single-news .containerwrap .btn:hover,
body.single-news .containerwrap .btn:focus {padding: 18px 35px!important;}
body.single-news #SubscribetoreadmoreBTN,
body.single-news .containerwrap .paoc-popup-btn {font-size: 18px!important;padding: 13px 30px!important;background: rgba(255,255,255,.3)!important;border-radius: 100px!important;}
body.single-news #SubscribetoreadmoreBTN:hover,
body.single-news #SubscribetoreadmoreBTN:focus,
body.single-news .containerwrap .paoc-popup-btn:hover,
body.single-news .containerwrap .paoc-popup-btn:focus {padding: 13px 40px!important;}
body.single-news #mainfooter #FooterLinks a:first-child,
body.single-news #mainfooter #FooterSocial {display: none!important;}
body.single-news .paoc-popup-overlay.custombox-open.custombox-overlay {background-color: rgba(0, 0, 0, 0.9)!important;}
body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 30px !important;
}

body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper .hs-form-field > label {display:none;}
body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper input[type="email"] {
	background-color: rgba(0,0,0,.2);
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    border: 0;
    border-radius: 100px;
}

body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper input[type="submit"] {
	margin-top: 20px;
    background-color: rgba(255,255,255,1.0)!important;
    color: rgba(146,79,118,1.0)!important;
}

body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper ::-webkit-input-placeholder { color: rgba(255,255,255,.7);}
body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper :-moz-placeholder {color: rgba(255,255,255,.7);}
body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper ::-moz-placeholder {color: rgba(255,255,255,.7);}
body.single-news .with-sidebar-right #SingleNewsSidebar .form-wrapper :-ms-input-placeholder {color: rgba(255,255,255,.7);}

#header {
    z-index: 9999;
    position: relative;   
}

#header .header-row1 {
    position: initial!important;
    padding: 25px 0px;
	width: 100%;
	top: 0;
	transition: all .3s ease;
	left:0;
	right:0;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

#toprightcta {text-align: right;}

#toprightcta .btn-inline {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#toprightcta .btn-inline > span,
#toprightcta .btn-inline > a {
	width:auto!important;
    margin: 0;
}

#toprightcta .btn {
    font-size: 16px!important;
    padding: 11px 17px 11px!important;
	background-color: rgba(255,255,255,.3);
    border-radius: 100px;
    color: #fff;
    max-width: 100%;
    white-space: normal;
    border: none;
    display: inline-block;
    text-shadow: none;
    text-align: center;
    line-height: 1;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    font-weight: 400;
    transition: 0.3s all ease;
    text-decoration: none!important;
}

#toprightcta .btn:hover, #toprightcta .focus {padding: 11px 25px 11px!important;}

#logo h2 {margin: 0;line-height: 40px;min-height: 40px;}
#logo h2 a {
    width:230px;
    max-width:100%;
    height:39.22px;
    background:url(../images/logo-huborganoids-white.svg) top left no-repeat;
    text-indent:-9999px;
    display: block;
    background-size: contain;
}
#logo h2 a:after {display:none!important;}

.new-site-logo{ margin-top:-10px; }

#header .header-row1.affix #logo h2 a {
    width: 182px;
    height: 50px;
}

#footer {
    position: relative;
    background-color: rgba(0,0,0,.1);
    z-index: 15;
    transition: bottom .3s ease 0s;
}

#footer .execphpwidget {display: flex; flex-wrap: wrap;align-items: center;}

#footer #mainfooter {padding: 21.5px 15px;}

#footer #mainfooter a {
	color: rgba(255,255,255,.5);
	font-size: 16px;
	font-weight:400;
}

#footer #mainfooter a:hover, #footer #mainfooter a:focus {color: #fff;}
#footer #mainfooter a:after {display:none;}

#FooterLinks a {margin: 0px 15px;}
#FooterSocial a,
.social-paragraph a {
	background: rgba(255,255,255,.5);
    border-radius: 8px!important;
    width: 28px;
    height: 28px;
    color: #113031!important;
    text-decoration: none;
    text-align: center;
    font-size: 14px!important;
    transform: scale(1);
    display: block;
	transition: all .3s ease;
	margin: auto;
}
.social-paragraph a {
	display: inline-block;
    text-decoration: none!important;
    position: relative;
    top: -5px;
    margin-left: 5px;
}
#FooterSocial a:hover,
.social-paragraph a:hover {
	background: #fff!important;
    transform: scale(1.1);
	border-radius: 8px!important;
}
#FooterSocial a > span,
.social-paragraph a > span {
	position: relative;
    top: -1px;
}

.social-paragraph a > span {top: 3px;}

#FooterSocial a:hover > span {top: -2px;}
.social-paragraph a:hover > span {top: 2px;}

#CustomPagination {position:relative;}
#CustomPagination .custom-pagination {text-align:center;}
#CustomPagination .page-num,
#CustomPagination .wp-pagenavi .pages,
#CustomPagination .wp-pagenavi .first,
#CustomPagination .wp-pagenavi .last {display:none!important;}
#CustomPagination .page-numbers,
#CustomPagination .wp-pagenavi a,
#CustomPagination .wp-pagenavi span {
    border: 1px solid #ececec;
    background: transparent;
    width: 35px;
    display: inline-block;
    height: 35px;
    padding: 7px 5px 8px;
    border-radius: 100px;
    font-size: 14px;
    /*font-family: Arial;*/
    color: #544f45;
    margin: 0px 2px;
}
#CustomPagination .current,
#CustomPagination .page-numbers:hover,
#CustomPagination .wp-pagenavi a:hover {
    background: #c28c2a!important;
    color: #fff!important;
    border: 1px solid #c28c2a!important;
    text-decoration:none;
}

#CustomPagination .wp-pagenavi span.extend,
#CustomPagination .wp-pagenavi span.extend:hover,
#CustomPagination .wp-pagenavi a.previouspostslink,
#CustomPagination .wp-pagenavi a.previouspostslink:hover,
#CustomPagination .wp-pagenavi a.nextpostslink,
#CustomPagination .wp-pagenavi a.nextpostslink:hover,
#CustomPagination .dots,
#CustomPagination .dots:hover {
    border:none!important;
    background:none!important;
    color:#299b8d!important;
}

#CustomPagination .next,
#CustomPagination .next:hover,
#CustomPagination .prev,
#CustomPagination .prev:hover {
    border:none!important;
    background:none!important;
    color: #544f45;
}

#CustomPagination .next:hover,
#CustomPagination .prev:hover {
    color:#0670a5!important;
}

#BlogSinglePost .blogentryheading .blogentrymeta {
    font-size: 16px;
    color: #c28c2a;
    text-transform: uppercase;
    /*font-family: "ProximaNovaA-Light", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    margin-bottom: 15px;
}
#BlogSinglePost .blogentryheading .featured-image-wrap img {width: 100%;}
#Sidebar .widget-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif;  */  
}
#Sidebar .boxed {
    background-color: #fff;
    position: relative;
    border-bottom: 10px solid #c28c2a;
    padding: 20px 30px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 0px 30px rgba(0,0,0,.1);    
}

#Sidebar .boxed ul {
    position: relative;
    padding: 0;
    list-style: none;    
}
#Sidebar .boxed ul li {
    position:relative;
    padding-left:10px;
    font-size: 13px;
    font-family: 'gilroyextrabold';
    /*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom:10px;
}

#Sidebar .boxed ul li:before {
    content: "";
    background-color: #ee652f;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 5px;
}

#Sidebar .boxed ul li:hover:before {background-color:#0670a5;}
#Sidebar .boxed ul li:last-child {margin-bottom:0px;}

#Sidebar #SubscribeToBlog.form-wrapper input[type="submit"] {width:100%;}
#Sidebar #SubscribeToBlog.form-wrapper span.wpcf7-not-valid-tip {color: #ee5c2c;}
#Sidebar #SubscribeToBlog.form-wrapper div.wpcf7-response-output {border: 2px solid #0670a5;color: #ee5c2c;}

#hs-blog-social-share {
    position: absolute;
    left: -45px;   
}

#hs-blog-social-share ul.heateor_sss_sharing_ul li {
    display: block;
    float: none!important;   
}

#InsideNavMenuV1 {
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -o-transition: top 500ms;
    transition: top 500ms;
    position: initial!important;
}

#InsideNavMenuV1.affix {
    position: fixed!important;
    top: 0px!important;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: rgba(255,255,255,1);
    box-shadow: rgb(187 187 187) 0px 3px 3px;
    z-index: 9999999999999999999;
    padding: 10px 0px;
}

#InsideNavMenuV1.affix .wrapper {
    width: 1180px!important;
    max-width: 100%!important;
    margin: auto;
    display: block;
    padding: 0px 15px;
}

#InsideNavMenuV1.affix .btn {
    font-size: 15px;
    padding: 12px 15px 11px!important;    
}

#HomeFeaturedListingV1 {margin-left: -20px;margin-right: -20px;}
#HomeFeaturedListingV1 .bl-entry .boxed {padding: 60px 25px;}
#HomeFeaturedListingV1 .bl-entry .boxed:hover {background: rgba(255,255,255,.3);}
#HomeFeaturedListingV1 .bl-entry {margin-bottom: 40px;width: 33.3333%;padding: 0px 20px;}
#HomeFeaturedListingV1 .bl-entry h3 {
    font-family: 'gilroyextrabold';
    /*font-family: ProximaNovaA-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 24px
}
#HomeFeaturedListingV1 .bl-entry img {width: 224px;}

#OurTeamV1Popup .row-fluid {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}
#OurTeamV1Popup .col1 {width: 37.8%;}
#OurTeamV1Popup .col2 {width: 62.2%;padding-left: 30px;}
#OurTeamV1Popup .img-wrapper {
	border-radius: 15px;
    width: 100%;
    max-width: 100%;
    height: 585px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin: 0 30px 0 0;
    position: relative;
    overflow: hidden;
}

#OurTeamV1Popup .img-wrapper .image-desc {
	position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.9) 100%);
}

#OurTeamV1Popup .img-wrapper .image-desc h4 {
    font-family: 'gilroyextrabold';
	/*font-family: "ProximaNovaA-Bold", Arial, Helvetica, sans-serif !important;*/
    margin-bottom: 5px!important;
    font-size: 22px!important;
    line-height: 1;
}

#OurTeamV1Popup .img-wrapper .image-desc p {
	margin-bottom: 0px!important;
    font-size: 20px;
    line-height: 1;
}

#OurTeamV1Popup .col2 h3 {
	font-size: 44px!important;
    font-weight: 100;
    margin-bottom: 10px!important;
}

#OurTeamV1Popup .col2 #PopupTeamBio p {font-size: 21px;}


#HomeAnimatedPage2022:before {background-attachment: fixed!important;}
#HomeAnimatedPage2022 #header .header-row1 {position: fixed!important;}

.logged-in.admin-bar#HomeAnimatedPage2022 #header .header-row1{ top:32px !important; }

#HomeAnimatedPage2022 #HPSection1 {padding:0!important;}
#HomeAnimatedPage2022 .animated-panels-block .animated-panel .flex-content {height: 100vh;width: 100%;max-width: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
#HomeAnimatedPage2022 .animated-panels-block .animated-panel .boxed {max-width: 100%;width: 100%;}
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 h1 {font-size:75px!important;}
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 p {font-size: 24px!important;line-height: 1.7em!important;}
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn {font-size: 24px!important;padding: 18px 25px!important;}
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn:hover,
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn:focus {padding: 18px 35px!important;}
#HomeAnimatedPage2022 .animated-panels-block .animated-panel h2 {font-size: 60px!important;}
#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec2 .boxed {width: 1320px;}
#HomeAnimatedPage2022 .animated-panels-block #HomeLatestNewsBlock .boxed {width: 1380px;}
#HomeAnimatedPage2022 #footer {position: fixed;bottom: -80px;left: 0;right: 0;width: 100%;}
#HomeAnimatedPage2022 #footer.affix {bottom: 0;transition: bottom .3s ease .6s;}
#HomeAnimatedPage2022 #animation_container {position: fixed;left: 50%;transform: translateX(-50%);right: 0;top: 0;}
#HomeAnimatedPage2022 #animation_container, #HomeAnimatedPage2022 #canvas {background-color:transparent!important;}
#HomeAnimatedPage2022 #content.widecolumn {
	padding: 160px 15px 50px;
    width: 1510px!important;
    max-width: 100%!important;
    margin: auto;
    min-height: 100vh;
}
#HomeAnimatedPage2022 #content.widecolumn #signup-welcome span.h3,
#HomeAnimatedPage2022 #content.widecolumn #signup-welcome p {
	color: #fff; padding: 0;
}

#GlobalPopupContactUs {
	position: fixed;
    bottom: 80px;
    left: 0;
	z-index: 999999999999999999999999999999;
	width: 335px;
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}
#GlobalPopupContactUs.closed {left: -335px;}
#GlobalPopupContactUs .boxed {
	position: relative;
    background-color: #fff;
    padding: 15px 15px 20px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
}

#GlobalPopupContactUs .xbtn {
	position: absolute;
    right: -20px;
    top: -23px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #058380;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-indent: -9999px;
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}

#GlobalPopupContactUs.closed .xbtn {right: -35px;}

#GlobalPopupContactUs .xbtn:before,
#GlobalPopupContactUs .xbtn:after {
	content: '';
  	width: 16px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 14px;
    left: 7px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-ms-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}
#GlobalPopupContactUs.closed .xbtn:before {
	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
}
#GlobalPopupContactUs.closed .xbtn:after {
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#GlobalPopupContactUs .boxed h3 {color:#000!important;}
#GlobalPopupContactUs .boxed a{transition: transform .2s;}
#GlobalPopupContactUs .boxed a:after {display:none;}
#GlobalPopupContactUs .boxed a:hover,
#GlobalPopupContactUs .boxed a:focus {transform: scale(1.05);}

.resource_header h2{ text-align:center; }
#ResourcesInnerNav2022 {
    position: relative;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-color: rgba(255,255,255,.2);
    border-radius: 20px;
    padding: 30px 15px 15px;
    margin-bottom:30px!important;
}

#ResourcesInnerNav2022 li {
    background:none!important;
    padding:0!important;
    margin-bottom: 15px!important;
    position:relative;
}

#ResourcesInnerNav2022 li a {
    padding: 2px 25px!important;
    text-decoration: none !important;
    font-family: 'gilroylight' !important;
    font-size: 20px!important;
    display: block;
}
#ResourcesInnerNav2022 li a span {
	position: relative; padding: 5px 0;
}
#ResourcesInnerNav2022 li a span:hover:after {
    transform: scaleX(1) scaleY(1);
}
#ResourcesInnerNav2022 li a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.75);
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: scaleX(0) scaleY(1);
    transition: all .3s ease;
}

#ResourcesInnerNav2022 li a.mixitup-control-active {
   background-color: rgba(255,255,255,.3)!important;
   border-radius: 20px!important;
    font-weight: 700!important;
}
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-meet-us .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-on-demand-presentation .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-organoid-screening .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-inflammatory-disease .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-personalised-medicine .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-infectious-disease .boxed .content h3 { display: none; }
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry .boxed .content h3,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry .boxed .content h3 a {font-size: 30px!important;margin-bottom:20px!important;}
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry .boxed { padding: 25px 25px 20px; position: relative; }
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry .boxed:hover { transform: scale(1.02); }
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry .boxed .overlay_link { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: 10; }
#ServicesSidebarListingV1.grid-resource-listing-v1 {grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))!important;}
#ServicesSidebarListingV1.grid-resource-listing-v1 .resource-entry .boxed .content {padding: 15px 0px 45px!important;}
#ServicesSidebarListingV1.grid-resource-listing-v1 .resource-entry .boxed .content h3,
#ServicesSidebarListingV1.grid-resource-listing-v1 .resource-entry .boxed .content h3 a {
    font-size: 30px!important;
    margin-bottom: 15px!important;
}
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-organoid-screening .boxed .content .desc,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-inflammatory-disease .boxed .content .desc,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-personalised-medicine .boxed .content .desc,
#ResourcesListingV1.grid-resource-listing-v1 .resource-entry.res-infectious-disease .boxed .content .desc {
	font-size: 18px !important;	
}
#ServicesSidebarListingV1.grid-resource-listing-v1 .resource-entry .boxed .btn {
	font-size: 20px!important;
    padding: 13px 15px!important;
}

#ServicesSidebarListingV1.grid-resource-listing-v1 .resource-entry .boxed .content .desc {font-size: 20px!important;}

#ManagementTeamListingV1, #SupervisoryBoardListingV1 {
	display: block!important;
	background: rgba(255,255,255,.05);
    border-radius: 20px;
    padding: 30px!important;
    overflow: hidden;
}
#ManagementTeamListingV1 .wrapper, #SupervisoryBoardListingV1 .wrapper {
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	margin-bottom: 0px!important;
}
#ManagementTeamListingV1 .resource-entry .boxed,
#SupervisoryBoardListingV1 .resource-entry .boxed {
	padding: 0;
	transition: all .3s ease;	
}
#ManagementTeamListingV1 .resource-entry .boxed:hover,
#ManagementTeamListingV1 .resource-entry .boxed:focus,
#SupervisoryBoardListingV1 .resource-entry .boxed:hover,
#SupervisoryBoardListingV1 .resource-entry .boxed:focus { transform: scale(1.01); }
#ManagementTeamListingV1 .resource-entry .boxed a,
#SupervisoryBoardListingV1 .resource-entry .boxed a {
	display:block!important;
	position:relative!important;
    text-decoration: none !important;
}

#ManagementTeamListingV1 .resource-entry .boxed .img-wrapper,
#SupervisoryBoardListingV1 .resource-entry .boxed .img-wrapper {height: 400px;background-position: top center;border-radius: 0px;}
#ManagementTeamListingV1 .resource-entry .boxed .content,
#SupervisoryBoardListingV1 .resource-entry .boxed .content {
	position: absolute;
    width: 100%;
    padding: 30px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.9) 100%);
}

#ManagementTeamListingV1 .resource-entry .boxed .content h4,
#SupervisoryBoardListingV1 .resource-entry .boxed .content h4 {
    font-family: 'gilroyextrabold';
	/*font-family: ProximaNovaA-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 1.1;
}

#ManagementTeamListingV1 .resource-entry .boxed .content p,
#SupervisoryBoardListingV1 .resource-entry .boxed .content p {
	font-size: 18px;
    line-height: 19px;
}

/* ABOUT DEV */
.page-template-template-about-us-2 #ManagementTeamListingV1 .wrapper,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .wrapper {
    grid-template-columns: auto;
    margin-bottom: 0px!important;
    display: inline-block;
    text-align: center;
}
.page-template-template-about-us-2 #ManagementTeamListingV1 .wrapper .resource-entry,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .wrapper .resource-entry {
    max-width: 400px;
    display: inline-block;
}
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed {
	padding: 0;
	transition: all .3s ease;	
    max-width: 360px;
	margin: 0 auto 30px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed:hover,
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed:focus,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed:hover,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed:focus { transform: none; }

.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed:hover .img-wrapper:after,
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed:focus .img-wrapper:after,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed:hover .img-wrapper:after,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed:focus .img-wrapper:after {
	opacity: 0;
}


.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed .img-wrapper,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed .img-wrapper {
	width: 360px;
	height: 360px;
	margin: 0 auto;
	background-position: top center;
	border-radius: 250px;
	transition: all .3s ease;
	background-size: cover;
}
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed .img-wrapper,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed .img-wrapper {
	width: 360px;
	height: 360px;
	margin: 0 auto;
	background-position: top center;
	border-radius: 250px;
	transition: all .3s ease;
	background-size: cover;
	position: relative;
	overflow: visible;
}
.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed .img-wrapper:after,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed .img-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 59px;
	height: 59px;
	right: 30px;
	bottom: 0;
	background: url(https://www.huborganoids.nl/wp-content/uploads/2023/02/circle-arrow.png) no-repeat center;
}

.page-template-template-about-us-2 #ManagementTeamListingV1 .resource-entry .boxed .content,
.page-template-template-about-us-2 #SupervisoryBoardListingV1 .resource-entry .boxed .content {
    padding: 30px;
	position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    background:none;
}
#AboutUsSection3 .boxed {
    background: rgba(255,255,255,.05);
    border-radius: 20px;
	padding: 50px;
}
#AboutUsSection3 .boxed h3 {
	text-transform: uppercase;
	position: relative;
}
#AboutUsSection3 .boxed h3 img {
    margin-right: 20px;
}


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

#paoc-popup-575-2.paoc-cb-popup-body,
#paoc-popup-610-4.paoc-cb-popup-body {background:transparent;box-shadow: none;}
#paoc-popup-575-2.paoc-cb-popup-body .paoc-popup-con-bg {padding: 0;}
#paoc-popup-610-4.paoc-cb-popup-body .paoc-popup-con-bg,
#SubscriberRegistrationFormV1 {background-color: #058380;border-radius:20px;}
#paoc-popup-575-2.paoc-cb-popup-body .paoc-popup-content h2,
#paoc-popup-610-4.paoc-cb-popup-body .paoc-popup-content h2 {font-weight: 400!important;}
#paoc-popup-575-2.paoc-cb-popup-body .paoc-popup-content p,
#paoc-popup-610-4.paoc-cb-popup-body .paoc-popup-content p {color:#fff;}
#paoc-popup-575-2.paoc-cb-popup-body .paoc-popup-content a,
#paoc-popup-610-4.paoc-cb-popup-body .paoc-popup-content a {/*font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;*/font-weight: 400!important;}
#paoc-popup-610-4.paoc-cb-popup-body #LoginFormV1 {padding: 0!important;background: transparent!important;}
#paoc-popup-610-4.paoc-cb-popup-body #LoginFormV1 .gfield_label,
#paoc-popup-610-4.paoc-cb-popup-body #LoginFormV1 .gfield_checkbox label {
    color: #fff!important;
    /*font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;*/
    font-weight: 400!important;
}
#SRFV1LoginHereLink, #LFV1RegisterHereLink {/*font-family: "Proxima Nova", Arial, Helvetica, sans-serif !important;*/font-weight: 400!important;cursor:pointer!important;}
#SRFV1LoginHereLink:hover, #SRFV1LoginHereLink:focus, #LFV1RegisterHereLink:hover, #LFV1RegisterHereLink:focus {text-decoration:underline!important;}

#paoc-popup-610-4.paoc-cb-popup-body #LoginFormV1 .gf_login_links a {font-size: 16px!important;line-height: 1.7!important;}
#paoc-popup-610-4.paoc-cb-popup-body #LoginFormV1 .gf_login_links a:first-child {display:none!important;}

#paoc-popup-575-2.paoc-cb-popup-body .paoc-close-popup:after,
#paoc-popup-610-4.paoc-cb-popup-body .paoc-close-popup:after {display:none!important;}


#PartnersSliderV1 .slider-entry {
    padding: 0px 15px;
}

#PartnersSliderV1 .slider-entry .image-wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#PartnersSliderV1 .slider-entry .image-wrapper img {
 	max-height: 80px;
    width: auto;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
}

#ServicesBlock {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
#ServicesBlock .bl-entry {
  padding: 25px 25px;
  border-radius: 20px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform .2s;
}
#ServicesBlock .bl-entry:hover {transform: scale(1.02);}
#ServicesBlock .bl-entry .boxed {
  width: auto !important;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: center;
}
#ServicesBlock .absolute-link a {
	text-decoration:none!important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
}
#ServicesBlock .bl-entry:nth-child(3) .boxed div:first-of-type,
#ServicesBlock .bl-entry:nth-child(4) .boxed div:first-of-type  {
  order: 2;
}
#ServicesBlock .bl-entry:nth-child(3) .boxed,
#ServicesBlock .bl-entry:nth-child(4) .boxed {
  grid-template-columns: 2fr 1fr;
}
#ServicesBlock .bl-entry .boxed .boxed__content p:last-child {margin-bottom:0px;}
#ServicesBlock .bl-entry > p:last-child {display:none!important;}


.paoc-popup-overlay.custombox-open.custombox-overlay {background-color: rgba(0, 0, 0, 0.9)!important;}

.paoc-popup-627,
.paoc-popup-627 .paoc-popup-con-bg {
 	padding: 0!important;
    background: transparent!important; 
}

#ApplyForALicenseFormV1.form-wrapper {
	max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: darkgrey; /*rgba(255,255,255,0.5);*/
    padding: 25px 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 50px rgb(0 0 0 / 40%);
}

#ApplyForALicenseFormV1.form-wrapper h3.form-title {font-size: 32px;}
#ApplyForALicenseFormV1.form-wrapper .hs-form-field > label {display:none;}

#ApplyForALicenseFormV1.form-wrapper select,
#ApplyForALicenseFormV1.form-wrapper textarea,
#ApplyForALicenseFormV1.form-wrapper input[type="search"],
#ApplyForALicenseFormV1.form-wrapper input[type="email"],
#ApplyForALicenseFormV1.form-wrapper input[type="url"],
#ApplyForALicenseFormV1.form-wrapper input[type="text"],
#ApplyForALicenseFormV1.form-wrapper input[type="tel"],
#ApplyForALicenseFormV1.form-wrapper input[type="password"] {
	height: 40px;
    padding: 8px 15px;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    border-radius: 8px;
    border: none;
}

#ApplyForALicenseFormV1.form-wrapper input[type="submit"] {
  	margin-top: 20px;
  	text-transform: lowercase;
	background-color: rgba(255,255,255,1.0)!important;
    color: rgba(146,79,118,1.0)!important;
}

#ApplyForALicenseFormV1.form-wrapper ::-webkit-input-placeholder { color: rgba(255,255,255,1);}
#ApplyForALicenseFormV1.form-wrapper :-moz-placeholder {color: rgba(255,255,255,1);}
#ApplyForALicenseFormV1.form-wrapper ::-moz-placeholder {color: rgba(255,255,255,1);}
#ApplyForALicenseFormV1.form-wrapper :-ms-input-placeholder {color: rgba(255,255,255,1);}

.model-inner{ max-width:700px; border-radius: 7px; margin:0 auto; background: #013636; position:relative;  }
.modal{ z-index:99999; }
.modal-body{ padding:25px; }
.modal-body label{ display:none }
.modal-body .hs-form-field{ margin-bottom:5px; }
.close.xbtn{position: absolute; right: -10px; top: 0; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 16px; z-index: 99999; cursor: pointer; background: white; width: 35px; height: 35px; border-radius: 50%; text-decoration: none !important; color: black; font-size: 24px; font-family: 'gilroyextrabold' !important; text-transform: uppercase;}
.modal-body .hs-firstname,
.modal-body .hs_lastname{ width:calc(50% - 5px);}
.modal-body .hs-firstname{ float: left;}
.modal-body .hs_lastname{ float: right;}
.modal-body .hbspt-form{ font-size:16px; }

@media only screen and (min-width: 768px) {
    #header .navbar-nav {
        float: right !important;
    }
}

@media only screen and (max-width: 1500px) {
	
   .slick-prev {left: -7px!important;}
   .slick-next {right: -7px!important;}
	
}


@media only screen and (max-width: 1360px) {
	
	#toprightcta .btn {font-size: 14px!important;}
	#header .header-row1 {padding: 20px 0px!important;}
	#header.affix .header-row1 {padding: 10px 0px!important;}
	#header .header-row1 #logo { /*width: 25%;*/ }
	#header .header-row1 #mobilemenublock {/*width: 40%; */}
	.new-site-logo{ margin-top:-7px; }
	
	#header .header-row1 #toprightcta {width: 35%;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 h1,
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel h2 {font-size: 38px!important;margin-bottom: 20px!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 p,
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel p {font-size: 16px!important;}
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel .btn,
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn,
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel .btn p,
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn p {font-size: 16px!important;}
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel .btn,
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn {padding: 10px 25px!important;}
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel .btn:hover,
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn:hover {padding: 10px 35px!important;}
	#ServicesBlock {gap: 10px;}
	#ServicesBlock .bl-entry {padding: 15px;}
	#ServicesBlock .bl-entry .boxed .img-wrapper img {width: 120px!important;}
	#ServicesBlock .bl-entry .boxed .boxed__content h3 {font-size:18px!important;}
	#ServicesBlock .bl-entry .boxed .boxed__content p {font-size:14px!important;}
	#HomeFeaturedListingV1 .bl-entry .boxed {padding: 15px!important;}
	#HomeFeaturedListingV1 .bl-entry h3 {font-size:18px!important;}
	
}

@media only screen and (min-width: 1200px) {
    /*
	#header .header-row1 #logo {width: 18%;}
	#header .header-row1 #mobilemenublock {width: 50.28%;}
	*/
	
	#header .header-row1 #toprightcta {width: 31.72%;}
    .resources-listing1 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .resources-listing1.first-full-width li .boxed {
        display: flex;
        flex-flow: row wrap;
    }
    .resources-listing1.first-full-width li .title {font-size: 29px;}
    .resources-listing1.first-full-width li:first-child .img-wrap {
       float: left;
       width: 56.78%;
       height: 350px;
    }
    .resources-listing1.first-full-width li:first-child .content {
        float: right;
        width: 43.22%;
        padding: 15px 30px 15px;   
    }
    .resources-listing1 li .title {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 65px;
        overflow: hidden;
    }
    .resources-listing1 li .excerpt {
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       height: 50px;
       overflow: hidden;
    }
    .resources-listing1.first-full-width li:first-child .excerpt {
        -webkit-line-clamp: 6;
        height: 155px;
    }
    .CustomRowColumns2 .cols {position:relative;}
    .CustomRowColumns2 .row {display: flex;flex-flow: row wrap;}
    .CustomRowColumns2 .col1 {padding-right:50px;}
    .CustomRowColumns2 .col2 {padding-left:50px;}
    .CustomRowColumns2 .col2:before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: rgba(255,255,255,.5);
        position: absolute;
        left: -2px;
        top: 0;   
    }
    #HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .boxed {    padding: 22px 0px 0px 551px;}
	body.single-news .with-sidebar-right #SingleNewsMainContent {width: 70%;}
	body.single-news .with-sidebar-right #SingleNewsSidebar {width: 30%;}
}
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
	#header .header-row1 #logo {
		/*width: 19.28% !important; */
	}
	#header .header-row1 #toprightcta {
		width: 34.72% !important;
	}
	#navmenu.navbar-default .navbar-nav>li {
		padding: 0px 12px !important;
	}
}

@media only screen and (max-width: 1199px) {
    .lg-hide {display: none!important;}
    .lg-display {display: block!important;}
    .text-center-1199 {text-align: center!important;}
    .lg-bottom0 {margin-bottom:0px!important;}
    .lg-bottom1 {margin-bottom:10px!important;}
    .lg-bottom15 {margin-bottom:15px!important;}
    .lg-bottom2 {margin-bottom:20px!important;}
    .lg-bottom3 {margin-bottom:30px!important;}
    .bottom2-1199 {margin-bottom: 20px!important;}
    .bottom3-1199 {margin-bottom: 30px!important;}
    .aligncenter-1199 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important;}
	#header .header-row1 #logo {width: 30%;}
	#header .header-row1 #mobilemenublock {width: 70%;}
	#header .header-row1 #toprightcta {width: 100%;margin-top:10px;}
	#toprightcta {text-align: center;}
    .resources-listing1 li {
    width: 100%;
    display: inline-block;
    margin-left: 0px!important;
    margin-bottom: 30px;
    padding: 0px!important;
    }
    .resources-listing1 li .img-wrap {text-align: center;height: auto;}
    .resources-listing1 li .img-wrap img {
    position: relative;
    width: auto;
    height: auto;
    margin: 0!important;
    }
    .resources-listing1 li .btn-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    }
    .resources-listing1 li .content {min-height: 0px;}
    .resources-listing1 li:last-child {margin-bottom:0px!important}
	.popup-overlay .popup {transform: translateX(-50%) translateY(0%);}
	.popup-overlay.active .popup {top: 50px!important;padding: 0 20px!important;}
	.popup-overlay .popup .close {right: 10px!important;}
	.boxed-listing-v1 .bl-entry {width: 50%!important;}
	#HomeFeaturedListingV1 {margin-left: -15px!important;margin-right: -15px!important;}
	#HomeFeaturedListingV1 .bl-entry {width: 33.3333%!important;}
	#OurTeamV1Popup .col2 h3 {font-size: 30px!important;}
	#OurTeamV1Popup .col2 #PopupTeamBio p {font-size: 16px!important;}
	#OurTeamV1Popup .img-wrapper .image-desc h4 {font-size: 18px!important;}
	#OurTeamV1Popup .img-wrapper .image-desc p {font-size: 14px!important;line-height: 1.2!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 h1 {font-size: 65px!important;}
	body.single-news .with-sidebar-right #SingleNewsMainContent,
	body.single-news .with-sidebar-right #SingleNewsSidebar {width: 100%!important;}
}


@media only screen and (min-width: 768px) {
    
	#header.affix .header-row1 {
	background: rgba(255,255,255,.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed!important;
	padding: 35px 0px;
	transition: all .3s ease;
	}
	.flex-section .col1, .flex-section.row-reverse .col2 {padding-left:15px!important;padding-right:30px!important;}
	.flex-section .col2, .flex-section.row-reverse .col1 {padding-left:30px!important;padding-right:15px!important;}
	#FooterLogo, #FooterLinks, #FooterSocial {display: inline-block;}
	#FooterLogo {margin-right:15px;}
	#FooterLinks {padding-top:4px;}
	#FooterSocial {margin-left:5px;margin-top: 5px;}
    .heateor_sss_vertical_sharing {display:none!important;}
    .post-template-default #BlogSinglePost {padding-right: 50px;}
	body.archive #InnerPageSection1 {min-height:800px;!important;}
	body.single-news .banner h1 {font-size: 34px!important;}
	body.single-news .banner h2.subtitle {font-size: 50px!important;}
}

@media only screen and (max-width: 767px) {

    .xs-hide {display: none!important;margin-bottom:0px!important;}
    .xs-display {display: block!important;margin-bottom:0px!important;}
    .text-center-767 {text-align: center!important;}
    .aligncenter-767 {float:none!important;display:block!important;margin:auto!important;margin-bottom: 30px!important;text-align: center!important ;}
    .containerwrap {padding-top: 30px;padding-bottom: 30px;}
	.xs-top0 {margin-top:0px!important;}
    .xs-bottom0 {margin-bottom:0px!important;}
    .xs-bottom1 {margin-bottom:10px!important;}
    .xs-bottom15 {margin-bottom:15px!important;}
    .xs-bottom2 {margin-bottom:20px!important;}
    .xs-bottom3 {margin-bottom:30px!important;}
	.xs-bottom4 {margin-bottom:40px!important;}
	#header .header-row1 #logo, #header .header-row1 #mobilemenublock {width: 100%;}
	#HomeAnimatedPage2022 #header.affix .header-row1 {
	background: transparent;
    transition: all .3s ease;
    padding: 20px 0px;
    position: relative!important;
	}
    .resources-listing1 li .date-time {font-size: 12px!important;}
    .resources-listing1 li .content {padding: 15px 10px 15px!important;}
    .btn-inline {margin: 0px!important;}
    .btn-inline .btn {margin: 5px!important;display: block!important;}
	.banner .btn, .btn, input[type="button"],
	.banner p, .containerwrap p {font-size: 16px!important;}
	.boxed-listing-v1 {margin-left: -15px!important;margin-right: -15px!important;}
	.boxed-listing-v1 .bl-entry {width: 100%!important;padding: 0px 15px!important;margin-bottom: 30px!important;}
	.boxed-listing-v1 .bl-entry .boxed {padding:20px!important;}
	#HomeFeaturedListingV1 {margin-left: -10px!important;margin-right: -10px!important;}
	#HomeFeaturedListingV1 .bl-entry {width: 50%!important;padding: 0px 10px!important;margin-bottom: 20px!important;}
	#HomeFeaturedListingV1 .bl-entry .boxed {padding:15px!important;}
	#HomeFeaturedListingV1 .bl-entry .boxed h3 {font-size: 15px!important;margin-bottom: 10px!important;}
	h1 {font-size: 38px!important;}
	h2 {font-size: 32px!important;}
	h3 {font-size: 28px!important;}
	h4 {font-size: 24px!important;}
	#header .header-row1 {padding: 30px 0px;}
	#logo {float: none;z-index: 99999999999;}
	#logo h2 {min-height: 0px;}
	#logo h2 a {width: 140px;height: 25px;}
	#toprightcta {margin-top: 15px;}
	#HomeAnimatedPage2022 #footer {bottom: -100px;}
	#footer #mainfooter {padding: 10px 15px;}
	.grid-resource-listing-v1, .grid-resource-listing-v1 .wrapper {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))!important;}
	#OurTeamV1Popup .col1, #OurTeamV1Popup .col2 {width: 100%;padding:0;}
	#HomeAnimatedPage2022 .animated-panels-block .animated-panel h2 {font-size: 30px!important;line-height: 1.1!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 h1 {font-size: 40px!important;line-height: 1.1!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 p {font-size: 18px!important;line-height: 1.4em!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec1 .btn {font-size: 18px!important;}
	#HomeAnimatedPage2022 .animated-panels-block #HomeAnimatedPanelSec2 h2 {font-size: 30px!important;line-height: 1.1!important;}
	#ResourcesInnerNav2022 li a {padding: 10px 15px!important;font-size: 16px!important;}
	.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper img {display: block!important;}
	.grid-resource-listing-v1 .resource-entry .boxed .img-wrapper {height: auto!important;background-image: none!important;}
	#ServicesBlock {grid-template-columns: auto !important;}
}

@media only screen and (max-width: 480px) {
    
	.popup-overlay .popupcontent {padding: 20px!important;}
	#OurTeamV1Popup .img-wrapper {height: 390px!important;}
	#toprightcta .btn {margin-bottom:10px;}
  
}