@charset "UTF-8";
@font-face {
	font-family: "iconography";
	src: url("/wp-content/themes/networks-connect/content/fonts/iconography.eot?m9gfd6");
	src: url("/wp-content/themes/networks-connect/content/fonts/iconography.eot?m9gfd6#iefix") format("embedded-opentype"), url("/wp-content/themes/networks-connect/content/fonts/iconography.ttf?m9gfd6") format("truetype"), url("/wp-content/themes/networks-connect/content/fonts/iconography.woff?m9gfd6") format("woff"), url("/wp-content/themes/networks-connect/content/fonts/iconography.svg?m9gfd6#iconography") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "iconography" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-airplane:before {
	content: "";
}

.icon-award:before {
	content: "";
}

.icon-brand:before {
	content: "";
}

.icon-bundle:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-nurse:before {
	content: "";
}

.icon-pay:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-support-2:before {
	content: "";
}

.icon-task:before {
	content: "";
}

.flexible-content {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 12rem 0 12rem;
}

@media (max-width: 720px) {
	.flexible-content {
		padding: 0 6rem 0 6rem;
	}
}

.c-blue {
	color: #2AA7DF;
}

.flexible-hero {
	position: relative;
	overflow: hidden;
	min-height: 62em;
	display: flex;
	align-items: center;
}

.flexible-hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(42, 167, 223, 0.3), #2AA7DF);
	z-index: 2;
}

@media (max-width: 720px) {
	.flexible-hero:before {
		background: linear-gradient(to bottom, rgba(42, 167, 223, 0.75), #2AA7DF);
	}
}

.flexible-hero .videoContainer,
.flexible-hero .backgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.flexible-hero .backgroundImage {
	background-size: cover;
	background-position: center;
}

.flexible-hero .content {
	position: relative;
	z-index: 3;
}

.bg-center-cover {
	background-size: cover;
	background-position: center;
}

.flexible-hero .content .rotate-div .txtBox {
	padding: 100px 60px 100px 0;
	width: 70%;
	color: white;
	/* $white color variable replaced with actual color (adjust if needed) */
	position: relative;
}

@media screen and (max-width: 1020px) {
	.flexible-hero .content .rotate-div .txtBox {
		width: 80%;
		padding: 80px 20px;
	}
}

@media screen and (max-width: 720px) {
	.flexible-hero .content .rotate-div .txtBox {
		width: 100%;
		padding: 80px 20px;
	}
}

.flexible-hero .content .rotate-div .txtBox [class^="icon-"] {
	font-size: 7rem;
	position: relative;
	margin-bottom: 1.5rem;
}

.flexible-hero .content .rotate-div .txtBox p {
	font-size: 18px;
	font-weight: 500;
}

.flexible-hero .content .rotate-div .txtBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 250%;
	/* from the commented .heroShape styles */
	height: 170%;
	/* from the commented .heroShape styles */
	border-radius: 500px;
	/* from the commented .heroShape styles */
	background: rgba(255, 255, 255, 0.1);
	/* from the commented .bottomLeft.heroShape styles, adjust color if needed */
	border: 3px solid white;
	/* from the commented .bottomLeft.heroShape styles, adjust color if needed */
	z-index: -1;
	/* Position it behind the content */
	transform: rotate(130deg);
	/* From the commented .bottomLeft.heroShape styles */
	left: -100%;
	/* From the commented .bottomLeft.heroShape styles */
	top: 0;
	/* From the commented .bottomLeft.heroShape styles */
	-webkit-backdrop-filter: blur(8px);
	/* From the commented .heroShape styles */
	-moz-backdrop-filter: blur(8px);
	/* From the commented .heroShape styles */
	-ms-backdrop-filter: blur(8px);
	/* From the commented .heroShape styles */
	-o-backdrop-filter: blur(8px);
	/* From the commented .heroShape styles */
	backdrop-filter: blur(8px);
	/* From the commented .heroShape styles */
}

@media screen and (max-width: 1020px) {
	.flexible-hero .content .rotate-div .txtBox::before {
		left: -200%;
		height: 200%;
		width: 400%;
		top: 50%;
	}
}

@media screen and (max-width: 720px) {
	.flexible-hero .content .rotate-div .txtBox::before {
		display: none;
	}
}

.flexible-split {
	/* Common styles */
	/* Styles specific to data-position="left" */
	/* Styles specific to data-position="right" */
}

.flexible-split-content {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 220px;
}

@media (max-width: 860px) {
	.flexible-split-content {
		flex-direction: column;
		gap: 40px;
	}
}

.flexible-split-content .graphicBox {
	flex-basis: 40%;
	position: relative;
	display: flex;
	align-items: center;
}

@media (max-width: 860px) {
	.flexible-split-content .graphicBox {
		height: 300px;
		flex-basis: unset;
	}
}

.flexible-split-content .txtBox {
	flex-basis: 60%;
	padding: 80px 0;
}

.flexible-split-content .txtBox ul {
	list-style-type: none;
}

.flexible-split-content .txtBox ul li {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .05em;
	font-weight: 300;
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
}

.flexible-split-content .txtBox ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	background: url("/wp-content/themes/networks-connect/content/img/list-icon.svg") no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	margin-top: 4px;
}

.flexible-split-content .txtBox-width h4 {
	color: #2AA7DF;
}

@media (max-width: 860px) {
	.flexible-split-content .txtBox {
		padding: 0;
	}
}

.flexible-split-content .txtBox-btn {
	margin-top: 24px;
}

.flexible-split-content .graphic {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	/* Make .graphic take full size of .graphicBox */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.flexible-split-content .graphic:before {
	content: "";
	/* Mandatory to make :before take up space */
	position: absolute;
	/* To overlay the gradient over the entire .graphicBox */
	top: 0;
	left: 0;
	width: 100%;
	/* Fill the whole width of .graphicBox */
	height: 100%;
	/* Fill the whole height of .graphicBox */
	background: linear-gradient(to right, rgba(42, 167, 223, 0.75), rgba(68, 179, 226, 0.5), rgba(187, 234, 242, 0.35));
}

.flexible-split .tabContainer {
	position: absolute;
	display: flex;
	align-items: center;
}

@media (max-width: 860px) {
	.flexible-split .tabContainer {
		display: none;
	}
}

.flexible-split .tabContainer .tabBorder {
	width: 18rem;
	height: 19rem;
	position: absolute;
	border-top: 2px solid #2AA7DF;
	border-bottom: 2px solid #2AA7DF;
	background: white;
}

.flexible-split .tabContainer .tab {
	height: 17rem;
	width: 32rem;
	color: white;
	border-radius: 8.5rem;
	box-shadow: 0 0px 6px rgba(42, 167, 223, 0.6);
}

.flexible-split .tabContainer .tab:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #FFFFFF;
	border-radius: 8.5rem;
}

.flexible-split .tabContainer .iconContainer {
	width: 17rem;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #2AA7DF;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flexible-split .tabContainer .iconContainer .icon,
.flexible-split .tabContainer .iconContainer [class^='icon-'] {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.flexible-split [data-position='left'] .tabContainer {
	right: -17rem;
}

.flexible-split [data-position='left'] .tabContainer .tabBorder {
	right: -1rem;
	border-right: 2px solid #2AA7DF;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.flexible-split [data-position='left'] .tabContainer .tab {
	background: linear-gradient(to right, rgba(42, 167, 223, 0.35), rgba(68, 179, 226, 0.35), rgba(187, 234, 242, 0.35));
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-ms-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.flexible-split [data-position='left'] .tabContainer .tab:before {
	left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.flexible-split [data-position='left'] .tabContainer .iconContainer {
	right: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.flexible-split [data-position='right'] .tabContainer {
	left: -17rem;
}

.flexible-split [data-position='right'] .tabContainer .tabBorder {
	left: -1rem;
	border-left: 2px solid #2AA7DF;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.flexible-split [data-position='right'] .tabContainer .tab {
	background: linear-gradient(to left, rgba(42, 167, 223, 0.35), rgba(68, 179, 226, 0.35), rgba(187, 234, 242, 0.35));
	/* Modify gradient direction to left */
	-webkit-backdrop-filter: blur(10px);
	-moz-backdrop-filter: blur(10px);
	-ms-backdrop-filter: blur(10px);
	-o-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.flexible-split [data-position='right'] .tabContainer .iconContainer {
	left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.flexible-split [data-position='left'] .txtBox-width {
	max-width: 56rem;
	padding-right: 32px;
	margin: 0 auto;
}

@media (max-width: 860px) {
	.flexible-split [data-position='left'] .txtBox-width {
		max-width: none;
		padding: 40px;
	}
}

.flexible-split [data-position='right'] .txtBox-width {
	max-width: 56rem;
	padding-left: 32px;
	margin: 0 auto;
}

@media (max-width: 860px) {
	.flexible-split [data-position='right'] .txtBox-width {
		max-width: none;
		padding: 40px;
	}
}

@media (max-width: 860px) {
	.flexible-split [data-position='right'] .flexible-split-content {
		flex-direction: column-reverse;
	}
}

.icon_column_modules {
	display: flex;
	justify-content: space-around;
	gap: 80px;
}

@media (max-width: 720px) {
	.icon_column_modules {
		flex-direction: column;
		gap: 32px;
	}
}

.icon_column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.column_icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.column_icon,
.column_content {
	margin-bottom: 8px;
}

.column_header {
	margin: 16px 0;
}

.testimonial-module {
	background-color: #F6F6F6;
	padding: 100px 0;
	text-align: center;
}

.testimonial-header {
	margin-bottom: 24px;
}

.testimonial-speaker {
	color: #2AA7DF;
}

.centered-module {
	text-align: center;
}

.centered-header {
	margin-bottom: 24px;
}

.centered-btn {
	color: #2AA7DF;
}

.filterbox #category {
	border-radius: 50px;
	padding: 10px 20px 10px;
	height: 53px;
	border: 0px;
}

.flex2search {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

@media (max-width: 860px) {
	.flex2search {
		flex-direction: column;
		gap: 0px;
		align-items: center;
	}
}

.flex2search .filterbox {
	width: 30%;
}

@media (max-width: 860px) {
	.flex2search .filterbox {
		width: 100%;
	}
}

.flex2search .searchbox {
	width: 70%;
}

@media (max-width: 860px) {
	.flex2search .searchbox {
		width: 100%;
	}
}

@media (max-width: 860px) {
	select#tag {
		background-position-x: 94% !important;
	}
}

#itembox {
	padding-top: 0px;
}

#itemfilter {
	padding-bottom: 50px;
}

/* Adjust the appearance of the dropdown arrow */
select#category::-ms-expand,
select#category::-webkit-select {
	display: none;
	/* Hide default arrow in Chrome and Edge */
}

.select select:focus {
	color: #2AA7DF;
}

[data-template="page-insights"] #HeroContainer .heroShapeContainer.bottomLeft .txtBox p {
	font-weight: 400;
}

.insight-list {
	display: flex;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 30px;
}

@media (max-width: 860px) {
	.insight-list {
		flex-direction: column;
	}
}

.insight-list .post-item {
	border-radius: 25px;
	box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.05);
	position: relative;
	transition: all .3s ease;
	width: calc(32.2% - 10px);
}

@media (max-width: 860px) {
	.insight-list .post-item {
		width: 100%;
	}
}

.insight-list .post-item:hover {
	box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.15);
}

.insight-list .img-wrapper img {
	width: 100%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 180px;
	object-fit: cover;
}

.insight-list .post-container {
	padding: 40px 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.insight-list .post-container h2 {
	color: #333F48;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.insight-list .post-container .disc {
	color: #333F48;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 36px;
}

.insight-list .readmore a {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	background: #2AA7DF;
	padding: 8px 20px 10px;
	border-radius: 50px;
	display: inline-block;
}

/*Single Insights*/
[data-template="single"] #HeroContainer .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: unset;
	padding-top: 100px;
}

[data-template="single"] #HeroContainer .insights-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

@media (max-width: 860px) {
	[data-template="single"] #HeroContainer .insights-header-wrapper {
		flex-direction: column;
		justify-content: center;
	}
}

[data-template="single"] #HeroContainer.pageLoad .heroShapeContainer.bottomLeft {
	right: -20%;
	left: unset;
	z-index: -1;
	bottom: 60%;
}

[data-template="single"] #HeroContainer .heroShapeContainer.bottomLeft .heroShape {
	background: linear-gradient(180deg, rgba(42, 167, 223, 0.08) 0%, rgba(42, 167, 223, 0.3) 100%);
}

@media (max-width: 860px) {
	[data-template="single"] #HeroContainer .heroShapeContainer.bottomLeft .heroShape {
		background: linear-gradient(180deg, rgba(42, 167, 223, 0.08) 0%, rgba(42, 167, 223, 0.25) 100%);
	}
}

@media (max-width: 860px) {
	[data-template="single"] #meta-wrapper {
		text-align: center;
	}
}

[data-template="single"] #meta-wrapper p.metakey {
	color: #2AA7DF;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

[data-template="single"] #meta-wrapper h2 {
	color: #333F48;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}

[data-template="single"] #HeroContainer #image-wrapper img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 30px;
}

[data-template="single"] .form-wrapper {
	width: 100%;
	padding: 40px;
	position: relative;
	background: #F2F2F2;
	z-index: 10;
	flex-basis: 40%;
}

[data-template="single"] [data-section="Contact"] {
	display: none;
}

.insights-content-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

@media (max-width: 860px) {
	.insights-content-wrapper {
		flex-direction: column;
		justify-content: center;
	}
}

.insights-content {
	flex-basis: 100%;
}

.insights-content.with-form {
	flex-basis: 60%;
}

.insights-content ul li {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .05em;
	font-weight: 300;
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
}

.insights-content ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	background: url("/wp-content/themes/networks-connect/content/img/list-icon.svg") no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	margin-top: 4px;
}

.insights-content ul + p {
	margin-top: 24px;
}

.insights-header-col {
	flex: 1;
}

#no-results {
	text-align: center;
	color: #2AA7DF;
	width: 100%;
}

.blog-module-header {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
