.company-body-wrap {
	display: inline-block;
	clear: both;
	width: 100%;
}

.company-body-wrap .image {
	width: 30% !important;
	margin-right: 7%;
	float: left;
	display: block;
}

.company-body-wrap .data-content {
	width: 63%;
	float: left;
	display: block;
}

.company-body-wrap .data-content .mainHeader {
	width: auto !important;
}

.page-template-template-data-team .bio-wrap + .secondary-content {
	margin: 110px 0 70px 0;
}

.page-template-template-data-team .secondary-content {
	margin: 70px 0;
}

.company-body-wrap .data-content .topTitle {
	margin: 0 !important;
	left: auto !important;
}

.company-body-wrap .data-content .content {
	margin: 0 !important;
}

.company-body-wrap .data-content .right {
	width: 100% !important;
	margin: 20px 0 0 0 !important;
}

.company-body-wrap .data-content h1 {
	width: auto !important;
	left: auto !important;
	margin-top: 0 !important;
}

.didata-blocks .data-line-title {
	display: flex;
	align-items: center;
}

.didata-blocks .data-line-title .title {
	font-size: 24px !important;
	font-weight: 300;
	white-space: nowrap;
	color: #000000 !important;
	max-width: none !important;
	width: auto !important;
}

.didata-blocks .data-line-title .line {
	width: 100%;
	height: 1px;
	display: block;
	background: #a0bac4;
	margin-left: 23px;
	margin-top: 14px;
}

.didata-blocks .pageContainer {
	max-width: 100% !important;
}

.didata-blocks .innerContainer {
	margin: auto;
	max-width: 911px;
}

.didata-blocks .innerBrandBlock {
	flex-wrap: wrap;
}

.didata-blocks .innerBrandBlock .left,
.didata-blocks .innerBrandBlock .right {
	max-width: 100% !important;
	top: auto !important;
	transform: none !important;
	position: relative !important;
	padding-left: 0 !important;
	width: 100% !important;
	left: auto !important;
	max-height: none !important;
}

.didata-blocks .innerBrandBlock .right {
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #a0bac4;
}

.didata-blocks .innerBrandBlock .desc {
	max-width: 100% !important;
}

.didata-blocks .innerBrandBlock .image {
	margin-bottom: 20px;
}

.didata-blocks .innerBrandBlock .image img {
	width: 100%;
	height: auto;
	display: block;
}

.didata-blocks .innerBrandBlock .button {
	top: auto !important;
	font-size: 18px;
	width: 162px;
	margin: 20px auto 0 auto;
	border: 1px solid #a0bac4;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #2f2927;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all 0.2s;
	background: 0 0;
	font-weight: 300;
	position: relative;
}

.didata-color-white {
	background-color: #fff !important;
}

.didata-quote blockquote {
	max-width: 677px;
	position: relative;
	width: 80%;
	font-size: 38px;
	font-weight: 100;
	color: #a1bac3;
	letter-spacing: -0.41px;
	line-height: 50px;
	margin: -5px auto 50px;
}

.didata-quote blockquote::before {
	content: '“';
	position: absolute;
	font-size: 220px;
	left: -112px;
	top: 56px;
}

.didata-quote .quote_spacer {
	padding: 20px;
}

.didata-recognition .lineTitle {
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (max-width: 640px) {
	.company-body-wrap .image {
		width: calc(100% - 40px) !important;
	}

	.company-body-wrap .data-content {
		width: 100% !important;
	}

	.company-body-wrap .data-content .topTitle {
		margin: auto !important;
	}

	.didata-blocks .innerBrandBlock {
		flex-direction: column !important;
		padding: 0 20px !important;
	}

	.didata-blocks .innerBrandBlock .right {
		padding-top: 10px !important;
		margin-top: 20px !important;
	}

	.didata-quote blockquote::before {
		left: -75px !important;
	}
}


.docs {
  .inner {
    width: calc(100% - 120px);
    margin: 0 auto;
    color: #fff;

    h2 {
      font-weight: 200;
    }

    .doc-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 -20px;

      .document {
       max-width: 200px;
       padding: 0 20px;
       text-align: center;
       margin-bottom: 20px;

       a {
        text-decoration: none;
       }

       .img-wrap {
        height: 150px;
        width: 150px;
        border-radius: 100%;
        background: #33618d;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 20px auto;

        img {
          width: 75px;
        }
       }

       span {
        color: #fff;
        font-weight: 500;
       }
      }
    }
  }
}
