h1 {
  margin-top: 172px;
  margin-bottom: -11px;
  margin-left: 96px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #002664;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  text-align: left;
}

em {
  font-style: italic;
}

.home-slide {
  height: 500px;
  background-image: url('../images/iStock_000018618162Medium-black.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-slide.servicespage {
  background-image: url('../images/service-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slide.about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/about-black.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-slide.our-clients {
  background-image: url('../images/clients-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-slide.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  min-width: 200s;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-image: none;
}

.home-slide.article {
  background-image: url('../images/article-black.jpg');
}

.home-slide.mobile {
  background-image: -webkit-linear-gradient(270deg, #002664, transparent), url('../images/iStock_000018618162Medium-black.png');
  background-image: linear-gradient(180deg, #002664, transparent), url('../images/iStock_000018618162Medium-black.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.home-slide.disclaimer-page {
  background-image: url('../images/iStock_000004470299_ExtraSmall-black-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.our-service-column {
  position: static;
  height: 430px;
  margin-top: 1px;
  margin-bottom: -130px;
  padding-top: 316px;
  padding-bottom: 75px;
  background-color: #d6d6d6;
  background-image: -webkit-linear-gradient(270deg, #d6d6d6, #d6d6d6);
  background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
}

.news-blog-body {
  height: 480px;
  border-bottom-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.news-blog-body.featured {
  position: relative;
  height: 525px;
}

.news-blog-body.featured:hover {
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.news-blog-body.latest {
  display: inline-block;
  height: 525px;
  background-image: -webkit-linear-gradient(270deg, #d6d6d6, #d6d6d6);
  background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
}

.news-and-blog-article-title {
  margin-right: -11px;
  margin-left: -11px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.news-and-blog-article-title.latest {
  background-image: -webkit-linear-gradient(270deg, #a3a3a3, #a3a3a3);
  background-image: linear-gradient(180deg, #a3a3a3, #a3a3a3);
}

.news-and-blog-body-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  max-width: 100%;
  box-sizing: border-box;
}

.news-and-blog-body-title.date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.news-and-blog-body-title.content {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 14px;
  text-align: left;
}

.news-and-blog-title-headings {
  display: inline-block;
  margin-top: 22px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
}

.news-and-blog-title-headings.featured {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #002664;
}

.news-and-blog-title-headings.latest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #002664;
}

.news-and-blog-article-block-latest {
  display: inline-block;
  height: 228px;
  margin-right: -11px;
  margin-left: -11px;
  background-image: -webkit-linear-gradient(270deg, #a3a3a3, #a3a3a3);
  background-image: linear-gradient(180deg, #a3a3a3, #a3a3a3);
}

.news-and-blog-article-block-latest:hover {
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.navbar {
  position: fixed;
  left: 0px;
  right: 0px;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #002664;
  box-shadow: 1px 1px 3px 0 #000;
  height: 75px;
}

.navbar.contact {
  top: 0px;
  bottom: 0px;
}

.navbar.home {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 20px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.nav-menu {
  margin-top: 15px;
  padding-left: 2px;
  color: #fff;
  font-size: 13px;
}

.nav-menu:hover {
  position: static;
  left: 0px;
  top: 0px;
  color: #3f99e5;
}

.nav-menu.w--current {
  font-weight: 400;
}

.nav-menu.home {
  color: #3f99e5;
  font-size: 13px;
}

.nav-menu.home.home-top-bar {
  font-weight: 400;
}

.nav-menu.about {
  font-size: 13px;
}

.nav-menu.about.home-top-bar {
  color: #002664;
  font-weight: 400;
}

.nav-menu.services {
  font-size: 13px;
}

.nav-menu.services.home-top-bar {
  color: #002664;
  font-weight: 400;
}

.nav-menu.clients {
  font-size: 13px;
}

.nav-menu.clients.home-top-bar {
  color: #002664;
  font-weight: 400;
}

.nav-menu.contact {
  font-size: 13px;
}

.nav-menu.contact.home-top-bar {
  color: #002664;
  font-weight: 400;
}

.our-team-row {
  display: inline-block;
  width: 1024px;
  height: 475px;
  max-width: 1024px;
  margin-top: 0px;
  cursor: pointer;
}

.our-team-column {
  display: inline-block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.our-team-column:hover {
  background-image: url('../images/Stephen-72dpi.jpg');
}

.our-team-column.alistair {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Alistair-72dpi-black.jpg');
}

.our-team-column.alistair:hover {
  background-image: url('../images/Alistair-72dpi.jpg');
}

.our-team-column.tony {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Tony-72dpi-black.jpg');
}

.our-team-column.tony:hover {
  background-image: url('../images/Tony-72dpi.jpg');
}

.our-team-column.brad {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Brad-72dpi-black.jpg');
}

.our-team-column.brad:hover {
  background-image: url('../images/Brad-72dpi.jpg');
}

.our-team-button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 145px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  text-align: left;
}

.our-team-button:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #002664;
}

.our-team-button.about-page {
  min-height: 180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-content: space-around;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.our-team-hover {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.our-team-hover:hover {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
}

.our-team-hover-copy {
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: transparent;
  font-size: 30px;
  text-align: center;
}

.our-team-hover-copy:hover {
  color: #fff;
}

.our-team-button-text {
  display: block;
  max-width: 238px;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: #fff;
  font-weight: 100;
}

.no-max-width {
  max-width: none;
  padding-right: 15px;
}

.our-service-column {
  position: relative;
  left: 0px;
  right: 0px;
  display: block;
  height: 430px;
  min-height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #d6d6d6;
  background-image: url('../images/transactions-72dpi-black.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #002664;
}

.our-service-column:hover {
  background-image: url('../images/transactions-72dpi.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-service-column.corporate-advice {
  background-image: url('../images/corporate-72dpi-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.our-service-column.corporate-advice:hover {
  background-image: url('../images/corporate-72dpi.jpg');
  background-size: cover;
}

.our-service-column.independent-reports {
  background-image: url('../images/independent-report-72dpi-black.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.our-service-column.independent-reports:hover {
  background-image: url('../images/independent-report-72dpi.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-menu-campbell {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
}

.logo-image {
  display: none;
  height: 46px;
  width: 271px;
  max-width: 271px;
  margin-top: 19px;
  margin-left: 5px;
  padding-top: 0px;
}

.logo-image-desktop {
  display: inline-block;
  height: 60px;
  width: 356px;
  max-width: 421px;
  margin-top: 10px;
  margin-left: 5px;
  padding-top: 0px;
}

@media (max-width: 767px) {
  .logo-image-desktop {
    display: none;
  }
}

.our-service-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 145px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.our-service-button:hover {
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.our-service-button-bodycopy {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 14px;
}

.our-service-button-titlecopy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #fff;
}

.our-service {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #d6d6d6, #d6d6d6);
  background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
  text-align: left;
}

.our-service.lastrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.our-service.our-services-page-bar {
  height: 100%;
  min-height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

.our-service.our-services-page-bar:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.our-service.our-services-page-bar.corporate-advice {
  margin-top: 0px;
  background-image: url('../images/Screen-Shot-2017-03-06-at-12.26.39-PM拷貝-blackX2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.our-service.our-services-page-bar.corporateadvice {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/corporate-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/corporate-72dpi-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.our-service.our-services-page-bar.corporateadvice.about-page {
  height: 300px;
}

.our-service.our-services-page-bar.corporateadvice.about-page.company-history {
  height: 100%;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  cursor: default;
}

.our-service.our-services-page-bar.independentreports {
  display: inline-block;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/independent-report-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/independent-report-72dpi-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.our-service.our-services-page-bar.about-page {
  height: 150px;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, #002664, #002664), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.our-service.our-services-page-bar.about-page.body-copy {
  height: 100%;
  padding: 30px 50px;
  background-color: #f0ebeb;
  background-image: none;
  color: #fff;
  cursor: default;
}

.our-service.our-services-page-bar.about-page.company-overview {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #d6d6d6, #d6d6d6);
  background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
}

.our-service.our-services-page-bar.about-page.company-history {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.our-service.our-services-page-bar.independent {
  background-image: none;
}

.our-service.our-services-page-bar.corporate {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.our-service.our-services-page-bar.transactions {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transactions-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transactions-72dpi-black.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.our-service.independent-reports {
  height: 100%;
  min-height: 0px;
  margin-top: 50px;
  background-image: none;
  cursor: pointer;
}

.our-service-copy {
  position: static;
  display: inline-block;
  margin: 5px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #002664;
}

.our-service-copy.lastrow {
  margin: 0px 10px;
  color: #fff;
  font-size: 10px;
}

.our-service-row {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  max-width: 1024px;
  min-width: 0px;
  float: none;
  text-align: left;
  cursor: pointer;
}

.ending {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 20px 10px;
  background-image: -webkit-linear-gradient(270deg, #0e1418, #0e1418);
  background-image: linear-gradient(180deg, #0e1418, #0e1418);
  text-align: left;
}

.ending-column-logo {
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #fff;
}

.ending-column-aboutus-bodycopy {
  margin: 0px 10px 5px;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}

.ending-column-aboutus {
  height: 200px;
  margin-top: 0px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.ending-column-contact {
  height: 200px;
  margin-top: 0px;
  padding-top: 10px;
  border-right: 1px none #fff;
  background-color: transparent;
}

.ending-column-phonecopy {
  display: block;
  font-family: 'Lucida Grande','Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ending-column-phonecopy a {
  color: #fff;
  text-decoration: none;
}

.ending-column-phoneicon {
  height: 100%;
  margin-left: 0px;
  text-align: left;
}

.ending-column-contactcolmn {
  margin-top: 0px;
}

.ending-column-others {
  display: block;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.disclaimer {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 10px;
  float: none;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.center-block {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #f6f3f3;
  text-align: center;
}

.center-block.gray {
  height: 160px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.center-block.gray.our-team {
  margin-top: 50px;
}

.center-block.gray.our-clients {
  margin-top: 0px;
}

.center-block.gray.news-blog {
  margin-top: 50px;
}

.center-block.gray.lastrow {
  height: 50px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #002664;
}

.center-block.gray.head {
  height: 160px;
  margin-top: 0px;
  background-color: #fff;
}

.center-block.team-center {
  height: auto;
}

.center-block.endingsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 300px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #0e1418, #0e1418);
  background-image: linear-gradient(180deg, #0e1418, #0e1418);
}

.center-block.endingsection.our-services-page {
  margin-top: 0px;
}

.center-block.our-services-page-bar {
  position: relative;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3f3;
}

.center-block.our-services-page-bar.top-one {
  margin-top: 50px;
  padding-bottom: 0px;
}

.center-block.our-services-page-bar.about-page {
  margin-top: 0px;
}

.center-block.our-services-page-bar.map-block {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #f0ebeb;
}

.center-block.our-services-page-content {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #f6f3f3;
  display: block;
}

.center-block.our-services-page-content.independent-reports {
  padding-bottom: 10px;
  background-color: #f6f3f3;
}

.center-block.our-services-page-content.independent-reports.last-team {
  padding-bottom: 80px;
}

.center-block.our-services-page-content.transactions {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #f6f3f3;
}

.center-block.our-services-page-content.transactions.tail {
  padding-bottom: 50px;
  background-color: #f6f3f3;
}

.center-block.our-services-page-content.transactions.last {
  padding-bottom: 80px;
}

.center-block.clients-slider-container {
  background-color: #f6f3f3;
}

.center-block.our-company {
  padding-top: 0px;
  background-color: #f0ebeb;
}

.center-block.tail {
  padding-bottom: 80px;
}

.team-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 375px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Stephen-72dpi-black.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image:hover {
  background-image: url('../images/Stephen-72dpi.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.team-image.alistair {
  background-image: url('../images/Alistair-72dpi-black.jpg');
  background-size: cover;
}

.team-image.alistair:hover {
  background-image: url('../images/Alistair-72dpi.jpg');
}

.team-image.tony {
  background-image: url('../images/Tony-72dpi-black.jpg');
  background-size: cover;
}

.team-image.tony:hover {
  background-image: url('../images/Tony-72dpi.jpg');
  background-size: cover;
}

.team-image.brad {
  background-image: url('../images/Brad-72dpi-black.jpg');
  background-size: cover;
}

.team-image.brad:hover {
  background-image: url('../images/Brad-72dpi.jpg');
  background-size: cover;
}

.ending-column-phone {
  text-align: center;
}

.ending-logo {
  display: inline-block;
  width: 231px;
  height: 40px;
  margin-top: 0px;
  margin-left: 0px;
}

.mask-on-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.mask-on-slide.article {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask-on-slide.contact {
  width: 500px;
  background-image: url('../images/RJH-Forsyth-Barr-Exterior-72dpi-black.jpg');
  background-position: 0px 50%;
  background-size: auto 900px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mask-on-slide-copy {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 100px;
  margin-left: 10px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: none;
  max-width: 100%;

}

.mask-on-slide-copy.services {
  display: block;
  margin: 150px 0px 0px;
  padding-top: 0px;
  font-size: 30px;
  font-weight: 700;
}

.mask-on-slide-copy.services.contact {
  position: relative;
}

.mask-on-slide-copy.contact-us {
  width: auto;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-transform: capitalize;
}

.mask-on-slide-copy.home {
  position: static;
  bottom: 150px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 100px;
  text-transform: none;
}

.our-services-page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-top: 35px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.our-services-page-title.company-history {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our-services-page-title.our-clients {
  margin-top: 0px;
}

.our-services-page-title.about-page {
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.our-services-page-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-align: left;
}

.our-services-page-row {
  display: block;
  margin-right: 30px;
}

.our-services-page-bar-dropdown-icon {
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: -37px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 30px;
}

.our-services-page-dropdown-column1 {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 84%, .7);
  color: #002664;
}

.our-services-page-dropdown-column1.center-column {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, .7);
}

.our-services-page-dropdown-column1.center-column.about-page {
  max-width: 100%;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
}

.our-services-dropdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.our-services-dropdown-row.independent-reports {
  height: 300px;
}

.our-services-dropdown-row.about-page {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.our-services-dropdown-row.about-page.company-history {
  height: 81px;
}

.our-services-dropdown-row.about-page.company-overview {
  height: 80px;
}

.our-services-dropdown-row.our-clients {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.our-services-dropdown-row.our-clients.independent {
  background-image: url('../images/Screen-Shot-2017-03-06-at-12.26.17-PM拷貝-blackX2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.our-services-page-experiences {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 20, 24, .9);
  text-align: center;
}

.our-services-page-experiences.article {
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  text-align: center;
}

.our-services-page-experiences.contact-us {
  padding-top: 0px;
  padding-bottom: 0px;
}

.our-services-page-experiences.backtohome {
  display: block;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.our-services-page-testimonials-copy {
  position: static;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.our-services-page-headcomma {
  position: relative;
  left: 40%;
  top: 40%;
  right: 50%;
  max-height: 100%;
  margin-left: 0px;
  float: none;
}

.our-services-page-headcomma.tailcomma {
  left: 40%;
  top: 40%;
  right: auto;
  bottom: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.our-services-page-testimonials-column1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 20%;
  height: 100%;
  min-height: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.our-services-page-see-our-experiencesbutton {
  position: relative;
  display: block;
  margin-top: 0px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
  color: #002664;
  text-align: center;
}

.testimonial-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
}

.testimonial-row.corporate-advice {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
}

.testimonial-row.independent-reports {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
}

.our-services-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 150px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 100%;
}

.testimonial-content {
  min-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop-down-arrow {
  display: inline-block;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.drop-down-arrow-image {
  -webkit-transform: rotateX(17deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(17deg) rotateY(0deg) rotateZ(0deg);
}

.drop-down-div {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 0 auto;
  text-align: center;
  cursor: pointer;
}

.drop-down-div.about-page {
  margin-top: 20px;
  padding-bottom: 5px;
}

.drop-down-div.bottom {
  display: none;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.transactions-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), transparent), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transactions-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transactions-72dpi-black.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  text-align: center;
}

.transactions-title-container.client-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.transactions-center {
  display: none;
  background-color: #f6f3f3;
}

.transactions-center.about-page {
  display: block;
}

.transactions-center.corporate-advice-client-page {
  display: block;
}

.transactions-center.independent-reports-client-page {
  display: block;
}

.transactions-arrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.transactions-arrow.bottom {
  margin-top: 20px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.transactions-arrow.about-page {
  margin-top: 0px;
}

.debt-finance-text {
  height: 100%;
}

.corporate-advice-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), transparent), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/corporate-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/corporate-72dpi-black.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.corporate-advice-title-container.client-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corporate-advice-center {
  display: none;
  background-color: #f6f3f3;
}

.corporate-advice-center.about-page {
  display: block;
}

.independent-reports-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002664;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), transparent), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/independent-report-72dpi-black.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/independent-report-72dpi-black.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.independent-reports-center {
  display: none;
  background-color: #f6f3f3;
}

.independent-reports-center.about-page {
  display: block;
}

.mask-on-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  max-width: 100%;
 
}

.mask-on-slide-div.contact {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .7), rgba(0, 38, 100, .7));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .7), rgba(0, 38, 100, .7));
}

.corporate-advice-arrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.corporate-advice-arrow.about-page {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.independent-reports-arrow {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.independent-reports-arrow-roll-up {
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.roll-up-div {
  display: block;
  text-align: center;
}

.line-decoration {
  position: static;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #002664;
}

.line-decoration.right {
  position: static;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.line-decoration.right-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 2px;
  margin-top: 98px;
  margin-right: auto;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-decoration.right-line.news-and-blog {
  max-width: 290px;
  background-color: #d6d6d6;
}

.line-decoration.right-line.service-page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-decoration.top {
  width: 2px;
  height: 80px;
  margin-top: 0px;
  margin-left: 110px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line-decoration.top.our-services {
  margin-left: 110px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #002664;
}

.line-decoration.top.article {
  width: 50px;
  height: 2px;
  background-color: #fff;
}

.line-decoration.top.news {
  margin-left: 110px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.line-decoration.downline {
  width: 2px;
  height: 40px;
  margin-left: 110px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.line-decoration.experiences {
  background-color: #fff;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  background-color: #fff;
}

.flex-container.our-clients {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: #fff;
}

.services-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-and-blog-row {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 525px;
  max-width: 1024px;
  text-align: center;
}

.news-and-blog-title-image {
  display: inline-block;
  max-width: 520px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Screen-Shot-2017-02-23-at-4.10.01-PM拷貝-black.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.our-services-link {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.about-us-company-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.about-page-company-overview-div {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin-top: 0px;
  margin-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-page-company-history-div {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  margin-top: 0px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-about-page {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #002664;
}

.body-copy-about-page {
  color: #002664;
}

.transaction-bottom-arrow {
  margin-top: 20px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.independent-reports-bottom-arrow {
  margin-top: 20px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.transactions-bottom-arrow {
  margin-top: 20px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.our-professional-team-title {
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
}

.about-page-team-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
}

.about-page-team-div.team {
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}

.about-us-team-allocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.no-cursor {
  cursor: default;
}

.about-page-our-team-intro-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #002664;
}

.about-page-team-intro-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: 250px;
  margin-right: 0px;
  padding: 0px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #d6d6d6;
  background-image: -webkit-linear-gradient(270deg, #f0ebeb, #f0ebeb);
  background-image: linear-gradient(180deg, #f0ebeb, #f0ebeb);
  color: #dddcdc;
  text-align: left;
}

.about-page-team-intro-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 250px;
  margin-right: 0px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #fff;
  background-image: -webkit-linear-gradient(270deg, #d6d6d6, #d6d6d6);
  background-image: linear-gradient(180deg, #d6d6d6, #d6d6d6);
  color: #fff;
  text-align: left;
}

.about-page-team-intro-autobiography {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #fff;
  background-color: #0e1418;
  color: #fff;
  text-align: left;
}

.about-page-team-intro-industry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 250px;
  padding: 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #fff;
  background-image: -webkit-linear-gradient(270deg, #a3a3a3, #a3a3a3);
  background-image: linear-gradient(180deg, #a3a3a3, #a3a3a3);
  color: #fff;
}

.about-page-team-arrow {
  margin-top: 10px;
}

.about-page-team-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-page-team-intro-copyblock {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none #fff;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  color: #002664;
  line-height: 20px;
  text-align: left;
  text-transform: none;
}

.about-page-team-intro-copyblock p {
  display: block;
  margin-left: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}

.about-page-team-icon {
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-page-team-icon.contact {
  margin-top: 0px;
}

.about-page-team-title {
  margin-bottom: 10px;
  color: #002664;
  font-weight: 700;
  text-align: center;
}

.about-page-team-contact-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-page-team-contact-body-phone {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #002664;
}

.about-page-team-linkedin {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 84%, .7), hsla(0, 0%, 84%, .7));
  background-image: linear-gradient(180deg, hsla(0, 0%, 84%, .7), hsla(0, 0%, 84%, .7));
}

.about-page-team-linkedin.home-page {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about-page-dividion {
  display: block;
  width: 10px;
  max-height: 30px;
  max-width: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-our-team-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1 0 auto;
}

.our-clients-cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: left;
}

.our-clients-cube.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  min-width: 150px;
  margin: 5px 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  text-align: center;
}

.our-clients-cube.logo.empty {
  background-image: none;
}

.our-clients-cube.copy {
  padding-top: 0px;
}

.our-clients-logo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 130px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/1Holcim.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.our-clients-logo:hover {
  display: none;
  background-image: none;
}

.our-clients-logo.transactions2 {
  background-image: url('../images/2.png');
  background-size: 130px;
}

.our-clients-logo.transactions3 {
  background-image: url('../images/3newtalismangold.png');
  background-size: contain;
}

.our-clients-logo.transactions4 {
  background-image: url('../images/4topenergy.png');
  background-size: 129px;
}

.our-clients-body-copy {
  position: absolute;
  display: none;
  width: 250px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: hsla(0, 0%, 64%, .71);
  color: #fff;
  text-align: center;
}

.clients-slider {
  width: 100%;
  height: 120px;
  max-width: 1024px;
  min-height: 120px;
  background-color: #fff;
}

.clients-slider.owl-carousel.owl-theme {
  height: 100px;
  max-height: 100px;
  min-height: 100px;
}

.slider-image {
  max-height: 100px;
  max-width: 100px;
  filter: grayscale(1);
}

.home-slide-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: block;
  margin: 0px auto 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.home-div {
  height: 50px;
}

.news-blog-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1 0 auto;
}

.news-blog-features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-width: 320px;
  margin-right: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/article-black.jpg');
  background-position: -296px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.news-blog-latest-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-blog-latest-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, #dddcdc, #dddcdc);
  background-image: linear-gradient(180deg, #dddcdc, #dddcdc);
}

.latest-articles-article1 {
  background-image: -webkit-linear-gradient(270deg, #a3a3a3, #a3a3a3);
  background-image: linear-gradient(180deg, #a3a3a3, #a3a3a3);
  max-width: 100%;
}

.latest-articles-article1:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
}

.latest-articles-article2 {
  background-image: -webkit-linear-gradient(270deg, #0e1418, #0e1418);
  background-image: linear-gradient(180deg, #0e1418, #0e1418);
  max-width: 100%;
}

.latest-articles-article2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
}

.featured-article {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.featured-article:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .7), rgba(0, 38, 100, .7));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .7), rgba(0, 38, 100, .7));
}

.featured-article-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.contact-map {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  min-height: 500px;
  margin-top: 0px;
}

.contact-map-mobile {
  position: static;
  display: none;
  overflow: visible;
  width: 100%;
  min-height: 500px;
  margin-top: 0px;
}

.contact-body-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
}

.contact-physical-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding-bottom: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: left;
}

.contact-postal-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  color: #fff;
  text-align: left;
}

.contact-image {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
  text-transform: capitalize;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image {
  position: relative;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: 200px;
}

.our-clients-hover-cube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 190px;
  min-width: 300px;
  margin: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-right-width: 2px;
  border-right-color: #a3a3a3;
  border-left-width: 2px;
  border-left-color: #a3a3a3;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: left;
}

.our-clients-copy {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #002664;
  text-align: center;
}

.text-block {
  text-align: center;
}

.contact-page-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
  color: #fff;
  text-align: left;
}

.contact-page-name.address {
  width: auto;
  height: auto;
  min-height: 150px;
  min-width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.contact-page-name.postal {
  width: auto;
  height: auto;
  min-height: 150px;
  min-width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
  text-align: center;
}

.contact-page-name.stephen {
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .4), rgba(0, 38, 100, .4));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .4), rgba(0, 38, 100, .4));
}

.contact-page-name.alistair {
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .6), rgba(0, 38, 100, .6));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .6), rgba(0, 38, 100, .6));
}

.contact-page-name.tony {
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
  background-image: linear-gradient(180deg, rgba(0, 38, 100, .8), rgba(0, 38, 100, .8));
}

.contact-page-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ct-page-map {
  width: 100%;
  height: 100%;
  max-width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-3 {
  height: 50px;
}

.article-blody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 30px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.article-title {
  text-transform: capitalize;
}

.rich-text-block {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px; 
  color: #002664;
  text-align: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d6d6d6;
  font-size: 10px;
  text-align: center;
}

.div-block-4 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-5 {
  display: inline-block;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-6 {
  text-align: center;
}

.div-block-6:hover {
  background-color: transparent;
}

.important-text {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: right;
  color: #fff;
  text-align: center;
}

.link {
  display: inline;
}

.button {
  background-color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.image-3 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link-block {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 20, 24, .7);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-block:hover {
  background-color: hsla(0, 0%, 64%, .7);
}

.text-block-3 {
  font-size: 16px;
}

.blue-block-logo {
  margin-top: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-homescroll {
  position: fixed;
  display: block;
  width: 100%;
  height: 90px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #002664, #002664);
  background-image: linear-gradient(180deg, #002664, #002664);
  box-shadow: 1px 1px 3px 0 #000;
}

.text-block-4 {
  padding-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-weight: 700;
}

.paragraph-3 {
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.service-page-item-copy h3 {
  color: #002664;
  font-size: 20px;
}

.service-page-title {
  color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.important-text-2 {
  color: #fff;
  cursor: pointer;
}

.div-block-9 {
  width: 25px;
  height: 25px;
  background-color: #fff;
}

.image-4 {
  margin-left: 10px;
}

.text-block-5 {
  margin-top: 0px;
  padding-top: 1px;
  color: #fff;
  text-decoration: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-2.article {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: center;
}

.image-5 {
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.image-5.disclaimer {
  margin-bottom: 1px;
  margin-left: 5px;
}

.image-5.backtohome {
  margin-right: 5px;
  margin-left: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-block-6 {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(270deg, #f6f3f3, #f6f3f3);
  background-image: linear-gradient(180deg, #f6f3f3, #f6f3f3);
  color: #002664;
  text-align: left;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 95%;
  -webkit-flex: 95%;
  -ms-flex: 95%;
  flex: 95%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 97%;
  -webkit-flex: 97%;
  -ms-flex: 97%;
  flex: 97%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5%;
  -webkit-flex: 5%;
  -ms-flex: 5%;
  flex: 5%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 3%;
  -webkit-flex: 3%;
  -ms-flex: 3%;
  flex: 3%;
}

.div-block-15 {
  -webkit-box-flex: 3%;
  -webkit-flex: 3%;
  -ms-flex: 3%;
  flex: 3%;
  background-color: #fff;
}

.div-block-16 {
  -webkit-box-flex: 97%;
  -webkit-flex: 97%;
  -ms-flex: 97%;
  flex: 97%;
  background-color: #002664;
}

.div-block-17 {
  -webkit-box-flex: 95%;
  -webkit-flex: 95%;
  -ms-flex: 95%;
  flex: 95%;
  background-color: #002664;
}

.div-block-18 {
  -webkit-box-flex: 5%;
  -webkit-flex: 5%;
  -ms-flex: 5%;
  flex: 5%;
  background-color: #fff;
}

.div-block-19 {
  display: block;
  min-width: 200px;
  padding-top: 80px;
  float: right;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.clients-logo {
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #002664;
}

.our-clients-cioy {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  color: #002664;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-clients-hover-copyeffect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.our-clients-hover-copyeffect-div {
  display: none;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.container {
  display: block;
}

.image-7 {
  display: block;
}

.text-block-8 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #002664;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.article-page-date {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 5px;
  color: #002664;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.article-page-paragraph {
  margin-right: 30px;
  margin-left: 30px;
  padding: 5px;
  color: #002664;
  font-size: 12px;
  text-align: left;
}

.article-page-title {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  color: #002664;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.text-block-9 {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.div-block-24 {
  height: 80px;
  background-image: -webkit-linear-gradient(270deg, #f6f3f3, #f6f3f3);
  background-image: linear-gradient(180deg, #f6f3f3, #f6f3f3);
}

.home-our-team-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link-block-4 {
  padding-bottom: 20px;
}

.article-backtohome-div {
  margin-top: 40px;
  text-align: left;
}

.article-backtohome-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.image-9 {
  margin-right: 5px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.text-block-10 {
  font-weight: 700;
  text-decoration: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-10 {
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  cursor: pointer;
}

html.w-mod-js *[data-ix="line-scroll-effect"] {
  display: block;
  opacity: 0;
}

html.w-mod-js *[data-ix="blue-block-effect"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="home-page1"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="home-page2"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="home-page3"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="navbar-display-none"] {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    margin-right: -97px;
    margin-left: 74px;
    padding-right: 0px;
  }
  .home-slide.our-clients {
    background-image: url('../images/clients-black.jpg');
  }
  .home-slide.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .our-service-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
    padding-right: 24px;
    padding-bottom: 37px;
  }
  .news-and-blog-body-title {
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    line-height: 24px;
    max-width: 100%;
  }
  .news-and-blog-title-headings.featured {
    margin-left: 0px;
  }
  .news-and-blog-title-headings.latest {
    display: block;
    margin-left: 0px;
  }
  .navbar {
    background-color: transparent;
  }
  .navbar.home {
    display: block;
    margin-top: 0px;
  }
  .nav-menu {
    display: block;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #002664;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .nav-menu:hover {
    border-bottom: 1px solid #002664;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
    background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  }
  .nav-menu.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
  }
  .nav-menu.home {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding: 20px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    font-size: 14px;
  }
  .nav-menu.home:hover {
    background-color: rgba(0, 38, 100, .5);
    background-image: none;
  }
  .nav-menu.home.home-top-bar {
    display: block;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #002664;
    background-color: transparent;
    text-align: center;
  }
  .nav-menu.home.home-top-bar:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
    background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  }
  .nav-menu.about {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #002664;
  }
  .nav-menu.about:hover {
    background-color: rgba(0, 38, 100, .5);
    background-image: none;
  }
  .nav-menu.services {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #002664;
    background-color: transparent;
  }
  .nav-menu.services:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
    background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  }
  .nav-menu.clients {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #002664;
    background-color: transparent;
  }
  .nav-menu.clients:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
    background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  }
  .nav-menu.contact {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #002664;
    background-color: transparent;
  }
  .nav-menu.contact:hover {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
    background-image: linear-gradient(180deg, rgba(0, 38, 100, .5), rgba(0, 38, 100, .5));
  }
  .our-team-row {
    width: 100%;
    height: 100%;
  }
  .our-team-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .our-service-column {
    background-image: url('../images/transactions-72dpi-black.jpg');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .our-service-column:hover {
    background-image: url('../images/transactions-72dpi.jpg');
    background-position: 0px 50%;
    background-attachment: scroll;
  }
  .our-service-column.corporate-advice:hover {
    background-position: 50% 50%;
  }
  .nav-menu-campbell {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin-top: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(14, 20, 24, .95), rgba(14, 20, 24, .95));
    background-image: linear-gradient(180deg, rgba(14, 20, 24, .95), rgba(14, 20, 24, .95));
    font-size: 18px;
    text-align: center;
  }
  .our-service-button {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .our-service.lastrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-service-copy.lastrow {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .ending {
    position: relative;
    height: auto;
  }
  .ending-column-logo {
    margin-top: 0px;
    border-right-style: none;
  }
  .ending-column-aboutus {
    height: auto;
    margin-top: 0px;
    border-left: 1px solid #fff;
  }
  .ending-column-contact {
    margin-top: 0px;
  }
  .ending-column-contactcolmn {
    margin-top: 0px;
  }
  .ending-column-others {
    margin-top: 0px;
  }
  .disclaimer {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .team-image {
    overflow: visible;
    width: 100%;
    height: 500px;
    background-size: cover;

  }
  .ending-logo {
    width: 231px;
    height: auto;
  }
  .mask-on-slide {
    width: 500px;
  }
  .mask-on-slide-copy {
    margin-right: 10px;
    padding-right: 0px;
    text-transform: none;
  }
  .mask-on-slide-copy.services {
    margin-left: 0px;
  }
  .our-services-page-dropdown-column1 {
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .our-services-dropdown-row {
    height: auto;
  }
  .our-services-dropdown-row.independent-reports {
    height: auto;
  }
  .mask-on-slide-div.our-clients {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .line-decoration.right-line {
    max-height: 111px;
  }
  .line-decoration.top {
    background-image: none;
  }
  .line-decoration.top.news {
    background-image: none;
  }
 
  .our-service-button {
    min-height: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }  
  
  .about-page-team-div.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-us-team-allocation {
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
  }
  
  .width-991px-40 {
    width: 40%;
 }  
  
  
  .-our-team-intro-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-page-team-intro-contact {
    min-width: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page-team-row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .about-page-team-intro-copyblock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .home-our-team-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-blog-features-block {
    padding-bottom: 0px;
  }
  .news-blog-latest-block {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .contact-map {
    width: 100%;
  }
  .heading {
    margin-right: 0px;
  }
  .tablet-icon {
    position: static;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
  }
  .menu-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px;
    float: right;
    color: #fff;
    cursor: pointer;
  }
  .menu-button.w--open {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
  }
  .menu-button.w--open:active {
    background-color: transparent;
  }
  .our-clients-hover-cube {
    width: 300px;
  }
  .navbar-homescroll {
    position: fixed;
    display: block;
  }
  .div-block-19 {
    width: 500px;
  }
  .our-clients-hover-copyeffect-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-line {
    width: 20px;
    height: 3px;
    border-radius: 0px;
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .mid-line {
    width: 20px;
    height: 3px;
    margin-top: 3px;
    background-color: #fff;
  }
  .botton-line {
    width: 20px;
    height: 3px;
    margin-top: 3px;
    background-color: #fff;
  }
  .image-6 {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .container-2 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .image-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-23 {
    display: block;
    height: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/logo-26.svg');
    background-position: 50% 50%;
    background-size: 231px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 78px;
    margin-left: 359px;
  }
  .our-service-column {
    height: 150px;
    padding-bottom: 35px;
    background-image: url('../images/our-services-title-09.png'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/our-services-title-09.png'), linear-gradient(180deg, null, null);
    background-position: 50% 0px, 0px 0px;
    background-size: contain, auto;
  }
  .news-blog-body.latest {
    min-height: 100%;
  }
  .news-and-blog-article-block-latest {
    display: inline-block;
  }
  .nav-menu.home {
    position: static;
    width: auto;
    text-align: center;
  }
  .nav-menu.home.home-top-bar {
    position: static;
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .our-team-button {
    min-height: 100px;
  }
  .our-service-column {
    left: 0px;
    top: 0px;
    right: 0px;
    background-image: url('../images/transactions-72dpi-black.jpg');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .our-service-column:hover {
    background-image: url('../images/transactions-72dpi.jpg');
  }
  .nav-menu-campbell {
    text-align: center;
  }
  .logo-image {
    position: static;
    left: 20%;
    top: 0px;
    right: 10%;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-left: 5px;
  }
  .our-service {
    position: relative;
    display: block;
  }
  .ending-column-logo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    text-align: center;
  }
  .ending-column-aboutus {
    display: block;
    border-style: none;
  }
  .ending-column-contact {
    height: 100%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
  }
  .ending-column-others {
    margin-top: 0px;
  }
  .disclaimer {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: left;
  }
  .ending-column-phone {
    display: block;
  }
  .mask-on-slide {
    width: 500px;
  }
  .mask-on-slide.article {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mask-on-slide.contact {
    width: 100%;
  }
  .mask-on-slide-copy.services {
    margin-left: 0px;
  }
  .mask-on-slide-copy.contact-us {
    margin-right: 10px;
  }
  .our-services-page-title {
    padding-top: 0px;
  }
  .our-services-page-title.company-history {
    padding-top: 0px;
  }
  .our-services-page-subtitle {
    padding-right: 30px;
  }
  .our-services-page-dropdown-column1.center-column.about-page {
    margin-top: 0px;
  }
  .our-services-heading-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page-company-overview-div {
    margin-right: 0px;
  }
  .about-page-company-history-div {
    margin-left: 0px;
  }
  .about-us-team-allocation {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .width-767px-40 {
    width: 40%;
 }  
  
  .our-service-button {
    min-height: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }  
  .team-image {
    height: 480px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }
 
  .team-image:hover {
    background-size: cover;
  }
  
  .about-page-dividion {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home-our-team-div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .our-clients-cube.logo {
    margin-top: 0px;
  }
  .news-blog-content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-blog-features-block {
    margin-right: 0px;
  }
  .news-blog-latest-block {
    margin-left: 0px;
  }
  .contact-body-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .contact-phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-physical-address {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-postal-address {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button {
    margin-right: 10px;
  }
  .icon {
    color: #fff;
  }
  .menu-button-2 {
    position: relative;
  }
  .our-clients-hover-cube {
    width: 80%;
  }
  .div-block-2 {
    max-width: 320px;
  }
  .blue-block-logo {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar-homescroll {
    display: block;
  }
  .image-5.disclaimer {
    margin-top: 0px;
    margin-right: 0px;
  }
  .div-block-19 {
    display: none;
  }
  
  .contact-map-mobile {
    display: block;
  }
  
  .div-block-23 {
    background-image: url('../images/logo-26.svg');
    background-position: 50% 50%;
    background-size: 231px;
    background-repeat: no-repeat;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .link-block-3 {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-our-team-div2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}

@media (max-width: 479px) {
  h1 {
    margin-left: 122px;
  }
  .home-slide {
    background-position: 50% 50%, 0px 0px;
  }
  .home-slide.contact {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
 
  
  .news-blog-body {
    padding-left: 16px;
  }
  .news-and-blog-body-title {
    margin-left: 20px;
  }
  .news-and-blog-body-title.date {
    margin-left: 20px;
  }
  .news-and-blog-body-title.content {
    margin-left: 20px;
  }
  .news-and-blog-title-headings.latest {
    margin-left: 0px;
  }
  .news-and-blog-article-block-latest {
    height: 400px;
  }
  .nav-menu.home.home-top-bar {
    width: auto;
  }
  .our-team-hover {
    position: relative;
  }
  .our-service-column {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .our-service.lastrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .ending-column-logo {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ending-column-contact {
    height: auto;
  }
  .team-image {
    height: 650px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }
  .team-image:hover {
    background-size: cover;
  }
  .ending-logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mask-on-slide {
    width: 100%;
  }
  .mask-on-slide.article {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mask-on-slide.contact {
    width: 100%;
    background-image: url('../images/RJH-Forsyth-Barr-Exterior-72dpi-black.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .mask-on-slide-copy {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mask-on-slide-copy.services {
    margin-top: 150px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 700;
    text-align: center;
  }
  .mask-on-slide-copy.contact-us {
    width: auto;
    margin-left: 10px;
  }
  .mask-on-slide-copy.home {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .our-services-page-title {
    margin-top: 0px;
    padding-top: 0px;
  }
  .our-services-page-title.company-history {
    padding-top: 0px;
  }
  .our-services-page-subtitle {
    width: 100%;
    padding-right: 30px;
  }
  .our-services-page-dropdown-column1.center-column.about-page {
    margin-top: 0px;
  }
  .our-services-page-headcomma {
    position: static;
  }
  .our-services-page-headcomma.tailcomma {
    position: static;
  }
  .our-services-page-testimonials-column1 {
    min-width: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .testimonial-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .our-services-heading-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mask-on-slide-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mask-on-slide-div.our-clients {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .mask-on-slide-div.contact {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .about-page-company-overview-div {
    margin-right: 0px;
  }
  .about-page-company-history-div {
    margin-left: 0px;
  }
  .about-page-team-div.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-us-team-allocation {
    width: 100%;
  }
  .home-our-team-div {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-blog-content-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-blog-features-block {
    margin-right: 0px;
  }
  .news-blog-latest-block {
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .contact-body-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-physical-address {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-postal-address {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: 5px;
  }
  .paragraph-2 {
    width: 100%;
  }
  .heading-2 {
    text-align: left;
  }
  .our-clients-hover-cube {
    width: 300px;
  }
  .article-blody {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .text-block-2 {
    display: inline-block;
    margin-right: 10px;
    float: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-5 {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blue-block-logo {
    margin-top: 150px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-8 {
    display: block;
  }
  .text-block-8 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
  }
  .image-8 {
    margin-top: 150px;
  }
}

.auto-height {
  height: auto;
}

.align-center-container {
  max-width: 1024px;
  width: 100%;
}

@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
  .front-page-news-section {      
    display: none;
  }
}

body:after{
 display: none;
 content: 
  url('../images/Stephen-72dpi.jpg')
  url('../images/Alistair-72dpi.jpg')
  url('../images/Tony-72dpi.jpg')
  url('../images/Brad-72dpi.jpg')
  url('../images/transactions-72dpi.jpg')
  url('../images/corporate-72dpi.jpg')
  url('../images/independent-report-72dpi.jpg');
}