@charset "utf-8";
/* CSS Document */
/*Fonts*/
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat/Montserrat-Regular.woff2')
		format('woff2'), /* Super Modern Browsers */
       url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
       url('../fonts/Montserrat/Montserrat-Regular.ttf')
		format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat/Montserrat-Regular.svg#svgFontName')
		format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/raleway-regular.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Raleway/raleway-regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway/raleway-regular.woff') format('woff'),
		/* Pretty Modern Browsers */
       url('../fonts/Raleway/raleway-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/Raleway/raleway-regular.svg#svgFontName')
		format('svg'); /* Legacy iOS */
}

/* Pre-Loader */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/Preloader_2.gif) center no-repeat #fff;
}
/* Universal Style */
body {
	font-family: 'Montserrat', sans-serif;
	background: #f6f6f6;
	color: #2D2D2D;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
}

h1 {
	font-size: 1.875rem;
	color: #153C5D;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 1.75rem;
	color: #153C5D;
	font-family: 'Raleway', sans-serif;
}

.leader-name {
	font-size: 1.25rem;
	color: #153C5D;
	font-family: 'Raleway', sans-serif;
}

h3 {
	font-size: 1.25rem;
	color: #2D2D2D;
	font-family: 'Raleway', sans-serif;
}

h5 {
	font-size: 1rem !important;
}

.h-lg {
	font-size: 2.5rem;
}

a {
	color: #2b6eac;
	position: relative;
	text-decoration: none;
}

a:not (#linkedin ):before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0;
	background-color: #c31c5c;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a:hover {
	text-decoration: none;
	color: #a4164c;
}

.container {
	max-width: 1280px;
}

.table {
	line-height: 1.5rem;
}

.table .thead-dark th {
	background: #4d708f;
	border-color: #44637f;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f4f4f4;
}

.dark {
	background: #4d708f;
	color: #FFF;
	border-color: #3d5971;
}

.table .thead-dark th.blank {
	background: #153c5d;
	color: #FFF;
	border-color: #153c5d;
}

.disclaimer {
	font-size: .875rem;
	color: #707070;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover
	{
	background: #f8f9fa !important;
}
/*.img-style{ border:5px solid #aedeff; box-shadow: inset 0 0 5px #000000; -moz-box-shadow: inset 0 0 5px #000000; -webkit-box-shadow: inset 0 0 5px #000000; }*/
.img-style {
	max-width: 220px;
	max-height: 180px;
}

.img-wrap {
	position: relative;
}

.img-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	border: 10px solid #dc8633;
}


/* Button Style */
.btn {
	border-radius: 1.5rem;
	/*padding: .375rem 1.5rem;*/
	font-size: 1rem;
}

.btn-outline-primary {
	color: #d81b60;
	border-color: #d81b60;
}

.btn-primary {
	background: #2b6eac;
	border-color: #2b6eac;
	color: #FFF;
}

.btn-outline-primary:hover {
	background-color: #d81b60;
	border-color: #d81b60;
}

.btn-primary:hover, .btn-secondary:hover {
	background-color: #bb1753;
	border-color: #bb1753;
}

.btn-outline-primary:not (:disabled ):not (.disabled ):active,
	.btn-primary:not (:disabled ):not (.disabled ):active {
	background-color: #d81b60;
	border-color: #d81b60;
}

.btn-outline-primary.focus, .btn-outline-primary:focus,
	.btn-outline-primary:not (:disabled ):not (.disabled ):active:focus,
	.btn-primary.focus, .btn-primary:focus, .btn-primary:not (:disabled ):not
	 (.disabled ):active:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 21, 96, .5);
}

.nav-justified .nav-item {
	margin: 0 15px;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: none;
	background: #e0e0e0;
}

.nav-justified .nav-item:first-child {
	margin-left: 0;
}

.nav-justified .nav-item:last-child {
	margin-right: 0;
}

.nav-justified a:before {
	position: relative;
}

.nav-justified .nav-item:hover {
	background: #bb1753;
	color: #FFF;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #2b6eac;
}
/* NavBar Style */
.navbar.brand-nav {
	padding: 0;
	background: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
}

.brand-nav .navbar-brand {
	padding: 0;
	margin: 0;
}

.brand-nav.navbar-expand-lg .navbar-nav .nav-link {
	line-height: 70px;
	/*padding: 10px 10px 8px 25px;*/
	padding: 10px 5px 8px 20px;
	transition: all 0.3s ease;
	font-weight: bold;
}

.brand-nav.shrink .navbar-nav .nav-link {
	line-height: 50px;
}

.logo_img{
	width: 55%;
}

.brand-nav .navbar-nav .login-btn {
	line-height: 86px;
}

.brand-nav.shrink .navbar-nav .login-btn {
	line-height: 60px;
}

.brand-nav.shrink .navbar-brand img {
	height: 50px;
	width: auto;
	transition: all 0.3s ease;
}

.brand-nav.navbar-light .navbar-nav .nav-link.active {
	border-bottom: 2px solid #d81b60;
	color: #d81b60;
}

.brand-nav.navbar-light .navbar-nav .nav-link {
	color: #2D2D2D;
}

.login-btn {
	
}

.lgn-btn-resoure {
	margin-left: 7px;
}

.login-btn a {
	vertical-align: middle;
	font-weight: bold;
}

.brand-nav.navbar-light .navbar-nav .nav-link:focus, .brand-nav.navbar-light .navbar-nav .nav-link:hover
	{
	color: #d81b60;
}

.navbar a:hover:before {
	visibility: hidden;
}
/*Carousel*/
.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

.mt-des {
	margin-top: 88px;
}

.carousel-item {
	min-height: 400px;
}

#community1 .carousel-item, #community .carousel-item {
	min-height: 300px;
}

.carousel-item.hero-one {
	background: #213C5A url(../img/Banner_Home.jpg) no-repeat center center;
}

.carousel-item.hero-two {
	background: #213C5A url(../img/Banner_Home.jpg) no-repeat center center;
}
/* Home Content */
.about-talcott {
	background: url(../img/explanetory-start.png) no-repeat top left,
		url(../img/explanetory-end.png) no-repeat bottom right;
}

.box-style {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	background: #FFF;
}

.box-style.top-0 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

a.box-style {
	cursor: pointer;
}

.panel-link a {
	color: #2D2D2D;
}

.panel-link a:hover span {
	color: #a4164c;
}

.panel-link a:before {
	height: 5px;
	background-color: #c31c5c;
}

.panel-link a span.ico {
	width: 64px;
	height: 64px;
	display: inline-block;
	background: url(../img/annuity-icons.png) no-repeat;
}

.panel-link a span.ico.ico-fp {
	background-position: 0 0;
}

.panel-link a:hover span.ico.ico-fp {
	background-position: 0 -64px;
}

.panel-link a span.ico.ico-va {
	background-position: -64px 0;
}

.panel-link a:hover span.ico.ico-va {
	background-position: -64px -64px;
}

.panel-link a span.ico.ico-fa {
	background-position: -128px 0;
}

.panel-link a:hover span.ico.ico-fa {
	background-position: -128px -64px;
}

.panel-link a span.ico.ico-fd {
	background-position: -192px 0;
}

.panel-link a:hover span.ico.ico-fd {
	background-position: -192px -64px;
}

.panel-link a span.ico.ico-career {
	background-position: -256px 0;
}

.panel-link a:hover span.ico.ico-career {
	background-position: -256px -64px;
}

.border-style {
	border: 5px solid #aedeff;
}

.border-style:hover {
	border-color: #ffcde0;
}

.panel-link a.border-style:before {
	position: relative;
}

.box-content {
	height: 50px;
	display: block;
	align-items: center;
	justify-content: center;
	line-height: 1.25rem;
	text-align:center;
}

ul.external-links {
	padding-left: 100px;
}

ul.external-links a i {
	font-size: .685rem;
}

.external-link {
	background: url(../img/external-link.png) no-repeat;
	height: 10px;
	width: 10px;
	display: inline-block;
}
/*Footer*/
footer {
	background: #343a40;
}

footer h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #aaaaaa;
}

ul.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.footer-menu li {
	margin-bottom: 10px;
	padding-left: 0;
}

ul.footer-menu li a {
	color: #FFF;
	font-size: .875rem;
}

ul.footer-menu li a:hover {
	color: #e68d37;
}

ul.footer-menu li a:before {
	background-color: #e68d37;
}

ul.footer-menu li a i {
	vertical-align: baseline;
	font-size: .875rem;
}

.copyright {
	background: #2c3136;
	color: #aaa;
	font-size: .875rem;
}

.foot-note {
	background: #2c3136;
	color: #aaa;
	font-size: .875rem;
	position: relative;
	height: 1rem;
}

.foot-note span {
	position: absolute;
	top: -16px;
	left: 49%;
}
/*Inner*/
.inner-header {
	height: 80px;
	font-size: 2.5rem;
	color: #fff;
	line-height: 80px;
	background: #153C5D;
	text-align: center;
}

.contact-link {
	background: #f7f7f7;
	font-size: 1.5rem;
}

a.contact-link:before {
	height: 4px;
}

ul.privacy-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.privacy-list li a {
	line-height: 2.5rem;
}

.left-nav {
	position: relative;
}

.left-nav-content {
	position: sticky;
}

.left-nav-content.shrink {
	top: 80px;
	transition: all 0.3s ease;
}

.scroll-to-top {
	background: #d81b60;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 40px;
	right: 2%;
	font-weight: 100;
	text-align: center;
	line-height: 44px;
	z-index: 1000;
}

.scroll-to-top a {
	color: #FFF;
	display: block;
}
/* Handburger Menu */
.navbar-light .navbar-toggler-icon {
	background-image: url(../img/handburger-menu.png);
}

.navbar-toggler {
	border: none;
}
/* Font Resize */
.text-resize {
	line-height: 86px;
}

.text-resize .btn {
	padding: 0;
	text-align: center;
	width: 32px;
	height: 32px;
}

.text-resize .list-inline-item {
	margin-right: 0;
}

.text-resize .btn-secondary {
	background: #f6f6f6;
	color: #2d2d2d;
	border: none;
}

.text-resize .btn-secondary:hover, .text-resize .btn-secondary:focus,
	.text-resize .btn-secondary:active {
	background-color: #bb1753;
	border-color: #bb1753;
	color: #FFF;
	box-shadow: none;
}

.brand-nav.shrink .text-resize {
	line-height: 60px;
}
/* Modal Style */
.modal-content {
	border-radius: 6px;
}

.modal-header {
	background: #153C5D;
}

.modal-header h3 {
	color: #FFF;
}

.close {
	color: #FFF;
	text-shadow: 0 1px 0 #081e30;
	opacity: 1;
	line-height: 1.2;
}

.close:hover {
	background-color: #bb1753;
	color: #FFF;
	border-top-right-radius: 5px;
	opacity: 1;
}

.modal-footer {
	background: #f6f6f6;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.modal-footer a:before {
	position: relative;
}

.fa-linkedin-square:hover {
	color: #d81b60 !important;
	cursor: pointer;
}

#careers {
	width: 100%;
	height: 40vh;
	position: relative;
	background: url(../img/handshake.png) top center;
	background-attachment: scroll;
	background-size: auto auto;
	background-size: cover;
}

.careers-content {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 0 15px;
}

.careers-content h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 900;
}

.btn-browse-jobs {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding: 10px 22px;
	border-radius: 2px;
	margin: 10px;
	color: #fff;
	border: 2px solid #fff;
}

.btn-browse-jobs:hover {
	text-decoration: none !important;
	color: #fff !important;
	border: 4px solid #fff !important;
}

.pete_signature {
	width: 109px;
	height: 99px
}

.leadership-image
{
	width: 248px;
	height: 250px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media ( max-width : 575.98px) {
	ul.external-links {
		padding-left: 50px;
	}
	ul.footer-menu {
		height: auto;
	}
	ul.footer-menu li {
		width: 100%;
	}
	.leadership .media {
		display: block;
	}
	.carousel-item.hero-one {
		background: #213C5A url(../img/home_mob_banner.png) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.overview {
		background: #213C5A url(../img/about_mob_banner.png) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.solutions {
		background: #213C5A url(../img/Banner_Solutions.jpg) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.capabilities {
		background: #213C5A url(../img/Banner_Capabilities.jpg) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.community {
		background: #fff url(../img/community_mob_banner.jpg) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.career {
		background: #213C5A url(../img/Banner_Careers.jpg) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.resource {
		background: #213C5A url(/guardian/imgs/Banner_Resources.jpg) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.nav-justified .nav-item {
		margin: 3px 5px;
	}
	.nav-justified .nav-item:first-child {
		margin-left: 0;
	}
	.nav-justified .nav-item:last-child {
		margin-right: 0;
	}
	.xs-margin {
		margin-bottom: 10px;
	}
	.cardbox .mt-5 {
		margin-top: 0px !important;;
	}
	.span11 {
		width: 48px !important;
	}
	.span1 {
		width: 10px !important;
	}
	.counter-wrap.counter-section .count-content {
		left: -40px !important;
	}
	.counter-wrap.counter-section .bottom-container {
		height: 275px !important;
		padding: 20px 10px !important;
	}
	.count-number {
		font-size: 25px !important;
	}
	.flip-container {
		left: -60px;
	}
	.caps .flip-container {
		left: -52px !important;
	}
	.career .flip-container {
		left: -41px !important;
	}
	.mt-sm {
		margin-top: 20px;
	}
	#community1 .carousel-item, #community .carousel-item{
		min-height:150px !important;
	}
	#community1 .carousel-inner, #community .carousel-inner{
		margin-top:40% !important;
	}
	.margin-50px-left{
		margin-left:0px !important;
	}
	.cap-box .cap-box-text {
		font-size:12px !important;
		line-height:23px !important;
	}
	.cap-section .col-lg-4 {
	    max-width: 100% !important;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.carousel-item.hero-one {
		background: #213C5A url(../img/home_mob_banner.png) no-repeat center
			center !important;
		height: 400px;
		width: auto;
	}
	.carousel-item.community {
		background: #213C5A url(../img/community_mob_wide_banner.jpg) no-repeat
			center center !important;
		height: 400px;
		width: auto;
	}
	#community1 .carousel-inner, #community .carousel-inner{
		margin-top:40% !important;
	}
	.left-nav-content {
		position: relative;
	}
	.left-nav-content.shrink {
		top: 0px;
	}
	.scroll-to-top {
		bottom: 30px;
		right: 8%;
	}
	.inner-header {
		font-size: 2rem;
	}
	.caps .flip-container {
		left: -38px !important;
	}
	.flip-container {
		left: -60px;
	}
	.lastFlip{
		left:180px;
	}
	.career .flip-container {
		left: -41px !important;
	}
	.span11 {
		width: 180px !important;
	}
	.span1 {
		width: 130px !important;
	}
	.span2 {
		width: 10px !important;
	}
	.counter-wrap.counter-section .count-content {
		left: -40px !important;
	}
	.counter-wrap.counter-section .bottom-container {
		height: 160px !important;
		padding: 20px 10px !important;
	}
	.box-content {
		height:70px !important;
	}
	.cap-section .col-lg-4 {
	    max-width: 45% !important;
	}
	.margin-50px-left {
	    margin-left: 22px !important;
	}
	.cap-box .cap-box-text {
		font-size:12px !important;
		line-height:23px !important;
	}
	
}

@media only screen and (min-width:360px) and ( max-width : 740px) and (orientation : landscape) {
	.fixed-top{
		position:absolute !important;
	}
	.mt-des{
		margin-top:0px !important;
	}
	.cap-section .col-lg-4 {
	    max-width: 50% !important;
	}
	.margin-50px-left {
	    margin-left: 0px !important;
	}
	.cap-box .cap-box-text {
		font-size:12px !important;
		line-height:23px !important;
	}
}
/* @media only screen and (max-width:360px)  {
	.cap-section .col-lg-4 {
	    max-width: 100% !important;
	}
}
@media only screen and (max-width:375px)  {
	.cap-section .col-lg-4 {
	    max-width: 100% !important;
	}
} */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	
}
@media ( max-width : 575.98px) and (orientation : landscape) {
	.cap-section .col-lg-4 {
	    max-width: 50% !important;
	}
}
@media only screen and (min-width:993px) and (max-width:1057px) {
	.brand-nav.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 5px 8px 4px !important;
		font-size:14px;
	}
	.caps .flip-container {
		left: -14px !important;
	}
	.flip-container {
		width: 300px !important;
		height: 300px !important;
	}
	.flip-container p {
		font-size: 12px !important;
		line-height: 1.5em !important;
	}
	.feature-box-01{
		width:auto !important;
		height: 360px !important;
	}
	.span1 {
    	width: 195px !important;
	}
	.span2 {
    	width: 60px !important;
	}
	.span11 {
	    width: 250px !important;
	}
	.cap-section .col-lg-4 {
	    max-width: 33.3% !important;
	}
	.margin-50px-left {
	    margin-left: 0px !important;
	}
	.cap-box .cap-box-text {
		font-size:12px !important;
		line-height:23px !important;
	}
}
/* Medium devices (tablets, less than 992px) */
@media ( max-width : 991.98px) {
	.navbar-toggler {
		position: absolute;
		top: 15px;
		right: 5px;
	}
	.brand-nav .navbar-brand {
		padding: 11px 0;
	}
	.brand-nav .navbar-brand img {
		height: 50px;
		width: auto;
	}
	.brand-nav.navbar-light .navbar-nav .nav-link {
		line-height: 40px;
		color: #FFF;
		background: #c31c5c;
		border-bottom: 1px solid #af1952;
	}
	.brand-nav.navbar-light .navbar-nav .nav-link.active {
		color: #FFF;
		border-bottom: 1px solid #af1952;
	}
	.brand-nav .navbar-nav .login-btn {
		line-height: 50px;
		background: #c31c5c;
		text-align: center;
	}
	.login-btn a.btn-primary {
		border-color: #fff;
		width: 90%;
		color: #FFF;
		margin: 1rem 1rem;
	}
	.mt-des {
		margin-top: 70px;
	}
	.brand-nav.navbar-light .navbar-nav .nav-link:focus, .brand-nav.navbar-light .navbar-nav .nav-link:hover
		{
		color: #fff;
	}
	.front {
		left: 18px;
	}
	.brand-nav.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 5px 8px 10px !important;
	}
}

/* Large devices (desktops, less than 1200px) */
@media ( max-width : 1199.98px) {
	.min-content-height {
		min-height: 327px;
	}
	.text-resize {
		display: none;
	}
}

/* Large devices (desktops, less than 1921px) */
@media ( max-width : 1921px) {
	.min-content-height {
		min-height: 528px;
	}
}

.main-timeline-section {
	position: relative;
	width: 100%;
	margin: auto;
	height: 300px;
}

.main-timeline-section .timeline-start, .main-timeline-section .timeline-end
	{
	position: absolute;
	background: #d81b60;
	border-radius: 200px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}

.main-timeline-section .timeline-end {
	right: 0px;
}

.main-timeline-section .conference-center-line {
	position: absolute;
	width: 100%;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #F2635F;
}

.timeline-article {
	width: 20%;
	position: relative;
	min-height: 300px;
	float: right;
}

.timeline-article .content-date {
	position: absolute;
	top: 35%;
	left: -30px;
	font-size: 18px;
}

.timeline-article .meta-date {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #F2635F;
}

.timeline-article .content-box {
	box-shadow: 2px 2px 4px 0px #c1c1c1;
	border: 1px solid #F2635F;
	border-radius: 5px;
	background-color: #fff;
	width: 180px;
	position: absolute;
	top: 60%;
	left: -80px;
	padding: 10px;
}

.timeline-article-top .content-box:before {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	border: 10px solid transparent;
	border-bottom-color: #F2635F;
}

.timeline-article-bottom .content-date {
	top: 59%;
}

.timeline-article-bottom .content-box {
	top: 0%;
}

.timeline-article-bottom .content-box:before {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	border: 10px solid transparent;
	border-top-color: #F2635F;
}

.btn-third {
	position: absolute;
	width: 50%;
	height: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: #F6F6F6;
}

@media screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
		margin-top: 0;
	}
	.dropdown-toggle {
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
		margin-bottom: 0;
	}
}

.dropdown-item {
	font-weight: bold;
	transition: all 0.3s ease;
}

.dropdown-item:hover {
	background-color: #5C82A5;
}

.carousel-item.overview {
	background: #213C5A url(../img/Banner_About.jpg) no-repeat center center;
}

.carousel-item.solutions {
	background: #213C5A url(../img/Banner_Solutions.jpg) no-repeat center
		center;
}

.carousel-item.capabilities {
	background: #213C5A url(../img/Banner_Capabilities.jpg) no-repeat center
		center;
}

.carousel-item.community {
	background: #213C5A url(../img/community_banner.png) no-repeat center
		center;
	min-height: 400px !important;
}

.carousel-item.career {
	background: #213C5A url(../img/Banner_Careers.jpg) no-repeat center
		center;
}

.carousel-item.resource {
	background: #213C5A url(/guardian/imgs/Banner_Resources.jpg) no-repeat center
		center;
}

.about-sub-link .list-group-item, .solutions .list-group-item {
	border: 0px;
}

.icon-64 {
	width: 50px;
	height: 50px;
	padding: 12px;
	font-size: 30px;
	line-height: 28px;
}

.icon-64.icon-circled {
	background-color: #153C5D;
	border-radius: 32px;
	color: #fff;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}

.icon-64.icon-circled:hover {
	background-color: #D81B60;
}

.community .carousel-inner {
	border: none;
	border-radius: 2px;
}

#community {
	margin: auto;
}

.carousel-inner img {
	width: 100% !important;
}

.resources .box-style {
	border: 1px solid #F5F5F5;
}

.testimonials .carousel {
	margin: 50px auto;
	padding: 0 70px;
}

.testimonials .carousel .item {
	color: #000000;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
	transition-duration: 2s;
}

.testimonials .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.testimonials .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 5px 0 10px;
}

.carousel .overview {
	font-style: italic;
}

.testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #2b6eac;
}

.testimonials .carousel .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}

.testimonials .carousel-control i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.testimonials .carousel .carousel-indicators {
	bottom: -40px;
}

.testimonials .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}

.testimonials .carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonials .carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonials p i {
	margin: auto 10px auto 10px;
	color: #153C5D;
	font-size: 15px;
}

.blue {
	background-color: #5C82A5;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.blue a {
	color: #fff;
	text-decoration: underline;
}

.bg-dark {
	background-color: #153C5D !important;
}

.card-body .list-group-item {
	background-color: #153C5D !important;
	color: #fff !important;
	border: 0px;
	padding: 0px !important;
	font-size: 10px !important;
	list-style: circle !important;
}

.big-centered-icon {
	font-size: 144px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.class-box {
	text-align: center;
	position: relative;
	margin: 8px;
	width: 100%;
	padding-bottom: 40%;
}

#gotoTimeline .list-group-item {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.mt-75 {
	margin-top: 75px;
}

.mt-10r {
	margin-top: 10rem;
}

#call-to-action {
	/*background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/handshake.png) fixed center center;*/
	background-size: cover;
	padding: 60px 0;
}

#call-to-action h3 {
	font-size: 20px;
	font-weight: 700;
}

#call-to-action p {
	
}

#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}

#call-to-action .cta-btn:hover {
	background: #18d26e;
	border: 2px solid #18d26e;
}

.cta {
	background: #5C82A5;
	padding: 40px 0;
	color: #fff;
}

.cta p {
	padding: 0;
	margin: 0;
}

.counter-wrap.counter-section .top-container {
	vertical-align: middle;
	margin-bottom: 30px;
}

.counter-wrap.counter-section .ec-featured-item span, .counter-wrap.counter-section .ec-featured-item figure
	{
	position: relative;
	overflow: visible;
}

.counter-wrap.counter-section .ec-featured-item span:after,
	.counter-wrap.counter-section .ec-featured-item figure:after {
	position: absolute;
	content: '';
	height: 30px;
	width: 3px;
	background-color: #153C5D;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.counter-wrap.counter-section .bottom-container {
	border: 2px solid #d2d2d2;
	position: relative;
	padding: 30px 30px;
	border-top: 0;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.counter-wrap.counter-section .bottom-container>span.span2 {
	width: 5%;
}

.counter-wrap.counter-section .bottom-container>span.span2,
	.counter-wrap.counter-section .bottom-container>span.span1 {
	background-color: #d2d2d2;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.counter-wrap.ec-template12 .bottom-container>span.span2, .counter-wrap.counter-section .bottom-container>span.span2
	{
	content: "";
	position: absolute;
	height: 2px;
	background-color: #dbdbdb;
	top: 0;
	left: 0;
	width: 10%;
}

.counter-wrap.counter-section .counter-item:hover .bottom-container>span.span2,
	.counter-wrap.counter-section .counter-item:hover .bottom-container>span.span1,.counter-wrap.counter-section .counter-item:hover .bottom-container>span.span11
	{
	background-color: #153C5D;
}

.counter-wrap.counter-section .counter-item:hover .bottom-container {
	border-color: #153C5D;
}

.counter-wrap.counter-section .ec-featured-item i {
	color: #153C5D;
	font-size: 40px;
}

.counter-wrap.counter-section .count-content {
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.1;
	position: absolute;
	top: 0;
	left: 15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.counter-wrap.counter-section .ec-count-prefix, .counter-wrap.counter-section .count-number,
	.counter-wrap.counter-section .ec-count-suffix {
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	color: #aeaeae;
	margin: 0 0 0 50px;
}

.counter-wrap.counter-section .count-title {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.counter-wrap.counter-section .count-subtitle {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #737373;
}

.counter-wrap.counter-section .ec-count-button {
	margin-top: 15px;
}

.counter-wrap.counter-section .ec-count-button a {
	color: #2a2a2a;
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.1;
	font-family: "Montserrat", sans-serif;
	position: relative;
	padding-bottom: 8px;
}

.counter-section .counter-items-block.ec-column-4 {
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}

.counter-wrap.counter-section .ec-count-button a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #153C5D;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.counter-wrap.counter-section .ec-count-button a:hover {
	letter-spacing: 1px;
}

.counter-wrap.counter-section .ec-count-button a:hover:after {
	width: 35px;
}

.counter-wrap {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}

.ec-common-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.counter-items-block {
	position: relative;
	z-index: 2;
}

.counter-items-block .counter-item {
	float: left;
	margin: 15px 1%;
	overflow: hidden;
	-moz-transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.counter-items-block.ec-column-6 .counter-item {
	width: 14.66%;
}

.counter-items-block.ec-column-5 .counter-item {
	width: 18%;
}

.counter-items-block.ec-column-4 .counter-item {
	width: 23%;
}

.counter-items-block.ec-column-3 .counter-item {
	width: 31.33%;
}

.counter-items-block.ec-column-2 .counter-item {
	width: 48%;
}

.counter-wrap.counter-section .bottom-container>span.span1,
	.counter-wrap.counter-section .bottom-container>span.span2,
	.counter-wrap.counter-section .bottom-container>span.span11 {
	position: absolute;
	height: 2px;
	background-color: #dbdbdb;
	top: 0;
	right: 0;
}

.counter-items-block.ec-column-1 .counter-item {
	width: 100%;
	float: none;
	margin: 0 0 30px;
	padding: 0 10px;
}

.counter-wrap.counter-section .counter-items-block.ec-column-4 .counter-item
	{
	width: 47%;
}

.clearfix:before, .clearfix:after {
	clear: both;
	display: table;
	content: '';
	flex-basis: 0;
	order: 1;
}

.counter-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service-simple {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
	box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16)
}

.service-simple img, .service-home img {
	width: 50%;
	transition: all 0.5s ease 0s;
	margin-top: 15px;
}

.service-simple .imgbox {
	text-align: center;
	background-color: #F5F7F6;
	height: 200px;
}

.imgbox {
	text-align: center;
	background-color: #F5F7F6;
}

.service-simple img:hover, .service-home img:hover {
	transform: scale(1.1)
}

.service-simple-inner {
	position: relative;
	padding: 25px 25px 20px
}

.service-simple-inner p {
	max-width: 95%
}

.service-simple-inner a {
	display: inline-block
}

.service-simple h4 {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 0
}

.separator-line-horrizontal-full {
	width: 100%;
	height: 1px;
}

.media-separator-line-horrizontal-full {
	width: 100%;
	height: 2px;
}

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

.margin-10px-top {
	margin-top: 10px;
}

.bg-medium-gray {
	background-color: #dbdbdb;
}

.feature-box-01 {
	background: #fff;
	border: 5px solid rgba(0, 0, 0, 0.05);
	width: 310px;
	height: 300px;
	padding: 15px 15px;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
	min-height: 250px;
}

.feature-box-01 p {
	margin-bottom: 10px
}

.feature-box-01 .icon-tools {
	color: #939393
}

.feature-box-01:hover {
	background: #ffffff;
	border: 5px solid #153C5D
}

.process-steps-xs li {
	position: relative;
	float: left;
	list-style-type: none;
	display: inline-block;
	text-align: center;
}

.process-step-xs {
	position: relative;
	padding: 0;
}

.process-step-xs .process-step-icon i {
	color: #86bc42;
	font-size: 47px;
}

.process-step-xs h3 {
	position: relative;
	font-size: 14px;
	font-weight: 600;
}

.pr-3
{
	padding-right: 5%;
}

.cta1 {
	padding: 10px 0;
}

.span1 {
	width: 310px;
}

.span11 {
	width: 370px;
}

.ml20 {
	margin-left: 21px;
}

.badge {
	width: 150px;
	font-weight: 500;
}

.resources img {
	width: 150px;
	height: 150px;
}

.flip-container {
	width: 350px;
	height: 350px;
	position: relative;
	cursor:pointer;
}

.caps .flip-container {
	left: -13px;
}

.side {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-container .content {
	text-align: center;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 24px;
}

.flip-container p {
	margin-top: 50px;
	font-size: 14px;
	line-height: 1.7em;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	padding-left: 10px;
}

.front {
	z-index: 2;
	background-size: 100vh;
	background-size: cover;
}

.front.risk {
	background-image: url(../img/Capabilities_Cube_Risk.png);
}

.front.platform {
	background-image: url(../img/Capabilities_Cube_Platform.png);
}

.front.capital {
	background-image: url(../img/Capabilities_Cube_Capital.png);
}

.front.robust {
	background-image: url(../img/Capabilities_Cube_Analytics.png);
}

.front.hedging {
	background-image: url(../img/Capabilities_Cube_Hedging.png);
}

.front.industry {
	background-image: url(../img/Capabilities_Cube_Industry.png);
}

.front.infrastructure {
	background-image: url(../img/Capabilities_Cube_Infrastructure.png);
}

.front.behavior {
	background-image: url(../img/Capabilities_Cube_Behavior.png);
}

.front.expertise {
	background-image: url(../img/Capabilities_Cube_TeamExpertise.png);
}

.front.benefits {
	background-image: url(../img/Carreers_Cube_Benefits.png);
}

.front.progression {
	background-image: url(../img/Carreers_Cube_Progression.png);
}

.front.workLife {
	background-image: url(../img/Carreers_Cube_WorkLife.png);
}

.front.inclusion {
	background-image: url(../img/Carreers_Cube_Inclusion.png);
}

.front.community {
	background-image: url(../img/Carreers_Cube_Community.png);
}

.front.recognition {
	background-image: url(../img/Carreers_Cube_Recognition.png);
}

.back {
	z-index: 0;
	background-size: 100vh;
	background-size: cover;
	background-image: url(../img/Capabilities_Cube_Back.png);
}

.flip-container:hover {
	/*-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
	
}

.flip-container .list-group-item {
	background-color: transparent !important;
	border: 0px;
	padding: 0px !important;
	font-size: 13px !important;
	list-style: circle !important;
}

.browse-btn {
	width: 250px;
	font-weight: bold;
}
.covid-btn {
	width: 350px;
	font-weight: bold;
}
.margin-50px-bottom {
    margin-bottom: 50px;
}

.cap-box-img {
	width: 100%;
	height: auto
}

.cap-box-img img {
	width: 100%
}

.cap-box .cap-box-description {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	opacity: 0;
	transition: all 200ms ease-in-out;
	padding: 15px;
	z-index: 9
}

.cap-box .social-links {
	transform: translateY(15px);
	transition: transform 300ms ease-in-out, opacity 150ms ease-in;
	opacity: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.cap-box .cap-box-text {
	transform: translateY(15px);
	transition: transform 300ms ease-in-out, opacity 150ms ease-in;
	opacity: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	position: relative;
	display: inline-block;
	color: #f7f7f7;
	font-size:12px;
	line-height:25px;
}

.cap-box .cap-box-description-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%
}

.cap-box .cap-box-description-content {
	display: table-cell;
	vertical-align: middle
}

.cap-box .cap-box-img {
	position: relative;
	display: block;
	overflow: hidden
}

.cap-box .bg-cover {
	background-color: #153C5D;
	opacity: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	transform: scale(2);
	transition: all 200ms ease-in-out;
	display: none;
	z-index: 1
}

.cap-box .cap-box-img>img {
	transition: all 0.2s ease 0s
}

.cap-box:hover .bg-cover {
	background-color: rgba(21,60,93, 0.83);
	display: block
}


.cap-box:hover .cap-box-text {
	transition-delay: 200ms, 200ms;
	opacity: 1;
	transform: translateY(0)
}

.cap-box:hover .cap-box-img>img {
	filter: blur(4px) grayscale(4%)
}

.cap-box:hover .cap-box-description {
	opacity: 1
}
.margin-10px-bottom {
    margin-bottom: 10px;
}

.cap-section .col-lg-4{
		max-width:28% ;	
}
.margin-50px-left{
	margin-left:50px;
}