/*
Theme Name:		Conexus—Education Hub
Author:			801red
Author URI: 	http://www.801red.com
Version: 		1.0
Text Domain: 	conexus-education-hub
*/

/* IMPORTS */
@import url(../conexus-education-hub/assets/css/reset.css);



/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */
 
/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}


/* BASIC SETUP */
body {
	font-size:14px;
    counter-reset: counter;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 96px; /* fixed header height*/
    margin: -96px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

/* TYPOGRAPHY */

/* Headings */
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 12px;
	padding:0;
}
h1, h1 a {
}
h2, h2 a {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* Text elements */
p {
}
p, li {
}
strong, .bold { font-weight:700; }
em { font-style:italic; }
p:last-child { margin-bottom:0; }
a,
a:focus {
	outline:none;
}
a:hover {
}
a[href^="tel:"] {
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote {
}



/* TABLES */
table { width:100%; }
tr { height:40; }
th { vertical-align:middle; text-align:right; padding:0 10; }
td { padding:6px; }
table.lined td { border-bottom:1px dotted #ddd; }	



/* FORMS */
.gated-form input {
	padding: 20px !important;
	margin-top: -2px;
}
.gated-form .e-form__buttons {
	margin-top: 60px;
}

/* TAGS */
.overlay { position:relative; }
.overlay > div { position:relative; z-index:9; }
.overlay::after {
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,.4);
}
.video-wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	border-radius: 20px 0 0 20px;
}
.video-wrapper > div {
	height: 100%;
}
.single-post .content a {
    color: #2E58A7;
    font-style: italic;
    font-weight: 600;
    text-decoration: underline !important;
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */

.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-container.justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}
.flex-container.justify-left {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.flex-container.justify-center {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.flex-container.justify-right {
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.flex-container.align-top {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.flex-container.align-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.flex-container.align-bottom {
	-webkit-box-align:end;
		-ms-flex-align:end;
			align-items:flex-end;
}
.flex-container.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}
.flex-container.column {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
}
.grid {
	max-width:1200px;
	margin:auto;
}


/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

/* MAIN NAVIGATION */


/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */




/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */


/*=========================
	HOME PAGE
=========================*/

.action-cta .elementor-widget-video {
	flex: 0 0 220px;
}
.action-cta .content {
	height: 100%;
}
.cluster-cta .elementor-cta__content, .cluster-cta > *, .action-cta .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap !important;
}
.cluster-cta .elementor-cta__bg-wrapper {
	flex: 0 0 300px;
}
.cluster-cta .elementor-cta__button-wrapper,
.action-button {
	margin-top: auto;
}
.cluster-cta .elementor-cta__button-wrapper,
.action-button a {
	width: 100%;
	padding: 6px 0 !important;
    background-color: rgba(255, 206, 0, 0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.action-button a, .action-button a > span {
	width: 100%;
}
.action-button a > span,
.cluster-cta .elementor-cta__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.action-button a .elementor-button-icon {
    font-size: 20px;
}
.action-cta:hover .content {
	background-color: rgba(2, 29, 73, 1) !important;
}
.action-cta:hover .content h4,
.action-cta:hover .content p {
	color: #FFF !important;
}
.cluster-cta:hover .elementor-cta__button-wrapper,
.action-cta:hover .action-button a {
    padding: 6px !important;
	background-color: rgba(255, 206, 0, 1) !important;
}
.cluster-cta .elementor-cta__button::after {
	content: url(https://conexusindiana.com/industryexchange/wp-content/uploads/sites/2/2026/02/circle-arrow-for-cards.svg);
	margin-left: auto;
}




/* Peers */

#peers-grid img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border: solid 4px rgba(46, 88, 167, 0);
    cursor: pointer;
}
#peers-grid img:hover,
#peers-grid img.active {
	border: solid 4px rgba(46, 88, 167, 1);
}
#peers-content {
	position: relative;
}
#peers-content .card {
	position: absolute;
	width: 100%;
	left: 0;
	padding: 50px;
    opacity: 0;
}
#peers-content .card.active {
    opacity: 1
}

/* peers: only show the active card */
#peers-content .card {
  display: none;
}

#peers-content .card.active {
  display: block;
}


/*=========================
	SINGLE TOPIC
=========================*/

.top-five::before {
	content: counter(counter, decimal-leading-zero);
	counter-increment: counter;
	position: absolute;
	left: 0;
	width: 50px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #2E58A7;
    font-family: "Poppins";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 85.714% */
}
.carousel .slick-track {
	margin: 0 !important;
}
.carousel .slick-slide {
}
.carousel .elementor-swiper-button,
.carousel .slick-arrow {
	position: absolute !important;
	top: -50px !important;
	right: 0 !important;
	left: auto !important;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel .elementor-swiper-button-prev,
.carousel .slick-arrow.prev-arrow {
    right: calc(42px) !important;
}
.carousel .slick-arrow svg {
    fill: #000;
    width: 36px;
    height: auto;
}
.carousel .elementor-swiper-button {
    background: #FFCE00;
}
/*
a.video .elementor-cta__bg-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}
*/
a.video .elementor-cta__bg-overlay::after {
	content: url(https://conexusindiana.com/industryexchange/wp-content/uploads/sites/2/2026/03/play-arrow.svg);
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	transform: translate(-50%) !important;
	width: 70px !important;
	z-index: 9;
	height: 70px;
	display: block;
}





/*=========================
	SINGLE CASE STUDY
=========================*/

.estimated-time > div {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.18px;    
}


/*=========================
	SINGLE PILLAR
=========================*/

.top-five.toc h4 {
    margin: 0;
}
.top-five.toc::before {
    top: 0;
	width: 150px;
	height: 100%;
}
.top-five.toc:nth-child(-n+5) {
	border-width: 1px 1px 1px 0px !important;
}




/* WORDPRESS */
.widgets, .widget ul { list-style: none; margin: 0; padding: 0; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }
.aligncenter { display: block; margin: 0 auto; }
p.postmetadata {}
.byline {}


/* SOCIAL ICONS */

/* BUTTONS */


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */

/* COLOPHON */

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */

@media all and (max-width: 1060) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 568px) {
}
@media all and (max-width: 340px) {
}