/* @override 
	http://1ivu6q1gqh2kndjc23ryof11v5.wpengine.netdna-cdn.com/wp-content/themes/shippingeasy_v2/css/studies.css?ver=4.5.3
	http://1ivu6q1gqh2kndjc23ryof11v5.wpengine.netdna-cdn.com/wp-content/themes/shippingeasy_v2/css/studies.css?ver=4.7.3
	https://1ivu6q1gqh2kndjc23ryof11v5-wpengine.netdna-ssl.com/wp-content/themes/shippingeasy_v3/css/studies.css?ver=4.9.1 */

.header.top {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

.header.top h2 {
	padding: 0px 60px 10px;
	width: auto;
	display: inline;
	margin: 0 auto 10px;
	font-size: 40px;
	border-bottom: 1px solid #333;;
}
.header.top p {
	display: block;
	clear: both;
	padding-top: 30px;
	border-bottom: none;
}
#case-studies .container {
	width: 100%;
	max-width: 1140px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#case-studies .container.nospace {
	max-width: 1140px;
	padding-top: 0;
	padding-bottom: 0;
}

.features {
	display: flex;
	flex-flow: row wrap;
}

.feature {
	padding: 10px;
	display: flex;
	flex-flow: column wrap;
	flex-basis: 100%;
	justify-content: space-between;
}

.feature .img-frame {
	height: 260px;
	overflow: hidden;
}

.feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature h3 {
	margin-bottom: 20px;
}

.feature h3,
.feature p {
	padding: 0 10px;
}

.post h1 {
	margin-top: 0;
	text-align: center;
}
.post .description {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	margin-bottom: 24px;
}

#videos .header {
	color: #555555;
	text-align: center;
	border-bottom: 1px solid #e6e6e8;
	margin-bottom: 40px;
	margin-top: 30px;	
}

#case-studies .header {
	color: #555555;
	text-align: center;
	border-bottom: 1px solid #e6e6e8;
	margin-bottom: 40px;
}

.cs-related {
	padding-top: 40px;
}

.feature {
	padding-top: 40px;
}

.size-feature-thumb {
	margin-bottom: 20px;
}

.feature .more-box {
	font-size: 18px;
	border: 1px solid #979797;
	padding: 8px 20px;
	text-transform: uppercase;
	text-align: center;
	align-self: center;
}

.feature .description {
	margin: 30px auto;
	padding: 0 16px;
}

.case-study {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.case-study .breadcrumb {
	background: none;
	color: #aaaaaa;
	padding: 0;
}

.case-study .breadcrumb a {
	text-decoration: none;
	color: #aaaaaa;
}

.case-study .cs-subhead {
	color: #274F95;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}

.case-study h1 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 900;
	margin-bottom: 40px;
}

.case-study .post {
}

.case-study img {
	margin-bottom: 30px;
}

.case-study .statements {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 2em;
	margin-bottom: 40px;
}

.case-study .statement {
	color: #274F95;
	font-weight: 700;
	flex: 1;
}

.case-study .statement h4 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #274F95;
}

.case-study h2,
.case-study h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 12px;
}

.case-study blockquote {
	background-image: url(../svg/blockquote.svg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 18px;
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

.highlight p {
	margin: 0;
	padding: 0;
}
.highlight .cs-data, 
.highlight a {
	color: #888888;
}
.highlight .cs-label {
	color: #274f95;
	font-weight: 900;
	margin-bottom: 8px;
}

.feature .highlights {
	margin: 0 10px;
}

.feature .highlight {
	display: flex;
}

.feature .highlight .cs-label {
	margin-right: 12px;
	flex: 0 0 40%;
	text-align: right;
}

.feature .highlight .cs-data {
	flex: 0 0 60%;
}

.case-study .highlights {
	margin-bottom: 30px;
}

.case-study .highlight {
	margin-bottom: 18px;
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
}

.case-study .highlight:last-of-type {
	border: none;
	margin-bottom: 0;
}

.case-study .video-wrapper {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.case-study .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.key-results {
	background: rgba(44, 139, 17, 0.1);
	padding: 32px;
	font-size: 16px;
	line-height: 22px;
}

.key-results h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 900;
	color: #2C8B11;
	margin-top: 0;
}

.key-results ul {
	margin-bottom: 0;
	padding-left: 0;
}

.key-results li {
	list-style-type: none;
	background-image: url(../svg/check_green_cs.svg);
	background-repeat: no-repeat;
	background-position-y: 6px;
	margin-bottom: 5px;
	padding-left: 26px;
}

.cs-cta {
	background-color: #f6f6f6;
	padding: 15px;
}

.cs-cta h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
	margin-bottom: 40px;
}

.cs-cta .buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.cs-cta .button {
	justify-content: baseline;
	padding-top: 14px;
	width: 100%;
	height: 52px;
	text-align: center;
	margin-bottom: 12px;
}

.cs-cta .outline-green {
	background-color: #f6f6f6;
	color: #2C8B11 !important;
	border: 2px solid #2C8B11;
}

@media screen and (min-width: 769px) {
	#case-studies .container.nospace {
		padding-bottom: 40px;
	}
	.feature {
		flex-basis: 50%;
	}
	.cs-cta h2 {
		font-size: 32px;
		line-height: 40px;
		font-weight: 900;
		margin-bottom: 40px;
	}
	.case-study blockquote {
		background-position-x: 100px;
		padding-left: 100px;
		padding-right: 100px;
	}
	.case-study .highlight {
		margin-bottom: 24px;
		padding-bottom: 24px;
	}
	.case-study .highlight:last-of-type {
		margin-bottom: 0;
	}
	.cs-cta .buttons {
		flex-flow: row nowrap;
		justify-content: flex-start;
		gap: 1em;
	}
	.cs-cta .button {
		width: auto;
	}
	.key-results {
		margin-bottom: 60px;
	}
}


@media screen and (min-width: 992px) {
	.case-study .post {
		position: relative;
	}

	.case-study .sidebar {
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.case-studies .highlights {
		top: 0;
		position: sticky;
	}
}

@media screen and (min-width: 1024px) {
	.feature {
		flex-basis: 33%;
	}
}
