﻿/* Place Your Custom Styles Here */
@media screen and (max-width:1199px)
{
  /* JC: BEGIN fix anchor link padding on mobile */
  html {
    scroll-padding-top: 74px;
  }
  /* JC: END */

	.header-nav ul li{
		height: 50px;
	}
	section 
	{
		height: auto;
		min-height: 768px;
		padding: 25px 0;
	}

	.header-logo
	{
		width: 25%;
	}

	.header-logo img 
	{
		max-width: 50% !important;
    	min-width: 50% !important;
	}

	.site-header
	{
		position: fixed !important;
		width: 100%;
	}

	.tapToScroll
	{
		display: none;
	}
	#financialSummary,
	#businessSummary
	{
		background-position: center center !important;
	}
}
@media screen and (min-width:1200px)
{
	.heroRow
	{
		margin-left: 85px;
	}

	section 
	{
		height: auto;
		padding: 50px 0;
	}

	#financialSummary,
	#businessSummary
	{
		min-height: 1080px;
	}

	.iconRow {
		margin-left: 100px;
		margin-right: 100px;
	}

	.statCallOutBox
	{
		height: 1000px;
		margin-left: 0px;
		margin-right: 0px;
	}

}
body
{
	color: #2F3842 !important;
}
.cta-right-arrow
{
    font-weight: bold;
    color: #2F3842 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-right: 27px;
    padding-bottom: 0;
    text-decoration: none;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    transition: 0s !important;
}
.cta-right-arrow::after
{
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    width: 17px;
    height: 13px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('../images/cta-right-arrow.svg');
    background-size: 17px 13px;
    background-position: center center;
    -webkit-transition: right 0.1s ease-in-out;
    -moz-transition: right 0.1s ease-in-out;
    -ms-transition: right 0.1s ease-in-out;
    -o-transition: right 0.1s ease-in-out;
    transition: right 0.1s ease-in-out;
}
.stat 
{
	display: block;
	font-size: 6rem;
}
.stat + span
{
	display: block;
	margin-top: 50px;
	font-size: 20px;
}
.cta-right-arrow:hover
{
	color: #DA291C !important;
}
.cta-right-arrow:hover::after
{
	right: 5px;
}
.fa-times 
{
	font-size: 25px;
}
.blackBackgroundOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.home-block-inner
{
	z-index: 3;
}
.site-header
{
	z-index: 500;
}
#heroVideo 
{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#financialSummary 
{
  background: url('../images/performanceOverview.jpg') no-repeat center -500px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

#businessSummary 
{
  background: url('../images/businessSummary.jpg') no-repeat center -400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.investingAheadOfNeedColumn p
{
	padding: 47px 38px 47px 38px;
	background-color: #fff;
	height: 100%;
	box-shadow: #00000010 0px 3px 20px;
}

.boardPhoto {
	width: 100%;
}

.boardMemberName {
	line-height: 20px;
	display: block;
}

.awardImage {
	width: 95%;
	aspect-ratio: 1 / 1;
    object-fit: contain;
}
.marketIcon {
	width: 50%;
	aspect-ratio: 1 / 1;
    object-fit: contain;
}
.tapToScroll
{
	width: 55px;
	height: 55px;
	position: fixed;
  	bottom: 25px;
  	right: 25px;
  	z-index: 25;
  	border-radius: 100px;
  	border: 2px solid #DA291C;
  	cursor: pointer;
}
.tapToScroll::after
{
position: absolute;
    content: '';
    /* display: block; */
    bottom: 0;
    right: 0;
    top: 27%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    left: 26%;
    width: 25px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/cta-right-arrow.svg);
    background-size: 17px 13px;
    background-position: center center;
    transition: transform 0.3s ease; /* Smooth rotation */
}
.tapToScroll:hover
{
	background-color: #DA291C;
}
.tapToScroll:hover:after {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.rotate-after::after {
    transform: rotate(-90deg);
}
.home-cta {
	color: #fff !important;
}
.chartRow {
    display: flex;
    justify-content: space-around; /* Distribute space between chart containers */
    align-items: flex-start; /* Align containers at the top */
    gap: 20px; /* Optional: Adds space between chart containers */
}

.chartContainer {
    display: flex;
    flex-direction: column; /* Stack h4 and canvas vertically */
    align-items: center; /* Center align items horizontally */
    max-width: 100%; /* Ensure container doesn’t overflow */
    margin: 0 auto;
}

.chartContainer h4 {
    margin: 0;
}

.chartContainer canvas {
    width: 100%; /* Adjust width as needed */
    max-width: 400px; /* Set a maximum width for the canvas */
    height: auto; /* Maintain aspect ratio */
    max-height: 300px; /* Set a maximum height for the canvas */
}
#ourBusiness .statCallOutBox
{
	background: url('../images/ourBusinessInActionStats.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

#investingAheadOfNeed .statCallOutBox
{
	background: url('../images/investingAheadOfNeed.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.bodyLink
{
	color: #2F3842;
	text-decoration: underline;
}
.additionalInfoLink 
{
	color: #2F3842;
	text-decoration: underline;
	display: block;
}

.additionalInfoLink:hover,
.bodyLink:hover {
	text-decoration: underline;
}

.additionalInfoLink:not(:nth-of-type(1))
{
		margin-top:-15px;
}

.investingParagraph
{
	font-size: 16px;
}

.bodyCopyList
{
	font-size: 18px;
	list-style-type: disc;
	margin-left: 20px;
}

#boardOfDirectors
{
	background-color: #2F3842;
	color: #fff;
}