.core-services__container {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0 20px;
}
.core-services__row {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto 20px;
  width: 100%;
}
.core-services__item {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .core-services__row {
    flex-direction: column;
    align-items: center;
  }
  .core-services__item {
    width: 100%;
  }
}
.contact__wrapper {
  padding: 50px 100px;
  background: #fff;
  display: flex;
}
.contact__wrapper p {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 0 20px;
}
.contact__wrapper p strong {
  font-weight: 600;
}
.contact__wrapper h3 {
  margin-top: 0;
}
.contact__wrapper ul {
  list-style: none;
  padding: 0;
}
.contact__wrapper ul li::before {
  content: "\f00c";
  display: inline-block;
  margin: 5px 15px 5px 0;
  color: #b05f27;
  font-family: 'FontAwesome';
}
.contact__wrapper ul li a {
  color: #b05f27 !important;
  font-weight: 600;
  text-decoration: none;
}
.contact__wrapper ul li a:hover {
  color: rgb(60, 74, 87) !important;
  text-decoration: underline;
}
.contact__left{
	width:100% !important;
	min-width:100% !important;
	    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.contact__left .address-box,
.contact__left .map-box{flex:1;}
.contact__right {
  width: 50%;
	display:none;
}
.contact__right h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
}
.office-map__map {
  position: relative;
  padding-bottom: 56.25%;
}
.office-map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .contact__left {
    flex-direction: column;
  }
	.contact__left .address-box,
	.contact__left .map-box{
		flex:auto;
		width:100%;
	}
  .contact__left,
  .contact__right {
    width: 100%;
  }
}
@media all and (max-width: 668px) {
  .contact__wrapper {
    padding: 20px;
  }
}
.client-login {
  background: #fff;
  padding: 50px 20px 25px;
}
.client-login__row {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px;
}
.client-login__row .action-box {
  width: 39%;
}
@media all and (max-width: 768px) {
  .client-login__row .action-box {
    width: 45%;
  }
}
@media all and (max-width: 600px) {
  .client-login__row .action-box {
    width: 100%;
    height: 100% !important;
    margin-bottom: 40px;
  }
  .client-login__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.staff-testimonials--cta-section span p {
  font-size: 20px;
}
.content-block__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-block__row {
  max-width: 875px;
  margin: 0 auto;
}
.content-block__container::after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 768px) {
  .content-block__container {
    padding: 30px;
  }
}
@media all and (max-width: 668px) {
  .partners-container--item {
    width: 100% !important;
  }
}
