/* Default Theme */

/* -------------------------------
   General
------------------------------- */

:root {
	--bs-body-bg: #fafafa;
	--bs-body-color: #333;
	--bs-body-font-size: 17px;
	--bs-link-color: #007bff;
	--bs-link-hover-color: #0069da;
}

body {
    font-family: 'Open Sans', "sans-serif";
	font-size: var(--bs-body-font-size);
	background: var(--bs-body-bg);
    color: var(--bs-body-color);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

main h1 {
	color: #222;
}
main h2 {
	color: #222;
}
main h3 {
	color: #222;
}
main h4 {
	color: #222;
}
main h5 {
	color: #222;
}
main h6 {
	color: #222;
}

a {color: var(--bs-link-color);}
a:hover {color: var(--bs-link-hover-color);}
a:focus {color: var(--bs-link-hover-color);}

/* -------------------------------
   Page Content
------------------------------- */

.content {
    padding: 0 0 0;
}

/* -------------------------------
   Custom Styles
------------------------------- */

section.page-hero-1 .background-container {
    background-color: #130f2d;
}
section.page-hero-1 .background-container img {
	object-fit: contain;
	object-position: 100%;
}
section.page-hero-1 .overlay {
    opacity: 0.0;
}

.jciire-4-pillars {
    border-left: 12px solid g);
    border-radius: 0 .5em .5em 0;
    overflow: hidden;
}
.jciire-4-pillars-1 {
    border-left: 12px solid #57bcbc;
}
.jciire-4-pillars-2 {
    border-left: 12px solid #0097d7;
}
.jciire-4-pillars-3 {
    border-left: 12px solid #efc40f;
}
.jciire-4-pillars-4 {
    border-left: 12px solid #1f4789;
}
.jciire-4-pillars-5 {
    border-left: 12px solid #f59c1a;
}
.jciire-4-pillars-6 {
    border-left: 12px solid #ff5b57;
}
.jciire-4-pillars .card-title {
    font-weight:700;
	font-size: 21px;
}
.jciire-4-pillars .card-text {
    font-size: 16.5px;
}
.card-feature-2 .jciire-img-top {
    height: 180px;
    width: 250px;
    object-fit: cover;
    place-self: center;
    margin-top: 20px;
    border-radius: 8px;
}

section.hero-2 .background-container {
    background-color: #130f2d;
}
.hero-2 .jciire-home-about-img img {
	width:350px;
	height:200px;
	object-fit:cover;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-radius:8px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.jciire-about-f-1  {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1em;
	column-gap: 1em;
	align-items: baseline;
	display: flex;
}
.jciire-about-f-1 img {
    object-fit: cover;
	object-position: center;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    max-width: 100%;
	box-shadow: 0 0.225rem 0.35rem rgba(0, 0, 0, 0.175);
}
.jciire-about-f-1 .jciire-about-f-img {
    margin: 0;
}
.jciire-about-f-1 > *:nth-child(1) {
    aspect-ratio: 1;
    width: 50%;
    margin-top: auto;
	height: 300px;
}
.jciire-about-f-1 > *:nth-child(2) {
    aspect-ratio: 1;
    width: 45%;
    margin-top: auto;
	height: 270px;
}
.jciire-about-f-1 > *:nth-child(3) {
    aspect-ratio: 1;
    width: 40%;
    margin-bottom: auto;
	height: 245px;
}
.jciire-about-f-1 > *:nth-child(4) {
    aspect-ratio: 0.8;
    width: 50%;
    margin-bottom: auto;
	height: 350px;
}

/* -------------------------------
   Custom History
------------------------------- */
.about-history-photos img {
    object-fit:cover;
	height:300px !important; 
	margin-bottom: 10px;
}
.about-years-list {
    font-size: 64px;
    text-align: right;
    border-right: 1px solid #E7E7E7;
}
.about-years-list li a {
    padding-right: 30px;
}
.about-years-list li.active:before {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #E7E7E7;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
}
.about-years-list li.active:after {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #fafafa;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -14px;
}
.about-years-list li a {
    color: #434343;
    opacity: .2;
}
.about-years-list li .active {
    opacity: 1;
}
.about-years-list li .active a {
    font-size: 88px;
}
.about-years-list li a:hover, .about-years-list li a:focus, .about-years-list li a:active {
    background: transparent;
}
.about-history-text {
    margin-top:15px;
}
.about-timeline {
	position: relative;
	padding: 0 0 30px;
	margin-bottom: 20px;
}
.about-timeline:after {
	content:'';
	display:block;
	width:4px;
	position: absolute;
	left:50%;
	top:0;
	bottom:0;
	background-color: #eaeaea;
	z-index: 1;
	margin-left: -2px;
}
.timeline-date {
	padding:0 10px;
	border-radius: 18px;
	font:700 16px/30px 'Raleway', Verdana, sans-serif;
	letter-spacing: 1px;
	color:#000;
	max-width: 110px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index:5;
	margin-bottom: 50px;
}
.about-timeline-section {
	margin-bottom:40px;
	padding:0 15px 20px;
	border-bottom:1px solid #e0e0e0;
	background-color: #ffffff;
	position: relative;
	z-index:5;
}
.about-timeline-section .pull-left {
	margin-right:20px;
}

.about-timeline-section .pull-right {
	margin-right:20px;
	float:left !important;
}

.about-timeline h3 {
	margin: 12px 0 8px;
}

.about-timeline h3 a {
	color:#ECECEC;
}

.about-timeline-section .row {
	margin-left:-1px;
	margin-right:-1px;
}

.about-timeline-section .row [class^="col-"] {
	padding-left:1px;
	padding-right:1px;
	margin-bottom: 2px;
}
.about-timeline-section:after {
	content:'';
	position: absolute;
	right:-30px;
	top:50%;
	margin-top:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 16px 10px 0;
	border-color: transparent #eaeaea transparent transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.col-md-push-6 > .about-timeline-section:after {
	right:auto;
	left:-30px;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #eaeaea;
}
.timeline-section-date {
	font:600 18px/26px 'Open Sans', Verdana, sans-serif;
	letter-spacing: 0.3px;
	display: block;
	padding:0 12px;
	position: absolute;
	left:100%;
	margin-left:30px;
	top:50%;
	margin-top: -13px;
	background-color: #ffffff;
	white-space: nowrap;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	visibility: visible;
	opacity:1;
	transform:translateX(30px);
	-webkit-transform:translateX(30px);
	border-radius: 6px;
}

.col-md-push-6 > .about-timeline-section .timeline-section-date {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right: 30px;
	transform:translateX(-30px);
	-webkit-transform:translateX(-30px);
}
.about-timeline-section:hover:after,
.about-timeline-section:hover .timeline-section-date {
	visibility: visible;
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
}

.about-timeline [class^="col-"] {
		padding-left:30px;
		padding-right:30px;
	}

	.timeline-date {
		margin-bottom: 70px;
	}

	.about-timeline-section {
		margin-bottom:0px;
	}

	.about-timeline .col-md-push-6 {
		text-align: right;
	}

	.about-timeline-section .pull-left {
		margin-right:25px;
	}

	.about-timeline-section .pull-right {
		margin-left:25px;
		margin-right: 0;
		float:right !important;
	}
.col-md-push-6 {
    left: 50%;
}
.team-6-jci {
	text-transform: uppercase;
    color: #3A67B1;
}
.team-6-jci-year {
    color: #eebd37;
    margin-bottom: 0;
}
.img-thumbnail-sm {
    width: 120px;
    height: 120px;
}

.about-years-list li div {
    color: #434343;
    opacity: .2;
    cursor: pointer;
}
.about-years-list li div {
    padding-right: 30px;
}
.about-years-list li div:hover {
    text-decoration: underline;
}
.about-years-list li .active div {
    font-size: 88px;
}
.about-years-list li .active {
    opacity: 1;
}
@media (max-width: 1399.98px) {
	.about-years-list {
		font-size: 54px;
	}
}
@media (max-width: 1199.98px) {
	.about-years-list {
		font-size: 40px;
	}
}
@media (max-width: 991.98px) {
	.about-years-inner  {
		max-height: 130px;
	}
}
@media (max-width: 575.98px) {
	.about-years-list {
        font-size: 35px;
    }
}
@media (max-width: 480px) {
	.about-years-list {
        font-size: 38px;
    }
}