/*# sourceMappingURL=ssis-2022.css.map */

.ds-highlight {
	color: #f1c038;
	color: #ffa200;
}

.lava-page-content > section:nth-child(2n+1) {
	background-color: #e6e6e6;
}

.section-title, .section-subhead {
	text-align: center;
}

.section-title {
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.1;
}

.content-header-section .column-one-second {
	justify-content: center;
}

.content-header-section .page-title {
	font-size: 4em;
	font-weight: bold;
}

.content-header-section .page-subhead {
	max-width: 85%;
	font-weight: 400;
}

.content-header-section .ssis-logo {
	margin-left: auto;
	display: block;
	max-width: 300px;
	width: 50%;
}

.calendar-section .section-subhead {
	margin: 0 auto;
	max-width: 700px;
	font-size: 1.2em;
	line-height: 1.3;
}

.partners-wrap .partners-main {
	margin-bottom: 40px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #444;
}

.partners-wrap .partners-main .section-title-wrap {
	margin-bottom: 30px;
	width: 100%;
	justify-content: center;
}

.partners-wrap .partners-main .partner-image-wrap {
	width: 25%;
	display: flex;
	align-items: center;
}

.partners-wrap .partners-main .partner-image-wrap .partner-image {
	width: 100%;
}

.partners-wrap .slick-slide {
	padding: 15px 20px;
	height: 130px;
}

.partners-wrap .slick-slide div {
	height: 100%;
}

.partners-wrap .slick-slide div .secondary-partner-image-wrap {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.partners-wrap .slick-slide div .secondary-partner-image-wrap img {
	margin: auto 0;
	display: block;
}

.partners-wrap .slick-arrow {
	padding: 0;
	background-color: white;
	color: #444;
	box-shadow: none;
	background: transparent;
}

.partners-wrap .slick-arrow::before {
	color: #444;
}

.partners-wrap .slick-arrow::after {
	display: none;
}

.industries-section .section-title, .industries-section .section-subhead {
	margin: 0 auto 20px;
	max-width: 800px;
}

.industries-section .industry-images-container {
	margin: 30px auto 0;
	max-width: 750px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.industries-section .industry-img-wrap {
	margin-bottom: 20px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 26%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.industries-section .industry-img {
	width: 100%;
	display: block;
}

.industries-section .industry-name {
	font-size: 1.25em;
	font-weight: normal;
}

@media screen and (max-width: 959px) {
	.content-header-section .section-columns {
		flex-direction: column;
	}
	
	.content-header-section .section-columns .column-one-second {
		width: 100%;
	}
	
	.content-header-section .section-columns .column-one-second:first-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.calendar-section .section-subhead {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 540px) {
	.partners {
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.industries-section .industry-img-wrap {
		width: 45%;
	}
}
