html {
     scroll-behavior: smooth;
}

body.page-template-template-modular {
	font-family: museo-sans, sans-serif;
	
	--theme-dk-blue: #191836;
}

.anchor-section {
	scroll-margin-top: 80px;
}

@media (min-width: 992px) {
	.anchor-section {
		scroll-margin-top: 120px;
	}	
}

/*
ora#ed592a;
*/
.section > .container {
	padding-left: 10px;
	padding-right: 10px;
}

.container {
	max-width: 1100px;
}

.object-fit-cover > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain > img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	background-size: contain;
}

.donatenow {
	line-height: 0;
}

.modular--divider {
	padding-bottom: 150px;
	background-image: url(../images/divider-pattern.svg);
	background-size: auto 100%;
}

@media (min-width: 992px) {
	.modular--divider {
		padding-bottom: 300px;
	}
}

div[class^="modular--divider divider--22"] {
	background-repeat: no-repeat;
	background-size: cover;
	height:0;
	padding-bottom: 20%;
}

.divider--22-1 {background-image: url(../images/2022/CCIS_SectionDividers-01.svg);}
.divider--22-2 {background-image: url(../images/2022/CCIS_SectionDividers-02.svg);}
.divider--22-3 {background-image: url(../images/2022/CCIS_SectionDividers-03.svg);}
.divider--22-4 {background-image: url(../images/2022/CCIS_SectionDividers-04.svg);}
.divider--22-5 {background-image: url(../images/2022/CCIS_SectionDividers-05.svg);}
.divider--22-6 {background-image: url(../images/2022/CCIS_SectionDividers-06.svg);}
.divider--22-7 {background-image: url(../images/2022/CCIS_SectionDividers-07.svg);}
.divider--22-8 {background-image: url(../images/2022/CCIS_SectionDividers-08.svg);}
.divider--22-9 {background-image: url(../images/2022/CCIS_SectionDividers-09.svg);}
.divider--22-10 {background-image: url(../images/2022/CCIS_SectionDividers-10.svg);}

.divider--grey {
	background-color: #b5b3b3;
}

.divider--blue {
	background-color: #1f4d73;
}

.divider--orange {
	background-color: #d05a39;
}

.divider--lightblue {
	background-color: #7ab6dc;
}

.divider--sage {
	background-color: #aed5c5;
}

.divider--50-art,
.divider--50-impact,
.divider--50-collaboration,
.divider--50-advocacy,
.divider--50-giving,
.divider--50-leadership {
	background: url(../images/50-mobile.png);
	background-size: contain;
	padding-bottom: 18%;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.divider--50-art,
	.divider--50-impact,
	.divider--50-collaboration,
	.divider--50-advocacy,
	.divider--50-giving,
	.divider--50-leadership {
		padding-bottom: 13.5%;
	}
	
	.divider--50-art {
		background-image: url(../images/50-art.png);
	}

	.divider--50-impact {
		background-image: url(../images/50-impact.png);
	}

	.divider--50-collaboration {
		background-image: url(../images/50-collaboration.png);
	}

	.divider--50-advocacy {
		background-image: url(../images/50-advocacy.png);
	}

	.divider--50-giving {
		background-image: url(../images/50-giving.png);
	}

	.divider--50-leadership {
		background-image: url(../images/50-leadership.png);
	}
}

.modular--divider.divider--manual {
	background: none;
	padding-bottom: 0;
}

.modular--divider.divider--manual img {
	width: 100%;
	height: auto;
}

.breadcrumb--section {
	background-color: #b5b3b3;
}

.breadcrumb--section a {
	color: #d05a39;
	text-transform: uppercase;
	display: block;
	padding: 20px 0;
}

.title--title {
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	border-left: 3px solid #F26137;
	padding-left: 20px;
	margin: 40px 0 30px 0;
}

.title--title span {
	color: #d05a39;
}

.blue-accent .title--title {
	border-color: #1f4d73;
}

.blue-accent .title--title span{
	color: #1f4d73;
}

.copy--container {
	font-weight: 100;
}

.copy--container img {
	max-width: 100%;
	height: auto;
}

.copy--container img.aligncenter {
	display: block;
	margin: 0 auto;
}

.copy--container a {
	color: inherit
}

.copy--container b,
.copy--container strong {
	font-weight: 700;
}

.modular--button {
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #d05a39;
	border: 1px solid #d05a39;
	height: 100%;
	transition: color, background-color .3s;
}

button.modular--button {
	width: 100%;
	cursor: pointer;
}

.button--grey {
	border: 1px solid #707274;
	background-color: #707274;
}

.button-brightorange {
	border: 1px solid #ed592a;
	background-color: #ed592a;
}

.button--blue {
	border: 1px solid #1f4d73;
	background-color: #1f4d73;
}

.button--dk-blue {
	border: 1px solid var(--theme-dk-blue);
	background-color: var(--theme-dk-blue);
}

.button--white {
	border: 1px solid #fff;
	background-color: #fff;
	color: #ed592a;
}

.modular--button:focus,
.modular--button:hover {
	color: #d05a39;
	background-color: transparent;
	border-color: inherit;
	text-decoration: none;
}

.button--grey:focus,
.button--grey:hover {
	color: #707274;
}

.button--blue:focus,
.button--blue:hover {
	color: #1f4d73;
}


.button--dk-blue:focus,
.button--dk-blue:hover {
	color: var(--theme-dk-blue);
	border-color: var(--theme-dk-blue);
}


.button--white:hover,
.button--white:focus {
	color: #fff;
}

.button-brightorange:hover {
	color: #ed592a;
}

.slider-filter-button.active,
.slider-filter-button:hover {
	color: #fff;
	background-color: #d05a39;
	border-color: #d05a39;
}

.copy--container ul {
	list-style-type: disc;
	margin-bottom: 1em;
}

.slider--slide {
	position: relative;
}

.section .slider--about-inside {
	color: #fff;
	padding: 30px;
	max-width: 900px;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: auto;
	max-height: calc(100vh - 160px);
}

.lity-close:not(.lity-close-inside) {
	display: none;
}

.lity-close-inside {
	position: absolute;
	right: 15px;
}

.slider--headline {
	color: #d05a39;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 1.3em;
	min-height: 3.9em;
}

@media (min-width: 768px) {
	.slider--headline {
		font-size: 32px;
		
		min-height: 2.6em;
	}
}

.slider--image {
	padding-bottom: 56%;
	position: relative;
}

.slider--image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider--popup-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider--thumb {
	border: 2px solid #777;
	position: relative;
	margin: 5px;
}

.slider--thumb:after {
	content: "";
	display: block;
	padding-bottom: 56%;
}

.slider--thumb img {
	position: absolute;
	top: 0;
	left: 0;
}

.slider--thumb.slick-active.slick-center,
.slider--thumb.slick-current {
	border-color: #d05a39;
}

.slider--thumb:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	cursor: pointer;
}

.slider--thumb.slick-active.slick-center:before,
.slider--thumb.slick-current:before {
	content: none;
}

.slick-prev,
.slick-next {
	height: 100%;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.slider--thumbs .slick-prev,
.slider--thumbs .slick-next {
	width: 15px;
}

.slick-prev {
	background-image: url(../images/slick-prev.svg);
	background-position: right center;
	left: 0;
}

.slick-next {
	right: 0;
	background-image: url(../images/slick-next.svg);
	background-position: left center;
}

.slick-next:before,
.slick-prev:before {
	content: "";
}

.slider--image-meta {
	margin-bottom: 30px;
}

.slider--image-title {
	font-weight: 300;
	font-style: italic;
}

.slider--image-title,
.slider--image-author,
.slider--image-date {
	margin-bottom: 0;
	line-height: 1.3em;
}

@media (min-width: 768px) {
	.slider--image-title,
	.slider--image-author,
	.slider--image-date {
		font-size: 24px;
	}
}

#footer {
	position: relative;
	z-index: 1;
}

.goto-top--container {
	position: fixed;
	bottom: 15px;
	left: 0;
	right: 0;
	z-index: 0;
	font-size: 18px;
	font-weight: 700;
	color: #c8c7ca;
	text-transform: uppercase;
	
}

.goto-top,
.goto-top:hover {
	display: inline-block;
	background-image: url(../images/goto-top.svg);
	background-size: 40px auto;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 0;
	padding-top: 35px;
	cursor: pointer;
	color: #c8c7ca;
	text-decoration: none;
	opacity: 0;
	transition: opacity 1s;
}

.after-scroll .goto-top {
	opacity: 1;
}


.quote--container {
	color: #ed592a;
	font-size: 20px;
	font-weight: 700;

}

.quote--cite,
.quote--main {
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;
}

.quote--main,
.quote--main p {
	font-family: museo-slab, serif;
	font-weight: 700;
}

.quote--cite {
	color: #000;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	font-family: museo-sans;
}

.quote--container-top {
	margin-bottom: 20px;
}

.quote--container-bottom {
	margin-top: 20px;
}

.quote--container-top,
.quote--container-bottom {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.quote--container-top:before,
.quote--container-top:after,
.quote--container-bottom:before,
.quote--container-bottom:after {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	border: 7px solid #ed592a;
}

.quote--container-top:before,
.quote--container-bottom:before {
	border-right: none;
}

.quote--container-top:after,
.quote--container-bottom:after {
	border-left: none;
}

.quote--container-top:before,
.quote--container-top:after {
	border-bottom: none;
}

.quote--container-bottom:before,
.quote--container-bottom:after {
	border-top: none;
}

@media (min-width: 992px) {
	.quote--container-top:before,
	.quote--container-top:after,
	.quote--container-bottom:before,
	.quote--container-bottom:after {
		border-width: 13px;
		height: 53px;
		width: 53px;
	}
	
	.quote--main {
		font-size: 32px;
	}
	
	.quote--main,
	.quote--cite{
		max-width: 900px;
		margin: 0 auto;
	}
}

.stats--col {
	margin-bottom: 30px;
}

.stats--wrap {
	display: block;
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
}

.stats--front {
	height: 340px;
	background-color: #ed592a;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: museo-slab, serif;
	font-size: 36px;
	font-weight: 300;
}

.stats--front span {
	display: block;
	text-decoration: none !important;
}

a:hover .stats--front span {
	text-decoration: none !important;
}

.stats--front-num {
	font-size: 120px;
	font-weight: 700;
}

.stats--back-text {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	font-family: museo-sans, sans-serif;
	font-weight: 100;
	font-size: 21px;
	color: #ed592a;
	padding: 35px;	
	opacity: 0;
	transition: opacity .3s;
}

.stats--wrap:hover .stats--back-text,
.stats--wrap:focus .stats--back-text {
	visibility: visible;
	opacity: 1;
}

.stats--back-text p {
	letter-spacing: 0;
	line-height: 1.3em;
}

.stats--back-text strong,
.stats--back-text b {
	font-weight: 700;
}

.stats--back-text p:last-of-type {
	margin-bottom: 0;
}

.stats--back-top,
.stats--back-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.stats--back-bottom {
	top: auto;
	bottom: 0;
}

.stats--back-top:before,
.stats--back-top:after,
.stats--back-bottom:before,
.stats--back-bottom:after {
	content: "";
	height: 89px;
	width: 89px;
	border: 12px solid #ed592a;
}

.stats--back-top:before,
.stats--back-bottom:before {
	border-right: none;
}

.stats--back-top:after,
.stats--back-bottom:after {
	border-left: none;
}

.stats--back-top:before,
.stats--back-top:after {
	border-bottom: none;
}

.stats--back-bottom:before,
.stats--back-bottom:after {
	border-top: none;
}

.giantbutton--wrap {
	background: #ed592a;
	color: #fff;
	text-align: center;
	padding: 30px;
}

.giantbutton--wrap a {
	display: block;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	padding: 30px;
	text-decoration: none;
	transition: all .3s;
}

.giantbutton--wrap a:hover,
.giantbutton--wrap a:focus {
	background: #fff;
	color: #ed592a;
}

@media (min-width: 768px) {
	.giantbutton--wrap {
		padding: 60px;
	}

	.giantbutton--wrap a {
		padding: 60px;
		font-size: 30px;
	}
}

.cta--section {
	background: #ed592a;
	color: #fff;
}

.cta--container {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cta--section .title--title {
	border-left: 3px solid #fff;
	margin-bottom: 60px;
}

.cta--intro-title {
	font-weight: 100;
	margin-bottom: 60px;
	font-size: 55px;
}

.cta--button {
	display: inline-block;
	min-width: 260px;
}

.history--module .modular--divider {
	margin-bottom: 60px;
}

.history--numbers {
	display: none;
	position: sticky;
	top: 140px;
}

@media (min-width: 992px) and (min-height: 720px) {
	
	.history--anchor {
		transform: translateY(-50px);
	}
	
	.history--numbers {
		display: block;
		transition: opacity 1s;
	}
	
	.history--numbers.reached-end {
		opacity: 0;
		visibility: 0;
	}
	
	.history--numbers-col {
		position: relative;
	}
	
	.history--numbers-list {
		position: absolute;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.history--numbers-list li {
		margin: 0;
		padding: 0;
	}
	
	.history--number {
		display: inline-block;
		font-size: 20px;
		font-weight: 300;
		display: block;
		color: #707274;
		font-weight: 300;
		padding: 2px 0 0;
		position: relative;
	}
	
	.history--number:before {
		content:"";
		position: relative;
		display: inline-block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		border: 1px solid;
		border-color: #ed592a;
		margin-right:  10px;
		background-color: #fff;
		z-index:1;
	}

	.history--number:after {
		content:"";
		position: absolute;
		left: 8px;
		top: 25px;
		height: 24px;
		border-left: 1px solid #ed592a;
	}
	
	.history--numbers-list li:last-child .history--number:after {
		display: none;
	}
	.history--number.active,
	.history--number:hover {
		color: #ed592a;
		text-decoration: none;
	}

	.history--number.active:before,
	.history--number:hover:before {
		background-color: #ed592a;
	}
	
}


.history--year {
	font-size: 55px;
	font-weight: 300;
	color: #ed592a;
	margin-bottom: 30px;
	line-height: 1.05em;
}

.history--image-row {
	margin-bottom: 60px;
}

.history--image-col {
	margin-bottom: 30px;
	max-width: 100%;
}

.history--image-col img {
	object-position: left top;
	width: auto;
	height: auto;
	max-height: 360px;
	max-width: 100%;
}

.history--copy p {
	margin-bottom: 30px;
}

.popup-form--section {
	max-width: 480px;
	margin: 0 auto;
}

.popup-form--inside {
	background: #dcdcdc;
	color: #787878;
	padding: 30px;
}

.gform_footer {
	text-align: center;
}

.gform_button.button {
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
    background: #d05a39;
    border: 1px solid #d05a39;
    transition: color .3s, background-color .3s;
}

.gform_body input {
	background: #fff;
}

.gform_button.button:hover,
.gform_button.button:focus {
	color: #d05a39 !important;
    background: #fff !important;
}

.gform_required_legend {
	display: none;
}

.gform_confirmation_message a {
	color: #d05a39;
	text-decoration: underline;
}

.gform_heading {
	margin-bottom: 20px;
}

.quotes-slider {
	background: #177e86;
	color: #fff;
}

.quotes-slider--container {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 900px;
}

.quotes-slider--slider > .quotes-slider--slide:not(:first-child) {
	display: none;
}

.quotes-slider--slide {
	margin-bottom: 0;
}

.quotes-slider--slide, 
.quotes-slider--slide p {
	font-family: museo-sans, sans-serif;
	font-style: italic !important;
	font-weight: 700;
}

.quotes-slider--slide cite {
	font-style: normal;
	font-weight: 300;
}

.copyslider25--slider .slick-dots,
.quotes-slider .slick-dots {
	position: relative;
}

.quotes-slider .slick-dots {
	position: relative;
}

.copyslider25--slider .slick-dots li button,
.quotes-slider .slick-dots li button {
	border: 1px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
	transition: opacity .3s;
}

.copyslider25--slider .slick-dots li button:hover,
.quotes-slider .slick-dots li button:hover {
	opacity: .7;
}

.copyslider25--slider .slick-dots li.slick-active button,
.quotes-slider .slick-dots li.slick-active button {
	background: #fff;
}

.copyslider25--slider .slick-dots li button:before,
.quotes-slider .slick-dots li button:before {
	content: "";
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
	border: 1px solid #eee;
	background: #eee;
}

.copy--container .lwh-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.copy--container .lwh-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider25--title {
	font-size: 1.25rem;
}

.slider25--stat-image {
	max-width: 515px;
}

.slider25--square-image {
	position: relative;
	min-height: 100%;
}

.slider25--square-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.slider25--square-image:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.slider25--wide-image {
	position: relative;
	min-height: 100%;
}

.slider25--wide-image img {
	position: absolute;
	top: 0;
	left: 0;
}

.slider25--wide-image:before {
	content: "";
	display: block;
	padding-bottom: 30%;
}

.sq-image-right-mod .slider25--square-image-col {
	order: 2;
}

.slider25--slider > .slider25--slide:not(:first-child) {
	display: none;
}

.slider25--slider .slick-prev {
	background-position: top center;
	margin-left: -50px;
}

.slider25--slider .slick-next {
	background-position: top center;
	margin-right: -50px;
}

.copyslider25--section {
	background: var(--theme-dk-blue);
	color: #fff;
	padding: 30px 0 30px;
	margin-bottom: 0 !important;
}

.copyslider25--container {
	padding: 0 30px;
}

.copyslider25--slider > .copyslider25--slide:not(:first-child) {
	display: none;
}

.copyslider25--copy {
	margin-bottom: 30px;
}