:root {
    --ch-navy: #110081;
    --ch-blue: #0033FF;
}

@font-face {
    font-family: value sans;
    src: url('https://digitalfiles.wpengine.com/wp-content/uploads/ValueSans-Regular-Pro.woff');
}

@font-face {
    font-family: value medium;
    src: url('https://digitalfiles.wpengine.com/wp-content/uploads/ValueSans-Medium-Pro.woff');
}

@font-face {
    font-family: value bold;
    src: url('https://digitalfiles.wpengine.com/wp-content/uploads/ValueSans-Bold-Pro.woff');
}

@font-face {
    font-family: value serif;
    src: url('https://digitalfiles.wpengine.com/wp-content/uploads/ValueSerif-Bold-Pro.woff');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap');

body {
    font-family: value sans;
    color: #333333;
    text-wrap: pretty;
}

strong {
    font-family: value bold;
}

img {
    max-width: 100%;
    height: auto;
}
img.feature {margin-bottom:25px;}
a,
a:hover,
button,
button:hover {
    transition: all .2s;
}

a.no-decoration {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

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

nav .navbar-nav img {
    width: 22px;
}

nav .logo img {
    height: 43px;
}

#enlogo {
    display: none;
}

nav li.nav-item a, nav li.nav-item a.nav-link.disabled {
    color: #0033FF;
}

nav .dropdown:hover .dropdown-menu, nav .dropdown:focus .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
    right: 0;
}

li.nav-item {
    padding: 10px 18px;
}

.Home h1::before {
    content: '';
    display: block;
    width: 65px;
    height: 50px;
    background-image: url(../../images/leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

h1 {
    font-family: value serif;
    font-size: 48px;
    line-height: 48px;
}

h2 {
    font-family: value serif;
    font-size: 36px;
    line-height: 43px;
    color: #110081;
}
h2.headline {
    color: #110081;
    font-size: 28px;
    line-height: 32px;
    font-family: value bold;
}
h3 {
    color: #110081;
    font-size: 28px;
    line-height: 32px;
    font-family: value bold;
}

h4 {
    color: #110081;
    font-size: 20px;
    line-height: 24px;
    font-family: value bold;
}

a.btn,
button.btn,
.btn {
    border-radius: 26px;
    background: #0033FF;
    color: white;
    border: 2px solid #0033FF;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 45px;
    margin-top: 15px;
}

a.btn:hover,
button.btn:hover,
.btn:hover {
    background: transparent;
    color: #0033FF;
    border: solid 2px #0033FF;
}

a.white-btn {
    text-decoration: none;
    border-radius: 26px;
    background: white;
    color: #0033FF;
    border: 2px solid white;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 45px;
    margin-top: 15px;
	display: inline-block;
}

a.white-btn:hover {
    background: transparent;
    color: white;
    border: solid 2px white;
}

.vertical-align {
    display: table;
    height: 100%;
}

.vertical-align > div {
    display: table-cell;
    vertical-align: middle;
}

.wp-block-columns.is-layout-flex.wp-block-columns-is-layout-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    width: 1320px;
    max-width: 100%;
}
.feature-article-slide {
	margin: 0px 15px;
}

.date {
    color: #333333;
    font-style: italic;
}

.article {
    padding: 80px 0px;
}

footer {
    background: #110081;
    color: white;
    padding: 50px 0px;
}

.slick-disabled {
    opacity: 0;
}

button.slick-custom-arrow {
    border: none;
    background: transparent;
    width: 100%;
}

.slick-custom-arrow.slick-prev.slick-arrow {
    margin-top: -35px;
    position: absolute;
}

.slick-custom-arrow.slick-prev.slick-arrow img {
    transform: rotate(180deg);
}

@media (max-width:991px) {
	.slick-custom-arrow.slick-prev.slick-arrow {
		position: relative;
		text-align: left;
	}
	.slick-custom-arrow.slick-prev.slick-arrow img {
    	transform: rotate(90deg);
	}
	.slick-custom-arrow.slick-next.slick-arrow {
		position: absolute;
    	TOP: 0;
    	text-align: right;
	}
	.slick-custom-arrow.slick-next.slick-arrow img {
    	transform: rotate(-90deg);
	}
}

.sticky-feature-img {
    width: 100%;
    border-radius: 30px 0px 30px 0px;
    background-image: url('/wp-content/uploads/2023/11/Small-image-CHC-1.png') !important;
    background-size: cover;
    padding-bottom: 59%;
    margin-bottom: 25px;
    background-color: #0033FF;
}

.hero {
    background-image: url('/wp-content/uploads/2023/11/CHCdefaulthero.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #0033FF;
    padding: 80px 0px;
    color: white;
}

.hero .date {
    color: white;
}

.more-news {
    padding: 60px 0px;
    color: white;
    background: #0033FF;
    margin-top: 75px;
}

.more-news h2 {
    color: white;
    margin-bottom: 25px;
}

.more-news h3 {
    color: white;
}

.more-news h3.LOB {
	height: 60px;
}

.more-news h3 span {
    display: block;
}

.more-news .white-btn {
	margin-bottom: 15px;
}

.featured-topics {
    color: white;
    background: #0033FF;
    padding: 60px 0px;

}

.featured-topics h2 {
    color: white;
}

.featured-topics a {
    min-height: 48px;
    line-height: 24px !important;
}

.contact-us {
    background-color: #F4F4F4;
    padding: 60px 0px;
}

.readmore {
    text-decoration: underline;
    color: #0033FF;
}

a.readmore:hover {
    text-decoration: none;
}

.resources {
    column-count: 2;
}

.simple-result {
    margin-bottom: 35px;
}

footer p {
    font-size: 12px;
}

footer h4 {
    font-size: 20px;
    color: white !important;
}

footer a {
    color: white;
    font-size: 12px;
}

footer ul.policies {
    padding-left: 0px;
}

.policies li {
    display: inline-block;
    margin-right: 15px;
}

footer .resources a:hover {
    text-decoration: none;
}

.footer-info {
    border-right: 1px solid white;
    padding-right: 60px;
    margin-right: 60px;
}

.p-60 {
    padding: 60px 0px;
}



@media (max-width:991px){
	h1 {
		font-size: 38px;
		line-height: 38px;
	}

	h2 {
		font-size: 32px;
		line-height: 39px;
	}

	h3 {
		font-size: 26px;
		line-height: 30px;
	}

	h4 {
		font-size: 18px;
		line-height: 22px;
	}
	
	
	nav .dropdown-menu {
		display: block;
		border: none;
	}
	.more-news .white-btn {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.footer-info {
    border-right: none;
    border-bottom: 1px solid white;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
	}
}