@charset "UTF-8";
@font-face {
  font-family: "hotwirepr";
  src: url("../webfonts/hotwirepr.eot");
  src: url("../webfonts/hotwirepr.eot?#iefix") format("embedded-opentype"), url("../webfonts/hotwirepr.woff") format("woff"), url("../webfonts/hotwirepr.ttf") format("truetype"), url("../webfonts/hotwirepr.svg#hotwirepr") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hotwirepr" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="glyph-"]:before,
[class*=" glyph-"]:before {
  font-family: "hotwirepr" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyph-facebook:before {
  content: "\61";
}
.glyph-twitter:before {
  content: "\62";
}
.glyph-linkedin:before {
  content: "\63";
}
.glyph-ios-arrow-right:before {
  content: "\64";
}
.glyph-ios-arrow-left:before {
  content: "\65";
}
.glyph-ios-arrow-down:before {
  content: "\66";
}
.glyph-ios-arrow-up:before {
  content: "\67";
}
.glyph-chevron-down:before {
  content: "\68";
}
.glyph-ios-arrow-forward:before {
  content: "\69";
}
.glyph-ios-arrow-back:before {
  content: "\6a";
}
.glyph-chevron-up:before {
  content: "\6b";
}
.glyph-chevron-right:before {
  content: "\6c";
}
.glyph-chevron-left:before {
  content: "\6d";
}
.thumbnail {
  background-color: #e6e6e6;
  display: block;
  overflow: hidden;
  position: relative;
}
.thumbnail > img {
  display: block;
  width: 100%;
}
.thumbnail .thumbnail-wrapper {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.thumbnail .thumbnail-wrapper img {
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.thumbnail .spinner {
  display: none;
}
.thumbnail[class*=" thumbnail-ratio-"] {
  padding-bottom: 56.25%;
  width: 100%;
}
.thumbnail-ratio-16-9 {
  padding-bottom: 56.25% !important;
}
.thumbnail-ratio-4-3 {
  padding-bottom: 75% !important;
}
.thumbnail-ratio-3-2 {
  padding-bottom: 66.66% !important;
}
.thumbnail-ratio-8-5 {
  padding-bottom: 62.5% !important;
}
.thumbnail-ratio-1-1 {
  padding-bottom: 100% !important;
}
.thumbnail-rounded {
  border-radius: 50%;
  overflow: hidden;
}
.hot-topics {
  clear: both;
  padding-top: 95px;
}
.hot-topics .page-header {
  padding: 0 10px;
}
.hot-topics .page-header h1 {
  text-align: center;
}
.hot-topics .ht-article {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.hot-topics .ht-article-wrapper {
  margin: 0 auto;
}
.hot-topics .ht-article-content {
  margin: 0;
  max-width: 100%;
}
.hot-topics .ht-article-content p {
  line-height: 1.65;
  margin: 18px 0;
  text-align: left;
}
.hot-topics .ht-article-content img {
  display: block;
  max-width: 100%;
  margin: 35px auto;
}
.hot-topics .ht-article-header {
  background-color: transparent;
  float: none;
  text-align: left;
  padding-bottom: 10px;
}
.hot-topics .ht-article-header h1 {
  font-size: 44px;
  text-align: left;
  line-height: 50px;
  margin-top: 3px;
}
.hot-topics .ht-article-header .meta {
  color: #000;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hot-topics .ht-article-header .meta time {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}
.hot-topics .ht-article-aside {
  margin: 30px 0;
}
.hot-topics .ht-article-overlay {
  bottom: 0px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.hot-topics .ht-article-overlay a {
  background-color: #dca0be;
  border: 0;
  display: block;
  color: #fff;
  font-size: 25px;
  font-family: 'AvenirLT-Black';
  line-height: 28px;
  padding: 36px 0;
  text-align: center;
}
.hot-topics .ht-article-overlay a .label-extend {
  display: inline;
}
.hot-topics .ht-article-overlay a .label-minimize {
  display: none;
}
.hot-topics .ht-article-overlay a .glyph {
  vertical-align: middle;
}
.hot-topics .ht-article-overlay a:before {
  content: ' ';
  height: 100px;
  left: 0;
  position: absolute;
  top: -100px;
  width: 100%;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
}
.hot-topics .ht-social-share {
  margin: 0 auto;
  width: 210px;
}
.hot-topics .ht-social-share h1 {
  background-color: #ccc;
  color: #fff;
  font-size: 25px;
  font-family: 'AvenirLT-Roman';
  font-weight: bold;
  height: 52px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.hot-topics .ht-social-share ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.hot-topics .ht-social-share ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.hot-topics .ht-social-share ul li a {
  display: block;
  height: 44px;
  text-align: center;
  width: 70px;
  padding-top: 7px;
}
.hot-topics .ht-social-share ul li a .glyph {
  color: #fff;
  font-size: 33px;
  vertical-align: middle;
}
.hot-topics .ht-social-share ul li .facebook {
  background-color: #003264;
}
.hot-topics .ht-social-share ul li .twitter {
  background-color: #64b4f0;
}
.hot-topics .ht-social-share ul li .linkedin {
  background-color: #00a0ff;
}
.hot-topics .ht-articles-list {
  margin-top: 35px;
}
.hot-topics .ht-articles-list h1 {
  font-size: 25px;
  font-family: 'AvenirLT-Black';
  line-height: 30px;
  margin: 0;
  text-align: left;
}
.hot-topics .ht-articles-list ul {
  border-top: 5px solid #e6e6e6;
  border-bottom: 5px solid #e6e6e6;
  margin: 0;
  margin-top: 17px;
}
.hot-topics .ht-articles-list ul li {
  border-top: 3px solid #e6e6e6;
  list-style: none;
  margin: 0;
  padding: 14px 0;
}
.hot-topics .ht-articles-list ul li a {
  border: 0;
  color: #963c82;
  font-size: 18px;
  line-height: 29px;
}
.hot-topics .ht-articles-list ul li:first-child {
  border-top: 0;
}
.hot-topics .ht-more-about {
  background-color: #009682;
  color: #fff;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.hot-topics .ht-more-about a {
  color: #fff;
  border: 0;
  display: block;
}
.hot-topics .ht-more-about .image img {
  display: block;
  max-width: 100%;
}
.hot-topics .ht-more-about .desc {
  font-size: 25px;
  font-family: 'AvenirLT-Black';
  line-height: 28px;
  padding: 10px;
  text-align: center;
}
.hot-topics .ht-article-minimized {
  max-height: 550px;
}
.hot-topics .ht-article-minimized .ht-article-overlay {
  display: block;
}
.hot-topics .ht-article-minimized-extended {
  max-height: none;
}
.hot-topics .ht-article-minimized-extended .ht-article-overlay a {
  background-color: #e6e6e6;
  color: #4d4d4d;
}
.hot-topics .ht-article-minimized-extended .ht-article-overlay a .label-extend {
  display: none;
}
.hot-topics .ht-article-minimized-extended .ht-article-overlay a .label-minimize {
  display: inline;
}
.hot-topics .ht-article-minimized-extended .ht-article-overlay a:before {
  display: none;
}
.hot-topics .ht-quote blockquote {
  background-color: transparent;
  color: #000;
  font-size: 40px;
  font-style: italic;
  line-height: 49px;
  padding: 0;
  text-align: left;
}
.hot-topics .ht-quote .quote-author {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 24px;
}
.hot-topics .ht-image-divider {
  background-color: #e6e6e6;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  margin: 80px 0;
  overflow: hidden;
  position: relative;
}
.hot-topics .ht-image-divider img {
  width: 100%;
}
.hot-topics .ht-image-divider .ht-quote {
  margin-top: 9px;
  text-align: center;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.hot-topics .ht-image-divider .ht-quote blockquote {
  color: #fff;
  font-size: 30px;
  font-family: 'AvenirLT-Black';
  line-height: 35px;
  max-width: 700px;
  font-style: normal;
  text-align: center;
}
.hot-topics .ht-image-divider .ht-quote .quote-author {
  color: #fff;
  margin: 0;
}
.hot-topics .ht-landing-article {
  padding-left: 10px;
  padding-right: 10px;
}
.hot-topics .ht-landing-article h2 {
  font-size: 42px;
  font-family: 'AvenirLT-Black';
  line-height: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.hot-topics .ht-articles h2 {
  font-size: 42px;
  font-family: 'AvenirLT-Black';
  line-height: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.hot-topics .ht-jump-to {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  margin: 49px auto 14px;
  text-align: center;
}
.hot-topics .ht-jump-to a {
  border: 0;
  font-family: 'AvenirLT-Black';
}
.hot-topics .ht-jump-to a:hover {
  text-decoration: underline;
}
.hot-topics .ht-influencers {
  position: relative;
}
.hot-topics .ht-influencers header {
  background-color: transparent;
  float: none;
  margin: 0 auto;
  max-width: 920px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.hot-topics .ht-influencers header h2 {
  font-size: 42px;
  font-family: 'AvenirLT-Black';
  line-height: 50px;
  text-align: center;
}
.hot-topics .ht-influencers ul {
  margin: 0;
  margin-top: 88px;
  overflow: hidden;
  padding: 0;
}
.hot-topics .ht-influencers .influencer {
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 10px 0;
  padding: 0 10px;
  width: 25%;
}
.hot-topics .ht-influencers .influencer p {
  margin: 0;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-topics .ht-influencers .influencer .thumbnail {
  float: left;
  height: 72px;
  width: 72px;
}
.hot-topics .ht-influencers .influencer .desc {
  margin-left: 93px;
  padding-top: 16px;
}
.hot-topics .ht-influencers .influencer .desc .influencers-name {
  font-size: 20px;
  font-family: 'AvenirLT-Black';
  line-height: 20px;
}
.hot-topics .ht-influencers .influencer .desc .influencers-link a {
  border: 0;
  color: #64b4f0;
  font-size: 20px;
  line-height: 20px;
}
.hot-topics .ht-influencers .ht-article-overlay a {
  background-color: #82beaa;
}
.hot-topics .ht-influencers.ht-influencers-minimized {
  overflow: hidden;
}
.hot-topics .ht-influencers.ht-influencers-minimized .ht-article-overlay {
  display: block;
}
.hot-topics .ht-influencers.ht-influencers-minimized-extended {
  max-height: none;
}
.hot-topics .ht-influencers.ht-influencers-minimized-extended .ht-article-overlay a {
  background-color: #e6e6e6;
  color: #4d4d4d;
}
.hot-topics .ht-influencers.ht-influencers-minimized-extended .ht-article-overlay a .label-extend {
  display: none;
}
.hot-topics .ht-influencers.ht-influencers-minimized-extended .ht-article-overlay a .label-minimize {
  display: inline;
}
.hot-topics .ht-influencers.ht-influencers-minimized-extended .ht-article-overlay a:before {
  display: none;
}
.hot-topics .ht-footer {
  padding: 0;
}
.hot-topics .ht-footer .ht-footer-wrapper {
  overflow: hidden;
  background-color: #008cdc;
}
.hot-topics .ht-footer .talk-with-us {
  background-color: #64b4f0;
  color: #fff;
  font-size: 10px;
  overflow: hidden;
  padding: 80px 10px;
  text-align: center;
}
.hot-topics .ht-footer .talk-with-us a {
  color: #fff;
}
.hot-topics .ht-footer .talk-with-us a:hover,
.hot-topics .ht-footer .talk-with-us a:visited {
  color: #fff;
}
.hot-topics .ht-footer .talk-with-us h2 {
  color: #fff;
  font-size: 4.2em;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  line-height: 1.1904761904762em;
  margin-bottom: 12px;
}
.hot-topics .ht-footer .talk-with-us p {
  font-size: 2.2em;
  font-family: 'Merriweather', serif;
  line-height: 1.6818181818182em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.hot-topics .ht-footer .sign-up {
  background-color: #64b4f0;
  color: #fff;
  float: left;
  min-height: 282px;
  position: relative;
  text-align: center;
  width: 100%;
}
.hot-topics .ht-footer .sign-up .ht-form-submitted {
  padding: 33px 30px;
  font-size: 18px;
}
.hot-topics .ht-footer .sign-up h2 {
  font-size: 35px;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  margin-bottom: 0;
}
.hot-topics .ht-footer .sign-up p {
  font-size: 20px;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
}
.hot-topics .ht-footer .sign-up a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
.hot-topics .ht-footer .sign-up .wpcf7-form-control-wrap {
  width: 100%;
}
.hot-topics .ht-footer .sign-up .wpcf7-response-output {
  border: 0;
  margin: 0;
}
.hot-topics .ht-footer .sign-up .form {
  display: block;
  opacity: 1;
  padding: 56px 34px 50px;
  line-height: 26px;
}
.hot-topics .ht-footer .sign-up .form form {
  margin: 0;
}
.hot-topics .ht-footer .sign-up .form input[type=email],
.hot-topics .ht-footer .sign-up .form input[type=text] {
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.hot-topics .ht-footer .sign-up .form input[type=submit] {
  padding: 0;
  width: 100%;
  background-color: #003264;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 25px;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  height: 60px;
  line-height: 60px;
}
.hot-topics .ht-footer .sign-up .form input[type=submit]:focus,
.hot-topics .ht-footer .sign-up .form input[type=submit]:hover {
  background-color: #00254b;
}
.hot-topics .ht-footer .sign-up .thank-you {
  display: block;
  left: 0;
  padding: 0 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0ms ease-in;
  -o-transition: all 0ms ease-in;
  transition: all 0ms ease-in;
  -webkit-transition: all all 0ms ease-in ease-out;
  -moz-transition: all all 0ms ease-in ease-out;
  -o-transition: all all 0ms ease-in ease-out;
  transition: all all 0ms ease-in ease-out;
}
.hot-topics .ht-footer .sign-up .thank-you h2 {
  margin-top: 0;
}
.hot-topics .ht-footer .sign-up .thank-you a {
  border: 0;
  color: #003264;
}
.hot-topics .ht-footer .sign-up .thank-you p {
  font-size: 20px;
  line-height: 28px;
}
.hot-topics .ht-footer .sign-up.submission-successful .form {
  opacity: 0;
}
.hot-topics .ht-footer .sign-up.submission-successful .thank-you {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transition: all all 200ms ease-in ease-out;
  -moz-transition: all all 200ms ease-in ease-out;
  -o-transition: all all 200ms ease-in ease-out;
  transition: all all 200ms ease-in ease-out;
}
.hot-topics .ht-footer .contact-details {
  background-color: #008cdc;
  box-sizing: border-box;
  color: #fff;
  float: left;
  min-height: 282px;
  padding: 50px 10px 50px 50px;
  width: 100%;
}
.hot-topics .ht-footer .contact-details a {
  border: 0 none;
  color: #fff;
  text-decoration: none;
}
.hot-topics .ht-footer .contact-details p {
  margin: 0;
}
.hot-topics .ht-footer .contact-details .thumbnail {
  float: left;
  height: 182px;
  width: 182px;
}
.hot-topics .ht-footer .contact-details .desc {
  margin-left: 236px;
  margin-top: 23px;
}
.hot-topics .ht-footer .contact-details .desc .name {
  font-size: 35px;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  line-height: 40px;
}
.hot-topics .ht-footer .contact-details .desc .position {
  font-size: 20px;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  line-height: 26px;
  margin-top: -2px;
}
.hot-topics .ht-footer .contact-details .desc .contact-forms {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  margin-top: 25px;
  padding: 0;
}
.hot-topics .ht-footer .contact-details .desc .contact-forms li {
  list-style: none;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .hot-topics .ht-influencers .influencer {
    width: 33.333%;
  }
}
@media (max-width: 699px) {
  .hot-topics {
    padding-top: 30px;
  }
  .hot-topics .page-header .hw-c-1-bg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hot-topics .ht-image-divider {
    position: static;
  }
  .hot-topics .ht-image-divider .ht-quote {
    position: static;
    transform: none;
    padding: 30px 15%;
  }
  .hot-topics .ht-influencers header {
    text-align: left;
  }
  .hot-topics .ht-influencers ul {
    margin-top: 30px;
  }
  .hot-topics .ht-influencers .influencer {
    width: 50%;
  }
  .hot-topics .ht-quote blockquote {
    font-size: 24px;
    line-height: 38px;
  }
  .hot-topics .ht-footer .talk-with-us {
    font-size: 7px;
  }
  .hot-topics .ht-footer .sign-up .form {
    padding: 30px 10px;
  }
  .hot-topics .ht-footer .contact-details {
    padding: 30px 10px;
  }
  .hot-topics .ht-footer .contact-details .thumbnail {
    float: none;
    margin: 0 auto;
  }
  .hot-topics .ht-footer .contact-details .desc {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .hot-topics .ht-jump-to {
    text-align: center;
  }
  .hot-topics .ht-jump-to .ht-separator {
    display: none;
  }
  .hot-topics .ht-jump-to a {
    margin: 15px 0;
    display: block;
  }
  .hot-topics .ht-influencers .influencer {
    margin-bottom: 30px;
    clear: both;
    float: none;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .hot-topics .ht-article {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hot-topics .ht-article-wrapper {
    width: 980px;
  }
  .hot-topics .ht-article-content {
    float: left;
    width: 680px;
  }
  .hot-topics .ht-article-aside {
    float: left;
    margin: 0 0 0 20px;
    width: 280px;
  }
  .hot-topics .ht-social-share {
    margin-left: 0;
  }
  .hot-topics .ht-influencers {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .hot-topics .ht-influencers ul {
    margin-left: 50px;
    margin-right: 50px;
  }
  .hot-topics .ht-footer .sign-up {
    width: 50%;
  }
  .hot-topics .ht-footer .contact-details {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hot-topics .ht-article-wrapper {
    width: 1090px;
  }
  .hot-topics .ht-article-content {
    width: 700px;
  }
  .hot-topics .ht-article-aside {
    margin-left: 120px;
    width: 270px;
  }
}
.hot-topics-landing {
  padding-top: 75px;
}
@media (max-width: 699px) {
  .hot-topics-landing {
    padding-top: 30px;
  }
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
.medium {
  font-weight: medium;
}
.strong {
  font-weight: bold;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.clear {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.em {
  font-style: italics;
}
.img-responsive {
  height: auto;
  width: 100%;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.border {
  border: 1px solid #121212;
}
.border.border-small {
  border-width: 1px;
}
.border.border-medium {
  border-width: 2px;
}
.border.border-large {
  border-width: 3px;
}
.no-border {
  border: none;
}
.svg .sprite {
  background-image: url(../img/sprites.svg);
}
.svg .search-form input {
  background-image: url(../img/search.svg);
}
.svg .img-png {
  display: none;
}
.svg .img-svg {
  display: inline-block;
}
.row {
  overflow: hidden;
  clear: both;
}
.column,
.columns {
  padding-right: 22px;
  padding-left: 22px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.column.alpha,
.columns.alpha,
.column.alpha-small,
.columns.alpha-small {
  padding-left: 0;
}
.column.omega,
.columns.omega,
.column.omega-small,
.columns.omega-small {
  padding-right: 0;
}
.column-padding,
.columns-padding {
  padding-bottom: 22px;
  padding-top: 22px;
}
.small-1 {
  width: 8.33333%;
}
.small-2 {
  width: 16.66667%;
}
.small-3 {
  width: 25%;
}
.small-4 {
  width: 33.33333%;
}
.small-5 {
  width: 41.66667%;
}
.small-6 {
  width: 50%;
}
.small-7 {
  width: 58.33333%;
}
.small-8 {
  width: 66.66667%;
}
.small-9 {
  width: 75%;
}
.small-10 {
  width: 83.33333%;
}
.small-11 {
  width: 91.66667%;
}
.small-12 {
  width: 100%;
}
.small-hidden,
.medium-visible,
.large-visible {
  display: none;
}
.small-visible,
.medium-hidden,
.large-hidden {
  display: block;
}
.horizontal-padding-top {
  padding-top: 1em;
}
.horizontal-padding {
  padding-bottom: 1.2em;
  padding-top: 1em;
}
.horizontal-margin {
  margin-bottom: 1.2em;
  margin-top: 1em;
}
.vertical-padding {
  padding-right: 1em;
  padding-left: 1em;
}
.vertical-margin {
  margin-right: 1em;
  margin-left: 1em;
}
.svg .sprite {
  background-image: url(../img/sprites.svg);
}
.sprite {
  background: transparent url(../img/sprites.png) 50% 50% no-repeat;
  display: inline-block;
  text-indent: -9999px;
  border: none;
}
.sprite.logo {
  background-position: -109px -244px;
  width: 26px;
  height: 28px;
}
.sprite.logo-tail {
  background-position: -84px -296px;
  width: 131px;
  height: 29px;
}
.sprite.logo-home {
  background-position: -86px -394px;
  width: 60px;
  height: 29px;
}
.sprite.menu {
  background-position: -26px -243px;
  width: 25px;
  height: 16px;
}
.sprite.menu-close {
  background-position: -151px -244px;
  width: 26px;
  height: 26px;
}
.sprite.close {
  background-position: -133px -158px;
  width: 20px;
  height: 20px;
}
.sprite.chevron-up {
  background-position: -25px -156px;
  width: 25px;
  height: 17px;
}
.sprite.chevron-right {
  background-position: -100px -155px;
  width: 17px;
  height: 26px;
}
.sprite.chevron-down {
  background-position: -25px -156px;
  width: 25px;
  height: 17px;
}
.sprite.chevron-left {
  background-position: -66px -155px;
  width: 17px;
  height: 26px;
}
.sprite.search {
  background-position: -215px -249px;
  width: 19px;
  height: 18px;
}
.sprite.search-icon {
  background-position: -242px -249px;
  width: 19px;
  height: 18px;
}
.sprite.arrow-outside {
  background-position: -276px -243px;
  width: 11px;
  height: 10px;
}
.sprite.twitter {
  background-position: -69px -60px;
  width: 34px;
  height: 29px;
}
.sprite.facebook {
  background-position: -114px -60px;
  width: 16px;
  height: 30px;
}
.sprite.pinterest {
  background-position: -141px -60px;
  width: 29px;
  height: 30px;
}
.sprite.google-plus {
  background-position: -181px -60px;
  width: 19px;
  height: 30px;
}
.sprite.youtube {
  background-position: -214px -60px;
  width: 70px;
  height: 30px;
}
.sprite.linkedin {
  background-position: -28px -60px;
  width: 29px;
  height: 30px;
}
.sprite.instagram {
  background-position: -298px -59px;
  width: 30px;
  height: 31px;
}
.sprite.dark-twitter {
  background-position: -69px -107px;
  width: 34px;
  height: 29px;
}
.sprite.dark-facebook {
  background-position: -114px -107px;
  width: 16px;
  height: 29px;
}
.sprite.dark-pinterest {
  background-position: -141px -107px;
  width: 29px;
  height: 29px;
}
.sprite.dark-google-plus {
  background-position: -181px -107px;
  width: 19px;
  height: 29px;
}
.sprite.dark-youtube {
  background-position: -214px -107px;
  width: 70px;
  height: 29px;
}
.sprite.dark-linkedin {
  background-position: -28px -107px;
  width: 29px;
  height: 29px;
}
.sprite.dark-instagram {
  background-position: -298px -106px;
  width: 30px;
  height: 31px;
}
.sprite.grid-twitter {
  background-position: -68px -197px;
  width: 33px;
  height: 27px;
}
.sprite.grid-quote-mark {
  background-position: -26px -196px;
  width: 27px;
  height: 28px;
}
.sprite.grid-camera {
  background-position: -117px -197px;
  width: 27px;
  height: 28px;
}
.sprite.heart-dark {
  background-position: -23px -451px;
  width: 22px;
  height: 19px;
}
.sprite.heart-light {
  background-position: -55px -451px;
  width: 22px;
  height: 19px;
}
.sprite.loading-small {
  background: transparent url(../img/loading-small.gif) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}
html {
  background-color: #cbcbcb;
}
body {
  background-color: #ffffff;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  color: #121212;
  font-size: 16px;
  max-width: 1500px;
  margin: 0 auto;
}
body.navigation-show .primary-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.strong {
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
.normal {
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
h1 {
  letter-spacing: -1px;
  line-height: 1.2;
  font-size: 34px;
  margin: 15px 0;
  font-weight: bold;
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  font-weight: 400;
}
h2 {
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  margin: 15px 0;
}
h3 {
  font-family: 'Merriweather', serif;
  color: #cbcbcb;
  font-size: 22px;
  margin: 15px 0;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
h4 {
  letter-spacing: 3px;
  font-size: 12px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
h5 {
  letter-spacing: 3px;
  color: #cbcbcb;
  font-size: 14px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  margin: 15px 0;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
p {
  line-height: 1.6;
  margin: 15px 0;
}
.intro {
  font-family: 'Merriweather', serif;
  line-height: 1.7;
  font-size: 17px;
}
p.large {
  line-height: 70px;
  font-size: 70px;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
small {
  font-size: 12px;
}
.annotation,
.annotation:visited {
  color: #cbcbcb;
  font-size: 12px;
}
a,
a:visited {
  text-decoration: none;
  color: #008cdc;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
a:hover,
a:active {
  color: #0a95e4;
}
a.special {
  color: #cbcbcb;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
b,
strong {
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
i,
em {
  font-style: italics;
}
hr {
  background-color: #121212;
  margin: 15px 0;
  display: inline-block;
  border: none;
  height: 10px;
  width: 80px;
  padding: 0;
}
ul,
ol {
  padding-left: 0;
}
ul li,
ol li {
  list-style-type: none;
  padding: 4px 0;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: 400;
}
time,
.time {
  margin: 10px 0;
  color: #cbcbcb;
  letter-spacing: 3px;
  line-height: 1.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
.archive.author {
  margin: auto;
}
.author {
  margin: 10px 0;
}
.author span {
  color: #008cdc;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
blockquote {
  background-color: #121212;
  padding-bottom: 50px;
  color: #ffffff;
  padding-top: 50px;
  text-align: center;
  margin: 0;
}
blockquote.text-quote .intro {
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  font-size: 37px;
}
cite {
  letter-spacing: 3px;
  font-style: normal;
  font-size: 12px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
}
.img-svg {
  display: none;
}
.success {
  color: #5aaa00;
}
.warning {
  color: #ff8c00;
}
.danger {
  color: #b41e1e;
}
.info {
  color: #00a0ff;
}
.block-grid h2 {
  margin: 0;
}
.block-grid h5 {
  margin: 0.1em 0;
}
.block-grid p {
  margin: 0.1em 0 1.2em 0;
}
.block-grid .no-margin-bottom {
  margin-bottom: 0;
}
.block-grid .no-margin-top {
  margin-top: 0;
}
.intro-box {
  color: #ffffff;
  text-align: left;
}
.intro-box h3,
.intro-box a {
  color: #ffffff;
}
.btn {
  border: 3px solid #121212;
  background-color: #121212;
  margin: 15px 0;
  color: #ffffff;
  line-height: 19px;
  font-size: 19px;
  display: inline-block;
  padding: 19px;
  text-align: center;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover {
  color: #ffffff;
}
.btn.btn-small {
  border-width: 2px;
  line-height: 16px;
  font-size: 16px;
  padding: 9px 15px;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
.btn.btn-default {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-default:hover {
  background-color: #ffffff;
  color: #008cdc;
}
.btn.btn-primary {
  background-color: transparent;
  border-color: #008cdc;
  color: #008cdc;
}
.btn.btn-primary:hover {
  background-color: #008cdc;
  color: #ffffff;
}
.btn.btn-chevron {
  background-color: #008cdc;
  border-color: #008cdc;
  position: relative;
  height: 63px;
  padding: 0;
}
.btn.btn-chevron .chevron-up,
.btn.btn-chevron .chevron-down {
  margin: -8.5px 0 0 -12.5px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.btn.btn-chevron .chevron-right,
.btn.btn-chevron .chevron-left {
  position: absolute;
  left: 50%;
  top: 50%;
}
.btn.btn-chevron .chevron-right {
  margin: -13px 0 0 -6.5px;
}
.btn.btn-chevron .chevron-left {
  margin: -13px 0 0 -10.5px;
}
.btn.btn-chevron:hover {
  background-color: #0a95e4;
  border-color: #0a95e4;
}
.btn.btn-next,
.btn.btn-prev {
  width: 100%;
  float: left;
  margin: 0;
}
.btn.btn-next {
  margin-left: 1px;
}
.btn.btn-special {
  background-color: transparent;
  color: #121212;
  margin-top: 0;
}
.btn.btn-special:hover {
  color: #121212;
}
.btn.btn-c-7 {
  border-color: #f10a91;
  color: #f10a91;
}
.btn.btn-c-7:hover {
  color: #f10a91;
}
.btn.btn-c-15 {
  border-color: #ff5a00;
  color: #ff5a00;
}
.btn.btn-c-15:hover {
  color: #ff5a00;
}
.btn.btn-back-to-top {
  background-color: #b41e1e;
  border-color: #b41e1e;
  float: left;
  margin: 0;
}
.js .btn.btn-recommend {
  display: inline-block;
}
.btn.btn-recommend {
  border: none;
  position: relative;
  padding-right: 44px;
  padding-left: 50px;
  display: none;
  float: right;
  margin-right: 0;
}
.btn.btn-recommend .heart-light {
  display: none;
}
.btn.btn-recommended .heart-light {
  display: inline-block;
}
.btn.btn-recommended .heart-dark {
  display: none;
}
.btn.btn-recommend.loading .heart-light,
.btn.btn-recommend.loading .heart-dark {
  display: none;
}
.btn.btn-recommend.loading .loading-small {
  display: inline-block;
}
.btn.btn-recommend .heart-light,
.btn.btn-recommend .heart-dark {
  position: absolute;
  margin-top: -11.5px;
  left: 19px;
  top: 50%;
}
.btn.btn-recommend .loading-small {
  position: absolute;
  margin-top: -10.5px;
  margin-left: 3px;
  display: none;
  left: 19px;
  top: 50%;
}
.btn.btn-recommend:hover {
  background-color: #f7f7f7;
  color: #008cdc;
}
.btn.btn-recommend.loading:hover {
  background-color: transparent;
}
.btn.btn-recommend .recommendations {
  display: inline-block;
  text-align: center;
  position: absolute;
  padding-bottom: 19px;
  padding-top: 19px;
  width: 57px;
  right: 0;
  top: 0;
}
.pagination {
  margin: 15px 0;
}
.pagination a {
  color: #cbcbcb;
  margin-right: 20px;
  display: inline-block;
}
.pagination a.active {
  color: #008cdc;
}
.person-contact {
  overflow: hidden;
}
.person-contact .person-thumbnail {
  margin-right: 30px;
  float: left;
}
.person-contact .person-thumbnail img {
  background-color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  height: 70px;
  width: 70px;
}
.messages li {
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
.links {
  overflow: hidden;
}
.links li {
  margin-right: 30px;
  padding: 0;
  float: left;
}
.social-links {
  overflow: hidden;
  margin: 0;
}
.social-links li {
  margin: 15px 30px 15px 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
.modal-open header,
.modal-open main,
.modal-open footer {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.modal {
  background-color: #ffffff;
  overflow: scroll;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}
.modal .modal-header {
  position: relative;
  height: 44px;
}
.modal .modal-header .btn-close {
  position: absolute;
  margin: 0 22px;
  right: 0;
  top: 0;
}
.modal.loading {
  background: #ffffff url(../img/loading.gif) 50% 50% no-repeat;
}
.cprcomm-com-au .sprite.logo {
  background-position: -244px -519px;
  width: 66px;
  height: 29px;
}
.cprcomm-com-au .page-id-7133 .sprite.logo {
  background-position: -244px -478px;
  width: 66px;
  height: 29px;
}
.cprcomm-com-au .sprite.dark-linkedin {
  background-position: -23px -574px;
  width: 30px;
  height: 30px;
}
.cprcomm-com-au .sprite.dark-twitter {
  background-position: -65px -574px;
  width: 33px;
  height: 30px;
}
.cprcomm-com-au .sprite.dark-facebook {
  background-position: -110px -575px;
  width: 15px;
  height: 29px;
}
.cprcomm-com-au .sprite.dark-pinterest {
  background-position: -136px -574px;
  width: 30px;
  height: 30px;
}
.cprcomm-com-au .sprite.dark-google-plus {
  background-position: -177px -574px;
  width: 19px;
  height: 30px;
}
.cprcomm-com-au .sprite.dark-youtube {
  background-position: -210px -575px;
  width: 69px;
  height: 29px;
}
.cprcomm-com-au .sprite.search-icon {
  background-position: -295px -250px;
  width: 18px;
  height: 18px;
}
.cprcomm-com-au header .primary-nav-header {
  background-color: #080000;
}
.cprcomm-com-au header {
  border-top: 2px solid #b22229;
  background-color: #000000;
}
.cprcomm-com-au .page-id-7133 header {
  background-color: #ffffff;
}
.cprcomm-com-au .page-id-7133 header .brand {
  background: #ffffff;
}
.cprcomm-com-au header .brand {
  background-color: #000000;
}
.cprcomm-com-au .case-study header {
  background: none;
  border: none;
}
.cprcomm-com-au header .primary-nav a {
  color: #080000;
}
.cprcomm-com-au header .primary-nav a:hover {
  color: #b22229;
}
.cprcomm-com-au .page-id-7133 header .primary-nav a:hover {
  color: #b22229;
}
.cprcomm-com-au footer {
  background-color: #bbbbbb;
  color: #ffffff;
}
.cprcomm-com-au .btn.btn-chevron {
  background-color: #b22229;
  border-color: #b22229;
}
.cprcomm-com-au h2.intro {
  color: #6B6B6B;
}
.cprcomm-com-au h5 {
  color: #BBB;
}
.cprcomm-com-au .btn.btn-primary {
  background-color: transparent;
  border-color: #b22229;
  color: #b22229;
}
.cprcomm-com-au .btn.btn-primary:hover {
  background-color: #b22229;
  color: #ffffff;
}
.cprcomm-com-au #main .blog h1 a:hover,
.cprcomm-com-au main .blog h2 a:hover {
  color: #b22229;
}
.cprcomm-com-au #main .industry,
.cprcomm-com-au #main .news,
.cprcomm-com-au #main .opinion,
.cprcomm-com-au #main .spotlight {
  color: #BBB;
}
.cprcomm-com-au #main .all {
  color: #b22229;
}
.cprcomm-com-au #main .blog .categories a.active,
.cprcomm-com-au main .blog .categories a:hover {
  border: 3px solid #b22229;
}
.cprcomm-com-au #main .search-form .toggle span.close {
  background-color: #b22229;
}
.cprcomm-com-au #main .search-form input {
  border: 3px solid #b22229;
}
.cprcomm-com-au a,
.cprcomm-com-au a:visited {
  color: #b22229;
}
.cprcomm-com-au .pagination a.active {
  color: #080000;
}
.cprcomm-com-au #main .team .team-member-profile {
  background-color: #b22229;
}
.cprcomm-com-au .btn.btn-default {
  color: #ffffff;
}
.cprcomm-com-au .btn.btn-default:hover {
  color: #b22229;
}
.cprcomm-com-au main .blog .blog-hr {
  background-color: #b22229;
}
.cprcomm-com-au footer .quick-links li a {
  color: #ffffff;
}
.cprcomm-com-au footer .quick-links li a:hover {
  color: #ffffff;
}
.cprcomm-com-au footer .quick-links li a:hover {
  color: #ffffff;
}
.cprcomm-com-au footer .person-contact .person-thumbnail img {
  display: none;
}
.cprcomm-com-au footer .person-contact .person-thumbnail {
  background: transparent url(../img/sprites.png) no-repeat -244px -519px;
  width: 66px;
  height: 55px;
}
.svg.cprcomm-com-au footer .person-contact .person-thumbnail {
  background-image: url(../img/sprites.svg);
}
.work-listing .work-item {
  position: relative;
  overflow: hidden;
}
.work-listing .work-item a {
  text-decoration: none;
  display: inline-block;
  border: none;
  color: #fab41e;
}
.work-listing .work-item a:hover {
  border-bottom: 1px solid #fab41e;
}
.work-listing .work-item img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
  width: 100%;
  height: auto;
}
.work-listing .work-item .thumbnail {
  display: block;
  width: 100%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.work-listing .work-item .continue-reading {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  color: #fff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  top: 0;
}
.work-listing .work-item .continue-reading h3 {
  font-size: 34px;
  color: #fff;
}
.work-listing .work-item .continue-reading .wrapper {
  -webkit-transform: translate3d(0,-70%,0);
  -moz-transform: translate3d(0,-70%,0);
  -o-transform: translate3d(0,-70%,0);
  -ms-transform: translate3d(0,-70%,0);
  transform: translate3d(0,-70%,0);
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 50%;
  left: 0;
}
.work-listing .work-item:hover .continue-reading {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.work-listing .work-item:hover .continue-reading .wrapper {
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.map {
  position: relative;
  overflow: hidden;
}
.map .map-background img {
  height: auto;
  width: 100%;
  float: left;
}
.map .map-dots .map-dot {
  background-color: #ff5a00;
  position: absolute;
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 4px;
  width: 4px;
  margin: 2px;
}
.map .map-dots .map-dot span {
  background-color: #ffffff;
  border: 1px solid #ff5a00;
  display: inline-block;
  white-space: nowrap;
  color: #121212;
  position: absolute;
  visibility: hidden;
  font-size: 14px;
  z-index: 100;
  padding: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 16px;
  top: 16px;
}
.map .map-dots .map-dot.map-affiliate {
  background-color: #fab41e;
}
.map .map-dots .map-dot.map-affiliate span {
  border: 1px solid #fab41e;
}
.map .map-dots .map-dot-1 {
  left: 47%;
  top: 34%;
}
.map .map-dots .map-dot-2 {
  left: 46.3%;
  top: 41.5%;
}
.map .map-dots .map-dot-3 {
  left: 46.9%;
  top: 37.5%;
}
.map .map-dots .map-dot-4 {
  left: 49.3%;
  top: 37.5%;
}
.map .map-dots .map-dot-5 {
  left: 48.7%;
  top: 38.5%;
}
.map .map-dots .map-dot-6 {
  left: 48.4%;
  top: 36.2%;
}
.map .map-dots .map-dot-7 {
  left: 32.6%;
  top: 42.2%;
}
.map .map-dots .map-dot-8 {
  left: 22%;
  top: 44.2%;
}
.map .map-dots .map-dot-9 {
  left: 82.7%;
  top: 79.1%;
}
.map .map-dots .map-dot-10 {
  left: 77.5%;
  top: 77%;
}
.map .map-dots .map-dot-11 {
  left: 48.2%;
  top: 34%;
}
.map .map-dots .map-dot-12 {
  left: 63.5%;
  top: 51%;
}
.map .map-dots .map-dot-13 {
  left: 62.8%;
  top: 57%;
}
.map .map-dots .map-dot-14 {
  left: 62.2%;
  top: 54%;
}
.map .map-dots .map-dot-15 {
  left: 56%;
  top: 33%;
}
.map .map-dots .map-dot-16 {
  left: 53.5%;
  top: 36%;
}
.map .map-dots .map-dot-17 {
  left: 50.5%;
  top: 35%;
}
.map .map-dots .map-dot-18 {
  left: 49.9%;
  top: 36%;
}
.map .map-dots .map-dot-19 {
  left: 50.5%;
  top: 37%;
}
.map .map-dots .map-dot-20 {
  left: 52%;
  top: 33%;
}
.map .map-dots .map-dot-21 {
  left: 58.2%;
  top: 50%;
}
.map .map-dots .map-dot-22 {
  left: 49.7%;
  top: 45.7%;
}
.map .map-dots .map-dot-23 {
  left: 53.3%;
  top: 47.2%;
}
.map .map-dots .map-dot-24 {
  left: 56.5%;
  top: 50%;
}
.map .map-dots .map-dot-25 {
  left: 68.1%;
  top: 60%;
}
.map .map-dots .map-dot-26 {
  left: 66.5%;
  top: 54%;
}
.map .map-dots .map-dot-27 {
  left: 57.5%;
  top: 57%;
}
.map .map-dots .map-dot-28 {
  left: 57.5%;
  top: 57%;
}
.map .map-dots .map-dot-29 {
  left: 57.5%;
  top: 57%;
}
.map .map-dots .map-dot-30 {
  left: 50.7%;
  top: 28.5%;
}
.map .map-dots .map-dot-31 {
  left: 38.2%;
  top: 73%;
}
.map .map-dots .map-dot-32 {
  left: 75.5%;
  top: 44%;
}
.map .map-dots .map-dot-33 {
  left: 52.2%;
  top: 27.5%;
}
.map .map-dots .map-dot-34 {
  left: 49.2%;
  top: 28.5%;
}
.map .map-dots .map-dot-35 {
  left: 49.3%;
  top: 31.6%;
}
.map .map-dots .map-dot-36 {
  left: 53.2%;
  top: 41.3%;
}
.map .map-dots .map-dot-37 {
  left: 70.8%;
  top: 41.5%;
}
.map .map-dots .map-dot-38 {
  left: 71.8%;
  top: 47%;
}
.map .map-dots .map-dot-39 {
  left: 70%;
  top: 49%;
}
.map .map-dots .map-dot-40 {
  left: 70.5%;
  top: 50%;
}
.no-touch .map .map-dots .map-dot:hover span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
form {
  margin: 15px 0;
}
form ::-webkit-input-placeholder {
  color: #cbcbcb;
}
form :-moz-placeholder {
  color: #cbcbcb;
}
form ::-moz-placeholder {
  color: #cbcbcb;
}
form :-ms-input-placeholder {
  color: #cbcbcb;
}
form .form-row input {
  margin: 7.5px 0;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .form-row.checkbox label {
  position: relative;
  padding-left: 20px;
}
form .form-row.checkbox span {
  position: static;
  margin: 0;
  padding: 0;
  float: left;
  display: inline-block;
  width: 0;
}
form .form-row.checkbox label input {
  position: absolute;
  margin-top: 2px;
  height: 14px;
  width: auto;
  width: 14px;
  margin: 0;
  left: 0;
  top: 0;
}
form .form-row.checkbox .wpcf7-list-item-label {
  display: none;
}
form .form-row label {
  display: inline-block;
  margin: 7.5px 0;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form button,
form .btn {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .btn-submit {
  background-color: #ff5a00;
  border-color: #ff5a00;
}
form .btn-submit:hover {
  background-color: #ff6b1a;
  border-color: #ff6b1a;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form legend {
  display: none;
}
form input {
  background-color: #f7f7f7;
  border: none;
  display: inline-block;
  padding: 11px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form .required {
  color: #b41e1e;
}
.hw-color-1-border-bg {
  background-color: #121212;
  border-color: #121212;
}
.hw-color-1-border-text {
  border-color: #121212;
  color: #121212;
}
.hw-color-1-border {
  border-color: #121212;
}
.hw-color-1-bg {
  background-color: #121212;
}
.hw-color-1-text,
.hw-color-1-text:visited {
  color: #121212;
}
.hw-color-2-border-bg {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.hw-color-2-border-text {
  border-color: #cbcbcb;
  color: #cbcbcb;
}
.hw-color-2-border {
  border-color: #cbcbcb;
}
.hw-color-2-bg {
  background-color: #cbcbcb;
}
.hw-color-2-text,
.hw-color-2-text:visited {
  color: #cbcbcb;
}
.hw-color-3-border-bg {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.hw-color-3-border-text {
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.hw-color-3-border {
  border-color: #f7f7f7;
}
.hw-color-3-bg {
  background-color: #f7f7f7;
}
.hw-color-3-text,
.hw-color-3-text:visited {
  color: #f7f7f7;
}
.hw-color-4-border-bg {
  background-color: #ffffff;
  border-color: #ffffff;
}
.hw-color-4-border-text {
  border-color: #ffffff;
  color: #ffffff;
}
.hw-color-4-border {
  border-color: #ffffff;
}
.hw-color-4-bg {
  background-color: #ffffff;
}
.hw-color-4-text,
.hw-color-4-text:visited {
  color: #ffffff;
}
.hw-c-transparent-border-bg {
  background-color: transparent;
  border-color: transparent;
}
.hw-c-transparent-border-text {
  border-color: transparent;
  color: transparent;
}
.hw-c-transparent-border {
  border-color: transparent;
}
.hw-c-transparent-bg {
  background-color: transparent;
}
.hw-c-transparent-text,
.hw-c-transparent-text:visited {
  color: transparent;
}
.hw-c-1-border-bg {
  background-color: #82beaa;
  border-color: #82beaa;
}
.hw-c-1-border-text {
  border-color: #82beaa;
  color: #82beaa;
}
.hw-c-1-border {
  border-color: #82beaa;
}
.hw-c-1-bg {
  background-color: #82beaa;
}
.hw-c-1-text,
.hw-c-1-text:visited {
  color: #82beaa;
}
.hw-c-2-border-bg {
  background-color: #009682;
  border-color: #009682;
}
.hw-c-2-border-text {
  border-color: #009682;
  color: #009682;
}
.hw-c-2-border {
  border-color: #009682;
}
.hw-c-2-bg {
  background-color: #009682;
}
.hw-c-2-text,
.hw-c-2-text:visited {
  color: #009682;
}
.hw-c-3-border-bg {
  background-color: #5aaa00;
  border-color: #5aaa00;
}
.hw-c-3-border-text {
  border-color: #5aaa00;
  color: #5aaa00;
}
.hw-c-3-border {
  border-color: #5aaa00;
}
.hw-c-3-bg {
  background-color: #5aaa00;
}
.hw-c-3-text,
.hw-c-3-text:visited {
  color: #5aaa00;
}
.hw-c-4-border-bg {
  background-color: #006464;
  border-color: #006464;
}
.hw-c-4-border-text {
  border-color: #006464;
  color: #006464;
}
.hw-c-4-border {
  border-color: #006464;
}
.hw-c-4-bg {
  background-color: #006464;
}
.hw-c-4-text,
.hw-c-4-text:visited {
  color: #006464;
}
.hw-c-5-border-bg {
  background-color: #dca0be;
  border-color: #dca0be;
}
.hw-c-5-border-text {
  border-color: #dca0be;
  color: #dca0be;
}
.hw-c-5-border {
  border-color: #dca0be;
}
.hw-c-5-bg {
  background-color: #dca0be;
}
.hw-c-5-text,
.hw-c-5-text:visited {
  color: #dca0be;
}
.hw-c-6-border-bg {
  background-color: #963c82;
  border-color: #963c82;
}
.hw-c-6-border-text {
  border-color: #963c82;
  color: #963c82;
}
.hw-c-6-border {
  border-color: #963c82;
}
.hw-c-6-bg {
  background-color: #963c82;
}
.hw-c-6-text,
.hw-c-6-text:visited {
  color: #963c82;
}
.hw-c-7-border-bg {
  background-color: #f10a91;
  border-color: #f10a91;
}
.hw-c-7-border-text {
  border-color: #f10a91;
  color: #f10a91;
}
.hw-c-7-border {
  border-color: #f10a91;
}
.hw-c-7-bg {
  background-color: #f10a91;
}
.hw-c-7-text,
.hw-c-7-text:visited {
  color: #f10a91;
}
.hw-c-7-hover-border-bg {
  background-color: #F71F9D;
  border-color: #F71F9D;
}
.hw-c-7-hover-border-text {
  border-color: #F71F9D;
  color: #F71F9D;
}
.hw-c-7-hover-border {
  border-color: #F71F9D;
}
.hw-c-7-hover-bg {
  background-color: #F71F9D;
}
.hw-c-7-hover-text,
.hw-c-7-hover-text:visited {
  color: #F71F9D;
}
.hw-c-8-border-bg {
  background-color: #5a326e;
  border-color: #5a326e;
}
.hw-c-8-border-text {
  border-color: #5a326e;
  color: #5a326e;
}
.hw-c-8-border {
  border-color: #5a326e;
}
.hw-c-8-bg {
  background-color: #5a326e;
}
.hw-c-8-text,
.hw-c-8-text:visited {
  color: #5a326e;
}
.hw-c-9-border-bg {
  background-color: #64b4f0;
  border-color: #64b4f0;
}
.hw-c-9-border-text {
  border-color: #64b4f0;
  color: #64b4f0;
}
.hw-c-9-border {
  border-color: #64b4f0;
}
.hw-c-9-bg {
  background-color: #64b4f0;
}
.hw-c-9-text,
.hw-c-9-text:visited {
  color: #64b4f0;
}
.hw-c-10-border-bg {
  background-color: #008cdc;
  border-color: #008cdc;
}
.hw-c-10-border-text {
  border-color: #008cdc;
  color: #008cdc;
}
.hw-c-10-border {
  border-color: #008cdc;
}
.hw-c-10-bg {
  background-color: #008cdc;
}
.hw-c-10-text,
.hw-c-10-text:visited {
  color: #008cdc;
}
.hw-c-10-hover-border-bg {
  background-color: #0A95E4;
  border-color: #0A95E4;
}
.hw-c-10-hover-border-text {
  border-color: #0A95E4;
  color: #0A95E4;
}
.hw-c-10-hover-border {
  border-color: #0A95E4;
}
.hw-c-10-hover-bg {
  background-color: #0A95E4;
}
.hw-c-10-hover-text,
.hw-c-10-hover-text:visited {
  color: #0A95E4;
}
.hw-c-11-border-bg {
  background-color: #00a0ff;
  border-color: #00a0ff;
}
.hw-c-11-border-text {
  border-color: #00a0ff;
  color: #00a0ff;
}
.hw-c-11-border {
  border-color: #00a0ff;
}
.hw-c-11-bg {
  background-color: #00a0ff;
}
.hw-c-11-text,
.hw-c-11-text:visited {
  color: #00a0ff;
}
.hw-c-11-hover-border-bg {
  background-color: #6baafc;
  border-color: #6baafc;
}
.hw-c-11-hover-border-text {
  border-color: #6baafc;
  color: #6baafc;
}
.hw-c-11-hover-border {
  border-color: #6baafc;
}
.hw-c-11-hover-bg {
  background-color: #6baafc;
}
.hw-c-11-hover-text,
.hw-c-11-hover-text:visited {
  color: #6baafc;
}
.hw-c-12-border-bg {
  background-color: #003264;
  border-color: #003264;
}
.hw-c-12-border-text {
  border-color: #003264;
  color: #003264;
}
.hw-c-12-border {
  border-color: #003264;
}
.hw-c-12-bg {
  background-color: #003264;
}
.hw-c-12-text,
.hw-c-12-text:visited {
  color: #003264;
}
.hw-c-13-border-bg {
  background-color: #fab41e;
  border-color: #fab41e;
}
.hw-c-13-border-text {
  border-color: #fab41e;
  color: #fab41e;
}
.hw-c-13-border {
  border-color: #fab41e;
}
.hw-c-13-bg {
  background-color: #fab41e;
}
.hw-c-13-text,
.hw-c-13-text:visited {
  color: #fab41e;
}
.hw-c-14-border-bg {
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.hw-c-14-border-text {
  border-color: #ff8c00;
  color: #ff8c00;
}
.hw-c-14-border {
  border-color: #ff8c00;
}
.hw-c-14-bg {
  background-color: #ff8c00;
}
.hw-c-14-text,
.hw-c-14-text:visited {
  color: #ff8c00;
}
.hw-c-15-border-bg {
  background-color: #ff5a00;
  border-color: #ff5a00;
}
.hw-c-15-border-text {
  border-color: #ff5a00;
  color: #ff5a00;
}
.hw-c-15-border {
  border-color: #ff5a00;
}
.hw-c-15-bg {
  background-color: #ff5a00;
}
.hw-c-15-text,
.hw-c-15-text:visited {
  color: #ff5a00;
}
.hw-c-15-hover-border-bg {
  background-color: #FF6B1A;
  border-color: #FF6B1A;
}
.hw-c-15-hover-border-text {
  border-color: #FF6B1A;
  color: #FF6B1A;
}
.hw-c-15-hover-border {
  border-color: #FF6B1A;
}
.hw-c-15-hover-bg {
  background-color: #FF6B1A;
}
.hw-c-15-hover-text,
.hw-c-15-hover-text:visited {
  color: #FF6B1A;
}
.hw-c-16-border-bg {
  background-color: #b41e1e;
  border-color: #b41e1e;
}
.hw-c-16-border-text {
  border-color: #b41e1e;
  color: #b41e1e;
}
.hw-c-16-border {
  border-color: #b41e1e;
}
.hw-c-16-bg {
  background-color: #b41e1e;
}
.hw-c-16-text,
.hw-c-16-text:visited {
  color: #b41e1e;
}
.hw-c-17-border-bg {
  background-color: #b22229;
  border-color: #b22229;
}
.hw-c-17-border-text {
  border-color: #b22229;
  color: #b22229;
}
.hw-c-17-border {
  border-color: #b22229;
}
.hw-c-17-bg {
  background-color: #b22229;
}
.hw-c-17-text,
.hw-c-17-text:visited {
  color: #b22229;
}
.hw-c-18-border-bg {
  background-color: #6B6B6B;
  border-color: #6B6B6B;
}
.hw-c-18-border-text {
  border-color: #6B6B6B;
  color: #6B6B6B;
}
.hw-c-18-border {
  border-color: #6B6B6B;
}
.hw-c-18-bg {
  background-color: #6B6B6B;
}
.hw-c-18-text,
.hw-c-18-text:visited {
  color: #6B6B6B;
}
header {
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  max-width: 1500px;
}
header .header-bg {
  border-bottom: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -100;
}
header .brand,
header .toggle {
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #ececec;
  margin: 22px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 100;
}
header .brand {
  margin-left: 22px;
  float: left;
}
header .brand .logo {
  float: left;
}
header .brand .logo-toggle {
  position: relative;
  float: left;
  display: none;
  height: 29px;
  overflow: hidden;
  width: 135px;
}
header .brand .logo-toggle .logo-tail,
header .brand .logo-toggle .logo-home {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
}
header .brand .logo-toggle .logo-tail {
  top: 0;
}
header .brand .logo-toggle .logo-home {
  top: -100%;
}
header .brand:hover .logo-toggle .logo-home {
  top: 0;
}
header .brand:hover .logo-toggle .logo-tail {
  top: 100%;
}
header .toggle {
  margin-right: 22px;
  float: right;
}
header .toggle .menu {
  width: 26px;
  height: 28px;
}
header .primary-nav {
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-bottom: 22px;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 500;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}
header .primary-nav a {
  color: #121212;
}
header .primary-nav-header {
  background-color: #003264;
  padding-left: 22px;
  overflow: hidden;
}
header .primary-nav-header .btn {
  margin-top: 31px;
  width: auto;
  float: left;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
header .primary-nav-main ul {
  overflow: hidden;
  margin: 0;
}
header .primary-nav-main ul li {
  border-bottom: 1px solid #f7f7f7;
  overflow: hidden;
  padding: 0;
}
header .primary-nav-main ul li a {
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  margin: 22px;
  display: inline-block;
}
header .primary-nav-main ul li a.active {
  border-bottom: 5px solid #b41e1e;
  padding-bottom: 2px;
}
header .primary-nav-main ul li a.active:hover {
  border-color: #ffffff;
}
header .primary-nav-main ul li ul {
  margin-bottom: 7px;
}
header .primary-nav-main ul li ul li {
  border: none;
  width: 50%;
  float: left;
  padding: 0;
}
header .primary-nav-main ul li ul li a {
  margin: 0 22px 15px 22px;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
header .primary-nav-main ul li .global-offices {
  border: 3px solid #121212;
  background-color: #121212;
  margin: 15px 0;
  color: #ffffff;
  line-height: 19px;
  font-size: 19px;
  display: inline-block;
  padding: 19px;
  text-align: center;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
  border-width: 2px;
  line-height: 16px;
  font-size: 16px;
  padding: 9px 15px;
  width: auto;
  border-color: #cbcbcb;
  background-color: transparent;
  color: #cbcbcb;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
  margin-left: 22px;
  margin-right: 22px;
}
header .primary-nav-main ul li .global-offices:hover {
  color: #ffffff;
}
header .primary-nav-main ul li .global-offices.btn-small {
  border-width: 2px;
  line-height: 16px;
  font-size: 16px;
  padding: 9px 15px;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
header .primary-nav-main ul li .global-offices.btn-default {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
header .primary-nav-main ul li .global-offices.btn-default:hover {
  background-color: #ffffff;
  color: #008cdc;
}
header .primary-nav-main ul li .global-offices.btn-primary {
  background-color: transparent;
  border-color: #008cdc;
  color: #008cdc;
}
header .primary-nav-main ul li .global-offices.btn-primary:hover {
  background-color: #008cdc;
  color: #ffffff;
}
header .primary-nav-main ul li .global-offices.btn-chevron {
  background-color: #008cdc;
  border-color: #008cdc;
  position: relative;
  height: 63px;
  padding: 0;
}
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-up,
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-down {
  margin: -8.5px 0 0 -12.5px;
  position: absolute;
  left: 50%;
  top: 50%;
}
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-right,
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-left {
  position: absolute;
  left: 50%;
  top: 50%;
}
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-right {
  margin: -13px 0 0 -6.5px;
}
header .primary-nav-main ul li .global-offices.btn-chevron .chevron-left {
  margin: -13px 0 0 -10.5px;
}
header .primary-nav-main ul li .global-offices.btn-chevron:hover {
  background-color: #0a95e4;
  border-color: #0a95e4;
}
header .primary-nav-main ul li .global-offices.btn-next,
header .primary-nav-main ul li .global-offices.btn-prev {
  width: 100%;
  float: left;
  margin: 0;
}
header .primary-nav-main ul li .global-offices.btn-next {
  margin-left: 1px;
}
header .primary-nav-main ul li .global-offices.btn-special {
  background-color: transparent;
  color: #121212;
  margin-top: 0;
}
header .primary-nav-main ul li .global-offices.btn-special:hover {
  color: #121212;
}
header .primary-nav-main ul li .global-offices.btn-c-7 {
  border-color: #f10a91;
  color: #f10a91;
}
header .primary-nav-main ul li .global-offices.btn-c-7:hover {
  color: #f10a91;
}
header .primary-nav-main ul li .global-offices.btn-c-15 {
  border-color: #ff5a00;
  color: #ff5a00;
}
header .primary-nav-main ul li .global-offices.btn-c-15:hover {
  color: #ff5a00;
}
header .primary-nav-main ul li .global-offices.btn-back-to-top {
  background-color: #b41e1e;
  border-color: #b41e1e;
  float: left;
  margin: 0;
}
header .primary-nav-main ul li .global-offices:hover {
  color: #cbcbcb;
}
header .primary-nav-main ul li .global-offices.active {
  border: 3px solid #b41e1e;
  padding-bottom: 9px;
  color: #b41e1e;
}
header .primary-nav-footer {
  padding-bottom: 22px;
}
header .primary-nav-footer .quick-links {
  overflow: hidden;
}
header .primary-nav-footer .quick-links li {
  width: 50%;
  float: left;
}
header .primary-nav-footer .quick-links li a {
  padding: 11px 22px;
  display: inline-block;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
header .primary-nav-footer .social-links {
  padding: 0 22px;
}
header .secondary-nav {
  padding: 15px 0;
  background-color: #003264;
  display: none;
  text-align: center;
  width: 100%;
  clear: both;
}
header .secondary-nav.clone {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  position: fixed;
  height: 29px;
  top: -59px;
}
header .secondary-nav.clone.show {
  top: 0;
}
header .secondary-nav ul {
  margin: 0;
}
header .secondary-nav ul li {
  margin: 0 15px;
  display: inline-block;
}
header .secondary-nav ul li a {
  color: #ffffff;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
header .secondary-nav ul li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
}
header .secondary-nav ul li.current_page_item a {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
}
header .secondary-nav ul li.current_page_item a:hover {
  border-color: transparent;
}
.case-study header .show-menu {
  display: none;
}
.case-study header .hide-menu {
  display: block;
}
main a {
  border-bottom: 1px solid #f7f7f7;
}
main h2 a {
  text-decoration: none;
  border: none;
  color: inherit;
}
main hr {
  background-color: #ff5a00;
}
main ul,
main ol {
  margin: 15px 0 15px 15px;
}
main ul.no-style,
main ol.no-style {
  margin-left: 0;
}
main ul li,
main ol li {
  list-style-type: circle;
  line-height: 1.6;
  margin-left: 15px;
}
main ul.no-style li,
main ol.no-style li {
  list-style-type: none;
  line-height: 1;
  margin-left: 0;
}
main .page-header-wrapper article {
  margin-top: 0;
}
main .page-header {
  margin: 0 auto;
}
main article {
  margin: 1em auto 1.2em auto;
}
main .horizontal-padding article {
  margin-bottom: 0;
}
main .link-outside .arrow-outside {
  margin-bottom: 5px;
}
main .all {
  color: #008cdc;
}
main .opinion {
  color: #b41e1e;
}
main .industry {
  color: #009682;
}
main .spotlight {
  color: #ff5a00;
}
main .news {
  color: #f10a91;
}
main .archived {
  color: #cbcbcb;
}
main .hero {
  height: 320px;
  width: 100%;
}
main .hero .hero-wrapper {
  position: absolute;
  overflow: hidden;
  height: 320px;
  z-index: 50;
  width: 100%;
  top: 0;
}
main .hero img {
  position: absolute;
  margin-top: -172.5px;
  margin-left: -500px;
  height: 345px;
  left: 50%;
  top: 50%;
}
main .hero-text-inside img {
  height: 100%;
  width: auto;
  float: left;
}
main .hero-text-inside h1 {
  position: absolute;
  width: 48%;
  top: 20%;
  left: 25%;
  color: #fff;
}
.labs-block {
  padding-bottom: 20px;
}
.labs-block:nth-child(odd) {
  background-color: #f7f7f7;
}
.labs-block a {
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  color: #121212;
  text-decoration: none;
}
.labs-block .category-link {
  border: none;
  color: #cbcbcb;
}
.labs-block h2,
.labs-block h3,
.labs-block p {
  padding: 0 0 0 20px;
}
.labs-block p {
  font-weight: bold;
  margin-bottom: 0;
}
.labs-block .slide {
  color: #ffffff;
  text-align: center;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
}
.labs-block .slide .headline {
  font-size: 2.0em;
  padding-top: 1.7em;
  padding-bottom: 0.5em;
}
.labs-block .slide .content {
  padding: 1em 4em 0 4em;
  font-size: 1.1em;
}
.labs-block .slide hr {
  position: static;
  margin: 0;
  padding: 0;
  height: 7px;
  width: 8em;
  background: #ffffff;
}
.labs-block .owl-carousel {
  background-color: #953E81;
  position: relative;
}
.labs-block .owl-theme .owl-dots .owl-dot.active span,
.labs-block .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.labs-block .owl-theme .owl-controls {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.labs-block .team {
  width: 100%;
}
.labs-block .team .team-member-picture {
  display: block;
}
.labs-block .team .team-member-details {
  padding: 0;
}
.labs-block .team .team-member-profile h2,
.labs-block .team .team-member-profile p {
  padding: 0;
}
main .team-profile .social-links {
  margin: 10px 22px;
}
main .team-profile .social-links li {
  display: inline-block;
  float: none;
}
main .team {
  overflow: hidden;
}
main .team .team-member {
  position: relative;
  overflow: hidden;
  min-height: 175px;
}
main .team .team-member.with-social-links {
  min-height: 225px;
}
main .team .team-member .social-links li {
  margin: 5px 30px 20px 0;
}
main .team .team-member .social-links a {
  border: none;
}
main .team .team-member .team-member-wrapper {
  cursor: pointer;
}
main .team .team-member-picture {
  display: none;
  width: 100%;
}
main .team .team-member-details {
  padding: 0 22px;
}
main .team .team-member-details .view-details {
  display: none;
}
main .team .team-member-profile {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #963c82;
  padding: 0 22px;
  color: #ffffff;
  position: absolute;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  top: 0;
}
main .team .team-member-profile p {
  word-wrap: break-word;
}
main .team .team-member-profile a {
  color: #ffffff;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
main .team .team-member-profile .btn {
  margin: 0;
  padding: 9px 15px;
}
main .team .team-member-profile .btn-close {
  position: absolute;
  border: none;
  margin: 22px;
  right: 0;
  top: 0;
}
main .team .team-member.hover .team-member-profile {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
main .person-contact a {
  border: none;
}
main .carousel {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
main .carousel .carousel-items {
  position: relative;
}
main .carousel .carousel-items .carousel-item {
  position: absolute;
  min-width: 100%;
  max-width: 9999px;
  top: 0;
}
main .carousel .carousel-items .carousel-item .carousel-item-content {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 100;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 100%;
  text-align: center;
}
main .carousel .carousel-items .carousel-item .carousel-item-content img {
  display: inline-block;
  width: 100%;
}
main .carousel .carousel-items .carousel-item .carousel-item-content.right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
main .carousel .carousel-items .carousel-item .carousel-item-content.left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .carousel .carousel-items .carousel-item .annotation {
  padding: 0 22px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
main .carousel .carousel-items .carousel-item.prev .carousel-item-content {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .carousel .carousel-items .carousel-item.prev.right {
  z-index: 300;
}
main .carousel .carousel-items .carousel-item.prev.left {
  z-index: 200;
}
main .carousel .carousel-items .carousel-item.next .carousel-item-content {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .carousel .carousel-items .carousel-item.next.right {
  z-index: 200;
}
main .carousel .carousel-items .carousel-item.next.left {
  z-index: 300;
}
main .carousel .carousel-items .carousel-item.active {
  z-index: 350;
}
main .carousel .carousel-items .carousel-item.active .carousel-item-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .carousel .carousel-items .carousel-item.active .annotation {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .carousel .carousel-navigation {
  position: absolute;
  z-index: 400;
  width: 100%;
  left: 0;
  top: 0;
}
main .carousel .carousel-navigation .btn-prev,
main .carousel .carousel-navigation .btn-next {
  background-color: rgba(0,0,0,0.5);
  height: 150px;
  width: 50px;
  border: none;
}
main .carousel .carousel-navigation .btn-prev:hover,
main .carousel .carousel-navigation .btn-next:hover {
  background-color: #008cdc;
}
main .carousel .carousel-navigation .btn-prev {
  float: left;
}
main .carousel .carousel-navigation .btn-next {
  float: right;
}
main .carousel .carousel-pagination {
  display: none;
  text-align: center;
  margin-top: 30px;
}
main .carousel .carousel-pagination a {
  background-color: #f7f7f7;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 8px;
  height: 20px;
  width: 38px;
}
main .carousel .carousel-pagination a.active,
main .carousel .carousel-pagination a:hover {
  background-color: #b41e1e;
}
main .content-carousel {
  position: relative;
}
main .blog .blog-hr {
  background-color: #ff5a00;
}
main .blog .imported-blog-post hr {
  background-color: #b22229;
}
main .blog h1 a,
main .blog h2 a {
  font-family: 'AvenirLT-Black', Helvetica, Arial;
  color: #121212;
  border: none;
}
main .blog h1 a:hover,
main .blog h2 a:hover {
  color: #0a95e4;
}
main .blog article p {
  white-space: pre-wrap;
}
main .blog .content-carousel .content-carousel-items {
  position: relative;
  height: 280px;
}
main .blog .content-carousel .content-carousel-items .content-carousel-item {
  position: absolute;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .blog .content-carousel .content-carousel-items .content-carousel-item.prev {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .blog .content-carousel .content-carousel-items .content-carousel-item.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: block;
}
main .blog .content-carousel .content-carousel-items .content-carousel-item.next {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
main .blog .content-carousel .content-carousel-items .content-carousel-item h1 {
  font-size: 30px;
}
main .blog .content-carousel hr {
  position: static;
  margin-left: 0;
  display: none;
  width: 100%;
}
main .blog .blog-filter {
  position: relative;
  overflow: hidden;
}
main .blog .categories {
  margin: 15px 0;
  display: none;
}
main .blog .categories a {
  padding: 10px 10px;
  border: none;
  display: inline-block;
}
main .blog .categories a.active,
main .blog .categories a:hover {
  border: 3px solid #cbcbcb;
  padding: 7px 7px;
}
main .blog .blog-author {
  padding: 22px 0;
}
main .blog .blog-author .blog-author-thumbnail img {
  background-color: #ffffff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  height: 70px;
  width: 70px;
}
main .blog .blog-author time {
  display: block;
}
main .search-form .search-form-input {
  position: relative;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .search-form .search-form-input .search-icon {
  position: absolute;
  margin-top: -9px;
  left: 15px;
  top: 50%;
}
main .search-form input {
  border: 3px solid #008cdc;
  padding: 11px 0 8px 42px;
  line-height: 23px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .search-form .toggle {
  background-color: #ffffff;
  position: absolute;
  display: none;
  border: none;
  right: 0;
  top: 9px;
}
main .search-form .toggle span {
  display: inline-block;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  height: 52px;
  width: 52px;
  float: left;
}
main .search-form .toggle span .search,
main .search-form .toggle span .close {
  position: absolute;
  left: 50%;
  top: 50%;
}
main .search-form .toggle span .search {
  margin: -10px 0 0 -10px;
}
main .search-form .toggle span .close {
  margin: -10px 0 0 -10px;
}
main .search-form .toggle span.search {
  background-color: #cbcbcb;
}
main .search-form .toggle span.close {
  background-color: #008cdc;
}
main .team-highlights .content-carousel-items {
  background: transparent url(../img/team-highlights.jpg) 50% 50% no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  height: 655px;
}
main .team-highlights .content-carousel-items .content-carousel-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
main .team-highlights .content-carousel-items .team-highlights-blockquote-bg {
  background-color: #003264;
  position: absolute;
  height: 385px;
  width: 100%;
  bottom: 0;
}
main .team-highlights .content-carousel-items .content-carousel-item blockquote {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  padding-bottom: 25px;
  padding-top: 25px;
  height: 344px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  background: none;
}
main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 270px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo img {
  margin-top: 20px;
  height: 250px;
  display: inline;
}
main .team-highlights .content-carousel-items .content-carousel-item.prev blockquote {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .team-highlights .content-carousel-items .content-carousel-item.prev .team-highlight-photo {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
main .team-highlights .content-carousel-items .content-carousel-item.active blockquote {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .team-highlights .content-carousel-items .content-carousel-item.active .team-highlight-photo {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
main .team-highlights .content-carousel-items .content-carousel-item.next blockquote {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
main .team-highlights .content-carousel-items .content-carousel-item.next .team-highlight-photo {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
main .grid .box {
  overflow: hidden;
  height: 333px;
}
main .grid .box-content {
  padding: 22px;
  position: relative;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main .grid .box.image {
  position: relative;
}
main .grid .box.image img {
  height: auto;
  width: 100%;
  float: left;
}
main .grid .box.image .grid-camera {
  position: absolute;
  bottom: 22px;
  right: 22px;
}
main .grid .box.quote {
  position: relative;
  background-color: #cbcbcb;
  color: #ffffff;
}
main .grid .box.quote h5 {
  color: #ffffff;
}
main .grid .box.quote .grid-quote-mark {
  position: absolute;
  bottom: 22px;
  right: 22px;
}
main .grid .box.post {
  background-color: #f7f7f7;
}
main .grid .box.post .btn {
  bottom: 22px;
  position: absolute;
  width: auto;
}
main .grid .box.twitter {
  background-color: #00a0ff;
  color: #ffffff;
}
main .grid .box.twitter h5 {
  color: #ffffff;
}
main .grid .box.twitter a {
  color: #ffffff;
  text-decoration: none;
  border-color: #ffffff;
}
main .grid .box.twitter a:hover {
  border: none;
}
main .grid .box.twitter .grid-twitter {
  position: absolute;
  bottom: 22px;
  right: 22px;
}
main .grid .box.link {
  position: relative;
}
main .grid .box.link h2 {
  bottom: 22px;
  position: absolute;
  color: #ffffff;
  margin: 0;
}
main .grid .box.link h2 a {
  color: #ffffff;
  border: none;
}
main .case-study-featurette.case-study-featurette-left {
  clear: left;
}
.touch .team .team-member .team-member-wrapper {
  cursor: default;
}
.touch .team .team-member .btn-close {
  display: inline-block;
}
.touch .team .team-member.hover .team-member-profile,
.touch .team .team-member:hover .team-member-profile {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.touch .team .team-member.touch .team-member-profile {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.touch .team .team-member.move .team-member-profile {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.touch main .team .team-member-details .view-details {
  display: block;
}
footer {
  background-color: #003264;
  padding-bottom: 25px;
  color: #cbcbcb;
  padding-top: 25px;
  font-size: 14px;
  clear: both;
}
footer .column,
footer .columns {
  padding-bottom: 5px;
  padding-top: 5px;
}
footer a {
  color: #cbcbcb;
  font-family: 'AvenirLT-Roman', Helvetica, Arial;
  font-weight: normal;
}
footer a:hover {
  color: #cbcbcb;
}
footer .quick-links {
  overflow: hidden;
}
footer .quick-links li {
  margin-right: 30px;
  padding: 0;
  float: left;
}
footer .quick-links li a {
  color: #cbcbcb;
}
footer .person-contact {
  color: #ffffff;
}
footer .person-contact a {
  color: #ffffff;
}
#cookies-banner {
  background: #ffffff;
  background: rgba(255,255,255,0.95);
  border-top: 3px solid #008cdc;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
}
#cookies-banner p {
  margin: 0;
}
#cookies-banner .wrapper {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
}
#cookies-banner .wrapper .utils {
  float: right;
}
#cookies-banner .btn-policy {
  display: inline-block;
  margin: 0 8px;
  width: auto;
}
#cookies-banner .btn-close {
  display: inline-block;
}
#cookies-banner.close {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 700px) {
  .column,
  .columns {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column.alpha,
  .columns.alpha,
  .column.alpha-medium,
  .columns.alpha-medium {
    padding-left: 0;
  }
  .column.omega,
  .columns.omega,
  .column.omega-medium,
  .columns.omega-medium {
    padding-right: 0;
  }
  .column-padding,
  .columns-padding {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33334%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .small-visible,
  .medium-hidden,
  .large-visible {
    display: none;
  }
  .small-hidden,
  .medium-visible,
  .large-hidden {
    display: block;
  }
  .horizontal-padding-top {
    padding-top: 2em;
  }
  .horizontal-padding {
    padding-bottom: 2.2em;
    padding-top: 2em;
  }
  .horizontal-margin {
    margin-bottom: 2.2em;
    margin-top: 2em;
  }
  .vertical-padding {
    padding-right: 2em;
    padding-left: 2em;
  }
  .vertical-margin {
    margin-right: 2em;
    margin-left: 2em;
  }
  body {
    font-size: 18px;
  }
  body.navigation-show main,
  body.navigation-show footer {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  h1 {
    font-size: 44px;
    text-align: center;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 19px;
  }
  .intro {
    font-size: 18px;
    text-align: center;
  }
  .annotation {
    font-size: 1em;
  }
  small {
    font-size: 14px;
  }
  cite {
    font-size: 16px;
  }
  hr {
    position: relative;
    margin-left: -40px;
    left: 50%;
  }
  .intro-box {
    text-align: center;
  }
  .intro-box .btn {
    margin-right: 0;
  }
  .btn {
    margin-right: 15px;
    width: auto;
  }
  .btn.btn-back-to-top {
    width: 100%;
  }
  .btn.btn-special {
    margin-right: 15px;
    margin-left: 15px;
    min-width: 286px;
  }
  .btn.btn-c-7 {
    background-color: #f10a91;
    color: #ffffff;
  }
  .btn.btn-c-7:hover {
    background-color: #f71f9d;
    border-color: #f71f9d;
    color: #ffffff;
  }
  .btn.btn-c-15 {
    background-color: #ff5a00;
    color: #ffffff;
  }
  .btn.btn-c-15:hover {
    background-color: #ff6b1a;
    border-color: #ff6b1a;
    color: #ffffff;
  }
  .sprite.logo {
    background-position: -25px -296px;
    width: 57px;
    height: 29px;
  }
  .modal {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid #008cdc;
    margin-left: -253px;
    overflow: visible;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
  }
  .modal.loading {
    padding: 200px;
  }
  header {
    background-color: #f7f7f7;
  }
  header .header-bg {
    display: none;
  }
  header .brand {
    padding: 25px 30px 26px 30px;
    background-color: #f7f7f7;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }
  header .brand .logo {
    margin-right: 2px;
  }
  header .brand .logo-toggle {
    display: inline-block;
  }
  header .toggle {
    display: none;
  }
  .page-id-104 header .primary-nav {
    padding-top: 26px;
  }
  header .primary-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0 30px;
    padding-bottom: 22px;
    padding-top: 0px;
    position: static;
    background: none;
    display: block;
    float: left;
  }
  header .primary-nav-header,
  header .primary-nav-footer {
    display: none;
  }
  header .primary-nav-main {
    position: relative;
  }
  header .primary-nav-main ul li {
    margin-right: 30px;
    border: none;
    float: left;
  }
  header .primary-nav-main ul li:last-child {
    margin-right: 0;
    float: right;
  }
  header .primary-nav-main ul li a {
    color: #008cdc;
    padding-bottom: 2px;
    line-height: 30px;
    margin: 0;
  }
  header .primary-nav-main ul li a:hover {
    color: #0a95e4;
  }
  header .primary-nav-main ul li ul {
    display: none;
  }
  header .primary-nav-main ul li .global-offices {
    line-height: 30px;
    padding: 0 0 2px 0;
    font-size: 18px;
    border: none;
    margin: 0;
    font-weight: bold;
    font-family: 'AvenirLT-Heavy', Helvetica, Arial;
    font-weight: 400;
    right: 0;
  }
  header .primary-nav-main ul li .global-offices.active {
    border: none;
    border-bottom: 5px solid #b41e1e;
    padding-bottom: 2px;
    color: #cbcbcb;
  }
  header .secondary-nav {
    display: block;
  }
  main .page-header {
    max-width: 700px;
  }
  main .page-header h5 {
    text-align: center;
  }
  main article {
    margin: 2em auto 2.2em auto;
    max-width: 560px;
  }
  main article p {
    text-align: justify;
  }
  main .hero {
    height: auto;
  }
  main .hero .hero-wrapper {
    position: static;
    height: auto;
  }
  main .hero img {
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  main .labs-block .slide .headline {
    font-size: 2.8em;
  }
  main .labs-block .slide .content {
    padding: 1em 7em 3.3em 7em;
    font-size: 1.4em;
  }
  main .text-center .btn {
    margin-left: 15px;
  }
  main .team {
    overflow: hidden;
  }
  main .team .medium-4 {
    width: 33.33334%;
  }
  main .team .team-member {
    min-height: 490px;
  }
  main .team .team-member.with-social-links {
    min-height: 490px;
  }
  main .team .team-member-picture {
    height: 33.33333%;
    display: block;
  }
  main .team .team-member-profile .btn {
    padding: 19px;
  }
  main .carousel {
    padding: 0 70px;
  }
  main .carousel .carousel-items .carousel-item .annotation {
    padding: 0 70px;
  }
  main .carousel .carousel-navigation .btn-prev,
  main .carousel .carousel-navigation .btn-next {
    width: 70px;
  }
  main .carousel .carousel-pagination {
    display: block;
  }
  main .content-carousel h5 {
    text-align: center;
  }
  main .search-form {
    margin-top: -60px;
    float: right;
  }
  main .search-form .search-form-input {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(10%);
    transform: translateX(100%);
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 0;
  }
  main .search-form.toggle .search-form-input {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  main .search-form .search-form-input input {
    width: 90%;
  }
  main .search-form .toggle {
    display: block;
  }
  main .team-highlights .content-carousel-items {
    height: 584px;
  }
  main .team-highlights .content-carousel-items .team-highlights-blockquote-bg {
    height: 314px;
  }
  main .blog .content-carousel .content-carousel-items {
    height: 422px;
  }
  main .blog .content-carousel .content-carousel-items .content-carousel-item h1 {
    font-size: 44px;
  }
  main .blog .page-header h5 {
    text-align: center;
  }
  main .blog .categories {
    display: block;
  }
  main .blog .categories ul {
    margin-left: 0;
  }
  main .blog .blog-author {
    overflow: hidden;
    display: table;
  }
  main .blog .blog-author .blog-author-thumbnail {
    margin-right: 30px;
    float: left;
  }
  main .blog .blog-author .blog-author-details {
    display: table-cell;
    vertical-align: middle;
  }
  main .blog .blog-author .blog-author-details .author,
  main .blog .blog-author .blog-author-details time {
    margin-right: 30px;
    display: inline-block;
  }
  main .share-links .btn-recommend {
    margin-bottom: 0;
    margin-top: 46px;
  }
  .page-id-104 header .primary-nav {
    background-color: #003264;
  }
  .page-id-104 header .primary-nav a {
    color: #ffffff;
  }
  .page-id-104 header .primary-nav .global-offices a {
    color: #0a95e4;
  }
  .page-id-104 header .primary-nav .global-offices a:hover {
    color: #ffffff;
  }
  .case-study header .hide-menu {
    margin-bottom: 0;
  }
  .case-study header {
    background: none;
    position: absolute;
  }
  .case-study header .brand {
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #ececec;
    margin: 22px 0;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: relative;
    z-index: 100;
    margin-left: 22px;
    float: left;
  }
  .case-study header .brand .logo {
    float: left;
  }
  .case-study header .brand .logo-toggle {
    display: none;
  }
  .case-study .sprite.logo {
    background-position: -109px -244px;
    margin-right: 0;
    height: 28px;
    width: 26px;
  }
  .cprcomm-com-au .sprite.logo {
    background-position: -24px -620px;
    width: 202px;
    height: 51px;
  }
  .cprcomm-com-au .page-id-7133 .sprite.logo {
    background-position: -22px -481px;
    width: 202px;
    height: 50px;
  }
  .cprcomm-com-au header .brand .logo-toggle {
    display: none;
  }
  .cprcomm-com-au header .primary-nav {
    padding-top: 0px;
  }
  .cprcomm-com-au header .primary-nav a {
    color: #ffffff;
  }
  .cprcomm-com-au .page-id-7133 header .primary-nav a {
    color: #080000;
  }
  .map .map-dots .map-dot {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    width: 6px;
    margin: 1px;
  }
}
@media (min-width: 1000px) {
  .column,
  .columns {
    padding-right: 50px;
    padding-left: 50px;
  }
  .column.alpha,
  .columns.alpha,
  .column.alpha-large,
  .columns.alpha-large {
    padding-left: 0;
  }
  .column.omega,
  .columns.omega,
  .column.omega-large,
  .columns.omega-large {
    padding-right: 0;
  }
  .column-padding,
  .columns-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33334%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .small-visible,
  .medium-visible,
  .large-hidden {
    display: none;
  }
  .small-hidden,
  .medium-visible,
  .large-visible {
    display: block;
  }
  .horizontal-padding-top {
    padding-top: 3em;
  }
  .horizontal-padding {
    padding-bottom: 3.2em;
    padding-top: 3em;
  }
  .horizontal-margin {
    margin-bottom: 3.2em;
    margin-top: 3em;
  }
  .vertical-padding {
    padding-right: 3em;
    padding-left: 3em;
  }
  .vertical-margin {
    margin-right: 3em;
    margin-left: 3em;
  }
  h1 {
    font-size: 58px;
  }
  .intro {
    font-size: 22px;
  }
  .home .intro-box {
    margin-top: 10%;
  }
  .btn.btn-chevron {
    width: 63px;
  }
  .btn.btn-back-to-top {
    background-color: #008cdc;
    border-color: #008cdc;
    display: none;
  }
  .btn.btn-next,
  .btn.btn-prev {
    margin: 0;
  }
  .btn.btn-next {
    margin-left: 1px;
  }
  .no-touch .home header {
    position: fixed;
    z-index: 1000;
  }
  header .primary-nav {
    padding-bottom: 15px;
    padding-top: 26px;
    width: auto;
    float: right;
    clear: none;
  }
  header .primary-nav-main ul li .global-offices {
    position: static;
  }
  .no-touch .home main {
    padding-top: 80px;
  }
  main .page-header {
    max-width: 920px;
  }
  main article {
    margin: 2em auto 3.2em auto;
    max-width: 640px;
  }
  main .btn.btn-back-to-top {
    border: 2px solid #ffffff;
    margin-top: -32.5px;
    position: fixed;
    right: 40px;
    top: 50%;
  }
  main .team {
    overflow: hidden;
  }
  main .team .large-3 {
    width: 25%;
  }
  main .team .team-member {
    min-height: 555px;
  }
  main .team .team-member.with-social-links {
    min-height: 555px;
  }
  main .team .team-member-picture {
    height: 25%;
  }
  main .team .team-member-profile .btn-close {
    display: none;
  }
  main .team .team-member:hover .team-member-profile,
  main .team .team-member.touch .team-member-profile {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  main .team .team-member.hover .team-member-profile {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  main .carousel {
    padding: 0 90px;
  }
  main .carousel .carousel-navigation .btn-prev,
  main .carousel .carousel-navigation .btn-next {
    width: 90px;
  }
  main .carousel .carousel-pagination {
    display: block;
  }
  main .next-prev-buttons .btn-next,
  main .content-carousel .btn-next,
  main .next-prev-buttons .btn-prev,
  main .content-carousel .btn-prev {
    margin-top: -31px;
    top: 50%;
  }
  main .next-prev-buttons .btn-next,
  main .content-carousel .btn-next {
    right: 0;
  }
  main .next-prev-buttons .btn-prev,
  main .content-carousel .btn-prev {
    left: 0;
  }
  main .next-prev-buttons {
    max-width: 1500px;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 50%;
  }
  main .next-prev-buttons .btn-next,
  main .content-carousel .btn-next,
  main .next-prev-buttons .btn-prev,
  main .content-carousel .btn-prev {
    position: absolute;
  }
  main .blog .content-carousel .content-carousel-items {
    height: 460px;
  }
  main .blog .content-carousel .content-carousel-items .content-carousel-item h1 {
    font-size: 58px;
  }
  main .blog .content-carousel hr {
    display: block;
  }
  main .team-highlights {
    position: relative;
  }
  main .team-highlights .content-carousel-items {
    height: 500px;
  }
  main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo {
    height: 500px;
  }
  main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo img {
    position: absolute;
    left: 50px;
    height: 440px;
    bottom: 0;
    display: block;
  }
  main .team-highlights .content-carousel-items .team-highlights-blockquote-bg {
    display: none;
  }
  main .team-highlights .content-carousel-items .content-carousel-item blockquote {
    margin-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .page-id-104 header {
    background-color: #003264;
  }
  .sprite.twitter {
    background-position: -59px -21px;
    width: 23px;
    height: 21px;
  }
  .sprite.facebook {
    background-position: -93px -21px;
    width: 12px;
    height: 21px;
  }
  .sprite.pinterest {
    background-position: -116px -21px;
    width: 20px;
    height: 21px;
  }
  .sprite.google-plus {
    background-position: -147px -21px;
    width: 13px;
    height: 21px;
  }
  .sprite.youtube {
    background-position: -170px -21px;
    width: 48px;
    height: 21px;
  }
  .sprite.linkedin {
    background-position: -27px -21px;
    width: 21px;
    height: 21px;
  }
  .sprite.instagram {
    background-position: -228px -20px;
    width: 21px;
    height: 21px;
  }
  main .blog .categories a {
    padding: 10px 15px;
  }
  main .blog .categories a.active,
  main .blog .categories a:hover {
    padding: 7px 12px;
  }
  #cookies-banner p {
    line-height: 38px;
  }
  .cprcomm-com-au header .brand .logo-toggle {
    display: none;
  }
  .cprcomm-com-au.no-touch .home header {
    height: 103px;
  }
  .cprcomm-com-au header .primary-nav {
    padding-top: 37.5px;
  }
  .cprcomm-com-au.no-touch .home main {
    padding-top: 103px;
  }
  .map .map-dots .map-dot {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 8px;
    width: 8px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 68px;
  }
  h2 {
    font-size: 42px;
  }
  .home .intro-box {
    margin-top: 15%;
  }
}
.lt-ie9 .column,
.lt-ie9 .columns {
  padding-right: 30px;
  padding-left: 30px;
}
.lt-ie9 .column.alpha,
.lt-ie9 .columns.alpha,
.lt-ie9 .column.alpha-medium,
.lt-ie9 .columns.alpha-medium {
  padding-left: 0;
}
.lt-ie9 .column.omega,
.lt-ie9 .columns.omega,
.lt-ie9 .column.omega-medium,
.lt-ie9 .columns.omega-medium {
  padding-right: 0;
}
.lt-ie9 .column-padding,
.lt-ie9 .columns-padding {
  padding-bottom: 30px;
  padding-top: 30px;
}
.lt-ie9 .medium-1 {
  width: 8.33333%;
}
.lt-ie9 .medium-2 {
  width: 16.66667%;
}
.lt-ie9 .medium-3 {
  width: 25%;
}
.lt-ie9 .medium-4 {
  width: 33.33334%;
}
.lt-ie9 .medium-5 {
  width: 41.66667%;
}
.lt-ie9 .medium-6 {
  width: 50%;
}
.lt-ie9 .medium-7 {
  width: 58.33333%;
}
.lt-ie9 .medium-8 {
  width: 66.66667%;
}
.lt-ie9 .medium-9 {
  width: 75%;
}
.lt-ie9 .medium-10 {
  width: 83.33333%;
}
.lt-ie9 .medium-11 {
  width: 91.66667%;
}
.lt-ie9 .medium-12 {
  width: 100%;
}
.lt-ie9 .small-visible,
.lt-ie9 .medium-hidden,
.lt-ie9 .large-visible {
  display: none;
}
.lt-ie9 .small-hidden,
.lt-ie9 .medium-visible,
.lt-ie9 .large-hidden {
  display: block;
}
.lt-ie9 .horizontal-padding-top {
  padding-top: 2em;
}
.lt-ie9 .horizontal-padding {
  padding-bottom: 2.2em;
  padding-top: 2em;
}
.lt-ie9 .horizontal-margin {
  margin-bottom: 2.2em;
  margin-top: 2em;
}
.lt-ie9 .vertical-padding {
  padding-right: 2em;
  padding-left: 2em;
}
.lt-ie9 .vertical-margin {
  margin-right: 2em;
  margin-left: 2em;
}
.lt-ie9 .column,
.lt-ie9 .columns {
  padding-right: 50px;
  padding-left: 50px;
}
.lt-ie9 .column.alpha,
.lt-ie9 .columns.alpha,
.lt-ie9 .column.alpha-large,
.lt-ie9 .columns.alpha-large {
  padding-left: 0;
}
.lt-ie9 .column.omega,
.lt-ie9 .columns.omega,
.lt-ie9 .column.omega-large,
.lt-ie9 .columns.omega-large {
  padding-right: 0;
}
.lt-ie9 .column-padding,
.lt-ie9 .columns-padding {
  padding-top: 50px;
  padding-bottom: 0;
}
.lt-ie9 .large-1 {
  width: 8.33333%;
}
.lt-ie9 .large-2 {
  width: 16.66667%;
}
.lt-ie9 .large-3 {
  width: 25%;
}
.lt-ie9 .large-4 {
  width: 33.33334%;
}
.lt-ie9 .large-5 {
  width: 41.66667%;
}
.lt-ie9 .large-6 {
  width: 50%;
}
.lt-ie9 .large-7 {
  width: 58.33333%;
}
.lt-ie9 .large-8 {
  width: 66.66667%;
}
.lt-ie9 .large-9 {
  width: 75%;
}
.lt-ie9 .large-10 {
  width: 83.33333%;
}
.lt-ie9 .large-11 {
  width: 91.66667%;
}
.lt-ie9 .large-12 {
  width: 100%;
}
.lt-ie9 .small-visible,
.lt-ie9 .medium-visible,
.lt-ie9 .large-hidden {
  display: none;
}
.lt-ie9 .small-hidden,
.lt-ie9 .medium-visible,
.lt-ie9 .large-visible {
  display: block;
}
.lt-ie9 .horizontal-padding-top {
  padding-top: 3em;
}
.lt-ie9 .horizontal-padding {
  padding-bottom: 3.2em;
  padding-top: 3em;
}
.lt-ie9 .horizontal-margin {
  margin-bottom: 3.2em;
  margin-top: 3em;
}
.lt-ie9 .vertical-padding {
  padding-right: 3em;
  padding-left: 3em;
}
.lt-ie9 .vertical-margin {
  margin-right: 3em;
  margin-left: 3em;
}
.lt-ie9 .svg .sprite {
  background-size: 225px 265px;
}
.lt-ie9 body {
  font-size: 18px;
}
.lt-ie9 body.navigation-show main,
.lt-ie9 body.navigation-show footer {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.lt-ie9 h1 {
  font-size: 44px;
  text-align: center;
}
.lt-ie9 h2 {
  font-size: 32px;
}
.lt-ie9 h3 {
  font-size: 24px;
}
.lt-ie9 h4 {
  font-size: 16px;
}
.lt-ie9 h5 {
  font-size: 14px;
}
.lt-ie9 h6 {
  font-size: 19px;
}
.lt-ie9 .intro {
  font-size: 18px;
  text-align: center;
}
.lt-ie9 .annotation {
  font-size: 1em;
}
.lt-ie9 small {
  font-size: 14px;
}
.lt-ie9 cite {
  font-size: 16px;
}
.lt-ie9 hr {
  position: relative;
  margin-left: -40px;
  left: 50%;
}
.lt-ie9 .intro-box {
  text-align: center;
}
.lt-ie9 .home .intro-box {
  margin-top: 10%;
}
.lt-ie9 .intro-box .btn {
  margin-right: 0;
}
.lt-ie9 .btn {
  margin-right: 15px;
  width: auto;
}
.lt-ie9 .btn.btn-back-to-top {
  width: 100%;
}
.lt-ie9 .btn.btn-special {
  margin-right: 15px;
  margin-left: 15px;
  min-width: 286px;
}
.lt-ie9 .btn.btn-c-7 {
  background-color: #f10a91;
  color: #ffffff;
}
.lt-ie9 .btn.btn-c-7:hover {
  background-color: #f71f9d;
  border-color: #f71f9d;
  color: #ffffff;
}
.lt-ie9 .btn.btn-c-15 {
  background-color: #ff5a00;
  color: #ffffff;
}
.lt-ie9 .btn.btn-c-15:hover {
  background-color: #ff6b1a;
  border-color: #ff6b1a;
  color: #ffffff;
}
.lt-ie9 .sprite.logo {
  background-position: -25px -296px;
  width: 57px;
  height: 29px;
}
.lt-ie9 .modal {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 3px solid #008cdc;
  margin-left: -253px;
  overflow: visible;
  width: 500px;
  height: auto;
  left: 50%;
  top: 50%;
}
.lt-ie9 .modal.loading {
  padding: 200px;
}
.lt-ie9.no-touch .home header {
  position: fixed;
  z-index: 1000;
  height: 80px;
}
.lt-ie9 header {
  background-color: #f7f7f7;
}
.lt-ie9 header .header-bg {
  display: none;
}
.lt-ie9 header .brand {
  padding: 25px 30px 26px 30px;
  background-color: #f7f7f7;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.lt-ie9 header .brand .logo {
  margin-right: 2px;
}
.lt-ie9 header .brand .logo-toggle {
  display: inline-block;
}
.lt-ie9 header .toggle {
  display: none;
}
.lt-ie9 header .primary-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0 30px;
  padding-bottom: 22px;
  padding-top: 26px;
  position: static;
  background: none;
  display: block;
  float: left;
}
.lt-ie9 header .primary-nav-header,
.lt-ie9 header .primary-nav-footer {
  display: none;
}
.lt-ie9 header .primary-nav-main {
  position: relative;
}
.lt-ie9 header .primary-nav-main ul li {
  margin-right: 30px;
  border: none;
  float: left;
}
.lt-ie9 header .primary-nav-main ul li:last-child {
  margin-right: 0;
}
.lt-ie9 header .primary-nav-main ul li a {
  color: #008cdc;
  padding-bottom: 2px;
  line-height: 30px;
  margin: 0;
}
.lt-ie9 header .primary-nav-main ul li a:hover {
  color: #0a95e4;
}
.lt-ie9 header .primary-nav-main ul li ul {
  display: none;
}
.lt-ie9 header .primary-nav-main ul li .global-offices {
  position: absolute;
  line-height: 30px;
  padding: 0 0 2px 0;
  font-size: 18px;
  border: none;
  margin: 0;
  font-weight: bold;
  font-family: 'AvenirLT-Heavy', Helvetica, Arial;
  font-weight: 400;
  right: 0;
}
.lt-ie9 header .primary-nav-main ul li .global-offices.active {
  border: none;
  border-bottom: 5px solid #b41e1e;
  padding-bottom: 2px;
  color: #cbcbcb;
}
.lt-ie9 header .secondary-nav {
  display: block;
}
.lt-ie9.no-touch .home main {
  padding-top: 80px;
}
.lt-ie9 main .page-header {
  max-width: 700px;
}
.lt-ie9 main .page-header h5 {
  text-align: center;
}
.lt-ie9 main article {
  margin: 0 auto 2.2em auto;
  max-width: 560px;
}
.lt-ie9 main article p {
  text-align: justify;
}
.lt-ie9 main .hero {
  height: auto;
}
.lt-ie9 main .hero .hero-wrapper {
  position: static;
  height: auto;
}
.lt-ie9 main .hero img {
  position: static;
  height: auto;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.lt-ie9 main .text-center .btn {
  margin-left: 15px;
}
.lt-ie9 main .team {
  overflow: hidden;
}
.lt-ie9 main .team .medium-4 {
  width: 33.33334%;
}
.lt-ie9 main .team .team-member {
  min-height: 555px;
}
.lt-ie9 main .team .team-member-picture {
  height: 33.33333%;
  display: block;
}
.lt-ie9 main .team .team-member-profile .btn {
  padding: 19px;
}
.lt-ie9 main .carousel {
  padding: 0 70px;
}
.lt-ie9 main .carousel .carousel-items .carousel-item .annotation {
  padding: 0 70px;
}
.lt-ie9 main .carousel .carousel-navigation .btn-prev,
.lt-ie9 main .carousel .carousel-navigation .btn-next {
  width: 70px;
}
.lt-ie9 main .carousel .carousel-pagination {
  display: block;
}
.lt-ie9 main .content-carousel h5 {
  text-align: center;
}
.lt-ie9 main .search-form {
  margin-top: -60px;
  float: right;
}
.lt-ie9 main .search-form .search-form-input {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(10%);
  transform: translateX(100%);
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  right: 0;
}
.lt-ie9 main .search-form .search-form-input .search-icon {
  display: none;
}
.lt-ie9 main .search-form.toggle .search-form-input {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.lt-ie9 main .search-form.toggle .search-form-input .search-icon {
  display: inline-block;
}
.lt-ie9 main .search-form .search-form-input input {
  width: 90%;
}
.lt-ie9 main .search-form .toggle {
  display: block;
}
.lt-ie9 main .team-highlights .content-carousel-items {
  height: 534px;
}
.lt-ie9 main .blog .content-carousel .content-carousel-items {
  height: 422px;
}
.lt-ie9 main .blog .content-carousel .content-carousel-items .content-carousel-item h1 {
  font-size: 44px;
}
.lt-ie9 main .blog .page-header h5 {
  text-align: center;
}
.lt-ie9 main .blog .categories {
  display: block;
}
.lt-ie9 main .blog .categories ul {
  margin-left: 0;
}
.lt-ie9 main .blog .blog-author {
  overflow: hidden;
  display: table;
}
.lt-ie9 main .blog .blog-author .blog-author-thumbnail {
  margin-right: 30px;
  float: left;
}
.lt-ie9 main .blog .blog-author .blog-author-details {
  display: table-cell;
  vertical-align: middle;
}
.lt-ie9 main .blog .blog-author .blog-author-details .author,
.lt-ie9 main .blog .blog-author .blog-author-details time {
  margin-right: 30px;
  display: inline-block;
}
.lt-ie9 .page-id-104 header .primary-nav {
  background-color: #003264;
}
.lt-ie9 .page-id-104 header .primary-nav a {
  color: #ffffff;
}
.lt-ie9 .page-id-104 header .primary-nav .global-offices a {
  color: #0a95e4;
}
.lt-ie9 .page-id-104 header .primary-nav .global-offices a:hover {
  color: #ffffff;
}
.lt-ie9 .case-study header .hide-menu {
  margin-bottom: 0;
  display: block;
}
.lt-ie9 .case-study header .hide-menu {
  margin-bottom: 0;
}
.lt-ie9 .case-study header {
  background: none;
  position: absolute;
}
.lt-ie9 .case-study header .brand {
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #ececec;
  margin: 22px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
  z-index: 100;
  margin-left: 22px;
  float: left;
}
.lt-ie9 .case-study header .brand .logo {
  float: left;
}
.lt-ie9 .case-study header .brand .logo-toggle {
  display: none;
}
.lt-ie9 .case-study .sprite.logo {
  background-position: -109px -244px;
  margin-right: 0;
  height: 28px;
  width: 26px;
}
.lt-ie9 h1 {
  font-size: 58px;
}
.lt-ie9 .intro {
  font-size: 22px;
}
.lt-ie9 .btn.btn-chevron {
  width: 63px;
}
.lt-ie9 .btn.btn-back-to-top {
  background-color: #008cdc;
  border-color: #008cdc;
  display: none;
}
.lt-ie9 .btn.btn-next,
.lt-ie9 .btn.btn-prev {
  margin: 0;
}
.lt-ie9 .btn.btn-next {
  margin-left: 1px;
}
.lt-ie9 header .primary-nav {
  padding-bottom: 0;
  width: auto;
  float: right;
  clear: none;
}
.lt-ie9 header .primary-nav-main ul li .global-offices {
  position: static;
}
.lt-ie9 main .page-header {
  max-width: 920px;
}
.lt-ie9 main article {
  margin: 0 auto 3.2em auto;
  max-width: 640px;
}
.lt-ie9 main .btn.btn-back-to-top {
  border: 2px solid #ffffff;
  margin-top: -32.5px;
  position: fixed;
  right: 40px;
  top: 50%;
}
.lt-ie9 main .team {
  overflow: hidden;
}
.lt-ie9 main .team .large-3 {
  width: 25%;
}
.lt-ie9 main .team .team-member-picture {
  height: 25%;
}
.lt-ie9 main .team .team-member-profile .btn-close {
  display: none;
}
.lt-ie9 main .team .team-member:hover .team-member-profile,
.lt-ie9 main .team .team-member.touch .team-member-profile {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.lt-ie9 main .team .team-member.hover .team-member-profile {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.lt-ie9 main .carousel {
  padding: 0 90px;
}
.lt-ie9 main .carousel .carousel-navigation .btn-prev,
.lt-ie9 main .carousel .carousel-navigation .btn-next {
  width: 90px;
}
.lt-ie9 main .carousel .carousel-pagination {
  display: block;
}
.lt-ie9 main .next-prev-buttons .btn-next,
.lt-ie9 main .content-carousel .btn-next,
.lt-ie9 main .next-prev-buttons .btn-prev,
.lt-ie9 main .content-carousel .btn-prev {
  margin-top: -31px;
  top: 50%;
}
.lt-ie9 main .next-prev-buttons .btn-next,
.lt-ie9 main .content-carousel .btn-next {
  right: 0;
}
.lt-ie9 main .next-prev-buttons .btn-prev,
.lt-ie9 main .content-carousel .btn-prev {
  left: 0;
}
.lt-ie9 main .next-prev-buttons {
  max-width: 1500px;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  top: 50%;
}
.lt-ie9 main .next-prev-buttons .btn-next,
.lt-ie9 main .content-carousel .btn-next,
.lt-ie9 main .next-prev-buttons .btn-prev,
.lt-ie9 main .content-carousel .btn-prev {
  position: absolute;
}
.lt-ie9 main .blog .content-carousel .content-carousel-items {
  height: 460px;
}
.lt-ie9 main .blog .content-carousel .content-carousel-items .content-carousel-item h1 {
  font-size: 58px;
}
.lt-ie9 main .blog .content-carousel hr {
  display: block;
}
.lt-ie9 main .team-highlights {
  position: relative;
}
.lt-ie9 main .team-highlights .content-carousel-items {
  height: 500px;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo {
  height: 500px;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item .team-highlight-photo img {
  position: absolute;
  left: 50px;
  height: 440px;
  bottom: 0;
  display: block;
}
.lt-ie9 main .team-highlights .content-carousel-items .team-highlights-blockquote-bg {
  display: none;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.prev blockquote {
  left: -100%;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.prev .team-highlight-photo {
  position: relative;
  left: -200%;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.active blockquote {
  left: 0;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.active .team-highlight-photo {
  left: 0;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.next blockquote {
  left: 100%;
}
.lt-ie9 main .team-highlights .content-carousel-items .content-carousel-item.next .team-highlight-photo {
  left: 100%;
}
.lt-ie9 main .team-highlights blockquote {
  background: transparent;
  margin-top: 50px;
  padding-right: 30px;
}
.lt-ie9 main .share-links .btn-recommend {
  margin-bottom: 0;
  margin-top: 46px;
}
.lt-ie9 .page-id-104 header {
  background-color: #003264;
}
.lt-ie9 .sprite.twitter {
  background-position: -59px -21px;
  width: 23px;
  height: 21px;
}
.lt-ie9 .sprite.facebook {
  background-position: -93px -21px;
  width: 12px;
  height: 21px;
}
.lt-ie9 .sprite.pinterest {
  background-position: -116px -21px;
  width: 20px;
  height: 21px;
}
.lt-ie9 .sprite.google-plus {
  background-position: -147px -21px;
  width: 13px;
  height: 21px;
}
.lt-ie9 .sprite.youtube {
  background-position: -170px -21px;
  width: 48px;
  height: 21px;
}
.lt-ie9 .sprite.linkedin {
  background-position: -27px -21px;
  width: 21px;
  height: 21px;
}
.lt-ie9 .modal {
  top: 15%;
}
.lt-ie9 main .grid .box.image img {
  top: 0;
}
.lt-ie9 main .search-form input {
  display: none;
}
.lt-ie9 main .search-form.toggle input {
  display: block;
}
.lt-ie9 main .team .team-member .team-member-profile {
  top: -100%;
}
.lt-ie9 main .team .team-member:hover .team-member-profile {
  top: 0;
}
.lt-ie9 main .team .team-member.hover .team-member-profile {
  top: -100%;
}
.lt-ie9 main .blog .categories a {
  padding: 10px 15px;
}
.lt-ie9 main .blog .categories a.active,
.lt-ie9 main .blog .categories a:hover {
  padding: 7px 12px;
}
.lt-ie9 #cookies-banner p {
  line-height: 38px;
}
.lt-ie9.cprcomm-com-au .sprite.logo {
  background-position: -24px -620px;
  width: 202px;
  height: 51px;
}
.lt-ie9.cprcomm-com-au .page-id-7133 .sprite.logo {
  background-position: -22px -481px;
  width: 202px;
  height: 50px;
}
.lt-ie9.cprcomm-com-au header .brand .logo-toggle {
  display: none;
}
.lt-ie9.cprcomm-com-au header .primary-nav {
  padding-top: 0px;
}
.lt-ie9.cprcomm-com-au header .primary-nav a {
  color: #ffffff;
}
.lt-ie9.cprcomm-com-au header .primary-nav a:hover {
  color: #b22229;
}
.lt-ie9.cprcomm-com-au .page-id-7133 header .primary-nav a:hover {
  color: #b22229;
}
.lt-ie9.cprcomm-com-au .page-id-7133 header .primary-nav a {
  color: #080000;
}
.lt-ie9.cprcomm-com-au header .brand .logo-toggle {
  display: none;
}
.lt-ie9.cprcomm-com-au.no-touch .home header {
  height: 103px;
}
.lt-ie9.cprcomm-com-au header .primary-nav {
  padding-top: 37.5px;
}
.lt-ie9.cprcomm-com-au.no-touch .home main {
  padding-top: 103px;
}
.lt-ie9.cprcomm-com-au header {
  background-color: #080000;
}
.lt-ie9.cprcomm-com-au .case-study header {
  background: none;
}
.lt-ie9.cprcomm-com-au header .brand {
  background-color: #080000;
}
.lt-ie9.cprcomm-com-au .page-id-7133 header {
  background-color: #ffffff;
}
.lt-ie9.cprcomm-com-au .page-id-7133 header .brand {
  background-color: #ffffff;
}
