/**
* jQuery asPieProgress v0.4.7
* https://github.com/amazingSurge/jquery-asPieProgress
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.pie_progress{position:relative;text-align:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.pie_progress__svg{position:relative;display:inline-block;width:100%;padding-bottom:100%;overflow:hidden;vertical-align:middle}.pie_progress__svg svg{position:absolute;top:0;left:0;display:inline-block;width:100%;height:100%;margin:0 auto}.pie_progress__content,.pie_progress__icon,.pie_progress__label,.pie_progress__number{position:absolute;top:50%;left:0;width:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pie_progress__number{font-size:42px}.pie_progress__label{margin-top:32px;font-size:12px}
/*# sourceMappingURL=asPieProgress.min.css.map */

body.page-template-ps-survey-report, body.page-template-human-connections {
	padding-top: 0;
	font-size:18px;
	line-height:26px;
}

body p {
	margin-bottom: 30px;
}


nav.navbar {
	border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
	nav.navbar {
		min-height: auto;
	}
}

@media (min-width: 1200px) {
	nav.navbar {
		min-height: 70px;
	}
	nav.nav-cta.navbar>.container .navbar-brand, .nav-cta.navbar>.container-fluid .navbar-brand {
		margin: 26px 0 0;
	}
}

@media (min-width: 376px) {
	.ten-columns > .col-md-2 {
		width: 50%;
		float: left;
	}
}

@media (min-width: 992px) {
  .ten-columns > .col-md-2 {
    width: 20%;
  }
}

.human-connection-ten{
	display: flex;
	justify-content: space-between;
}

.dark-bg .link-cta a:hover {
	color: #ffffff;
	opacity: 0.89;
}

.cover-img {
	width:100%;
	height:270px;
	background:url(https://www.ringcentral.com/blog/wp-content/uploads/lp/ps/cta-2.jpg);
	background-size: cover;
	background-position: center center;
}
.wc-table {
	display: table;
}

.wc-50 {
	float: left;
	display: block;
	width: 50%;
}

.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

.nav-cta .cta-button__button--button span.cta-button__content {
	padding: 13px 30px;
}

.dark-bg {
	background: #002855;
}
.light-bg {
	background: #efefef;
}
.lightblue-bg {
	background: #0684BC;
}
.white-text, .white-text h2 {
	color: #ffffff; 
}

.lb-text {
	color: #002855;
}

.font-bold {
	font-weight: 700;
}

.section-padding {
	padding: 70px 0 80px;
}
.section-padding h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-top: 4px;
	margin-bottom: 50px;
}
.section-heading {
	font-weight: 700;
	margin-bottom: 60px;
}
.subtext {
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.headline-sub {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.hero-headline {
}
.hero-headline .lb-text {
	text-transform: uppercase;
	font-size: 21px;
}
.hero-headline h1 {
	font-size: 53px;
	line-height: 1.1;
	margin-bottom: 20px;
}
.aligner {
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.link-arrowright {
	    width: 39px;
    position: absolute;
    right: -6px;
    bottom: 9px;
}
.min-height-200 {
	min-height: 200px;
	display: inline-block;
}

.features h3 {
	font-size: 20px; 
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}
.features .img-cont {
	position: relative;
	margin: 0 auto 30px;
	display: block;
	height: 70px;
}
.features .img-cont img {
	max-width: 30%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15%;
}

/* Responsive table */
.no-borders .table>tbody>tr>td, 
.no-borders .table>tbody>tr>th, 
.no-borders .table>tfoot>tr>td, 
.no-borders .table>tfoot>tr>th, 
.no-borders .table>thead>tr>td, 
.no-borders .table>thead>tr>th {
	border: 0;
}
@media (max-width: 767px) {
  .table-wrap table,
  .table-wrap thead,
  .table-wrap tbody,
  .table-wrap th,
  .table-wrap td,
  .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap td {
    border: none;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }
  .table-wrap td:before {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-wrap td:first-child {
    padding-top: 17px;
  }
  .table-wrap td:last-child {
    padding-bottom: 16px;
  }
  .table-wrap td:first-child:before {
    top: 17px;
  }
  .table-wrap td:before {
    content: attr(data-title);
  }
  .table tbody tr {
  }
  .table tbody tr td {
    border: none;
  }
}

.page-template-human-connections #content{
	margin-top: 0;
}
.hero-wrap {
	padding-bottom: 60px;
}
.human-connection-hero.hero-wrap{
	padding-bottom: 0;
}

.hero-images {
	position: relative;
	overflow:hidden;
	width: 100%;
    min-height: 400px;
	margin-left: 30px;
}

.hero-image img {
	width: 100%;
	float: left;
	display: block;
}
.hero-image {
	position: absolute;
	max-width: 300px;
}
.hero-image.img-1 {
	top: 0;
	left: 30px;
}
.hero-image.img-2 {
	top: 0;
	left: 320px;
}
.hero-image.img-3 {
	top: 187px;
    left: -20px;
}
.hero-image.img-4 {
	top: 196px;
    left: 212px;
}
.hero-image.img-5 {
	top: 189px;
    left: 400px;
}

.check-icon-list {
	list-style-type: none; /* Remove bullets */
}
.check-icon-list li {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 6px;
}
.check-icon-list li:before {
	content: '';
    display: inline-block;
    width: 20px;
    vertical-align: middle;
	margin-right: 14px;
    height: 20px;
    background: url(https://www.ringcentral.com/blog/wp-content/uploads/lp/ps/check-blue.svg);
    background-size: cover;
    background-position: center center;
}
.check-icon-list.human-connection-list li:before{
	background: url(../images/human-connection/check-mark.png);
	    background-size: cover!important;
    background-position: center;
}

.figure {
	font-size: 60px;
    font-weight: 600;
    color: #FF7A00;
    display: block;
    line-height: 70px;
}
.figure.big {
    color: #D5EBFD;
	font-size: 89px;
}

.figures > div p {
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 16px;
}

.chart-title {
	font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 50px 0 30px;
}

.chart > span {
	font-weight: 700;
}

.headline h3 {
	margin: 38px 0 25px;
    font-size: 26px;
    font-weight: 700;
}

.link-cta {
	font-weight: bold;
	text-transform: uppercase;
	font-weight: 16px;
	text-decoration: underline;
	margin: 50px 0 30px;
}

.wide-cta-copy p {
	font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
}
.wide-cta-copy a {
	display: inline-block;
	background: #066FAC;
	padding: 14px 50px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	border-radius: 2px;
}
.wide-cta-copy a:hover {
	color: #ffffff;
	opacity: 0.8;
}

.resources {
	margin-top: 40px;
}

.resources .top-label {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
}
.resources a {
	font-size: 20px;
	text-decoration: underline;
	font-weight: 700;
	margin-top: 20px;
	display: block;
}

sup {
	font-style: italic;
}

.semi-circle {
	text-align: center;
}
.blockquote-wrap {
	border-radius: 4px;
	margin-bottom: -140px;
}

.blockquote-wrap blockquote {
	width: 100%;
	padding: 70px 90px;
	font-size: 32px;
	line-height: 37px;
	font-weight: 600;
	border-left: 0;
	
}
.blockquote-wrap blockquote sup {
	font-size: 15px;
}

.blockquote-wrap blockquote cite {
	font-style: normal;
	display: block;
	margin-top: 20px;
	font-size: 24px;
	
}
.check-icon-list li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
}
.check-icon-list li a:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);	
}
.features > .col-md-2 img {	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.features > .col-md-2:hover img {	
	-webkit-transform: translateY(-10px);
	transform: translateY(10px);
}
.section-cta img {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section-cta:hover img {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.sources-list {
	padding-top: 30px;
}
.sources-list li {
	margin-bottom: 6px;
	word-break: break-word;
}

/* Progress */
.progress{
      position: relative;
    /* margin: 4px; */
    /* float: left; */
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.barOverflow{ /* Wraps the rotating .bar */
position: relative;
    overflow: hidden;
    width: 200px;
    height: 100px;
    margin-bottom: -14px;
}
.barOverflow.human-connection-graph{
	width: 250px;
    height: 125px;
}
.human-connection-graph .barp{
	width: 250px;
    height: 250px;
}
.barp{
  position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 20px solid #eee;
    border-bottom-color: #0bf;
    border-right-color: #0bf;
}
.progress span, .progress i {
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
}

.pie_progress__number {
	font-weight: 600;
	font-size: 50px;
	line-height: 53px;
	margin-bottom: 30px;
}
.pie_progress__label {
	font-weight: 700;
	font-size: 25px;
	line-height: 29px;
	top: 54%;
}

p.quote {
	font-family: 'Georgia', serif;
	font-size: 22px;
	line-height: 32px;
	font-style: italic;
	margin-top: 70px;
}
p.quote sup {
	font-size: 11px;
	line-height: 13px;
}
p.author {
	margin-top: 40px;
	font-weight: 600;
}

.chart-group-box {
	background: #002855;
	margin-bottom: 30px;
}
.chart-group-box .number {
	padding-top: 50px;
	padding-bottom: 0;
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
}
.chart-group-box.lblue {
	color: #D5EBFD;
}
.chart-group-box.lblue .textbox {
	background: #002855;
	color: #ffffff;
	padding: 40px 60px;
	font-weight: 600;
}
.chart-group-box.orange {
	color: #FF7A00;
}
.chart-group-box.orange .textbox {
	background: #FF7A00;
	color: #ffffff;
	padding: 40px 60px;
	font-weight: 600;
}

.mktoTextField {
	width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 12px;
    font-size: 18px;
    border: 0;
}

form.mktoForm {
	margin: 30px 0 0 -10px;
	width: 400px;
	max-width: 100%;
}
.mktoFormRow a {
	color: #fff;
}
.mktoFormRow a:hover {
	color: #fff;
}
form.mktoForm button.mktoButton {
	margin-top: -30px!important;
}

#LblmktoCheckbox_224715_0 {
	color: #ffffff;
}

.human-connection-posts-CTAs-image {
	display: block;
}

@media (min-width: 992px){ 
	
	.human-connection-posts-CTAs a{
		margin-bottom: 35px;
		display: inline-block;
			width: 100%;
	}
	
	.human-connection-posts-CTAs .human-connection-posts-CTAs-image {
		position: relative;
		padding-top: 52.5%;
	}
	
	.human-connection-posts-CTAs .human-connection-posts-CTAs-image picture {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	 
	}
	
	.human-connection-posts-CTAs .human-connection-posts-CTAs-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	
	}
}

@media (max-width: 992px){
	.human-connection-list{
		padding-bottom: 30px;
	}
	.human-connection-posts-CTAs img{
		max-width: 500px;
    margin: 0 auto;
	    width: 100%;
    display: block;
    max-height: unset!important;
	}
	.human-connection-posts-CTAs{
		text-align: center;
	}
}

@media (max-width: 768px){
	.plan-workplace-future .row, 
	.human-connection-ten{
		flex-direction: column;
		text-align: center;
	}
	.human-connection-ten .img-cont img{
		    max-width: 100px;
			position: relative;
    left: 0;
    margin: 0;
	}
	.human-connection-ten .img-cont{
		height: unset;
	}
	.aligner > div{
		margin: 0!important;
		padding: 30px 0;
	}
}

@media (max-width: 426px){
	.human-connection.bg-hero-wrap h1{
		font-size: 42px!important;
	}
	.human-connection.bg-hero-wrap .headline-sub{
		font-size: 22px!important;
		line-height: 32px;
	}
}