
/* ========================================================================================================================
														Content
======================================================================================================================== */

/* Backgrounds
---------------------------------------- */

.geo-bg {
	background-image: url('images/cta-bg.png');
}

.bg-circle-generic {
	background-image: url('images/bg-circle-generic.png');
}



/* Aspots
---------------------------------------- */

.aspot-spacer {
	padding-top: 88px;
}

.aspot-rounded {
	border-radius: 0 0 0 150px;
}


@media (min-width: 768px) {

	.aspot-spacer {
		padding-top: 80px;
	}

}



/* Specific Aspots
---------------------------------------- */

.home-aspot-image-pull-up {
	margin-bottom: -20%;
}

.home-aspot-image-brdr {
	border-radius: 80px 0 80px 0;
}

@media (min-width: 768px) {

.home-aspot-image-pull-up {
	margin-bottom: -25%;
}

}



/* Homepage
---------------------------------------- */

/* Solution Buckets */

.home-solution-bucket-wrapper {
	padding: 10px 0;
	margin-bottom: 40px;
}
	.home-solution-bucket-wrapper:hover > .home-solution-bucket {
		margin-top: -10px;
		margin-bottom: 10px;
	}

.home-solution-bucket {
	display: block;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
	.home-solution-bucket svg {
		width: 60px;
		height: 60px;
	}
	.home-solution-bucket p {
		font-weight: 400;
		color: #8085A2;
	}
	.home-solution-bucket-image-wrapper::before {
		padding-bottom: 73.8%;
	}
	.home-solution-bucket-image,
	.home-solution-bucket-gif {
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.home-solution-bucket-image {
		opacity: 1;
	}
	.home-solution-bucket-gif {
		opacity: 0;
	}
	.home-solution-bucket:hover .home-solution-bucket-image {
		opacity: 0;
	}
	.home-solution-bucket:hover .home-solution-bucket-gif {
		opacity: 1;
	}

.home-return-mail-bucket {
	background-color: #EBF6FB;
}
	.home-return-mail-bucket svg {
		fill: #3DABDC;
	}
	.home-return-mail-bucket p.learn-more {
		color: #3DABDC;
	}	

	.home-return-mail-bucket:hover,
	.home-return-mail-bucket:active,
	.home-return-mail-bucket:focus {
		background-color: #3DABDC;
	}

.home-parachute-bucket {
	background-color: #EEEEFA;
}
	.home-parachute-bucket svg {
		fill: #595CD3;
	}
	.home-parachute-bucket p.learn-more {
		color: #595CD3;
	}

	.home-parachute-bucket:hover,
	.home-parachute-bucket:active,
	.home-parachute-bucket:focus {
		background-color: #595CD3;
		color: #fff !important;
	}

.home-healthcare-bucket {
	background-color: #F8ECF5;
}
	.home-healthcare-bucket svg {
		fill: #BB439F;
	}
	.home-healthcare-bucket p.learn-more {
		color: #BB439F;
	}

	.home-healthcare-bucket:hover,
	.home-healthcare-bucket:active,
	.home-healthcare-bucket:focus {
		background-color: #BB439F;
		color: #fff !important;
	}

.home-comppro-bucket {
	background-color: #E8F2FF;
}
	.home-comppro-bucket svg {
		fill: #157FFD;
	}
	.home-comppro-bucket p.learn-more {
		color: #157FFD;
	}

	.home-comppro-bucket:hover,
	.home-comppro-bucket:active,
	.home-comppro-bucket:focus {
		background-color: #157FFD;
		color: #fff !important;
	}

.home-solution-bucket:hover h3,
.home-solution-bucket:active h3,
.home-solution-bucket:focus h3,
.home-solution-bucket:hover p,
.home-solution-bucket:active p,
.home-solution-bucket:focus p {
	color: #ffffff;
}

.home-solution-bucket:hover svg,
.home-solution-bucket:active svg,
.home-solution-bucket:focus svg {
	fill: #ffffff;
}


@media (min-width: 992px) {

	.home-solution-bucket-wrapper-last {
		margin-top: 100px;
	}

}





/* Offset Images */

.home-absolute-image-1-brdr {
	border-radius: 80px 0 0 80px;
	overflow: hidden;
}

@media (min-width: 992px) {

	.home-pull-up {
		margin-top: -100px;
	}

}

@media (min-width: 1200px) {

	.home-pull-up {
		margin-top: -90px;
	}

	.home-pull-down {
		margin-bottom: -180px;
	}

}





/* Case Study Carousel */

#home-cs-carousel {
	position: relative;
}

#home-cs-carousel .image-wrapper {
	position: relative;
	border-radius: 5px;
	margin: 30px;
	background-color: #ffffff;
	overflow: hidden;

}

#home-cs-carousel  .carousel-controls {
	position: absolute;
	left: 30px;
	bottom: 78px;
	width: 100px;
}
	#home-cs-carousel .carousel-controls .carousel-control-next, 
	#home-cs-carousel .carousel-controls .carousel-control-prev {
		position: absolute;
		top: unset;
		bottom: 0;
		z-index: 1;
		display: block;
		-ms-flex-align: unset;
		align-items: unset;
		-ms-flex-pack: unset;
		justify-content: unset;
		width: 50px;
		height: 50px;
		color: #8085A2;
		background-color: #F6F8FB;
		text-align: center;
		opacity: 1;
		transition: opacity .15s ease;
		line-height: 50px;
	}
		#home-cs-carousel .carousel-controls .carousel-control-next:hover, 
		#home-cs-carousel .carousel-controls .carousel-control-prev:hover {
			background-color: #fff;
		}

#home-cs-carousel ol.carousel-indicators {
	list-style: none;
}
	#home-cs-carousel ol.carousel-indicators li {
		background-color: #E1E4EB;
		height: 10px;
		width: 50px;
		border-radius: 5.5px;
		border: none;
	}
	#home-cs-carousel ol.carousel-indicators li.active {
		background-color: #FA3059;
	}
	#home-cs-carousel ol.carousel-indicators li:before {
		display: none;
	}



/* Solutions 
---------------------------------------- */

.solution-overview-bucket {
	display: block;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
	.solution-overview-bucket svg {
		width: 60px;
		height: 60px;
	}
	.solution-overview-bucket p {
		font-weight: 400;
		color: #8085A2;
	}
	.solution-overview-bucket p.learn-more {
		display: inline-block;
		border-radius: 5px;
		padding: 10px 30px;
		border: solid 2px transparent;
		z-index: 1;
		font-weight: 500;
		color: #ffffff;
	}

.overview-return-mail-bucket {
	background-color: #EBF6FB;
}
	.overview-return-mail-bucket svg {
		fill: #3DABDC;
	}
	.overview-return-mail-bucket p.learn-more {
		background-color: #3DABDC;
	}	

	.overview-return-mail-bucket:hover,
	.overview-return-mail-bucket:active,
	.overview-return-mail-bucket:focus {
		background-color: #3DABDC;
	}
	.overview-return-mail-bucket:hover p.learn-more,
	.overview-return-mail-bucket:active p.learn-more,
	.overview-return-mail-bucket:focus p.learn-more {
		color: #3DABDC;
	}

.overview-parachute-bucket {
	background-color: #EEEEFA;
}
	.overview-parachute-bucket svg {
		fill: #595CD3;
	}
	.overview-parachute-bucket p.learn-more {
		background-color: #595CD3;
	}

	.overview-parachute-bucket:hover,
	.overview-parachute-bucket:active,
	.overview-parachute-bucket:focus {
		background-color: #595CD3;
		color: #fff !important;
	}
	.overview-parachute-bucket:hover p.learn-more,
	.overview-parachute-bucket:active p.learn-more,
	.overview-parachute-bucket:focus p.learn-more {
		color: #595CD3;
	}

.overview-healthcare-bucket {
	background-color: #F8ECF5;
}
	.overview-healthcare-bucket svg {
		fill: #BB439F;
	}
	.overview-healthcare-bucket p.learn-more {
		background-color: #BB439F;
	}

	.overview-healthcare-bucket:hover,
	.overview-healthcare-bucket:active,
	.overview-healthcare-bucket:focus {
		background-color: #BB439F;
		color: #fff !important;
	}
	.overview-healthcare-bucket:hover p.learn-more,
	.overview-healthcare-bucket:active p.learn-more,
	.overview-healthcare-bucket:focus p.learn-more {
		color: #BB439F;
	}

.overview-comppro-bucket {
	background-color: #E8F2FF;
}
	.overview-comppro-bucket svg {
		fill: #157FFD;
	}
	.overview-comppro-bucket p.learn-more {
		background-color: #157FFD;
	}

	.overview-comppro-bucket:hover,
	.overview-comppro-bucket:active,
	.overview-comppro-bucket:focus {
		background-color: #157FFD;
		color: #fff !important;
	}
	.overview-comppro-bucket:hover p.learn-more,
	.overview-comppro-bucket:active p.learn-more,
	.overview-comppro-bucket:focus p.learn-more {
		color: #157FFD;
	}

.solution-overview-bucket:hover h3,
.solution-overview-bucket:active h3,
.solution-overview-bucket:focus h3,
.solution-overview-bucket:hover p,
.solution-overview-bucket:active p,
.solution-overview-bucket:focus p {
	color: #ffffff;
}
	
.solution-overview-bucket:hover svg,
.solution-overview-bucket:active svg,
.solution-overview-bucket:focus svg {
	fill: #ffffff;
}

.solution-overview-bucket:hover p.learn-more,
.solution-overview-bucket:active p.learn-more,
.solution-overview-bucket:focus p.learn-more {
	background-color: #ffffff;
}




/* Solutions Inner
---------------------------------------- */

.solutions-inner-brdr-1 {
	border-radius: 0 80px 80px 0;
}

.solutions-inner-brdr-2 {
	border-radius: 80px 0 0 80px ;
}

.solutions-inner-bucket {
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
	border-radius: 10px;
}

@media (min-width: 992px) {

	.solutions-inner-bucket {
		padding: 30px;
	}

}



/* Why Redsson
---------------------------------------- */

.employee-quote-headshot {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -100px;
}

.employee-quote {
	text-align: center;
	padding: 100px 50px;
	background-image: url('images/red-employee-quote-bg.jpg');
	border-radius: 80px;
}


@media (min-width: 992px) {

	.employee-quote {
		padding: 200px;
	}

	.employee-quote-headshot {
		margin-bottom: -125px;
	}

}





/* Resources
---------------------------------------- */

.resource-aspot p {
	color: #fff !important;
}

.resources-category-listing {
	list-style: none;
	margin: 0;
}
	.resources-category-listing li {
		background-image: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	.resources-category-listing a {
		display: block;
		color: #9899B9;
		font-weight: 500;
		padding: 20px 10px;
		text-align: center;
	}
		.resources-category-listing a:hover,
		.resources-category-listing a:active,
		.resources-category-listing a:focus {
			color: #000000;
		}
		.resources-category-listing a.current {
			padding-bottom: 15px;
			border-bottom: solid 5px #FA3059;
			color: #000000;
		}

@media (min-width: 768px) {

	.resources-category-listing li {
		display: inline-block;
	}
	.resources-category-listing a {
		display: inline-block;
		padding: 40px 10px;
	}
	.resources-category-listing a.current {
		padding-bottom: 35px;
	}

}

.resource-bucket-wrapper {
	padding: 10px 0;
}
	.resource-bucket-wrapper:hover .resource-bucket {
		margin-top: -10px;
		margin-bottom: 10px;
	}
	.resource-bucket {
		border-radius: 10px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
		overflow: hidden;
		-webkit-transition: all 200ms ease-in-out;
    	transition: all 200ms ease-in-out;
	}
		.resource-bucket .feature-image {
			border-radius: 0 0 10px 10px;
		}
		.resource-bucket .feature-image:before {
			padding-top: 60%;
		}

		.resource-bucket a {
			font-weight: 700;
		}

		.resource-bucket .returned-mail {
			color: #79BBEA;
		}
		.resource-bucket .healthcare-solutions {
			color: #BB439F;
		}
		.resource-bucket .comppro {
			color: #3F87FF;
		}
		.resource-bucket .parachute {
			color: #595CD3;
		}

		.resource-bucket h6 a {
			font-weight: 700;
			color: #000000;
		}


/* Contact
---------------------------------------- */

.contact-support-cta {
	position: relative;
	display: block;
	box-shadow: 0 2px 20px 0 rgba(250,48,89,0.10);
	border-radius: 5px;
	padding: 40px 60px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.contact-support-cta:after {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f061";
	margin-left: 8px;
}
	.contact-support-cta:hover,
	.contact-support-cta:active,
	.contact-support-cta:focus {
		color: #FA3059;
		box-shadow: 0 2px 20px 0 rgba(250,48,89,0.20);
	}


/* Careers
---------------------------------------- */

.career {
	position: relative;
	display: block;
	box-shadow: 0 2px 20px 0 rgba(250,48,89,0.10);
	border-radius: 5px;
	padding: 40px 60px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.career:after {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f061";
	margin-left: 8px;
}
	.career:hover,
	.career:active,
	.career:focus {
		color: #FA3059;
		box-shadow: 0 2px 20px 0 rgba(250,48,89,0.20);
	}

	.career .career-location {
		font-size: 16px;
		color: #8C8FAE;
		font-weight: 400;
	}

.careers-employee-quote {
	padding-right: 35px;
}

.quote-headshot {
	position: absolute;
	bottom: 40px;
	right: -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}



/* General
---------------------------------------- */

.bucket-shadow-rounded {
	border-radius: 10px;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);
}



/* ========================================================================================================================
														Pagination
======================================================================================================================== */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
	.pagination > a,
	.pagination > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		text-decoration: none;
		color: #ADACCC;
		font-weight: 500;
	}
	.pagination > a:hover,
	.pagination > a:focus,
	.pagination > span:hover,
	.pagination > span:focus {
		z-index: 2;
		color: #000000;
	}
	.pagination > a.current,
	.pagination > a.current:hover,
	.pagination > a.current:focus,
	.pagination > span.current,
	.pagination > span.current:hover,
	.pagination > span.current:focus {
		z-index: 3;
		color: #000000;
		cursor: default;
		border-bottom: solid 5px #FA3059;
	}







/* ========================================================================================================================
														Google Search
======================================================================================================================== */

#custom-search-results .cse-result {
	margin-bottom: 40px;
}
#custom-search-results .cse-heading {
	margin: 0;
}
#custom-search-results .cse-url {
	font-size: 14px;
	margin: 0;
	color: #000;
}
#custom-search-results .cse-snippet {
	font-size: 14px;
	margin: 0;
}
#custom-search-results .cse-image-snippet {
	font-size: 14px;
	margin: 0 0 0 60px;
}
#custom-search-results .cse-image {
	float: left;
	margin-top: 4px;
	max-width: 50px;
	max-height: 120px;
}
#custom-search-results .cse-pagination {
	/*text-align: right;*/
}






/* ========================================================================================================================
														3rd Party
======================================================================================================================== */

/* Wistia embed
---------------------------------------- */

.embed-responsive .wistia_embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* ACF Google Maps
---------------------------------------- */

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.embed-responsive .acf-map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.acf-map:hover {
	cursor: default !important;
}


/* Lazy YouTube embeds
---------------------------------------- */

.lazy-youtube-embed {
	position: relative;
}
.lazy-youtube-embed:hover,
.lazy-youtube-embed:active,
.lazy-youtube-embed:focus {
	cursor: pointer;
}
.lazy-youtube-embed-play {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
}








/* ========================================================================================================================
														Footer
======================================================================================================================== */

/* CTA Buckets */
.cta-bucket-wrapper {
	padding: 10px 0;
	margin-bottom: 40px;
}
	.cta-bucket-wrapper:hover > .cta-bucket {
		margin-top: -10px;
		margin-bottom: 10px;
	}

	.cta-bucket {
		position: relative;
		display: block;
		border-radius: 20px;
		background-color: #ffffff;
		text-align: center;
		overflow: hidden;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		box-shadow: 0 2px 40px 0 rgba(0,0,0,0.05);
		padding: 40px 20px 70px 20px;
	}
		.cta-bucket svg {
			width: 50px;
			height: 50px;
			margin-bottom: 20px;
		}
		.cta-bucket p {
			font-size: 20px;
			font-weight: 400;
			color: #8085A2;
			margin: 0;
		}
		.cta-bucket p.connect {
			font-size: 16px;
			position: absolute;
			bottom: 30px;
			left: 0;
			width: 100%;
			margin: 0;
			opacity: 1;
			-webkit-transition: all 200ms ease-in-out;
			transition: all 200ms ease-in-out;
			text-align: center;
		}
		
.cta-returned-mail-bucket svg {
	fill: #3DABDC;
}
.cta-returned-mail-bucket:hover,
.cta-returned-mail-bucket:active,
.cta-returned-mail-bucket:focus {
	background-color: #3DABDC;
}

.cta-parachute-bucket svg {
	fill: #595CD3;
}
.cta-parachute-bucket:hover,
.cta-parachute-bucket:active,
.cta-parachute-bucket:focus {
	background-color: #595CD3;
}

.cta-healthcare-solutions-bucket svg {
	fill: #BB439F;
}
.cta-healthcare-solutions-bucket:hover,
.cta-healthcare-solutions-bucket:active,
.cta-healthcare-solutions-bucket:focus {
	background-color: #BB439F;
}

.cta-comppro-bucket svg {
	fill: #157FFD;
}
.cta-comppro-bucket:hover,
.cta-comppro-bucket:active,
.cta-comppro-bucket:focus {
	background-color: #157FFD;
}

.cta-custom-solutions-bucket svg {
	fill: #000000;
}
.cta-custom-solutions-bucket:hover,
.cta-custom-solutions-bucket:active,
.cta-custom-solutions-bucket:focus {
	background-color: #000000;
}

.cta-bucket:hover p,
.cta-bucket:active p,
.cta-bucket:focus p {
	color: #ffffff;
}
.cta-bucket:hover svg {
	fill: #ffffff;
}
.cta-bucket:hover .connect {
	opacity: 1;
}

@media (min-width: 992px) {

	.cta-bucket p.connect {
		opacity: 0;
	}

}

@media (min-width: 992px) {

	.cta-bucket-wrapper-last {
		padding-top: 100px;
	}

}


.footer-logo a {
	display: block;
}
	.footer-logo img {
		display: block;
		max-width: 130px;
	}

.footer a {
	color: #737A96;
}
.footer p {
	font-size: 15px;
}

ul.footer-menu {
	margin-top: 0;
}
	ul.footer-menu-contact li {
		margin-bottom: 0;
	}

	ul.footer-menu li {
		background-image: none;
		padding-left: 0;
		font-size: 16px;
	}
		ul.footer-menu > li > a {
			font-family: 'Work Sans', Helvetica, Arial, sans-serif;
			font-weight: 700;
			color: #211F33;
			text-transform: uppercase;
		}
			ul.footer-menu > li > a:hover,
			ul.footer-menu > li > a:active,
			ul.footer-menu > li > a:focus {
				color: #737A96;
			}

			ul.footer-menu > li > ul > li {
				font-size: 15px;
			}
				ul.footer-menu > li > ul > li > a {
					font-weight: 400;
				}
					ul.footer-menu > li > ul > li > a:hover,
					ul.footer-menu > li > ul > li > a:focus {
						text-decoration: none;
						color: #292F36;
					}
					ul.footer-menu > li > ul > li > a:active {
						color: #8085A2;
					}

ul.footer-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	ul.footer-social > li {
		padding: 0;
		margin: 0;
		background-image: none;
	}
		ul.footer-social > li > a {
			display: inline-block;
			font-size: 15px;
			padding: 10px 0;
		}
			ul.footer-social > li > a:hover,
			ul.footer-social > li > a:focus {
				color: #292F36;
			}
			ul.footer-social > li > a:active {
				color: #8085A2;
			}
			ul.footer-social > li > a > i {
				width: 20px;
			}



@media (max-width: 768px) {

	.footer * {
		text-align: center;
	}

	.footer-logo img {
		margin: 0 auto;
	}

}





















