﻿@charset "UTF-8";
/* CSS Document */

/* CONTAINERS */
.round-shadow {
	border-radius: 14px;
	box-shadow: 0 3px 8px 0px #999;
	background-color: #fff;
	height: 100%;
}
.round-shadow-trans {
	border-radius: 14px;
	box-shadow: 0 3px 8px 0px #999;
	background-color: rgba(255, 255, 255, 0.8);
}
.round-corners {
	border-radius: 14px;
}
.topic{
	display: flex;

}
.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.home-image {
	background: url("../images/promo/home.jpg");
	background-size: cover;
	min-height: 250px;
}
.home-image-sp {
	background: url("../images/promo/home-sp.jpg");
	background-size: cover;
	min-height: 250px;
}
.plan-move-image {
	background: url("../images/promo/plan-move.jpg");
	background-size: cover;
	min-height: 250px;
}
.plan-move-image-sp {
	background: url("../images/promo/plan-move-sp.jpg");
	background-size: cover;
	min-height: 250px;
}
.resources-image {
	background: url("../images/promo/resources.jpg");
	background-size: cover;
	min-height: 250px;
}
.resources-image-sp {
	background: url("../images/promo/resources-sp.jpg");
	background-size: cover;
	min-height: 250px;
}
.round-corners-right {
	border-bottom-right-radius: 14px;
	border-top-right-radius: 14px;
}
.video-container-kaltura {
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 0; 
	height: 0; 
	overflow: hidden; 
	background:#fff; 
	border:solid 1px #000;
}
.video-container-kaltura iframe {
	position: absolute; 
	top:0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background:#fff; 
}







.accicon {
  float: right;  
  width: 1.2em;

}



/* BACKGROUND COLORS */
.bg-light-grey {
	background-color: #f2f6f7;
}
.bg-light-blue {
	background-color: #eaf6fb;
}
.bg-white {
	background-color: #ffffff;
}
.bg-teal {
	background-color: #0097a9;
}
.bg-orange {
	background-color: #fb8000;
}
.bg-drk-orange {
	background-color: #e9691f;
}
.bg-drk-blue {
	background-color: #145a7b;
}
.bg-orange-grad {
    background: #fb8000 url(../images/misc/voya-bar.jpg) no-repeat right;
}
.bg-magenta {
	background-color: #b73f7c;
}
.bg-purple {
	background-color: #551b57;
}
.bg-gradint-orange{
	background: #f15a22;
	background: linear-gradient(90deg, rgba(241, 90, 34, 1) 0%, rgba(247, 148, 30, 1) 100%);
}
.bg-grey{
	background-color: #f0f0f0;
}
.p1bg {
	background: url(https://assets.voya.com/m/792174277b97a026/original/Cognizant-Voya-brand-photos.webp) no-repeat center;
	background-size: cover;
	min-height: 400px;
}
.p2bg {
	background: url(https://assets.voya.com/m/39aa0a8660d59308/original/AdobeStock_746940069.webp) no-repeat bottom;
	background-size: cover;
	min-height: 400px;
}
/*  TEXT COLORS */
.orange {
	color: #fb8000;
}
.drk-orange {
	color: #e9691f;
}
.drk-blue {
	color: #145a7b;
}
.dark-grey {
	color: #6e6e6e;
}
.light-blue {
	color: #76c5e4;
}
.magenta {
	color: #b73f7c;
}
.purple {
	color: #551b57;
}
.teal {
	color: #0097a9;
}

/* FONT SIZE */

.two-rem {
	font-size: 2rem;
}
.para-rem{
	font-size: 1.15rem;
	line-height: 1.3;
}

/*  BORDERS */
.border-grey {
	border-color: #c9c9c7;
}
.border-bot-dot {
	border-bottom: 1px dotted #6e6e6e;
}

/*  FONTS  */
.semibold {
	font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.regular {
	font-family: ProximaNovaRegular, Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.light {
	font-family: ProximaNovaLight, Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.thin {
	font-family: ProximaNovaThin, Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.disclaimer {
	font-size: 12px;
}
.display-5 {
	font-size: 3rem;
	line-height: 1;
}
.footer-notes{font-size: 12px;}


/*  BUTTONS & LINKS  */
.btn-primary {
	font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
	background-color: #145a7b;
	border: 1px solid #145a7b;
	color: #fff;
	border-radius: 24px;
	padding: 10px 25px;
	transition: all ease .5s;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #fff;
    color: #145a7b;
    text-decoration: none;
}
a.btn-primary:not([href]):not([tabindex]) {
    font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
    background-color: #145a7b;
    border: 1px solid #145a7b;
    color: #fff;
    border-radius: 24px;
    padding: 10px 25px;
    transition: all ease .5s;
    text-decoration: none;
}
a.btn-primary:not([href]):not([tabindex]):hover, a.btn-primary:not([href]):not([tabindex]):focus {
    background-color: #fff;
    color: #145a7b;
    text-decoration: none;
}
.btn-secondary {
	font-family: ProximaNovaSemiBold, Arial, Helvetica, "Helvetica Neue", sans-serif;
	background-color: #fff;
	border: 1px solid #145a7b;
	color: #145a7b;
	border-radius: 24px;
	padding: 10px 25px;
	transition: all ease .5s;
}
.btn-secondary:hover, .btn-secondary:focus {
	background-color: #145a7b;
	color: #ffffff !important;
	text-decoration: none;
}
.text-link {
	color: #145a7b;
	text-decoration: underline;
	transition: all ease .25s;
	font-size: 1.25rem;
}
.text-link-no-dec {
	color: #145a7b;
	text-decoration: none;
	transition: all ease .25s;
}
.text-link:hover, .text-link-no-dec:hover {
	color: #000;
}
.text-link-no-dec:hover, .as-acc:hover {
	color: #000;
	text-decoration: none;
}
.small-link {
	font-size: 1rem;
}
li::marker{
	color: #e9691f;
}

.home__heading sup{
	line-height: 0;
	font-size: 10px;
}

.ul__list{
	list-style-type: disc;
}

.ul__circle{
	list-style-type: circle;
}

@media (max-width: 991px) {
	.home-image, .plan-move-image, .resources-image {
		background-position: right 0 top 0;
		background-repeat: no-repeat;
	}
	.hide-border {
		border: none !important;
	}
}

@media (max-width: 767px) {
	.home-image, .plan-move-image, .resources-image {
		background-image: none;
		min-height: 0;
	}	
	.hide-border {
		border: none !important;
	}
	.data_content{
		justify-content: flex-start;
	}
}