/*
Theme Name: Contructive Bio
Author: Cascade Wed Development
Author URI: https://cascadewebdev.com/?Contructive-Bio
Description: This is a child theme for The7 built for Constructive Bio
Version: 1.0.0
Template: dt-the7
*/


@font-face {
	font-family: 'bauhaus-light';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Light'), url('fonts/BauhausPro-Light.otf') format('woff');
}
@font-face {
	font-family: 'bauhaus-medium';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Medium'), url('fonts/BauhausPro-Medium.otf') format('woff');
}
@font-face {
	font-family: 'bauhaus-bold';
	font-style: normal;
	font-weight: normal;
	src: local('Bauhaus Bold'), url('fonts/BauhausPro-Bold.otf') format('woff');
}

@font-face {
	font-family: 'avenir-light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Light'), url('fonts/AvenirLTPro-Light.otf') format('woff');
}
@font-face {
	font-family: 'avenir-medium';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Medium'), url('fonts/AvenirLTPro-Medium.otf') format('woff');
}
@font-face {
	font-family: 'avenir-bold';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Bold'), url('fonts/AvenirLTPro-Black.otf') format('woff');
}



/* standard html elements */
html {
  scroll-behavior: smooth;
}


body,a,p,h1,h2,h3,h4,h5,h6,li,input, .menu-text {

}

* {
	box-sizing: border-box;
}

a, a:visited{
	color: 000;
	text-decoration:none;
}
a:hover,  a:active  {
	color: #65DAD3;
	text-decoration:none;
}

/* add external icon */
.external-link a::after,
a.external-link::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 6px;
	margin-top:-3px;
	vertical-align: middle;
	background-color: var(--icon-color, currentColor);

	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") no-repeat center / contain;

	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") no-repeat center / contain;
}
#news-grid a.external-link::after {
	margin-top:3px;
}

/* color modifier classes */
a.external-link.red {
	--icon-color: #ff0000;
}
a.external-link.black {
	--icon-color: #000;
	  color: #000;
}
a.external-link.yellow {
	--icon-color:#FFE659;
}
a.external-link.teal {
	--icon-color: #65DAD3;
}
a.external-link.white {
	--icon-color: #ffffff;
}
a.external-link:hover,
a.external-link.black:hover,
a.external-link.red:hover,
a.external-link.yellow:hover,
a.external-link.teal:hover,
a.external-link.white:hover {
	opacity:.7;
}

ul.col3 {
	margin-top:15px;
	column-count: 3;
}
ul.col2 {
	margin-top:15px;
	column-count: 2;
}


/* handle 404 pages */

body.error404 {
	height: 100%;
}


body.error404 {
	min-height: 100vh;
	background:	linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),url('images/bg/bg-2.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

body.error404 .masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
  box-shadow: none !important;
}
body.error404.transparent .masthead:not(.side-header):not(.sticky-on) ,
body.error404 .masthead:not(.mixed-header),
.error404 .page-title,
body.error404  #page {
  background: transparent !important;
}
.error404 .page-title-head,
.error404 .custom-global-footer-wrapper
.error404 .footer {
	 display:none;
}

.error404 .page-title.solid-bg.bg-img-enabled{
	background: transparent !important;
}

.error404  .page-title.overlay-bg::after{
  background: rgba(0,0,0,0.0) !important;
}


body.error404 h1,
body.error404 .post {
	color:#fff !important;
	text-shadow: 0 0 4px #000;
}

.search #main,
.single-post #main {
  padding: 50px 0 50px 0;
}

.team-title h2 {
	margin-bottom:0px;
}
.team-title p {
	color:#666;
}
.news-list ul,
.quals ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
.news-list ul {
	border-left:1px solid #ccc;
	padding-left:25px;
	margin-top:0px;
}

.news-list ul li,
.quals ul li {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: #65dad3;
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin: 0;
}
.quals.yellow ul  li {
	background: #ffe659;
	padding: 8px 16px;
}
.news-list ul li {
	background:transparent;
	font-size:14px;
	color:#666;
}


@media screen and (max-width: 768px) {
	.news-list ul li {
		display:block;
		width:100%;
		padding:0px 5px;
		background:transparent;
		font-size:14px;
		color:#666;
	}
}

.vc_row.inner-wrap {
	max-width:1500px;
	margin: 0 auto;
}

p {
  margin-bottom: 25px;
  line-height: 28px;
}

.single-award .content {
	margin:50px 0px 150px 0px;
}
body.archive  #content {
  padding: 50px 0;
}

body.archive.category #main > .wf-wrap,
body.archive.tag #main > .wf-wrap {
	padding:50px;
}

body.archive.category #main > .wf-wrap .blog-media  img,
body.archive.tag #main > .wf-wrap .blog-media  img {
	border-radius:10px 10px 0 0;
}
body.archive.category #main > .wf-wrap .blog-content,
body.archive.tag #main > .wf-wrap .blog-content {
	border: 1px solid #f5f5f5;
	border-radius:0 0 10px 10px;
}
body.archive.category .category-link,
body.archive.tag .tag-link{
	color:#f5f5f5;
}
body.archive .author.vcard,
body.archive .entry-meta > span::after {
	display:none;
}

body.archive .entry-meta .data-link {
	margin-left:10px;
}


/* list heights */
.content -{
  margin: -5px 0 15px 40px;
}
.content -ul,
.content ---{
  margin-top:5px;
}
.content .standard-arrow -{
  margin-top:-15px;
}

.content -li {
  margin-bottom:5px;
}
.double-height-list li {
  margin-bottom: 10px;
}


.rtl {
 direction: rtl;
}
.clear {
    clear:both;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #D2AF51;
    background-color: #D2AF51;
    margin-bottom: 15px;
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #65DAD3 !important;
}

.vc-zigzag-inner {
	background: 0 repeat-x url('data:image/svg+xml;utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%2214px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2018%2015%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpolygon%20id%3D%22Combined-Shape%22%20fill%3D%22%2365DAD3%22%20points%3D%228.98762301%200%200%209.12771969%200%2014.519983%209%205.40479869%2018%2014.519983%2018%209.12771969%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E') !important;
}

.uppercase,
.uppercase * {
	text-transform:uppercase;
}
.lowercase,
.lowercase * {
	text-transform: lowercase;
}
.capitalize,
.capitalize * {
	text-transform: capitalize;
}

sup.reg {
	font-size: 0.5em;
	top: -20px;
}

/* anchor tags */
a:hover {
	text-decoration:none;
}
#content a:hover {
	color:#000;
}

/* color classes, hovers, shadows  */

.white > *,.white, .white a,.white h1,.white h2,
.white h3,.white h4,.white h5,.white h6,
.footer .textwidget .footer-address a {
	color:#fff;
}

.white a {
	font-weight:600;
	color:#65DAD3;
}
.yellow-h3,.yellow-h4,
.yellow h2, .yellow h3, .yellow p {
	color:#FFE659 !important;
}
.yellow a {
	font-weight:600;
	color:#000;
}

.teal h2, .teal h3, .teal p {
	color:#65dad3;
}

.black-links a.email-add,
.black-links a {
	color:#000 !important;
	font-weight:bold;
}
.black-links h5 a {
	font-weight:400;
}

.black-links a:hover,
.teal a,
.teal-links a {
	color:#66DAD3 !important;
	font-weight:bold;
}

.teal-links a:hover,
.yellow-links a {
	color:#FFE659 !important;
	font-weight:bold;
}

.four-boxes h4 {
	color:#FFE659;
}
.four-boxes p {
	color:#fff;
}
.box-cambridge {
	background:#65DAD3;
}
.box-yellow {
	background:#FFE659;
}
.box-black {
	background:#0A1A1F;
	color:#fff;
}
.box-white {
	background:#ffffff;
}
.box-black h2 {
	color:#FFE659;
}
.box-black h3 {
	color:#65DAD3;
}
.box-white h2, .box-white h3,.box-white h4, .box-white h5 {
	color:#65DAD3;
}
.teal-box h3,
.teal-box p {
	font-weight:normal;
	color:#000;
}

/* Callout Box Numbers w/title above Text Block */
.box-number.uvc-heading + .wpb_text_column  {
	display:block;
	clear:both;
	margin-top: -5px;
}
.box-number h2 {
	font-size:24px;
	line-height:2.3  !important;
	padding: 0 0 0 0 !important;
	margin:0 10px 0px 0 !important;
	float:left;
	text-align: center;
	background:#FFE659;
	color:#000;
	height:50px;
	width:50px;
	top: -30px;
  	position: relative;
}
.box-number .uvc-sub-heading {
	display:inline-block;
	clear:both;
	font-size:22px;
	font-family: 'bauhaus-medium';
}
.box-number.yellow h2 {
	background:#FFE659;
	color:#000;
	border: 1px solid #FFE659;
}
.box-number.cambridge h2 {
	background:#65DAD3;
	color:#000;
	border: 1px solid #65DAD3;
}
.box-number.white h2 {
	background:#fff;
	color:#000;
	border: 1px solid #fff;
}
.box-number.black h2 {
	background:#000;
	color:#fff;
	border: 1px solid #333333;
}


/* hero textbox banner */
.hero-box {
        padding:50px;
}
.hero-box > .vc_col-sm-12 {
    padding: 25px 75px;
}

.hero-box .text-div {

}
.hero-box .empty-div {

}
.hero-text-box .wpb_text_column {
    white-space:no-wrap;
}

@media only screen and (max-width: 992px) {
    .hero-box {
        padding: 30px 10px;
    }
    .hero-box > .vc_col-sm-12 {
        padding: 10px 25px;
    }
}

.eyebrow h6 {
	font-weight:400;
	text-transform:uppercase;
	color:#65dad3;
}
.eyebrow.black h6 {
	color:#000;
}
.eyebrow.gray h6 {
	color:#aaa;
}
.eyebrow.white h6 {
	color:#ccc;
}
.eyebrow.yellow h6 {
	color:#ffe659;
}


/* ref-box */
.ref-box p {
    color:#666;
    font-size:16px;
    line-height:1.2;
    margin-bottom: 10px;
}
.ref-box p a {
	font-size:18px;
}

/* accordions */

.vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel :is(.vc_tta-panel-heading:focus, .vc_tta-panel-heading:hover) {
  background-color: #ffe659 !important;
  border-color: #ffe659 !important;
  color:#000 !important;
}

.cure .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #65dad3;
}


.cure  .vc_tta-color-turquoise.vc_tta-style-flat:hover .vc_tta-controls-icon::before {
  border-color: #000;
}

.vc_tta-color-turquoise.vc_tta-style-flat:hover .vc_tta-controls-icon::before,
.cure .vc_tta-color-turquoise p {
	color:#000;
}
.cure .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading,
.cure .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
	background-color:#ffe659;
}
.cure .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
	padding: 0 20px 14px 20px;
}
.cure .vc_tta-color-turquoise.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color:#000 !important;
}
.cure  .vc_tta-color-turquoise.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #000;
}

.ref-acc.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
}

.ref-acc.vc_tta.vc_general .vc_tta-icon {
  font-size: .8em;
}
#content .ref-acc h2 a:hover,
#content .ref-acc h3 a:hover {
	text-decoration:none;
	border-bottom:0px;
	color:#65DAD3;
}
.ref-acc h2,
.ref-acc h3{
  text-align: center !important;
}

.ref-acc .vc_tta-panel.vc_active .fa-angle-down {
	display: inline-block;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}


.custom-global-footer-wrapper .white,
.custom-global-footer-wrapper .white > *,
.custom-global-footer-wrapper .white a,
.custom-global-footer-wrapper .copyright {
	color:rgba(255,255,255,.7);
}



.shadow {
	text-shadow: 0 0 5px #000;
}
.hover-shadow:hover,
.box-shadow {
	box-shadow: 3px 3px 20px #ccc;
}

.cursor:hover {
	cursor:pointer;
}

.hover > div:hover {
	opacity:.8;
}

.hover .fa {
	opacity:.8;
}
.hover .fa:hover {
	opacity:1;
}


/* overlay search topbar widget */
.overlay-search-microwidget.open .searchform.mini-widget-searchform {
	max-width: 85%  !important;
	width: 800px !important;
}
.overlay-search-microwidget.open .searchform-s {
	padding: 12px 12px;
	font-size: 18px;
	line-height: 200%;
	color: #000;
	border-radius: 5px;
	width: 80%;
}
.overlay-search-microwidget input[type="text"] {
	padding: 10px 25px !important;
	font-size: 18px !important;
	width: 800px !important;
	max-width: 100% !important;
	background:#fff !important;
	color:#312D28 !important;
}


.overlay-search-microwidget .search-icon i {
	font-size: 24px !important;
	color:#312D28 !important;

}
.overlay-search-microwidget .search-icon i:hover {
	color:#1E844B !important;
}

.overlay-search .submit i,
.masthead .mini-search {
	color:#312D28 !important;
}
.overlay-search .submit i:hover,
.masthead .mini-search:hover {
	color:#312D28 !important;
}

/* Menu stuff */
 #primary-menu > li:last-child {
	margin-right:50px;
	transition: transform .7s ease;
 }


@media (max-width: 1190px) {
	 #primary-menu li:last-child {
		margin-right:0px;
	 }
}

/* slide arrow */
.slide-arrow h3 a {
  position: relative;
  display: inline-block;
  padding: 0.6rem 2.4rem 0.6rem 0.8rem; /* space for right-side arrow */
  cursor: pointer;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
}

/* Arrow container */
.slide-arrow h3 a .arrow {
  position: absolute;
  top: 50%;
  right: 0.6rem; /* final resting position */
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-100%) translateY(-50%); /* start off left of final spot */
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: transform 0.3s cubic-bezier(.2,.9,.3,1), opacity 0.3s ease;
}

.swap-on-mobile.arrow-box hr {
	margin-right:-30px;
}


/* main content area */
#main {
	min-height: 160px !important;
}
#main > .wf-wrap {
	z-index: 3;
}
#main::before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 959px;
  pointer-events: none;
  z-index: 3;
}
@media (min-width: 1080px) {
 #main::before  {
    display: block;
  }
}
#content {
	min-height: 350px !important;
}

.branding a img,
.mobile-branding a img  {
	-webkit-transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
}
.sticky-on .branding a img {
	/*-webkit-transform: scale(.8);	transform: scale(.8); */
}

/* News CPT */
.news-div {
	margin:50px 0px;
}
.news-thumb {
	margin:15px 0px;
}

.news-categories,
.news-tags,
.single .entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}

ul.news-categories,
ul.news-tags {
	margin-left:0px;
	margin-bottom:15px;
}
h6.tax-title {
	display:inline-block;
	float:left;
	margin-right:15px;
	width:60px;
	line-height: 2.3;
}
@media screen and (max-width: 768px) {
	h6.tax-title {
		display:block;
		float:none;
		margin-right:15px;
		width:75px;
	}
}

.news-btn-link {
	margin:20px 0px 40px 0px;
}
.news-categories li,
.news-tags li,
.single .entry-tags li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.news-categories a,
.news-tags a,
.single .entry-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border: 1px solid #49B7C0 !important;
	background:transparent;
	color:#49B7C0 !important;
	border-radius: 25px;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.2;
	transition: all 0.2s ease;
}

.news-categories a:hover,
.news-tags a:hover,
.entry-tags a:hover {
	background: #49B7C0 !important;
	color:#fff !important;
}

/* Insights Grid */

#insights-grid .i-date {
	margin-bottom:5px !important;
}
#insights-grid .i-title {
	margin-bottom:5px !important;
}
#insights-grid .i-excerpt {
	margin-top:-15px !important;
}

/* news grid */


.news-image {
	height:175px;
}
.news-content {
	top:125px;
}
#news-grid .vc_grid-container div[style*="vc_gitem_image.png"] {
	background-image: none !important;
	opacity: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.news-image {
	min-height: 180px;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius:10px 10px 0px 0px !important;
}

#news-grid .vc_gitem-zone:nth-child(2) {
	border-radius:0px 0px 10px 10px !important;
	border:1px solid #d2d2d2;
	border-top:0px;
	min-height: 255px;
	position:relative;
}

.news-grid-link,
.news-grid-link:visited {
	color:#000;
}


.news-grid-link:hover,
#news-grid h4 .vc_gitem-link:hover,
#news-grid h5 .vc_gitem-link:hover {
	color:#65DAD3 !important;
}

#news-grid .vc_gitem-zone {
  background-clip: initial;
  overflow: visible !important;
  position: relative;
}

ul.news-type,
ul.news-grid-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.news-type li,
.news-grid-categories li {
	margin: 0;
	padding: 0;
}

ul.news-type a,
.news-grid-categories a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border: 1px solid #49B7C0  !important;
	border-radius: 25px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	transition: all 0.2s ease;
}

ul.news-type a {
	border: 1px solid #000  !important;
	background:#000;
	color:#fff;
	position:relative;
}

ul.news-type .Award a,
ul.news-type .Company a,
ul.news-type .Featured a,
ul.news-type .Publication a:hover,
ul.news-grid-categories .featured-post a{
	border: 1px solid #ffe659  !important;
	background:#ffe659;
	color:#000;
	position:relative;
}
ul.news-type .Insights a {
	border: 1px solid #ccc  !important;
	background:#d2d2d2;
	color:#000;
	position:relative;
}
ul.news-type .Whitepaper a {
	border: 1px solid #fff  !important;
	background:#fff;
	color:#000;
	position:relative;
}
ul.news-type .Publication a {
	border: 1px solid #49B7C0  !important;
	background:#49B7C0;
	color:#000;
	position:relative;
}

ul.news-type a:hover,
.news-grid-categories a:hover {
	background: #49B7C0;
	border-color: #49B7C0 !important;
	color:#000;
}

#news-grid .vc_gitem-zone {
    position: relative;
    min-height: 215px !important;
}
#insights-grid .vc_gitem-zone.vc_gitem-zone-a {
    min-height: 215px !important;
    padding: 15px 10px;
}
#insights-grid .vc_gitem-zone.vc_gitem-zone-c {

}

.news-type {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 5;
}


/* Grid for Featueed News Item */
#news-grid-featured .vc_grid-item-mini {
	display: flex;
	align-items: stretch;
}

.fn-date {
	float:left;
}

.fn-link {
	float:right;
}

.i-date {
	font-size:14px;
	color:#666;
	font-weight:normal;
}

/* Two direct columns */
#news-grid-featured .vc_grid-item-mini > .vc_gitem-animated-block,
#news-grid-featured .vc_grid-item-mini > .featured-news-right {
	width: 50%;
}
/* Make image wrapper stretch full height */
#news-grid-featured .vc_gitem-animated-block {
	display: flex;
}
/* Image area */
#news-grid-featured .news-image {
	flex: 1;
	display: flex;
	min-height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
/* Hide actual img */
#news-grid-featured .news-image img.vc_gitem-zone-img {
	display: none;
}
/* Right content */
#news-grid-featured .featured-news-right {
	display: flex;
	flex-direction: column;
}
/* Fill available height */
#news-grid-featured .featured-news-right .vc_gitem-zone-mini {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}
/* Push CTA to bottom */
#news-grid-featured .featured-news-right .vc_custom_1779324896265 {
	margin-top: auto;
}

/* Mobile stacking */
@media (max-width: 768px) {

	#news-grid-featured .vc_grid-item-mini {
		flex-direction: column;
	}

	#news-grid-featured .vc_grid-item-mini > .vc_gitem-animated-block,
	#news-grid-featured .vc_grid-item-mini > .featured-news-right {
		width: 100%;
	}

	#news-grid-featured .news-image {
		min-height: 260px;
	}
}

#news-grid-featured .news-image,
#news-grid-featured .news-grid-div {
	positon:relative;
	color:#fff
}
#news-grid .news-grid-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height:250px;
}

.news-grid-div > .wpb_text_column:last-child {
    margin-top: auto;
}
#news-grid .news-grid-div .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#news-grid .news-grid-link {
    margin-top: auto;
    align-self: flex-end;
    display: inline-flex;
}
#news-grid-featured .news-image {
	border-radius:10px 0px 0px 10px !important;
	border-right-width: 0px !important;
}
#news-grid-featured .featured-news-right {
	border-radius:0px 10px 10px 0;
}
@media (max-width: 768px) {
	#news-grid-featured .news-image{
		border-radius:10px 10px 0px 0px !important;
		border-right-width: 1px !important;
		border-bottom-width: 0px !important;
	}
	#news-grid-featured .featured-news-right {
			border-radius:0px 0px 10px 10px;
	 }
}

#news-grid-featured h2 a:hover,
#news-grid-featured a.news-grid-link {
	color: #65dad3 !important;
}
#news-grid-featured a.news-grid-link:hover {
	color: #fff !important;
}

/* ncaa grid */
.ncaa__content {
	padding:25px 0px;
}
.sg-div {
	min-height: 250px;
}
@media (max-width: 768px) {
	.sg-div {
		max-height: 250px;
	}
}
.sg-div .sg-box .vc_custom_heading {
  height:40px;
}

.sg-div:hover {
	border:1px solid #65DAD3 !important;
	background: #D6F5F4 !important;
}
.sg-div .sg-star {
	transition: all 1s ease;
}
.sg-div:hover .sg-star {
 	transform: scale(1.25);
}

.ncaafields {
	text-align:center;
}
.ncaafields p:empty {
	display:none;
}
ul.ncaa-grid-fields {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

ul.ncaa-grid-fields li {
    display: block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
}
@media (max-width: 900px) {
	ul.ncaa-grid-fields li {
		font-size: 12px;
	}
}



ul.ncaa-grid-fields li.ncaa-name {
    background-color: #00a6b9;
    color: #ffffff;
}

ul.ncaa-grid-fields li.inc-molecule {
    background-color: #924bb0;
    color: #ffffff;
}

ul.ncaa-grid-fields li.impact {
    background-color: #219552;
    color: #ffffff;
}

/*	publication page */
.pub_content_intro_row {
	margin:0;
}
.pub_content_body_row {
	margin:50px 0;
}
.pub_content_intro_row .gap,
.pub_content_body_row .gap {
	margin:15px 0px;
}
.pub_content_intro_row {
	background:#f2f2f2;
}
.full-width-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f5f5f5; /* your full-width background */
    padding: 60px 0;
}
.section-inner {
    max-width: 1300px;   /* or whatever your theme uses */
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.pub_date {

}
.pub_authors {

}
.pub_journal {

}
.pub_journal_detail {

}
.pub_significance {

}
.pub_publication_highlights {
	border:1px solid #d2d2d2;
	border-radius:10px;
	background:#f2f2f2;
	padding:25px;
}

/*	ncaa page */

.ncaa-star {
	text-align: center;
	margin: 20px;
}

#three-pub-items,
#three-ncaa-items {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}
h5.small-title {
	font-size:12px;
	display:block;
	margin-bottom: -5px;
	color:#65DAD3;
}
h5.small-title.no-margin {
	margin-bottom: 10px;
}
#three-pub-items li,
#three-ncaa-items li {
	flex: 1;
	padding: 16px 20px;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 70px;
	text-align: left; /* important fallback */
}
#three-pub-items li {
	padding: 10px;
	border: 0px ;
	flex: 0 0 auto;
	background: transparent;
}
@media (max-width: 768px) {
	#three-pub-items,
	#three-ncaa-items {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	#three-pub-items li,
	#three-ncaa-items li {
		width: 100%;
	}
}
#three-ncaa-items li#ncaa-name h5.small-title  {
	color:#000 !important;
}
#three-ncaa-items li#ncaa-molecule h5.small-title  {
	color:#5B32AE !important;
}

#three-ncaa-items li#ncaa-impact h5.small-title  {
	color:#65DAD3 !important;
}

#three-ncaa-items li:hover {
	background: #f2f2f2;
}

/* Prevent background scroll when modal is open */
body.ncaa-modal-open {
	overflow: hidden;
}

#ncaa-grid .vc_col-sm-2 {
	width: 48%;
	float:left;
}
  #ncaa-grid h5 {
  	font-size: 14px;
  	line-height:1.2;
  	font-weight:400 !important;
  }
@media (min-width: 480px) {
  #ncaa-grid .vc_col-sm-2 {
    width: 33.333%;
    float:left;
  }
}

@media (min-width: 768px) {
  #ncaa-grid .vc_col-sm-2 {
    width: 25%;
  }
  #ncaa-grid h5 {
  	font-size: 16px;
  }
}
@media (min-width: 980px) {
  #ncaa-grid .vc_col-sm-2 {
    width: 16.66666667%;
  }
}


/* =========================
   MODAL OVERLAY
========================= */
.ncaa-lightbox-modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	/* Critical: beat theme stacking contexts */
	z-index: 2147483647 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 40px;
}
.ncaa-enlarge {
 	text-align:center;
 	font-size:12px;
 	margin:0 0 15px 0;
}
.ncaa-thumb-image {
	transform: scale(1);
	transition: transform 0.35s ease;
	transform-origin: center;
	border-radius:10px;
}

.ncaa-image-wrap {
	overflow: hidden;
	border-radius: 8px;
}

.ncaa-thumb-image:hover {
	transform: scale(1.15);
}
/* Active state */
.ncaa-lightbox-modal.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* =========================
   FULL IMAGE
========================= */
.ncaa-lightbox-full {
	max-width: 92vw;
	max-height: 92vh;
	object-fit: contain;

	box-shadow: 0 10px 40px rgba(0,0,0,0.6);

	position: relative;
	z-index: 2;

	cursor: pointer;
}

/* =========================
   CLOSE BUTTON (45x45)
========================= */
.ncaa-lightbox-close {
	position: fixed !important;
	top: 20px !important;
	right: 20px !important;

	width: 30px;
	height: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0,0,0,0.75);
	color: #fff;

	border: 2px solid #fff;
	border-radius: 50%;

	font-size: 18px;
	line-height: 1;

	cursor: pointer;

	z-index: 2147483647 !important;

	padding: 0;
	margin: 0;

	opacity: 1;
	visibility: visible;

	transition: transform 0.2s ease, background 0.2s ease;
}

/* Hover effect */
.ncaa-lightbox-close:hover {
	transform: scale(1.08);
	background: rgba(255,255,255,0.15);
}

/* Ensure icon or × is always visible */
.ncaa-lightbox-close i,
.ncaa-lightbox-close {
	color: #fff !important;
}

/* =========================
   CLICK BACKDROP SAFETY
========================= */
.ncaa-lightbox-modal {
	cursor: zoom-out;
}


/* full width column with flush image on left/right and content opposite
// table structure - [1/2 + 4/12 + 2/12] or [2/12 + 4/12 + 1/2] with 2/12 columns hidden below Desktop
// add .flush-image-column to table
// for images on right, add .swap-on-mobile to table as well
*/
.flush-image-column .wpb_column {
       transition: all 1s ease;
}


.flush-image-column .vc_column-inner {
	padding-left:60px;
	padding-right:40px;
}

@media (max-width: 1800px) {
    .flush-image-column .vc_column-inner {
        padding-left:40px;
    }
}
@media (max-width: 1700px) {
    .flush-image-column .vc_column-inner {
        padding-left:0px;
    }
}
@media (max-width: 1400px) {
    .flush-image-column .vc_column-inner {
        padding-left:20px;
    }
}
@media (max-width: 1200px) {
    .flush-image-column .vc_column-inner {
        padding-left:75px;
    }
}

@media (max-width: 768px) {
	.flush-image-column .vc_column-inner {
		padding-left:20px;
		padding-right:20px;
	}
}


@media (max-width: 1600px) {
  .flush-image-column .vc_col-lg-2 {
    width: 13% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 37% !important;
  }
}

@media (max-width: 1500px) {
  .flush-image-column .vc_col-lg-2 {
    width: 9% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 41% !important;
  }
}

@media (max-width: 1400px) {
  .flush-image-column .vc_col-lg-2 {
    width: 7% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 43% !important;
  }
}

@media (max-width: 1300px) {
  .flush-image-column .vc_col-lg-2 {
    width: 5% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 45% !important;
  }
}

@media (max-width: 1200px) {
  .flush-image-column .vc_col-lg-2 {
    width: 0% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 50% !important;
  }
}
@media (max-width:768px) {
  .flush-image-column .vc_col-lg-2 {
    width: 0% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 100% !important;
    padding: 15px;
  }
}

@media (min-width: 1700px) {
  .flush-image-column .vc_col-lg-2 {
    width: 16.66666667% !important;
  }
  .flush-image-column .vc_col-lg-4 {
    width: 33.33333333% !important;
  }
}

@media (min-width: 1700px) {
    .left-content-column .vc_col-lg-2 {
        width: 16.66666667% !important;
    }
    .left-content-column .vc_col-lg-4 {
        width: 33.33333333% !important;
  }
}



/* Quotes */
blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
blockquote.shortcode-blockquote.block-style-widget,
blockquote {
    position: relative;
    padding-left: 50px;
    font-style: italic;
    color: #333;
    background:#D1DDCB !important;
    background-color:#D1DDCB !important;
}

blockquote p {
    margin: 0;
    font-size:26px;
    font-weight:500;
    line-height:1.2;
	padding-left: 35px;
}

/* Large left quote mark */
blockquote p::before {
    content: "\201C"; /* same as “ */
    position: absolute;
    left: -10px;
	top: -15px;
  	font-size: 8rem;
    line-height: 1;
    color: #312D28;
    font-family:'Bauhaus Regular',courier,arial;
}

/* Sidebar */
.solid-bg.sidebar-content .widget {
  background: #FAFFFA none repeat center center;
}

/* Theme social icons and items */


/* search results */

.search-results .entry-meta {
  display:none !important;
}
#the7-search {
 color:#323232 !important;
}

/* Contact Button svg arrow */
/* Full-width link */
li.btn-contact > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}

/* Text wrapper */
li.btn-contact .menu-item-text {
	display: flex;
	align-items: center;
}

/* Circular icon */
li.btn-contact > a::after {
	content: "";
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border-radius: 999px;

	/* normal state = turquoise circle */
	background-color: #65DAD3;

	transition: all 0.3s ease;

	/* black arrow SVG */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 10L10 2M10 2H4M10 2V8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
}

/* Hover = reversed */
li.btn-contact > a:hover::after {
	background-color: #000;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 10L10 2M10 2H4M10 2V8' stroke='%2365DAD3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

li.btn-contact a:hover .menu-text {
	color:#65DAD3 !important;
}





.btn-contact-pill .menu-item-text {
  background: #65DAD3;
  padding: 10px 20px;
  border-radius: 50px;
}
.btn-contact=pill a:hover .menu-item-text {
  background: #79FFFD !important;
  color:#000 !important;
  padding: 10px 20px;
  border-radius: 50px;
}




.vc_pageable-load-more-btn .vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
  background-color: #65DAD3;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 25px;
}

.btn-solid,
.btn-outline{
  border:2px solid #65DAD3;
  padding: 10px 20px;
  border-radius: 50px;
  color: #0A1A1F !important;
}
.btn-outline:hover {
  	background: #65DAD3;
}
.btn-solid {
	background: #65DAD3;
}
.btn-solid:hover {
	background: transparent;
}
.btn-download.ubtn-large button {
  padding: 15px 60px !important;
}

.btn-contact i.underline {
	display:none !important;
}


/* Scale Button */
.scale-btn a,
a.scale-btn {
	display: inline-block;
	transform-origin: center center;
}

.scale-btn a:hover,
a.scale-btn:hover {
	transform: scale(1.1) !important;
	transition: transform .5s ease-in-out;
}
.scale-btn a:not(:hover) ,
a.scale-btn:not(:hover) {
	transition: transform 0.4s ease-out;
}

.overlay-search .submit i,
.mini-contacts.multipurpose_2 {
  font-size: 16px;
  color: #312D28;
  background: #1E844B;
  padding: 8px;
  border-radius: 5px;
}

.branding .mini-contacts.multipurpose_2:hover i,
.my-phone-icon:hover .multipurpose_2 i {
	opacity:.8;
}

.mini-contacts.multipurpose_2 {
	padding: 0 10px 0 0px;
	font-size:12px !important;
	color:#312D28 !important;
	font-weight: 500;
 	font-family: 'ibm plex sans',courier;
}

.mini-contacts.multipurpose_2 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;         /* square icon block */
  height: 32px;
  background: #1E844B;
  color: #312D28;
  margin-right: 3px;   /* 3px gap */
  font-size: 16px;
  border-right: 2px solid #312D28;
  border-radius: 4px;
}
.main-nav > li a.mini-contacts:hover {
	color:#312D28 !important;
}

@media (max-width: 1380px) {
	.mini-search.show-on-desktop {

	}
}
@media (max-width: 1280px) {
	.mini-search.show-on-desktop {

	}
}
@media (max-width: 1150px) {
	.mini-search.show-on-desktop {
		top: 0px !important;
	}
	.mobile-header-bar .mobile-mini-widgets .multipurpose_2 span {
		display:none;
	}
	.mobile-header-bar .mobile-mini-widgets .multipurpose_2 i {
	  color: #fff;
	}
	.mobile-mini-widgets-in-menu {
		flex-flow: column wrap;
		align-items: flex-start !important;
		gap: 24px;
	}
	.mobile-mini-widgets-in-menu .microwidget-btn mini-button {
		margin-bottom:15px;
	}

}

@media (max-width: 312px) {
 .mini-search.show-on-desktop {
    top: 19px !important;
    left: -30px;
  }
 .mobile-header-bar .mobile-mini-widgets .multipurpose_2  {
	top: -18px !important;
	left: -20px
  }
}

.overlay-search .submit i {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-filter: "FlipH"; /* IE6-9 */
	filter: FlipH; /* IE6-9 */
}

.overlay-search .submit i,
.mini-contacts.multipurpose_2 {
  font-size: 16px;
  color: #312D28;
  background:#FFE659;
  padding: 14px 14px 14px 14px;
  border-radius: 5px;
}

.overlay-search .submit i:hover {
  background:#65DAD3;
}

/* theme modal */
.modal-content,
.modal-content-block {
    display: none;
}

#modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

#modal-window {
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    max-width: 700px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

#modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

#modal-close:hover {
    color: #000;
}

body.modal-open {
    overflow: hidden;
}

/* Forms (Contact Form 7) form fields */

.wpcf7-form .lbl {
	color:#fff;
	font-size:14px;
	position: absolute;
  	left: -5000px;
}

label.active,
label:hover {
    color: #000;
    cursor: pointer;
}

.wpcf7-response-output {
	z-index:10000 !important;
}
.wpcf7-response-output .wpcf7-valid-tip-text,
.wpcf7-response-output .wpcf7-not-valid-tip-text {
	font-family:  "acumin-variable", sans-serif !important;
	font-size:16px !important;
	font-weight: 600 !important;
	color:#000 !important;
}

/* footer subscribe */
.custom-global-footer-wrapper .wpcf7-email {
	width:50% !important;
	margin-right:5px;
	float:left;
	padding: 8px 8px 8px 8px;
	background: #233136;
  	border: 1px solid rgba(255,255,255,.2) !important;
  	color:#939393 !important;
}
.custom-global-footer-wrapper .wpcf7-email:hover,
.custom-global-footer-wrapper .wpcf7-email:focus,
.custom-global-footer-wrapper .wpcf7-email:active {
	background: #124B48 !important;
	border: 1px solid rgba(255,255,255,.5) !important;
	color:#fff !important;
}

.custom-global-footer-wrapper .wpcf7-email.wpcf7-not-valid {
	border: 1px solid red !important;
}
.custom-global-footer-wrapper .wpcf7-spinner {
	position:absolute;
}

.popup-message-style #page .wpcf7-mail-sent-ok::before,
.popup-message-style #page
.wpcf7-response-output.run-animation::before,
.popup-message-style #page .wpcf7-validation-errors::before {
	color:#000 !important;
}

.wpcf7-form p {
	margin-bottom:5px;
}

.wpcf7-form .myform.dt-default .wpb_text_column .wpb_wrapper {
	padding:0 5px;
}
@media (min-width: 768px) {
	.wpcf7-form .myform.dt-default .vc_column_container > .vc_column-inner{
		padding-left:0;
		padding-right:0;
	}
}

.wpcf7-form .wpb_content_element {
	margin-bottom:15px;
}
.wpcf7-form  textarea {
    height:125px;
    width:100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
	border: 1px solid #000;
	border-radius:5px;
	font-size: 16px;
	color:#323232;
}


.wpcf7-form input[type=text]:active,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=tel]:active,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=email]:active,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
	border: 1px solid #000;
	background-color:#E1EBF4;
	color:#323232;
}

input.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
textarea.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #f55b5f;
  box-shadow: inset 0px 0px 15px rgba(255,0,0,0.2);
  margin-bottom:0px !important;
}

.searchform ::-ms-input-placeholder,
.wpcf7-form ::-ms-input-placeholder { /* Edge 12-18 */
  color:#312D28;
}

.field searchform-s::placeholder,
.wpcf7-form  ::placeholder {
  color:#312D28 !important;
}


.wpcf7-submit {
	background-color: #65DAD3 !important;
	border-color: #65DAD3 !important;
	border-radius: 25px !important;
	border: 1px solid #65DAD3;
	color: #000 !important;
	text-transform: uppercase !important;
	width:100%;
}
.subscribe .wpcf7-submit {
	width:auto;
	border-radius: 5px !important;
}
.wpcf7-submit:hover  {
	opacity:.7;
}


/* Base button styles */

/* CF7 submit padding */
.wpcf7-form input[type="submit"] {
    padding: 15px 30px;
}





.frm_submit {
    text-align: left !important;
}
a.button:hover,
.frm_submit:hover {
	opacity:.8;
}




/* flush right or left containers */
.flush-right .vc_column-inner {
	border-radius: 15px 0 0 15px !important;
	margin-right:-15px;
	padding-right:40% !important;
}
.flush-left .vc_column-inner {
	border-radius: 0 15px 15px 0 !important;
	margin-left:-15px;
	padding-left:40% !important;
}

#left-flush .min300,
#right-flush .min300 {
	min-height:300px;
}

.bottom-left .vc_column-inner {
	background-position: bottom left;
}
.bottom-right .vc_column-inner {
	background-position: bottom right;
}


@media (max-width: 1400px) {
	.flush-right .vc_column-inner {
		padding-right:25% !important;
	}
	.flush-left .vc_column-inner {
		padding-left:25% !important;
	}
}
@media (max-width: 1200px) {
	.flush-right .vc_column-inner {
		padding-right:15% !important;
	}
	.flush-left .vc_column-inner {
		padding-left:15% !important;
	}
	.wpb_single_image.badge img {
		max-width:150px !important;
	}

}
@media (max-width: 768px) {
	.flush-right .vc_column-inner {
		padding-right:35px !important;
	}
	.flush-left .vc_column-inner {
		padding-left:35px !important;
	}
	#right-flush .rounded-more .vc_column-inner {
		margin-left:0px !important;
	}

}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 10px;
}


/* Hover states */
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form-control.wpcf7-submit:hover,
#page .wpcf7-form input[type="submit"]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.button:hover,
.button.light:hover {
	background:unset;
    border-color:unset;
    color:unset;
}


/* White button variant */
.button.white {
    color: #fff !important;
}

.button.white:hover {
    color: #312D28 !important;
}


.center-btn {
    margin: 0 auto 0 auto !important;
	width: 200px;
}

/* FOOTER */


.menu-subfooter-menu,
.my-subfooter-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* space between items */
}

/* Remove default link styling */
.menu-subfooter-menu li a,
.my-subfooter-links li a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

/* Optional hover styling */
.menu-subfooter-menu li a:hover,
.custom-global-footer-wrapper .white a:hover {
    opacity: 0.7;
}

.menu-subfooter-menu {
    justify-content: flex-end;
}

@media (max-width: 768px) {
	.menu-subfooter-menu {
	     justify-content: center;
	}
}

.copyright,
.sub-footer-links a {
	font-size:12px;
	color:rgba(255,255,255,.7);
	text-transform:uppercase;
}
.sub-footer-links a:hover {
	color:#1E844B;
}


/* Custom Global Footer */

.custom-global-footer-wrapper {
    position: relative !important;
    width: 100vw !important; /* full viewport width */
    left: 0 !important; /* reset offsets */
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.custom-global-footer-wrapper .vc_row, .custom-global-footer-wrapper .wpb_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left:unset !important;
}


.custom-global-footer-wrapper .vc_column-inner > .wpb_wrapper {
    max-width: 1300px ;
    margin: 0 auto;
}
@media (min-width: 768px) {
	.custom-global-footer-wrapper .vc_column-inner > .wpb_wrapper {
		max-width: 1300px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.custom-global-footer-wrapper .upb_row_bg {
	box-shadow: 0 -20px 90px -10px rgba(0, 0, 0, 0.25);
}

.custom-global-footer-wrapper p,
.custom-global-footer-wrapper li a {
	font-size: 14px;
}

.custom-global-footer-wrapper a {
	font-weight: 400;
	text-decoration: none;
	font-family: arial, tahoma, verdana;
}

.custom-global-footer-wrapper .menu-footer li {
	margin:5px 0px;
}

#the-footer {
	border-top: 0;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.custom-global-footer-wrapper .footer-cta-gap {
	position: relative;
	z-index: 2;
	min-height: 0px;
	height: 0px;
	background:#312D28;
	padding-top: 150px;
}

.custom-global-footer-wrapper .footer-cta {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-color:#D1DDCB;
	background: #D1DDCB;
	position: relative;

	margin-bottom: 50px;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 0 -5px 30px -5px rgba(0, 0, 0, 0.09),
		-5px 0 10px -5px rgba(0, 0, 0, 0.09),
		5px 0 10px -5px rgba(0, 0, 0, 0.09);

}

#the-footer::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	z-index: 0;
	pointer-events: none;
	display: block;
	height: 300px;
	background: #ECF3ED;
}

.custom-global-footer-wrapper .footer-cta h2 {
	font-size: 4rem;
	line-height: 1.2;
}
@media (max-width: 992px) {
	.custom-global-footer-wrapper .left-then-center {
		text-align:center;
	}
}
@media (max-width: 767px) {
	.vc_row.wpb_row.lower-table {
		padding-top: 550px !important;
	}
}
@media (max-width: 580px) {
	.vc_row.wpb_row.lower-table {
		padding-top: 700px !important;
	}
}
@media (max-width: 360px) {
	.vc_row.wpb_row.lower-table {
		padding-top: 850px !important;
	}
}

/* utility */

.text-smaller {
	font-size: 75%;
}
.wpb_text_column.callout-line {
	padding-left:2rem;
	margin-bottom:10px;
}

.callout-line-inner {
  width: 24px;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  left: 30px;
}

.callout-vert {
  background-color: #312D28;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.callout-angle {
  background-color: #312D28;
  transform-origin: 0 100%;
  width: 1px;
  height: 12px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(45deg);
}

/* whitepapers*/
.single-whitepaper h2 {
	font-size:40px;
	line-height:1.2;
}
.cpt-widget-area {
	text-align:center;
}
.whitepaper-navigation {
	display: flex;
	padding: 25px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: var(--the7-divider-color);
}
.whitepaper-navigation .nav-previous,
.whitepaper-navigation .nav-next {
	position: relative;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	text-decoration: none;
	font-size:18px;
}
.whitepaper-navigation .nav-previous a:hover,
.whitepaper-navigation .nav-next a:hover {
	color:#65dad3 !important;
}
.whitepaper-navigation .nav-previous{
	width: 45%;
	margin-right: 30px;
}
.whitepaper-navigation .nav-next{
	margin-left: 30px;
	width: 45%;
	text-align: right;
}
@media (max-width: 767px) {
	.whitepaper-navigation {
		flex-direction: column;
		gap: 20px;
	}

	.whitepaper-navigation .nav-previous,
	.whitepaper-navigation .nav-next {
		width: 100%;
		margin: 0;
	}

	.whitepaper-navigation .nav-previous {
		text-align: left;
		align-items: flex-start;
		padding-left:0px;
	}

	.whitepaper-navigation .nav-next {
		text-align: right;
		align-items: flex-end;
		padding-right:0px;
	}
}

@media (min-width: 768px) {
	.b-left {
		border-left:1px solid #ccc;
		padding-left:15px;
	}
	.b-right {
		border-right:1px solid #ccc;
		padding-right:15px;
	}
	.b-bottom {
		border-bottom:1px solid #ccc;
		padding-bottom:15px;
	}
	.b-top {
		border-top:1px solid #ccc;
		padding-top:15px;
	}
}

.flip-image img {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-filter: "FlipH"; /* IE6-9 */
	filter: FlipH; /* IE6-9 */
}


.text-center  {
	text-align:center;
}
.rotate90 {
    transform: rotate(90deg);
    display: block;
}
.rotateneg45 {
    transform: rotate(-45deg);
    display: block;
}

.nowrap  {
  word-break: break-word;
}
.hide {display:none;}

.hide-until-break,
.show-on-mobile,
.show-on-med {
	display:none !important;
}

.hide-on-mobile {
	display:block;
}
.hide-on-mobile-inline {
	display:inline-block;
}

.float-right-then-left {
	float:right;
	display:inline-block;
}

.right-then-left,
.right-then-center,
.right-then-center .wpb_single_image.vc_align_center {
	text-align:right;
}
.left-then-right,
.left-then-center {
	text-align:left;
}

.center-content,
.center-then-left,
.center-then-right {
	text-align:center;
}
.swap-on-desktop {
	display: flex !important;
	flex-direction: row-reverse;
}

.show-at-break {
	display:block;
}

.desktop-break,
.mobile-break {
	display: none;
}

/* Desktop only */
@media (min-width: 769px) {
	.desktop-break {
		display: inline;
	}
}

/* Mobile only */
@media (max-width: 768px) {
	.mobile-break {
		display: inline;
	}
}

.image-spacer {
    height:245px !important;
}
.image-spacer-120 {
    height:120px !important;
}
.image-spacer-380 {
  height: 380px !important;
}
.image-spacer-400 {
  height: 400px !important;
}
.image-spacer-450 {
  height: 450px !important;
}

.main-nav > li > a {
	transition: transform .7s ease;
}

@media (max-width: 1380px) {

}

@media (max-width: 1280px) {

	.btnMenu a {
		top:9px;
		max-height:42px;
	}
}

/* the current mobile menu break*/

@media (max-width: 1080px) {

	.hide-until-break {
		display:block !important;
	}
}



@media (min-width: 768px) {

	.break-early  .vc_col-lg-3 {
		width: 50%;
	}
	.break-two-early  .vc_col-lg-6 {
		width: 100%;
	}

}


@media (min-width: 1400px) {
	.break-two-early  .vc_col-lg-6 {
		width: 50%;
	}
	.show-at-break {
		display:none;
	}
	.pad-right-header {
	     padding-right: 29%;
	  }
	  .pad-left-header {
	     padding-left: 29%;
  }
}
@media (max-width: 1400px) {
	.show-on-med {
		display:block  !important;
	}
}

@media (min-width: 1624px) {

	.break-early  .vc_col-lg-3 {
		width: 25%;
	}


}

@media (max-width: 980px) {
	.hide-on-mobile-inline {
		display:none;
	}

}

@media screen and (max-width: 768px) {
    .text-over-image {
        left:0;
        z-index:1;
    }
    .text-over-image .vc_column-inner {
        padding:0px !important;
    }
    .text-over-image .overlap-text {
        min-height:200px;
        margin-top: -5px !important;
    }
    .image-under-text {
        right:0;
        z-index:1;
        min-height: 300px;
    }
     .ubtn-small,
     .ubtn-small .ubtn {
      min-width: 145px;
      padding: 15px 6px !important;
    }
	.image-spacer,
	.image-spacer-120,
	.image-spacer-380,
	.image-spacer-400,
	.image-spacer-450 {
		height:175px !important;
	}

	.ubtn-normal.flush-left {
		padding-left: 0px !important;
	}

}
@media (max-width: 767px) {

	.wpcf7-form input,
	.wpcf7-form select,
	.wpcf7-form textarea {
		height: 50px !important;
		font-size: 16px !important;
		line-height: 20px !important;
		font-weight: bold;
	}

	.center-on-mobile {
		text-align:center !important;
	}

	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}

	.center-then-left,
	.right-then-left {
		text-align:left;
	}

	.center-then-right,
	.left-then-right {
		text-align:right;
	}

	.left-then-center,
	.right-then-center,
	.right-then-center .wpb_single_image.vc_align_center{
		text-align:center;
	}

	.float-right-then-left {
		float:none;
	}

	.show-on-mobile {
		display:block  !important;
	}

	.hide-on-mobile {
		display:none;
	}
	.big-80 {
		width:100%;
	}


}



@media only screen and (max-width: 576px) {
	.pad-mobile {
		padding: 0 15% 0 0;
	}

}

