@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i');

body {
  font-family: 'Lato', sans-serif;
  color: #505050;
  font-size: 17px;
  line-height: 24px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}
header {
  padding: 18px 0;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
  z-index: 999;
  position: relative;
}
ul.top-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 8px;
}
ul.top-nav li {
  display: inline-block;
  margin-left: 67px;
}
ul.top-nav li:first-of-type {
  margin-left: 0;
}
ul.top-nav li a {
  color: #505050;
  font-size: 18px;
  font-weight: 500;
}
ul.top-nav li a:hover {
  text-decoration: none;
}
.hero {
  padding-top: 52px;
  background-color: #fff;
  position: relative;
}
.hero h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.36;
}
.hero p {
  font-size: 17px;
  line-height: 24px;
}
.hero p:last-of-type {
  margin-bottom: 60px;
}
.hero p:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .hero p {
    font-size: 20px;
  }
}

.hrimg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .hrimg {
    display: none;
  }
}


.hero-image img {
  position: absolute;
  bottom: 0;
  display: none;
  max-width: 476px;
}
@media screen and (max-width: 768px) {
  .hero-image img {
    position: relative;
    display: block;
  }
}
.brand-experience {
  background-color: #02182d;
  color: #fff;
  padding: 100px 0 78px;
}
.brand-experience h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 37px;
}
.brand-experience p.italic {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 40px;
}
.switching-bx {
  background-color: #fff;
  border-top: 12px solid #c40060;
  border-radius: 7px;
  padding: 43px 60px;
  width: 80%;
  margin: auto;
  margin-top: -50px;
  z-index: 3;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
  .switching-bx {
    width: 90%;
    padding: 16px 18px;
  }
}
.switching-bx h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 37px;
}
.switching-bx p.italic {
  font-style: italic;
  font-size: 20px;
  margin-bottom: 40px;
}
.pillars {
  background-image: radial-gradient(circle at 50% 100%, #592f56, #4f294c 16%, #2d152b);
  padding-top: 118px;
  margin-top: -50px;
  color: #fff;
}
.pillars h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 37px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .pillars h2 {
    text-align: center;
    margin-left: 0;
    line-height: 42px;
  }
}
.pillars .card {
  background-color: #fff;
  color: #505050;
  padding: 22px 19px 18px;
  margin-top: 33px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  min-height: 350px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
}
.pillars .card-yellow {
  border-top: 12px solid #fff9c2;
}
.pillars .card-blue {
  border-top: 12px solid #d3e3ff;
}
.pillars .card-purple {
  border-top: 12px solid #ffcaf8;
}
@media screen and (max-width: 1200px) {
  .pillars .card {
    min-height: 410px;
  }
}
@media screen and (max-width: 960px) {
  .pillars .card {
    min-height: 590px;
  }
}
@media screen and (max-width: 768px) {
  .pillars .card {
    font-size: 18px;
    line-height: 1.3;
    height: auto;
    min-height: auto;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pillars .card-purple {
    margin-bottom: 0;
  }
}
.description h3 {
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .description h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.description h3.bg-yellow {
  background-image: url("../assets/images/yellow-highlight.png");
  background-repeat: no-repeat;
  background-position: center;
}
.description h3.bg-blue {
  background-image: url("../assets/images/blue-highlight.png");
  background-repeat: no-repeat;
  background-position: center;
}
.description h3.bg-purple {
  background-image: url("../assets/images/purple-highlight.png");
  background-repeat: no-repeat;
  background-position: center;
}
.share-block {
  margin-top: 64px;
  margin-bottom: 122px;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .share-block {
    padding-bottom: 11px;
  }
}
.divider-image img {
  width: 100%;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .divider-image img {
    margin-top: -80px;
  }
}
.grey-bg {
  background-color: #ededed;
  width: 100%;
  height: 199px;
  position: relative;
  z-index: 1;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .grey-bg {
    height: 30px;
    margin-top: -80px;
  }
}
.about {
  background-image: linear-gradient(to bottom, #ededed, #fafafa);
  padding-top: 96px;
  padding-bottom: 96px;
}
.about h3 {
  color: #505050;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about p {
  line-height: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .author {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  img.rc {
    width: 100px;
    margin: auto;
    display: block;
  }
}

.author-sm {
  display: none;
}

@media screen and (max-width: 992px) {
  .author-sm {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {

  .author-sm h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .author-sm h3:first-of-type {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .author-sm h3:last-of-type {
    margin-top: 10px;
  }
  .author-sm .author-divider {
    border-bottom: 1px solid #868686;
    width: 130px;
    margin: auto;
  }
}
.newsletter {
  background-color: #fff;
  padding: 77px 55px;
}
.newsletter h3 {
  font-size: 28px;
  line-height: 22px;
  color: #484848;
}
@media screen and (max-width: 992px) {
  .newsletter h3 {
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter h3 {
    font-size: 26px;
    text-align: center;
  }
}
.newsletter p {
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .newsletter p {
    text-align: center;
  }
}
.newsletter-form input[type="text"] {
  width: 293px;
  background-color: #c8c8c8;
  border: solid 0.5px #c8c8c8;
  border-radius: 6px;
  padding: 13px 16px 8px;
  display: block;
  float: left;
}
@media screen and (max-width: 960px) {
  .newsletter-form input[type="text"] {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-form input[type="text"] {
    width: 280px;
    display: block;
    margin: auto;
  }
}
.newsletter-form input[type="button"] {
  background-color: #58bf53;
  color: #fff;
  font-size: 19px;
  padding: 11px 22px;
  border-radius: 6px;
  margin-left: 30px;
  display: block;
  float: left;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.newsletter-form input[type="button"]:hover {
  background-color: #359230;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .newsletter-form input[type="button"] {
    width: 280px;
    display: block;
    margin: auto;
    margin-top: 8px;
  }
}
footer {
  background-color: #333;
  color: #c2c2c2;
  padding-top: 11px;
  padding-bottom: 10px;
}
footer .copyright {
  margin-bottom: 0;
  font-size: 12px;
}
ul.footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.footer-social li {
  display: inline-block;
  margin-left: 19px;
}
ul.footer-social li a {
  color: #c2c2c2;
}
ul.footer-social li a:hover {
  color: #c2c2c2;
}
.share-buttons a.twitter {
  background-color: #3495e0;
  color: #fff;
  padding: 10px 20px 16px;
  border-radius: 8px;
  margin-right: 30px;
  vertical-align: middle;
}
.share-buttons a.linkedin {
  background-color: #2a7bb5;
  color: #fff;
  padding: 10px 20px 16px;
  border-radius: 8px;
  vertical-align: middle;
}
.share-block {
  font-size: 25px;
  position: relative;
  z-index: 999;
}
.share-block a:hover {
  text-decoration: none;
}
.share-block .fa-twitter,
.share-block .fa-linkedin {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}

.linkedin span, .twitter span {
  vertical-align: middle;
}

span.thin-line {
  font-weight: 100;
  color: #d9d9d9;
}
h2.spdv {
  margin-left: 0;
  font-size: 32px;
  font-weight: normal;
}
/* Mobile */
.logo-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .logo-sm {
    display: block;
  }
}
.logo {
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  ul.top-nav {
    margin-top: -2px;
  }
}
@media screen and (max-width: 960px) {
  ul.top-nav li {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  ul.top-nav li {
    margin-left: 17px;
  }
  ul.top-nav li a {
    font-size: 16px;
  }
}
.dots {
  display: none;
}
@media screen and (max-width: 768px) {
  .dots {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .dots .dot {
    width: 16px;
    height: 16px;
    border-radius: 99px;
    margin-right: 12px;
  }
  .dots .dot:last-of-type {
    margin-right: 0;
  }
  .dots .dot-yellow {
    background: #fff9c2;
  }
  .dots .dot-blue {
    background: #d3e3ff;
  }
  .dots .dot-purple {
    background: #ffcaf8;
  }
}
header#sticky-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.logo-sm-sticky {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  li.approach-link {
    display: none !important;
  }
}

/* Newsletter form fix */
@media screen and (max-width: 768px) {
  .newsletter-form {
    width: 280px;
    margin: auto;
  }
}

textarea:focus, input:focus{
    outline: none;
}

@media screen and (max-width: 1200px) {
  .mob-hide {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .newsletter-form {
    width: 100% !important;
  }

  .newsletter-form input {
    width: 100% !important;
  }

  .newsletter {
    padding: 77px 4px;
  }
}
