/* Minification failed. Returning unminified contents.
(663,27): Scanner error CSS1002: Unterminated string: "
(663,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '"
'
(675,27): Scanner error CSS1002: Unterminated string: "
(675,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '"
'
(1557,16): run-time error CSS1031: Expected selector, found '-->'
(1557,16): run-time error CSS1025: Expected comma or open brace, found '-->'
 */
/*
Typekit override

<script src="//use.typekit.net/nam5bfy.js"></script>
<script> try { Typekit.load( { async: true } ); } catch ( e ) {} </script>

Effra
	Light (300)
	+ Italic
	Regular (400)
	+ Italic
	Medium (500)
	+ Italic
	Bold (700)
	+ Italic
*/

* {
	font-family: 'effra', 'Open Sans', sans-serif !important;
}
.fa {
	font-family: 'FontAwesome' !important;
}
.icon-custom,
.icon-custom *,
i[class*="icon"],
i[class*="icon"] * {
	font-family: 'Simple-Line-Icons' !important;
}

/* Add here all your css styles (customizations) */

.btn-xl,
.btn-group-xl > .btn {
    padding: 20px 32px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.topbar-v3 {
	background: #F1F1F1;
	display: none;
}
.topbar-v3 .right-topbar li,
.topbar-v3 .right-topbar li a {
	vertical-align: middle;
	color: #4B4F54;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
.topbar-v3 .right-topbar li a[href^="tel:"] {
	font-size: 20px;
	color: #707070;
	font-weight: 400;
}
.topbar-v3 .btn-topbarcontact {
	background: #01689e;
	background: -mox-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: -webkit-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: linear-gradient( to right, #01689e 0%, #017FBE 100% );
	color: #ffffff;
	padding: 2.5px 10px;
	margin: 5px 0;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	font-weight: 300;
	transition: all .25s;
}

    .topbar-v3 .btn-topbarpayment {
        background: #4CAF50;
        background: -mox-linear-gradient( left, #4CAF50 0%, #66BB6A 100% );
        background: -webkit-linear-gradient( left, #01689e 0%, #017FBE 100% );
        background: linear-gradient( to right, #4CAF50 0%, #66BB6A 100% );
        color: #ffffff;
        padding: 2.5px 10px;
        /* margin: -30px 25px 10px 0px; */
        margin: 5px 0;
        border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        font-weight: 300;
        transition: all .25s;
    }

.topbar-v3 .search {
	color: #4B4F54;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
}

.header .dropdown > a:after {
	color: #d25e00;
}
.header .dropdown:hover > a:after,
.header .navbar-nav > li:hover > a {
	color: #81c1cf;
}
.header .dropdown-menu {
	border-top: solid 2px #81c1cf;
}
.header .mega-menu .dropdown-menu.innerpartner,
.header .mega-menu .dropdown-menu.innerresource {
	right: 0;
}
.header .navbar-toggle {
	border-color: #d25e00;
}
.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
	background: #d25e00;
}
.header .navbar-toggle:hover {
	background: #81c1cf !important;
	border-color: #81c1cf;
}

button.navbar-toggle.mobile-phone {
	margin-right: 15px;
    background: #81c1cf;
    border: 1px solid #81c1cf;
}

#global-header.shrink {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#global-header.shrink .header .mega-menu {
	margin-top: 0px;
    padding-bottom: 10px;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#global-header.shrink .header a.logo img {
	width: 150px;
	height: auto;

	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/*
.headhesive {
	position: fixed;
    top: 0;
    left: 0;
    background: #c95a5d;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    z-index: 10000;
}

.headhesive.headhesive--stick {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

#global-header.headhesive .header .mega-menu {
	margin-top: -60px;
    padding-bottom: 10px;
}
*/

@media (max-width: 375px) {
	button.navbar-toggle.mobile-phone {
       	        right: 40px;
	}
}

@media (max-width: 991px) {
	.header .topbar {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.topbar-v3 {
		display: block;
	}
	.header .navbar-nav > li > a:hover,
	.header .navbar-nav > .active > a {
		bottom: -2px;
		position: relative;
		border-bottom: none;
	}
	.header .navbar-nav > .active > a {
		color: #4B4F54;
	}
}

.footer-v6 .footer {
	padding: 40px 0;
	background: #001d42;
	/* Old browsers */
	background: -moz-linear-gradient(top, #001d42 0%, #005988 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #001d42 0%, #005988 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #001d42 0%, #005988 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer h3 {
	color: #fff;
	margin: 0;
	font-size: 15px;
}

body {
	overflow-x: hidden;
}

/* icons */

.icon-unify {
	width: 120px;
	height: 120px;
	margin: auto;
	background: transparent url(/assets/img/icon-unify.png);
}
.icon-scale {
    width: 120px;
    height: 120px;
    margin: auto;
    background: transparent url(/assets/img/icon-scale.png);
}
.icon-award {
    width: 120px;
    height: 120px;
    margin: auto;
    background: transparent url(/assets/img/icon-award.png);
}
.icon-starr {
    width: 120px;
    height: 120px;
    margin: auto;
    background: transparent url(/assets/img/icon-star.png);
}
.icon-dollar {
    width: 120px;
    height: 120px;
    margin: auto;
    background: transparent url(/assets/img/icon-dollar.png);
}

.container h2 {
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 43px;
	line-height: 42px;
}
.container p {
	font-size: 26px;
	line-height: 32px;
	font-weight: 200;
}

.headline-center-v2 h2 {
	text-transform: none;
}
.headline-center h2:after {
	background: none;
}
.service-block-v4 .headline-center {
    text-align: center;
}
.headline-dark {
    text-align: center;
}
.headline-left {
    text-align: left ;
}

.service-desc .narrow {
	font-size: 23px;
	font-weight: 200;
	padding: 0px 7%;
}

.button {
	margin: 60px 0px 40px 0px;
	padding: 5px 45px;
	font-size: 19px;
	font-weight: 400;
	white-space: nowrap;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
.slider-button {
	margin: 1vw 0px 0px 0px;
	padding: 1px 30px;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
}

.white-blue {
	color: #fff !important;
	background: #01689e;
	background: -mox-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: -webkit-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: linear-gradient( to right, #01689e 0%, #017FBE 100% );
	padding: 5px 10px;
	margin: 5px 0;
	border-style: solid;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	font-weight: 300;
	transition: all .25s;
}

.white-blue:hover {
    color: #fff !important;
	background: #01689e;
	background: -mox-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: -webkit-linear-gradient( left, #01689e 0%, #017FBE 100% );
	background: linear-gradient( to right, #01689e 0%, #017FBE 100% );
    text-decoration: none;
}

.white-blue.bordered {
	border: 1px solid #0024d2;
}

.white-orange {
	color: #fff!important;
	background:linear-gradient( to bottom, #cd6632 0%, #e38000 80% );
	border: 0;
	transition: all .25s;
}
.white-orange:hover {
	color: #fff!important;
	background:linear-gradient( to bottom, #cd6632 0%, #e38000 80% );
	text-decoration:none;
}
.white-orange-banner {
        color: #d25e00!important;
        background-color: #fff;
        border: 0;
        transition: all .25s;
}
.white-orange-banner:hover {
        color: #fff!important;
        background-color: #d25e00;
        text-decoration:none;
}

.white-orange.bordered {
	border: 1px solid #d25e00;
}
@media (max-width: 400px) {
	.button {
		margin: 40px 0px 40px 0px;
		padding: 5px 25px;
		font-size: 14px;
		font-weight: 400;
		border-radius: 20px !important;
		-moz-border-radius: 20px !important;
		-webkit-border-radius: 20px !important;
	}
	.slider-button {
		padding: 0px 15px;
	}
}

#topcontrol:hover {
	background: #d25e00;
}

/* HOME SLIDER */
.revolution-ch1 {
  display: table;
  top: 0;
  color: #fff;
  width: 470px;
  height: 80%;
  font-size: 45px;
  font-weight: 200;
  line-height: 40px;
  padding: 0px;
  text-align: center;
  border: none;
  text-transform: none;
  font-family: "Open Sans", sans-serif;

}
.revolution-mch-1:after {
	background: transparent;
}
.tp-caption-center {
	display: table-cell;
	vertical-align: middle;
}
.tp-caption-text {
	bottom: 0;
	top: auto !important;
	left: 0 !important;
	width: 100%;
	height: 105px;
}
.tp-caption-text-blue {
	background: #0B83B9;
	background: linear-gradient(180deg, rgba(20, 114, 160, 1) 0%, rgba(0, 154, 218, 1) 100%);
}
.tp-caption-text-green {
	background: #45ABBB;
	background: linear-gradient(180deg, rgba(0, 145, 164, 1) 0%, rgba(131, 195, 209, 1) 100%);
}
.tp-caption-text-orange {
	background: #DD7000;
	background: linear-gradient(180deg, rgba(214, 94, 0, 1) 0%, rgba(227, 128, 0, 1) 100%);
}
.tp-caption-text-dark-blue {
	background: #003C6A;
	background: linear-gradient(180deg, rgba(0, 29, 66, 1) 0%, rgba(0, 89, 143, 1) 100%);
}
.tp-caption-text-mulberry {
    background: linear-gradient(180deg, rgba(133, 0, 87,1) 0%, rgba(162, 0, 119, 1) 100%);
}
.tp-caption h2 {
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 1;
	font-size: 46px;
	font-weight: 300;
	white-space: normal;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
@media(max-width: 991px) {
	.tp-caption-text {
		height: 8.58vw;
	}
	.tp-caption h2 {
		font-size: 2.7vw;
	}
}
/* CUSTOMER EXPERIENCE GOALS SECTION */
.bg-image-v1 {
    /*	background: url(/assets/img/bg/GettyImages-562872701_dark.jpg) repeat fixed;*/
    background: url(/assets/img/GettyImages-495541726-medium.jpg) no-repeat center fixed;
    background-size: cover;
    position: static; /* Known issue in Chrome 67.0.3396.99, fixed background images disappear after a few seconds. */
}
.bg-image-v1:before {
	content: none;
	background: none;
}
.parallax-counter-v2 {
	background: transparent;
	padding: 40px 0;
}
.parallax-counter-v2:after {
	display: none;
}
.parallax-counter-v2 .counters {
	background: transparent;
	border: 0;
	position: absolute;
	vertical-align: middle;
	z-index: 3;
}
.parallax-counter-v2 .counters span {
	vertical-align: middle;
	color: inherit;
}
.parallax-counter-v2 .counters .counter,
.parallax-counter-v2 .counters .large-text {
	font-weight: 800;
	font-size: 46px;
	line-height: 46px;
}
.parallax-counter-v2 .counters .counter-label {
	font-size: 26px;
	line-height: 26px;
}
.parallax-counter-v2 .counters .counter-subtext {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #555;
}
.service-block-v4:after {
	content: none;
}

.service-block-v4 .md-margin-bottom-50 {
	margin-bottom: 50px;
}

.service-block-v4 a.button.bordered {
    margin: auto;
    margin-bottom: 50px;
	display: block;
	clear: both;
	width: 300px;
}

.approach-block-intro {
	padding: 180px 15px;
}
.service-chart {
	max-width: 100%;
	height: auto;
	float: none;
    margin: 3% auto 3% auto;
}
.mapcontainer {
	position: relative;
	z-index: 1;
}
.worldmap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
}
#uptime {
	top: 0;
	left: 45%;
	color: #001d42;
}
#uptime .counter-subtext {
	display: inline-block;
}
#agents {
	top: 60%;
	left: 5%;
	color: #d25e00;
}
#countries {
	top: 40%;
	left: 30%;
	color: #008c9f;
}
#interactions {
	bottom: 3%;
	right: 18%;
	color: #800057;
}
#cloud {
	top: 45%;
	right: 0;
	color: #009ada;
}
#sla {
	bottom: 3%;
	left: 38%;
	color: #005a8e;
}
#sla .counter-subtext span {
	font-size: 17px;
	color: #005a8e;
}
@media ( max-width: 768px ) {
	.parallax-counter-v2 .worldmap {
		position: absolute;
		top: 50%;
		margin-top: -25%;
	}
	.parallax-counter-v2 .counters {
		padding: 10px 0;
		position: relative;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
	}
}
/* TESTIMONIALS SECTION */
.bg-image-v2 {
	background: url(/assets/img/502042078.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.bg-image-v2:before {
	content: none;
	background: none;
}

.flat-testimonials {
	/*padding: 100px 0;*/
    padding: 30px 0;
}
.flat-testimonials .headline-center {
    text-align: center;
	/*margin-bottom: 140px;*/
}
.flat-testimonials .flat-testimonials-in {
	margin: 0px 20px 0px 20px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    background: rgba(0,0,0,0.3);
	height: 325px;
}
.flat-testimonials .flat-testimonials-in p {
	font-size: 22px;
}
.flat-testimonials .flat-testimonials-in button {
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	left: 50%;
}
.flat-testimonials .flat-testimonials-in strong {
	font-weight: 400;
}
.flat-testimonials .flat-testimonials-in p:before, .flat-testimonials .flat-testimonials-in p:after {
    content: none;
}
.flat-testimonials .flat-testimonials-in img {
    width: auto;
    height: 100px;
    margin: 0 auto 5px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #fff;*/
}
.flat-testimonials:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 640px) {
	#commitblock {
		margin-top: 0px;
        background-color: #f7f7f7 !important;
        padding-bottom: 50px;
        padding-top: 10px;"
	}
    #image {
        
        display: none;
    }
}
@media screen and (min-width: 641px) {
	#commitblock {
		margin-top: 0px;
        background-color: #f7f7f7 !important;
        padding-bottom: 0px;
        padding-top: 10px;"
	}
}

// screen is less than or equal to max-width
@media(max-width: 991px) {
	.flat-testimonials .flat-testimonials-in {
		margin: 0;
	}
	.flat-testimonials .flat-testimonials-in p {
		font-size: 18px;
		line-height: 23px;
	}
	.flat-testimonials-in .button {
		font-size: 18px;
		line-height: 23px;
		padding: 5px 35px;
	}
}
// screen is less than or equal to max-width
@media(max-width: 767px) {
	.flat-testimonials .flat-testimonials-in {
		border-bottom: 1px #fff solid;
	}
	.flat-testimonials .flat-testimonials-in button {
		bottom: 40px;
	}
}

/* CALL TO ACTION SECTION */
#call-action {
	padding: 70px 15px;
}
#call-action h2 {
	margin: 0px;
	line-height: 38px;
}
#call-action button,
#call-action a.button {
	margin-top: 28px;
	display: inline-block;
}

#call-action a.button:hover {
	text-decoration: none;
}

#header-container {
	position: relative;
}

#header-content-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
.vertical-container {
	font-size: 0;
	height: 100%;
}
.vertical-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.vertical-center {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
#header-content-container h2 {
	font-size: 37px;
	font-weight: 100;
	line-height: 47px;
	color: #D35E00;
	max-width: 540px;
	width: 38vw;
	margin-left: 640px;
}
@media (min-width: 1600px) {
	#header-content-container h2 {
		margin-left: 40%;
	}
}


.tp-banner-container .breadcrumbs {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.breadcrumbs {
	width: 100%;
	/*height: 60px;*/
	position: absolute;
	bottom: 0%;
	background-image: none;
	background-color: #81C1CF;
	opacity: 0.7;
}
.breadcrumbs h1 {
	color: #fff;
	font-size: 32px;
	line-height: 25px;
	font-weight: 100;
	opacity: 1;
}
.breadcrumbs a:link,
.breadcrumbs a:active,
.breadcrumbs a:hover,
.breadcrumbs a:visited {
	color: #fff;
	font-size: 19px;
	font-weight: 100;
	opacity: 1;
}
.breadcrumb {
	/*left: 20px;*/
    padding-right: 0;
    padding-left: 0;
	line-height: 10px;
}

ul.breadcrumb {
    padding-left: 15px;
}

.breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb a {
	color: #fff;
	font-weight: 300;
}

.breadcrumb li a,
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #fff;
	font-size: 19px;
	font-weight: 100;
	opacity: 1;
	text-decoration: none;
}

/* OUR APPROACH PAGE */
#approach-image {
	background-position: center;
	background-repeat: no-repeat;
    /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
	height: 400px;
	/*background-image: url(/assets/img/approach-header.png);*/
    background-image: url(/assets/img/ProcessFlow.jpg);
}
@media(max-width: 991px) {
	#approach-image {
		height: 40vw;
 	}
	#header-content-container h2 {
		margin-left: 59vw;
		font-size: 30px;
	}
}
@media (max-width:1220px){
	#approach-image {
		/*height: 40vw;*/
        display: none;
	}
}
@media(max-width: 767px) {
	#header-content-container h2 {
		font-size: 25px;
		line-height: 30px;
	}
}
@media(max-width: 600px) {
	#header-content-container h2 {
		font-size: 18px;
		line-height: 23px;
	}
	.vertical-center {
		vertical-align: top;
		margin-top: 50px;
	}
}
@media (max-width: 550px) {
	.breadcrumbs .breadcrumb {
		left: 0;
		padding: 0;
		text-align: center;
	}
	.breadcrumbs h1 {
		line-height: 5px;
		padding-bottom: 19px;
	}
	.vertical-center {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.breadcrumbs {
		bottom: -60px;
		opacity: 1;
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.vertical-center {
		margin-top: 10px;
	}
	.breadcrumbs h1 {
		font-size: 25px;
		line-height: 5px;
		padding-bottom: 19px;
	}
	#header-content-container h2 {
		font-size: 16px;
		line-height: 18px;
	}
}
h3.our-technology {
	font-size: 32px;
	width: 250px;
	border-top: 6px #DC5E1B solid;
	padding: 20px 0px 30px 0px;
	margin: 0;
}
h3.our-people {
	font-size: 32px;
	width: 250px;
	border-top: 6px #009BDB solid;
	padding: 20px 0px 30px 0px;
	margin: 0;
}
h3.our-partners {
	font-size: 32px;
	width: 250px;
	border-top: 6px #002642 solid;
	padding: 20px 0px 30px 0px;
	margin: 0;
}
.our-technology-header {
	width: 100%;
	height: 100px;
	background: #DF561C;
    background: -webkit-linear-gradient(#DF561C, #E08000);
    background: -o-linear-gradient(#DF561C, #E08000);
    background: -moz-linear-gradient(#DF561C, #E08000);
    background: linear-gradient(#DF561C, #E08000);
}
.our-technology-header h2 {
	color: #fff;
	font-size: 38px;
	fonnt-weight: 200;
	padding-top: 36px;
}
.our-technology-parallax-bg {
	background: url(/assets/img/bg/9.jpg) repeat fixed;
}
.our-people-header {
	width: 100%;
	height: 100px;
	background: #009CDC;
}
.our-people-header h2 {
	color: #fff;
	font-size: 38px;
	fonnt-weight: 200;
	padding-top: 36px;
	margin: 0;
}
#our-people {
	color: #fff;
	background: #0078AE;
    background: -webkit-linear-gradient(#0095D4, #0078AE);
    background: -o-linear-gradient(#0095D4, #0078AE);
    background: -moz-linear-gradient(#0095D4, #0078AE);
    background: linear-gradient(#0095D4, #0078AE);
}
#our-people .content-sm {
	padding-top: 40px;
}
#our-people h2 {
	font-size: 38px;
	font-weight: 200;
	line-height: 40px;
	color: #fff;
	margin: 10px 0px 5px 0px;
}
#our-people h3 {
	color: #fff;
	text-transform: none;
	font-weight: 200;
	font-size: 26px;
	line-height: 30px;
	font-weight: 200;
}
#our-people h4 {
	color: #fff;
	text-transform: none;
	font-size: 23px;
	font-weight: 200;
	padding: 30px 81px 50px 81px;
}
#our-people p {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	line-height: 28px;
	padding: 0px 20px 35px 20px;
}
.our-partners-header {
	width: 100%;
	height: 100px;
	background: #00598A;
}
.our-partners-header h2 {
	color: #fff;
	font-size: 38px;
	fonnt-weight: 200;
	padding-top: 36px;
	margin: 0;
}
#our-partners {
	color: #fff;
	background: #001D42;
    background: -webkit-linear-gradient(#004F7E, #001D42);
    background: -o-linear-gradient(#004F7E, #001D42);
    background: -moz-linear-gradient(#004F7E, #001D42);
    background: linear-gradient(#004F7E, #001D42);
}
#our-partners .content-sm {
	padding-top: 40px;
}
#our-partners .headline-center {
	max-width: 760px;
	margin: 0 auto 60px;
}
#our-partners h2 {
	font-size: 38px;
	font-weight: 200;
	line-height: 40px;
	color: #fff;
	margin: 10px 0px 5px 0px;
}
#our-partners h3 {
	color: #fff;
	text-transform: none;
	font-size: 26px;
	font-weight: 200;
}
#our-partners h4 {
	color: #fff;
	text-transform: none;
	font-size: 23px;
	font-weight: 200;
	padding: 30px 81px 50px 81px;
}
#our-partners p {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	line-height: 28px;
	padding: 0px 20px 35px 20px;
}
/* FOOTER */
.footer-v6 .footer {
	padding: 40px 0;
	background: #001d42;
	/* Old browsers */
	background: -moz-linear-gradient(top, #001d42 0%, #005988 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #001d42 0%, #005988 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #001d42 0%, #005988 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.footer-v6 img {
	margin-top: 40px;
}
.footer-v6 h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}
.footer-v6 p {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.3em;
	margin-right: 44px;
}
.footer-v6 .link-list a {
	font-size: 16px;
	font-weight: 200;
}
.tp-caption-center {
	display: table-cell;
	vertical-align: middle;
}

/* PRODUCTS */
#products-header {
	height: 400px;
	background: transparent url(/assets/img/bg-header-products.jpg) top center no-repeat;
	background-size: cover;
}
.title-box {
	border: 0;
}

.title-box .title-box-text {
	color: #4b4f54;
	font-size: 38px;
	font-weight: 700;
}

.title-box p {
	color: #4b4f54;
	font-size: 26px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: .015em;
}

.promo-box {
	padding: 0;
	margin: 25px 0 25px;
}

.promo-box strong,
.promo-box:hover strong {
	color: #4b4f54;
	font-size: 23px;
	line-height: 26px;
}

.promo-box a {
	display: block;
}

.promo-box a:hover {
	text-decoration: none;
}

.product-block .content {
	position: relative;
	padding: 140px 30px 120px;
}

.product-block-bg {
	background: black none top center;
	background-size: cover;
}

.product-block-bg .title-box .title-box-text,
.product-block-bg .title-box p,
.product-block-bg .promo-box strong,
.product-block-bg .promo-box:hover strong {
	color: white;
}

.product-block-intro .content {
	padding: 120px 30px 160px;
}
.product-block-cloud-infrastructure {
	background-image: url(/assets/img/bg/872794_grey.jpg);
}
.product-block-workforce-optimization {
	background-image: url(/assets/img/bg/84373347_grey.jpg);
}
.product-block-analytics {
	background: #40A8B9;
  background : linear-gradient(0deg, rgba(0, 144, 163, 1) 0%, rgba(129, 193, 207, 1) 100%);
}
.product-block-analytics .content {
	padding-bottom: 50px;
}

.icon-product-feature {
	display: inline-block;
	background: #E36D26 url(/assets/img/product-icons/icon-product-feature-bg.png) center center no-repeat;
	height: 90px;
	width: 90px;
	border-radius: 50% !important;
}

.promo-box a:hover .icon-product-feature {
	background: #009ede none;
}

.center-icon {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 0;
	position: absolute;
}
/* /PRODUCTS */

/* ABOUT US */
#about-header {
	height: 400px;
	/*background: transparent url(/assets/img/bg-header-about.jpg) top center no-repeat;*/
	background-size: cover;
}
.container-about h2 {
	margin-bottom: 45px;
	line-height: 38px;
	color: #4b4f54;
}
.container-about a.about-contact-button {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	width: 300px;
}
.container-chat button.chatwithagent-button {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 300px;
}
.container-about p {
	font-size: 23px;
	line-height: 22px;
	font-weight: 300;
	color: #4b4f54;
	max-width: 984px;
	margin: 0 auto 25px;
}
.container-about .video-thumb {
	width: 100%;
	text-align: center;
	margin: 0px 0px 80px 0px;
}
.container-about .video-thumb img {
	max-width: 100%;
	height: auto;
}
.modal-content {
	background: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.vidyard_player span {
	width: 100% !important;
	height: auto !important;
	padding-bottom: 56.25%;
}
.vidyard_player iframe {
	width: 100%;
	height: 100%;
}
.modal-header {
	height: 46px;
	padding: 0;
	border: none;
}
.modal-header .close {
	margin-top: 0;
}
.close {
	width: 46px;
	height: 46px;
	filter: alpha(opacity=1);
	opacity: 1;
	text-shadow: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/assets/img/close-btn.jpg) no-repeat 0 0 !important;
}
.modal-body {
	padding: 0;
}
.container-about .modal-backdrop.in {
	opacity: .85;
}
.container-about .modal-lg {
	width: 90%;
}
@media (max-width: 1024px) {
	.container-about .video-thumb {
		display: none;
	}
	.container-about .modal {
		position: static;
		display: block;
	}
	.container-about .fade {
		opacity: 1;
	}
	.container-about .modal.fade .modal-dialog {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.container-about .modal-header {
		display: none;
	}
	.container-about .modal-dialog {
		width: 100% !important;
		padding: 0 20px;

	}
}
.path-to-success .figure {
	margin: 30px 0px 80px 0px;
	max-width: 100%;
	height: auto;
	padding: 0 20px;
}
.path-to-success p {
	text-align: left;
	font-size: 23px;
	line-height: 22px;
	font-weight: 300;
	color: #4b4f54;
	max-width: 984px;
	margin: 0 auto 25px;
}
.path-to-success .logo {
	display: inline-block;
	margin: 30px 7%;
}
.path-to-success .logo img {
	max-width: 100%;
	height: auto;
}
.path-to-success .logogroup {
	margin-top: 60px;
}

.about-block h2 {
	font-size: 38px;
	font-weight: 700;
}
.about-block-company {
	background: #9c0077 url(/assets/img/bg/bg_purple.jpg) top center no-repeat;
	background-size: cover;
}
.about-block-company .content-sm {
	padding-bottom: 0;
}
.about-block-company h2 {
	color: white;
}
.about-block-company p {
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: white;
}
.about-block-company .service-desc {
	margin-bottom: 105px;
}
.about-block-company .service-desc img {
	margin-bottom: 15px;
}

.about-block-analysts {
	padding: 70px 0 30px;
	background: white url(/assets/img/bg/offset_251084_white.jpg) top center no-repeat;
	background-size: cover;
}
.about-block-analysts .container-about {
	padding: 0 15px;
}
.analyst-quote {
	text-align: center;
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: middle;
	margin-bottom: 40px;
}
.analyst-quote small {
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
}

.about-block-customers {
	position: relative;
    padding-right: 5%;
    padding-left: 5%;
}
.about-block-customers-title {
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
}
.about-block-customers-title h2 {
	z-index: 1;
	color: white;
	text-align: center;
}
.about-block-customers .content {
	padding-top: 170px;
}
.about-block-customers img {
/*	border-radius: 50% !important;*/
/*	margin-bottom: 40px;*/
}

.customer-quote {
	font-size: 38px;
	font-weight: 300;
	line-height: 43px;
	margin-bottom: 15px;
}
.customer-quote-attribution {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
}
/* /ABOUT US */

/*--- Carry over from old V2 templates ---*/
.latestNews
{    padding: 20px 0 0px 0;
	border-bottom: solid 1px #eee;
	color:#7f7f7f;
	font-size:16px;
}
.latestNews p {margin:0px;}
.latestNews .fa {color:#7f7f7f; font-size:18px;}
.latestNews span
{color:#00a6ff; text-transform:uppercase; font-size:14px; font-family:'Helvetica Neue', Arial, Sans-Serif;float:left; }

.latestNews a
{color:#555555; font-size:14px; font-family:'Helvetica Neue', Arial, Sans-Serif; text-decoration:none; padding-left:10px;padding-top:-5px;}
@media (min-width:320px) and (max-width:599px)
{
	.latestNews a {display:inline-block; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; width:170px;padding-left:10px;}
}

@media (min-width:600px) and (max-width:767px)
{
	.latestNews a {display:inline-block; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; width:270px;padding-left:10px;  }
}
@media (min-width:768px) and (max-width:999px)
{
	.latestNews a {display:inline-block; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; width:370px;padding-left:0px;}
}
@media (min-width:1000px) and (max-width:1199px)
{
	.latestNews a {display:inline-block; overflow:hidden;text-overflow:ellipsis; white-space:nowrap; width:470px;padding-left:0px;}
}

@media (min-width:1200px) and (max-width:1599px)
{
        .latestNews a {
                display:inline-block;
                overflow:hidden;
                text-overflow:ellipsis;
                white-space:nowrap;
                width:670px;
                padding-left:10px;
        }
}
@media (min-width:1600px) and (max-width:2000px)
{
        .latestNews a {
                display:inline-block;
                overflow:hidden;
                text-overflow:ellipsis;
                white-space:nowrap;
                width:670px;
                padding-left:10px;
        }
}

.latestNews a:hover
{text-decoration:none; cursor:pointer; }

.latestNews ul{ list-style:none; margin-bottom:0px;padding-left: 0;}
.latestNews ul li{display:inline-block; padding:0px 6px;}
.latestNews .socialicon ul li a {
	display: inline;
}
.latestNews .col-md-9{height:40px;}

#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #f25648;
    color: #fff
}

* html #outdated {
    position: absolute
}

    #outdated h6 {
        font-size: 25px;
        line-height: 25px;
        margin: 30px 0 10px;
        z-index: 1500
    }

    #outdated p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        z-index: 1500
    }

    #outdated #btnUpdateBrowser {
        display: block;
        position: relative;
        padding: 10px 20px;
        margin: 30px auto 0;
        width: 230px;
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
        cursor: pointer;
        z-index: 1500
    }

        #outdated #btnUpdateBrowser:hover {
            color: #f25648;
            background-color: #fff;
            z-index: 1500
        }

    #outdated .last {
        position: absolute;
        top: 10px;
        right: 25px;
        width: 20px;
        height: 20px;
        z-index: 1500
    }

        #outdated .last[dir=rtl] {
            right: auto !important;
            left: 25px !important;
            z-index: 1500
        }

    #outdated #btnCloseUpdateBrowser {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fff;
        font-size: 36px;
        line-height: 36px;
        z-index: 1500
    }

#nav-link,
.ie #mm-header-nav {
    display: none
}

<!-- Web Fonts --> @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTZX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTaaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTf8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTT0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(http://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}




@media (min-width: 992px) {
    .header .navbar-nav > li.dropdown:hover > .dropdown-menu.innerproducts {
        display: block;
        width: 735px;
    }
}

.header .mega-menu .equal-height-list h3 {
    font-size: 14px !important;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
    color: #81c1cf;
}

label.control-label.required::after {
    position: relative;
    content: '*';
}

/*
 * Round Cards
 */
.roundcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 6px solid rgba(0, 0, 0, 0.125);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    cursor: default;
}
    .roundcard,
    .roundcard:before,
    .roundcard:after,
    .roundcard > .roundcard-block,
    .roundcard > .roundcard-block.with-image,
    .roundcard > .roundcard-block.with-image .roundcard-text {
        transition: all 0.3s ease-in-out;
    }    
    .roundcard:not(:last-child):before {
        left: 165px;
        top: 1.85em;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #ddd;
        position: absolute;
        z-index: -1;
    }
    .roundcard:not(:last-child):after {
        left: 167px;
        top: 1.85em;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 0 70px 70px;
        border-color: transparent transparent transparent #FFFFFF;
        position: absolute;
        z-index: -2;
    }

    /* All Cards */
    .roundcard:not(:empty) {
        border-color: #5b0837;
        background-color: #5b0837;
    }
        .roundcard:not(:empty):before {
            border-color: transparent transparent transparent #5b0837;
        }
        .roundcard:not(:empty) > .roundcard-block {
            background-color: #9b0762;
        }
            .roundcard:not(:empty) > .roundcard-block.with-image {
                background-color: #6e0b45;
            }
                .roundcard:not(:empty) > .roundcard-block.with-image .roundcard-text {
                    background-color: #9b0762;
                    color: #FFFFFF;
                }


    /* First Card */
    .roundcard:first-child {
        z-index: 10004;
        /*border-color: #70ad45;
        background-color: #70ad45;*/
    }
        .roundcard:first-child:before {
            /*border-left-color: #70ad45;*/
        }
        .roundcard:first-child > .roundcard-block {
            /*background-color: #f1f7ed;*/
        }
            .roundcard:first-child > .roundcard-block.with-image {
                /*background-color: #70ad45;*/
                background-image: url("/assets/img/screen-and-segment-80-ic.png"); 
            }
                .roundcard:first-child > .roundcard-block.with-image .roundcard-text {
                    /*background-color: #f1f7ed;*/
                }

    /* Second Card */
    .roundcard:nth-child(2) {
        z-index: 10003;
        /*border-color: #46b450;
        background-color: #46b450;*/
    }
        .roundcard:nth-child(2):before {
            /*border-left-color: #46b450;*/
        }
        .roundcard:nth-child(2) > .roundcard-block {
            /*background-color: #edf9ef;*/
        }
            .roundcard:nth-child(2) > .roundcard-block.with-image {
                /*background-color: #46b450;*/
                background-image: url("/assets/img/deploy-written-80-ic.png"); 
            }
                .roundcard:nth-child(2) > .roundcard-block.with-image .roundcard-text {
                    /*background-color: #edf9ef;*/
                }

    /* Third Card */
    .roundcard:nth-child(3) {
        z-index: 10002;
        /*border-color: #43bb8d;
        background-color:  #43bb8d;*/
    }
        .roundcard:nth-child(3):before {
            /*border-left-color: #43bb8d;*/
        }
        .roundcard:nth-child(3) > .roundcard-block {
            /*background-color: #edf8f4;*/
        }
            .roundcard:nth-child(3) > .roundcard-block.with-image {
                /*background-color: #43bb8d;*/
                background-image: url("/assets/img/identify-circumstance-80-ic.png"); 
            }
                .roundcard:nth-child(3) > .roundcard-block.with-image .roundcard-text {
                    /*background-color: #edf8f4;*/
                }

    /* Fourth Card */
    .roundcard:nth-child(4) {
        z-index: 10001;
        /*border-color: #44afc1;
        background-color: #44afc1;*/
    }
        .roundcard:nth-child(4):before {
            /*border-left-color: #44afc1;*/
        }
        .roundcard:nth-child(4) > .roundcard-block {
            /*background-color: #edf7f9;*/
        }
            .roundcard:nth-child(4) > .roundcard-block.with-image {
                /*background-color: #44afc1;*/
                background-image: url("/assets/img/recovery-strategy-80-ic.png"); 
            }
                .roundcard:nth-child(4) > .roundcard-block.with-image .roundcard-text {
                    /*background-color: #edf7f9;*/
                }

    /* Fifth Card */
    .roundcard:nth-child(5) {
        z-index: 10000;
        /*border-color: #4372c4;
        background-color: #4372c4;*/
    }
        .roundcard:nth-child(5):before {
            /*border-left-color: #4372c4;*/
        }
        .roundcard:nth-child(5) > .roundcard-block {
            /*background-color: #edf1fa;*/
        }
            .roundcard:nth-child(5) > .roundcard-block.with-image {
                /*background-color: #4372c4;*/
                background-image: url("/assets//img/resolve-account-80-ic.png"); 
            }
                .roundcard:nth-child(5) > .roundcard-block.with-image .roundcard-text {
                    /*background-color: #edf1fa;*/
                }

    /* Hover Card */
    .roundcard:hover {
        border-color: #1a8fba;
        background-color: #1a8fba;
    }
        .roundcard:not(:empty):hover:before {
            border-left-color: #1a8fba;
        }
        .roundcard:hover > .roundcard-block {
            background-color: #66bcd6;
        }
            .roundcard:hover > .roundcard-block.with-image {
                background-color: #66bcd6;
            }
                .roundcard:hover > .roundcard-block.with-image .roundcard-text {
                    background-color: #FFFFFF;
                    color: #555555;
                }


    .roundcard-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.45rem;
        border-radius: 50%;
        height: 100%;
        width: 100%;
    }
        .roundcard-block.with-image {
            background-size: 80px; /* 45% of 512x512 PX */
            background-repeat: no-repeat;
            background-position: center 5%;
            overflow: hidden;
            padding: 0;
        }

.roundcard-text {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.45rem !important;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
}

.roundcard-block.with-image .roundcard-text {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    top: 188px;
    border-radius: 3px;
}

.roundcard-text:last-child {
    margin-bottom: 0;
}

.roundcard-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .roundcard-group > .roundcard {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .roundcard-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .roundcard-group > .roundcard {
            margin-bottom: 0;
        }
            .roundcard-group > .roundcard + .roundcard {
                margin-left: 15px;
            }

            .roundcard-group > .roundcard:first-child {
            }

            .roundcard-group > .roundcard:last-child {
            }

            .roundcard-group > .roundcard:only-child {
            }

            .roundcard-group > .roundcard:not(:first-child):not(:last-child):not(:only-child) {
                /*border-radius: 0;*/
            }
}

.card-wrapper {
    padding: 0 20%;
}

.tlrabadge-group-wrapper {
    padding: 0;
}

/* Different approach to the TLRA Approach Steps Illustration */
.tlrabadge-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
    .tlrabadge-group.short {
        height: 175px;
    }

    .tlrabadge-group .arrow-right {
        height: 250px;
        width: 5px;
    }
        .tlrabadge-group .arrow-right:after {
            position: absolute;
            top: 15%;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 0 20px 20px;
            border-color: transparent transparent transparent #178eb9;
        }

    .tlrabadge-group .icon-gap {
        height: 250px;
        width: 5px;
    }

.tlrabadge {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    word-wrap: break-word;
    cursor: default;
    width: 200px;
    height: 300px;
    overflow: hidden;
}
.tlrabadge-underlay {
    border: none;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-color: #178eb9; /* Browser fallback */
    background-image: -moz-radial-gradient( circle at top right, #66bcd6, #178eb9 ); /* Firefox 3.6-16 */
    background-image: -webkit-radial-gradient( circle at top right, #66bcd6, #178eb9 ); /* Chrome 3-10.0 */
    background-image: radial-gradient( circle at top right, #66bcd6, #178eb9 ); /* W3C */
}
.tlrabadge-icon {
    margin-bottom: 1.2em;
    /*background-color: #178eb9;*/
    background-color: transparent;
    border: none;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-size: 45%; /* 45% of 512x512 PX */
    background-repeat: no-repeat;
    background-position: center;
}

.tlrabadge-text:not(:empty) {
    height: 150px;
    width: 200px;
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    font-weight: 200;
    font-family: effra, 'Open Sans', sans-serif;
    color: #01689e;
}
    .tlrabadge-group.short .tlrabadge-text:not(:empty) {
        padding-top: 25px;
    }

.tlrabadge,
.tlrabadge .tlrabadge-underlay > .tlrabadge-icon,
.tlrabadge > .tlrabadge-text {
    transition: all 0.3s ease-in-out;
}

        /* First Badge */
        .tlrabadge:first-child {
            z-index: 10004;
        }

        /* Second Badge */
        .tlrabadge:nth-child(3) {
            z-index: 10003;
        }

        /* Third Badge */
        .tlrabadge:nth-child(5) {
            z-index: 10002;
        }

        /* Fourth Badge */
        .tlrabadge:nth-child(7) {
            z-index: 10001;
        }

        /* Fifth Badge */
        .tlrabadge:nth-child(9) {
            z-index: 10000;
        }

    /* First Badge */
    .tlrabadge.approach:first-child .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/screen-and-segment-80-ic.png"); 
    }
    .tlrabadge.about:first-child .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/dignity-80-ic.png"); 
    }

    /* Second Badge */
    .tlrabadge.approach:nth-child(3) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/deploy-written-80-ic.png"); 
    }
    .tlrabadge.about:nth-child(3) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/integrity-80-ic.png"); 
    }

    /* Third Badge */
    .tlrabadge.approach:nth-child(5) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/identify-circumstance-80-ic.png"); 
    }
    .tlrabadge.about:nth-child(5) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/excellence-80-ic.png"); 
    }

    /* Fourth Badge */
    .tlrabadge.approach:nth-child(7) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/recovery-strategy-80-ic.png"); 
    }
    .tlrabadge.about:nth-child(7) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/compassion-80-ic.png"); 
    }

    /* Fifth Badge */
    .tlrabadge.approach:nth-child(9) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/resolve-account-80-ic.png"); 
    }
    .tlrabadge.about:nth-child(9) .tlrabadge-underlay > .tlrabadge-icon {
        background-image: url("/assets/img/stewardship-80-ic.png"); 
    }

    /* Hover Badge */
    .tlrabadge:hover {
    }
        .tlrabadge:hover .tlrabadge-underlay > .tlrabadge-icon {
            background-color: #66bcd6;
        }
        .tlrabadge:hover > .tlrabadge-text {
            color: #66bcd6;
        }

@media (min-width: 576px) {
    .tlrabadge-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .tlrabadge-group > .tlrabadge {
            margin-bottom: 0;
        }

    .tlrabadge-tlrabadge > .tlrabadge + .tlrabadge {
        margin-left: 15px;
    }

    .tlrabadge-group > .tlrabadge:not(:first-child):not(:last-child):not(:only-child) {
        /*border-radius: 0;*/
    }
}

/* Mobile Devices Breakpoint, Side Navigation Minimized */
/* lg */
@media (max-width: 1749.98px) {
}

/* md */
@media (max-width: 1169.98px) {
    .card-wrapper {
        padding: 0 20%;
        justify-content: center;
    }
    /* reduce size */
    .tlrabadge {
        width: 100px;
        height: 200px;
    }

    .tlrabadge-underlay {
        height: 60px;
        width: 60px;
    }

    .tlrabadge-icon {
        margin-bottom: 1.2em;
        height: 60px;
        width: 60px;
        background-size: 45%; /* 45% of 512x512 PX */
    }
    .tlrabadge-text:not(:empty) {
        height: 50px;
        width: 100px;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
        font-weight: 500;
        padding-top: 16px;
    }
}

/* sm */
@media (max-width: 1023.98px) {
    .tlrabadge-group-wrapper {
        padding: 0 5%;
    }
}

/* xs */
@media (max-width: 599.98px) {
    .tlrabadge-group.short {
        height: auto;
    }
    .tlrabadge-group {
        display: flex;
        flex-direction: column;
    }
        .tlrabadge-group .tlrabadge {
            height: auto;
        }
        .tlrabadge-group .icon-gap {
            height: 5px;
            width: 5px;
        }
    .tlrabadge-group.hide-xs {
        display: none;
    }
}
