/* globe */
div.globe-container {
  font-size: 18px;
  margin: 0 0 46px 0;
}

.globe-container > div:last-child {
  padding-top: 5%;
  padding-left: 4%;
}

.globe-container .globe {
  position: relative;
}

.globe-container .globe .globe-bg {
  background-image: url("/images/about/globe.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.globe-container .globe .text {
  background-color: #244796;
  bottom: 22%;
  color: #fff;
  padding: 28px 30px;
}

.globe-container .title {
  margin-bottom: 10px;
}

@media (max-width: 920px) and (min-width: 480px) {
  .globe-container > div {
    padding-top: 0;
  }
}

@media (min-width: 480px) {
  .globe-container .globe .globe-bg {
    padding-top: 100%;
  }
    
  .globe-container .globe .text {
    position: absolute;
    width: 250px;
  }
}

@media (max-width: 1248px) {
  .globe-container > div:last-child {
    padding-left: 0;
  }

  .globe-container .globe .globe-bg {
    background-size: cover;
  }
}

@media (max-width: 920px) {
  .globe-container > div {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .globe-container .globe .globe-bg {
    background-image: none;
  }
}

/* dev blocks */
.dev-blocks .blocks > div {
  padding: 6% 40px;
  vertical-align: top;
}

div.dev-blocks div.blocks > div:last-child {
  border: none;
}

@media (min-width: 980px) {
  .dev-blocks .blocks > div {
    border-right: 3px solid #fff;
  }
}

@media (max-width: 1240px) {
  .dev-blocks .blocks .title {
    font-size: 24px;
  }
    
  .dev-blocks .blocks .text {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .dev-blocks .blocks > div {
    border-bottom: 3px solid #fff;
    display: block;
    width: 100%;
  }
}


/* team */
.team-wrap {
  background-color: #eee;
  padding: 5% 0 6% 0;
  text-align: center;
}

.team-wrap .title {
  color: #999;
  margin: 40px 0;
}

.team-wrap .img-wrap {
  border-bottom: 1px solid #c6c6c6;
  padding-top: 14px;
}

.team-wrap .img-wrap img {
  margin: 0 auto;
}

.leadership img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
}

.leadership > div {
  padding: 0 0 7.5%;
  text-align: center;
}

.leadership .inner {
  margin: 0 auto;
  width: 280px;
}

.leadership .inner > * {
  font-weight: bold;
}

.leadership .name {
  color: #244796;
  font-size: 24px;
  margin: 12px 0 2px 0;
}

.leadership .position {
  color: #999;
  font-size: 16px;
  margin-bottom: 7px;
}

@media (max-width: 980px) and (min-width: 786px) {
  .leadership .inner {
    width: 220px;
  }
}

@media (max-width: 786px) {
  .leadership > div {
    float: none;
    width: 100%;
  }
  
  .leadership .inner {
    width: inherit;
  }
}


.about-us .content .contact-two-column .title-before {
	text-align:center;
}

.about-us .contact-two-column>.container-s>.table>.row>.cell {
	padding: 3%;
}