@charset "UTF-8";
@font-face {
  font-family: 'Franklin';
  src: url("../fonts/franklin/webfonts/36DCCF_0_0.eot"), url("../fonts/franklin/webfonts/36DCCF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin/webfonts/36DCCF_0_0.woff2") format("woff2"), url("../fonts/franklin/webfonts/36DCCF_0_0.woff") format("woff"), url("../fonts/franklin/webfonts/36DCCF_0_0.ttf") format("truetype"), url("../fonts/franklin/webfonts/36DCCF_0_0.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300; }

@font-face {
  font-family: 'Franklin';
  src: url("../fonts/franklin/webfonts/36DCCF_0_0.eot"), url("../fonts/franklin/webfonts/36DCCF_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin/webfonts/36DCCF_0_0.woff2") format("woff2"), url("../fonts/franklin/webfonts/36DCCF_0_0.woff") format("woff"), url("../fonts/franklin/webfonts/36DCCF_0_0.ttf") format("truetype"), url("../fonts/franklin/webfonts/36DCCF_0_0.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400; }

@font-face {
  font-family: 'Franklin';
  src: url("../fonts/franklin/webfonts/36E18F_3_0.eot"), url("../fonts/franklin/webfonts/36E18F_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin/webfonts/36E18F_3_0.woff2") format("woff2"), url("../fonts/franklin/webfonts/36E18F_3_0.woff") format("woff"), url("../fonts/franklin/webfonts/36E18F_3_0.ttf") format("truetype"), url("../fonts/franklin/webfonts/36E18F_3_0.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 500; }

@font-face {
  font-family: 'Franklin';
  src: url("../fonts/franklin/webfonts/36DCCF_2_0.eot"), url("../fonts/franklin/webfonts/36DCCF_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin/webfonts/36DCCF_2_0.woff2") format("woff2"), url("../fonts/franklin/webfonts/36DCCF_2_0.woff") format("woff"), url("../fonts/franklin/webfonts/36DCCF_2_0.ttf") format("truetype"), url("../fonts/franklin/webfonts/36DCCF_2_0.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 600; }

@font-face {
  font-family: 'Franklin';
  src: url("../fonts/franklin/webfonts/36DCCF_2_0.eot"), url("../fonts/franklin/webfonts/36DCCF_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/franklin/webfonts/36DCCF_2_0.woff2") format("woff2"), url("../fonts/franklin/webfonts/36DCCF_2_0.woff") format("woff"), url("../fonts/franklin/webfonts/36DCCF_2_0.ttf") format("truetype"), url("../fonts/franklin/webfonts/36DCCF_2_0.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700; }

/*********RESET CSS*********/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }
  button:focus {
    outline: none; }

/* Remove excess padding and border in Firefox 4+ */
::-moz-focus-inner {
  border: 0;
  padding: 0; }

.cookies-box {
  width: 100%;
  min-height: 100px;
  padding: 20px 90px 24px 280px;
  border: 1px solid #ebeceb;
  background-color: #FAFAFA;
  color: #3E413D;
  font-size: 15px;
  font-family: "Franklin", sans-serif;
  font-weight: 300;
  line-height: 25px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  z-index: 10;
  display: none; }
  .cookies-box--top {
    top: 0; }
  .cookies-box--bottom {
    position: fixed;
    padding-left: 40px;
    z-index: 1000;
    bottom: 0; }
  .cookies-box__distancer {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .cookies-box__title {
    color: #000000;
    font-family: "Franklin", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
  .cookies-box a {
    cursor: pointer;
    font-family: "Franklin", sans-serif;
    font-weight: 500; }
  .cookies-box__close {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 62px;
    top: 40px;
}
.commom-no-pading .container-fluid{
	padding:0;
}
.common-no-padding .container-fluid, .common-no-padding .container{
	padding:0;
}
.business-container .content{
	padding-left:0;	
}
.article__side-column__tags a{
	text-transform: uppercase;
}
.article__content-column__text__description strong{
	font-weight: bold;
}
.page-node-type-drag-and-drop-page .article__side-column{
	position: static !important;
}
.path-user .dialog-off-canvas-main-canvas .tabs {
	display: none;
}
#user-login-form{
	margin: 50px auto;
    max-width: 350px;
}
.path-user  .nav-buttons, .path-user   .left-bar, .path-user   #mainSidebar{
	display: none;
}
.contextual-region{
	margin-top: 20px;
}
.contextual-region .label{
	color: #000000;
	font-weight: normal;
}
.contact__search__input #officeSearch{
	padding-top:0px!important;
}
.result-grid__box a:focus {
	text-decoration: none;
}
a:focus {
	color: inherit;
}
a:focus {
	text-decoration: none;
}
@media (max-width: 1279px) {
  .cookies-box {
    padding-top: 26px;
    padding-left: 10%; }
    .cookies-box--bottom {
      padding-left: 40px; }
    .cookies-box .cookies-box__close {
      right: 50px; }
    .cookies-box__title {
      margin-bottom: 15px; } }

@media (max-width: 991px) {
  .cookies-box {
    padding-left: 15%; }
    .cookies-box--bottom {
      padding-left: 40px; }
    .cookies-box .cookies-box__close {
      right: 30px;
      top: 30px; }
    .cookies-box__title {
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .cookies-box {
    padding-right: 30px; }
    .cookies-box--bottom {
      padding-left: 40px; }
    .cookies-box .cookies-box__close {
      right: 30px;
      top: 30px; } }

@media (max-width: 575px) {
  .cookies-box {
    padding-top: 20px;
    padding-left: 30px; }
    .cookies-box--bottom {
      padding-left: 30px; }
    .cookies-box .cookies-box__close {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      right: 30px;
      top: 25px; } }

body,
html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Franklin", sans-serif;
  font-weight: 400;
  color: #3E413D;
  background: #fff;
}

.overflow-hidden {
  overflow: hidden !important; }

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.overflow-scroll {
  overflow-y: scroll; }

.hide {
  display: none; }

.color-flamingo {
  color: #ED6B31; }

.clearfix::after {
  content: '';
  clear: both;
  display: table; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
  cursor: pointer; }

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  background-clip: padding-box; }

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.main-content {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.main-header {
  color: #3E413D;
  font-family: "Franklin", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.48px;
  color: #000000;
  margin-bottom: 30px; }

.contact__info .main-breadcumbs a:hover {
  color: #fff; }

.main-breadcumbs {
  text-transform: uppercase;
  color: #3E413D;
  margin-bottom: 1px;
  font-family: "Franklin", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px; }
  .main-breadcumbs li {
    display: inline-block; }
  .main-breadcumbs a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .main-breadcumbs a:hover {
      color: #ED6B31;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
  .main-breadcumbs a:last-child {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom; }
  .main-breadcumbs li > span {
    margin-left: 5px; }
  .main-breadcumbs li:first-child > span {
    margin-left: 0; }

.separator-wide {
  height: 1px;
  background-color: rgba(62, 65, 61, 0.1); }

.website-share-button {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 1; }
  .website-share-button .details {
    width: 160px;
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    position: absolute;
    white-space: nowrap;
    top: 2px;
    right: 40px;
    height: 40px;
    padding-right: 20px;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in; }
    .website-share-button .details .small {
      margin-top: -2px;
      height: 40px; }
    .website-share-button .details .topic {
      display: inline-block;
      vertical-align: top;
      color: #3E413D;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1.67px;
      padding-left: 10px;
      line-height: 38px; }
    .website-share-button .details .copied {
      display: none;
      margin-left: 50px;
      position: absolute; }
    .website-share-button .details .copy-clipboard {
      top: 0;
      right: 12px; }
  .website-share-button:hover {
    height: 26px;
    position: absolute;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }
    .website-share-button:hover .details {
      visibility: visible;
      opacity: 1; }

.padding-sidebar {
  padding-left: 10%; }

.margin-sidebar {
  margin-left: 10%; }

.only-mobile {
  display: none; }

@media (max-width: 991px) {
  .website-share-button {
    display: none; }
  .padding-sidebar {
    padding-left: 15%; }
  .margin-sidebar {
    margin-left: 15%; } }

@media (max-width: 1279px) {
  .website-share-button {
    right: 38px; } }

@media (max-width: 575px) {
  .only-desktop {
    display: none; }
  .only-mobile {
    display: block; }
  .padding-sidebar {
    padding-left: 30px; }
  .margin-sidebar {
    margin-left: 30px; } }

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    color: #ED6B31; 
	text-decoration: none;
	}

.select2-container {
  border-bottom: 1px solid #f1f1f1;
  max-width: 160px;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s; }
  .select2-container--default .select2-selection--single {
    border: none; }
  .select2-container--open {
    border-bottom: 1px solid #ED6B31; }
  .select2-container .select2-selection--single {
    outline: none;
    border: none;
    border-radius: 0; }
    .select2-container .select2-selection--single[aria-expanded=false] .select2-selection__arrow {
      background: url("../images/icon-carret.svg") no-repeat right 0 top 6px;
      background-size: 60%;
      right: 14px; }
    .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__arrow {
      background: url("../images/icon-carret.svg") no-repeat right 0 top 10px;
      background-size: 60%;
      right: 7px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      display: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      font-size: 13px;
      letter-spacing: 1px;
      height: 30px;
      color: #3E413D;
      font-family: "Franklin", sans-serif;
      font-weight: 700;
      line-height: 24px; }

.select2-dropdown {
  border: none !important;
  margin-top: 2px;
  background-color: #fff; }
  .select2-dropdown .select2-results {
    padding-top: 10px; }
    .select2-dropdown .select2-results__options {
      max-height: 150px !important; }
    .select2-dropdown .select2-results__option {
      font-family: "Franklin", sans-serif;
      padding: 0 0 0 1px;
      height: 30px;
      width: 100%;
      color: #3E413D;
      font-size: 13px;
      display: inline-block;
      line-height: 30px;
      letter-spacing: 0.44px;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      text-transform: capitalize; }
      .select2-dropdown .select2-results__option--highlighted[aria-selected], .select2-dropdown .select2-results__option[aria-selected=true] {
        color: black;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
        background-color: #fff !important; }

.tags {
  color: #9EA09E;
  font-family: "Franklin", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 31px;
  height: 60px;
  margin-bottom: 48px; }
  .tags__tag {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .tags__tag:hover {
      color: #ED6B31; }
  .tags__separator {
    padding: 0 5px; }

@media (max-width: 991px) {
  .tags--single {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 15%;
    padding-right: 10%; } }

@media (max-width: 575px) {
  .tags {
    line-height: 25px;
    height: auto; }
    .tags--single {
      padding-left: 30px;
      padding-right: 30px; } }

.sidebar {
  background-color: #fff;
  padding: 34px 0;
  font-size: 16px;
  position: fixed;
  overflow-y: auto;
  z-index: 50;
  top: 0;
  width: 240px;
  height: 100%;
  border-right: 1px solid rgba(62, 65, 61, 0.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .sidebar--wide {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    padding-left: 20px;
    width: 280px;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }
    .sidebar--wide .navbar__logo img {
      margin-left: 74px; }
  .sidebar--desktop-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sidebar .navbar__global-website {
    margin-top: 2px;
    margin-bottom: 25px;
    padding-left: 40px;
    height: 24px;
    opacity: 0.7;
    font-size: 12px;
    font-family: "Franklin", sans-serif;
    font-weight: 400;
    line-height: 24px; }
  .sidebar .navbar__logo img {
    display: block;
    margin-left: 60px;
    margin-bottom: 56px;
    margin-top: 3px; }
  .sidebar .navbar__logo--mobile img {
    margin-left: 27px;
    display: inline-block; }
  .sidebar .navbar__close {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 5px;
    height: 40px;
    color: #ED6B31;
    font-family: "Franklin", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.23px;
    top: 30px;
    padding-right: 10px;
    padding-left: 10px; }
    .sidebar .navbar__close img {
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      margin-left: 8px; }
  .sidebar .navbar__item {
    margin-bottom: 8px;
    margin-left: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-family: "Franklin", sans-serif;
    font-weight: 500;
    line-height: 24px;
    
    letter-spacing: 0.2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .sidebar .navbar__item span {
      display: inline-block;
      line-height: 24px;
      padding-right: 40px;
      height: 30px;
      padding-top: 5px;
      margin-top: -5px;
      margin-bottom: -6px; }
    .sidebar .navbar__item__close {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      left: 188px;
      padding: 10px;
      top: -5px;
      display: none; }
    .sidebar .navbar__item__submenu {
      background-color: #fff;
      font-size: 13px;
      max-height: 400px;
      padding-left: 36px;
      position: relative;
      font-family: "Franklin", sans-serif !important;
      font-weight: 400;
      line-height: 24px;
      -webkit-transition: max-height 0.4s ease;
      transition: max-height 0.4s ease;
      color: #3E413D; }
      .sidebar .navbar__item__submenu a {
        display: block; }
      .sidebar .navbar__item__submenu li:first-child {
        padding-top: 5px; }
      .sidebar .navbar__item__submenu li:last-child {
        padding-bottom: 18px; }
      .sidebar .navbar__item__submenu li a {
		font-family: "Franklin",sans-serif;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        letter-spacing: 0; }
        .sidebar .navbar__item__submenu li a:hover, .sidebar .navbar__item__submenu a:focus {
          color: #ED6B31;
		  text-decoration: none;
		  }
      .sidebar .navbar__item__submenu li.navbar__item--active a {
        font-weight: 500;
        letter-spacing: 0.1px; }
      .sidebar .navbar__item__submenu--active a {
        font-weight: 500; }
    .sidebar .navbar__item--active .navbar__item__close {
      display: block; }
    .sidebar .navbar__item--active .navbar__item__submenu {
      max-height: 300px; }
    .sidebar .navbar__item--active li {
      color: #3E413D; }
    .sidebar .navbar__item span {
      padding-left: 36px; }
  .sidebar .footer {
    margin-left: 40px;
	padding-bottom: 30px;
    position: absolute;
    bottom: 40px;
    font-size: 14px; }
    .sidebar .footer__email-box {
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-bottom: 12px; }
      .sidebar .footer__email-box--active .footer__email-box__address {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        display: block;
        opacity: 1; }
      .sidebar .footer__email-box__address {
        display: none;
        opacity: 0.5; }
    .sidebar .footer__search-box {
      margin-bottom: 20px;
      cursor: pointer; }
      .sidebar .footer__search-box input {
        border: 0;
        line-height: 24px;
        vertical-align: baseline; }
      .sidebar .footer__search-box__icon {
        vertical-align: middle;
        margin-right: 8px;
        display: inline-block; }
      .sidebar .footer__search-box__text {
        display: inline-block;
        font-weight: 400;
        color: #3E413D;
        font-size: 14px; }
      .sidebar .footer__search-box__input {
        width: 142px;
        height: 24px; }
        .sidebar .footer__search-box__input:focus {
          outline: none; }
        .sidebar .footer__search-box__input::-webkit-input-placeholder {
          font-family: "Franklin", sans-serif;
          font-weight: 400;
          color: #3E413D;
          font-size: 14px;
          letter-spacing: 0.2px; }
        .sidebar .footer__search-box__input:-ms-input-placeholder {
          font-family: "Franklin", sans-serif;
          font-weight: 400;
          color: #3E413D;
          font-size: 14px;
          letter-spacing: 0.2px; }
        .sidebar .footer__search-box__input::-ms-input-placeholder {
          font-family: "Franklin", sans-serif;
          font-weight: 400;
          color: #3E413D;
          font-size: 14px;
          letter-spacing: 0.2px; }
        .sidebar .footer__search-box__input::placeholder {
          font-family: "Franklin", sans-serif;
          font-weight: 400;
          color: #3E413D;
          font-size: 14px;
          letter-spacing: 0.2px; }
    .sidebar .footer__social-box {
      margin-bottom: 16px; }
      .sidebar .footer__social-box__item {
        margin-right: 8px;
        display: inline-block; }
    .sidebar .footer__info-box__item {
      display: inline-block;
      font-size: 12px;
      line-height: 14px; }
    .sidebar .footer__info-box__separator {
      display: inline-block;
      width: 1px;
      font-size: 12px;
      line-height: 14px;
      margin: 0 5px;
      border-right: 1px solid #3E413D; }

.sidebar-overlay {
  position: fixed;
  left: 0;
  z-index: 30;
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: rgba(241, 238, 237, 0.5); }

.left-bar {
  width: 6px;
  background-color: #ED6B31;
  position: fixed;
  z-index: 110;
  height: 100%;
  left: 0;
  top: 0; }

.country-select {
  margin-left: 41px; }

@media (max-width: 575px) {
  .sidebar {
    overflow-x: hidden;
    background-color: #fff;
    position: fixed;
    top: 100vh;
    width: 100%;
    z-index: 600;
    bottom: -1px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .sidebar--mobile-active {
      -webkit-transform: translate3d(0, -100vh, 0);
      transform: translate3d(0, -100vh, 0); }
    .sidebar--wide {
      padding-left: 0;
      width: 100%; }
    .sidebar .navbar__logo {
      margin-bottom: 56px; }
      .sidebar .navbar__logo img {
        margin-bottom: 0; }
    .sidebar .navbar__item {
      margin-bottom: 16px;
      margin-left: 0;
      font-size: 20px;
      font-family: "Franklin", sans-serif;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0.29px; }
      .sidebar .navbar__item__submenu {
        padding-left: 27px;
        font-size: 16px; }
        .sidebar .navbar__item__submenu li {
          padding-bottom: 6px; }
          .sidebar .navbar__item__submenu li:first-child {
            padding-top: 18px; }
          .sidebar .navbar__item__submenu li:last-child {
            padding-bottom: 8px; }
      .sidebar .navbar__item__close {
        display: none !important; }
      .sidebar .navbar__item span {
        padding-left: 27px; }
    .sidebar .footer {
      width: 100%;
      bottom: 5px;
	      position: relative;
	  padding-bottom: 0px; 
	  margin-top: 10px;
      margin-left: 27px; }
      .sidebar .footer__search-box {
        display: none; }
      .sidebar .footer__social-box {
        float: right;
        margin-bottom: 10px;
        margin-right: 40px; }
        .sidebar .footer__social-box__item {
          padding: 4px;
          margin-right: 0; }
      .sidebar .footer__info-box {
        display: inline-block;
        margin-top: 3px; }
      .sidebar .footer__email-box {
        margin-bottom: 25px; }
  .top-filler {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    right: 0;
    height: 50vh;
    z-index: 400;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0); }
    .top-filler--visible {
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .left-bar {
    width: 100%;
    height: 6px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 700;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0); }
    .left-bar--mobile-active {
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media screen and (max-height: 760px) and (min-width: 768px) {
  .sidebar .footer {
    margin-top: 50px;
    position: static; } }

.nav-buttons {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  position: fixed;
  z-index: 100;
  top: 30px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .nav-buttons--open {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0); }
    .nav-buttons--open .nav-buttons__button--share {
      opacity: 0;
      -webkit-transform: translate3d(0, -50px, 0);
      transform: translate3d(0, -50px, 0); }
  .nav-buttons__button {
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.3s ease 0.2s, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease 0.2s;
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, background-color 0.3s ease, border 0.3s ease;
    transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, background-color 0.3s ease, border 0.3s ease, -webkit-transform 0.3s ease 0.2s; }
    .nav-buttons__button--menu {
      background-color: #ED6B31;
      -webkit-box-shadow: 0 4px 8px rgba(62, 65, 61, 0.18);
      box-shadow: 0 4px 8px rgba(62, 65, 61, 0.18);
      padding-top: 9px; }
    .nav-buttons__button--share {
      padding-top: 28px;
      position: relative;
      width: 100%;
      z-index: -1;
      width: 40px;
      background-color: transparent;
      -webkit-transition: height 0.3s ease-in 0.4s, background-color 0.3s ease-in 0.8s;
      transition: height 0.3s ease-in 0.4s, background-color 0.3s ease-in 0.8s;
      border-radius: 100px; }
      .nav-buttons__button--share .icons-nav.small {
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-left: 1px; }
      .nav-buttons__button--share img {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in 0.5s;
        transition: opacity 0.4s ease-in 0.5s;
        position: absolute;
        top: 0;
        width: 100%; }
      .nav-buttons__button--share .details {
        opacity: 0;
        visibility: hidden;
        height: 120px;
        position: relative;
        -webkit-transition: visibility 0.3s ease-in 0s, opacity 0.3s ease-in 0s;
        transition: visibility 0.3s ease-in 0s, opacity 0.3s ease-in 0s; }
        .nav-buttons__button--share .details .topic {
          display: block;
          vertical-align: top;
          color: #3E413D;
          font-size: 10px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 1.67px;
          line-height: 14px;
          padding-left: 10px;
          margin-top: 10px;
          margin-left: 2px;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .nav-buttons__button--share .details .copy-clipboard {
          cursor: pointer;
          margin-top: 12px;
          right: 13px;
          bottom: 0; }
        .nav-buttons__button--share .details .copied {
          display: none;
          position: absolute;
          bottom: -80px;
          position: relative; }
      .nav-buttons__button--share img {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in 0.2s;
        transition: opacity 0.4s ease-in 0.2s;
        position: absolute;
        right: 0; }
      .nav-buttons__button--share:hover {
        height: 170px;
        background-color: #FFFFFF;
        -webkit-transition: height 0.3s ease-in 0s , background-color 0.2s;
        transition: height 0.3s ease-in 0s , background-color 0.2s; }
        .nav-buttons__button--share:hover img {
          opacity: 0;
          -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out; }
        .nav-buttons__button--share:hover .details {
          opacity: 1;
          visibility: visible;
          -webkit-transition: visibility 0.2s ease-in 0.3s, opacity 0.2s ease-in 0.3s;
          transition: visibility 0.2s ease-in 0.3s, opacity 0.2s ease-in 0.3s; }
  .nav-buttons--white .nav-buttons__button--menu {
    background-color: #fff; }
    .nav-buttons--white .nav-buttons__button--menu .hamburger span {
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      background-color: #ED6B31; }
  .nav-buttons--white .nav-buttons__button--share {
    background-position: 0 0;
    background-size: cover; }

@media (max-width: 991px) {
  .nav-buttons {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
    .nav-buttons--open {
      -webkit-transform: translate3d(260px, 0, 0);
      transform: translate3d(260px, 0, 0); }
      .nav-buttons--open .nav-buttons__button--share {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0); } }

.hamburger {
  border: 0;
  width: 20px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  outline: none; }
  .hamburger span {
    display: block;
    height: 2px;
    width: 30px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .hamburger span:first-child {
      top: 5px; }
    .hamburger span:last-child {
      top: 23px; }
    .hamburger span:nth-child(1) {
      width: 16px;
      top: 5; }
    .hamburger span:nth-child(2) {
      top: 10px; }
    .hamburger span:nth-child(3) {
      width: 16px;
      top: 15px; }
  .hamburger--active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    background-color: #fff; }
  .hamburger--active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    background-color: #fff; }
  .hamburger--active span:nth-child(2) {
    opacity: 0; }
  .hamburger--active span:nth-child(1) {
    top: 10px;
    width: 20px; }
  .hamburger--active span:nth-child(3) {
    width: 20px;
    top: 10px; }
  .hamburger--transparent {
    background-color: transparent; }
    .hamburger--transparent span {
      background-color: #fff; }

.hamburger-transition {
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.navbar-mobile {
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.menu-mobile-distancer {
  height: 60px;
  width: 100%; }

@media (max-width: 575px) {
  .navbar-mobile {
    display: block;
    height: 60px;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ececec;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 500;
    left: 0;
    right: 0;
    font-size: 0; }
    .navbar-mobile__item {
      cursor: pointer;
      vertical-align: top;
      display: inline-block;
      height: 100%;
      width: 33%;
      text-align: center;
      cursor: pointer; }
      .navbar-mobile__item:nth-child(2) {
        width: 34%;
        border-right: 1px solid #ececec;
        border-left: 1px solid #ececec; }
      .navbar-mobile__item a {
        display: block;
        height: 100%; }
      .navbar-mobile__item__icon {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-top: 21px; } }

.global-search {
  background-color: #fff;
  font-size: 0;
  padding-top: 70px; }
  .global-search__header {
    width: 100%;
    padding-left: 10%;
    padding-right: 5%;
    overflow: hidden; }
    .global-search__header__title {
      font-size: 25px;
      font-weight: 500;
      float: left; }
    .global-search__header__close {
      font-size: 16px;
      font-weight: 500;
      color: #ED6B31;
      float: right;
      text-transform: uppercase;
      margin-top: 8px;
      cursor: pointer;
      display: none; }
      .global-search__header__close.active {
        display: block; }
  .global-search__controls {
    padding-left: 10%; }
  .global-search__text-input {
    padding-right: 5%;
    position: relative;
    width: 720px; }
    .global-search__text-input input {
      font-family: "Franklin", sans-serif;
      color: #3E413D;
      font-size: 25px;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.48px;
      padding-bottom: 20px;
      padding-right: 20px;
      margin-bottom: 10px;
      border: none;
      border-bottom: 1px solid;
      width: 100%;
      text-transform: capitalize; }
      .global-search__text-input input::-webkit-input-placeholder {
        opacity: 0.3; }
      .global-search__text-input input:-ms-input-placeholder {
        opacity: 0.3; }
      .global-search__text-input input::-ms-input-placeholder {
        opacity: 0.3; }
      .global-search__text-input input::placeholder {
        opacity: 0.3; }
      .global-search__text-input input:focus {
        border-bottom: 1px solid #ED6B31;
        outline: none; }
    input:focus + .global-search__text-input__icon {
      background-image: url("../images/icon-search-orange.svg"); }
    .global-search__text-input__icon {
      background: url("../images/icon-search-grey.svg") center no-repeat;
      height: 16px;
      width: 16px;
      position: absolute;
      top: 10px;
      right: 46px; }
  .global-search__country-select {
    float: right;
    margin-right: 5%;
    width: 268px; }
    .global-search__country-select .select2-container {
      max-width: none;
      height: 59px; }
      .global-search__country-select .select2-container .select2-selection {
        height: 50px; }
        .global-search__country-select .select2-container .select2-selection--single .select2-selection__rendered {
          color: #3E413D;
          height: 59px;
          font-size: 15px;
          font-weight: 300;
          line-height: 66px; }
        .global-search__country-select .select2-container .select2-selection--single .select2-selection__arrow {
          top: 20px; }
  .global-search__tabs {
    float: left;
    padding-left: 10%;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 25px;
    overflow: visible; }
  .global-search__tab {
    color: #3E413D;
    float: left;
    font-size: 16px;
    opacity: 0.5;
    vertical-align: top;
    font-weight: 500;
    margin-right: 25px; }
    .global-search__tab:last-child {
      margin-right: 0; }
    .global-search__tab--active {
      opacity: 1; }
  .global-search__sort-select {
    float: right;
    width: 160px;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 25px;
    position: relative; }
    .global-search__sort-select .ascending,
    .global-search__sort-select .descending {
      color: #3E413D;
      font-size: 16px;
      font-weight: 900;
      padding-right: 33px; }
      .global-search__sort-select .ascending:after,
      .global-search__sort-select .descending:after {
        content: ' ';
        position: absolute;
        height: 16px;
        width: 30px;
        right: 0;
        top: 0; }
    .global-search__sort-select .descending:after {
      background: url("../images/icon-carret.svg") no-repeat right 10px center; }
    .global-search__sort-select .ascending:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      background: url("../images/icon-carret.svg") no-repeat right 6px center; }
    .global-search__sort-select .select2-container {
      border: none; }
      .global-search__sort-select .select2-container .select2-selection--single {
        background-color: transparent; }
    .global-search__sort-select li {
      width: auto !important; }
  .global-search__results {
    background: #f9f8f9;
    padding-left: 10%;
    padding-top: 30px;
    padding-bottom: 30px; }
    .global-search__results__empty {
      margin-top: 20px;
      color: #3E413D;
      font-family: "Franklin", sans-serif;
      font-weight: 500;
      font-size: 20px;
      letter-spacing: -0.45px;
      line-height: 25px; }
  .global-search__loader {
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transition: visibility .3s, opacity .3s ease;
    transition: visibility .3s, opacity .3s ease; }
    .global-search__loader.active {
      display: block;
      visibility: visible;
      opacity: 1; }
  .global-search__result {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 5%; }
    .global-search__result__image {
      cursor: pointer;
      width: 20%;
      display: inline-block; }
      .global-search__result__image img {
        width: 100%; }
    .global-search__result__image:hover + .global-search__result__text .global-search__result__text__title {
      color: #ED6B31; }
    .global-search__result__text {
      padding-left: 5%;
      padding-top: 10px;
      display: inline-block;
      width: 80%;
      vertical-align: top; }
      .global-search__result__text__title {
        cursor: pointer;
        margin-bottom: 17px;
        color: #3E413D;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: -0.36px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .global-search__result__text__description {
        color: #3E413D;
        font-size: 15px;
        font-weight: 300;
        line-height: 25px; }

#select2-globalSearch-results,
#select2-searchCountrySelect-results {
  width: 268px; }
  #select2-globalSearch-results .select2-results__message,
  #select2-searchCountrySelect-results .select2-results__message {
    display: none; }

.body-global-search .autocomplete-suggestions {
  background: #FFF;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Franklin", sans-serif;
  color: #CCCCCC;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: -0.48px; }
  
  .body-global-search .autocomplete-suggestions strong {
    font-weight: 900; }

.body-global-search .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  text-transform: capitalize; }

.body-global-search .autocomplete-selected {
  background: #F0F0F0; }

.body-global-search .autocomplete-group {
  padding: 2px 5px; }
  .body-global-search .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000; }
	
	
.path-w-search .autocomplete-suggestions {
  background: #FFF;
  overflow: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Franklin", sans-serif;
  color: #CCCCCC;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: -0.48px; }
  
  .path-w-search .autocomplete-suggestions strong {
    font-weight: 900; }

.path-w-search .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  text-transform: capitalize; }

.path-w-search.autocomplete-selected {
  background: #F0F0F0; }

.path-w-search .autocomplete-group {
  padding: 2px 5px; }
  .path-w-search .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000; }

@media (max-width: 1279px) {
  .global-search--think {
    padding-left: 10%; } }

@media (max-width: 991px) {
  .global-search {
    padding-top: 30px; }
    .global-search--think {
      padding-left: 15%; }
    .global-search__country-select {
      float: none;
      width: 100%;
      margin-top: 40px;
      margin-bottom: 20px; }
    .global-search__text-input {
      float: none;
      width: 100%;
      margin-top: 40px;
      margin-bottom: 20px;
      position: relative; }
      .global-search__text-input input {
        font-size: 16px;
        padding-bottom: 8px; }
      .global-search__text-input__icon {
        top: 0;
        right: 5%; }
    .global-search__tabs {
      height: 15px;
      margin-top: 0;
      width: 100%;
      overflow: hidden; }
      .global-search__tabs__mobile {
        padding-right: 10%;
        position: relative;
        width: 100%;
        overflow: auto;
        height: 25px; }
        .global-search__tabs__mobile__scroll {
          top: 0;
          white-space: nowrap;
          position: absolute;
          width: auto; }
    .global-search__tab {
      font-size: 14px;
      float: none;
      display: inline-block; }
      .global-search__tab:last-child {
        margin-right: 20px; }
    .global-search__sort-select {
      float: none;
      background-color: #f9f8f9;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 10%;
      padding-top: 25px;
      height: auto; }
      .global-search__sort-select .descending:after,
      .global-search__sort-select .ascending:after {
        right: 10%;
        top: 25px;
        background-position: right center; }
    .global-search__result {
      margin-top: 0;
      margin-bottom: 50px;
      padding-right: 10%; }
      .global-search__result__image {
        margin-bottom: 15px;
        display: block;
        width: 100%; }
        .global-search__result__image img {
          width: 100%; }
      .global-search__result__text {
        padding-left: 0;
        width: 100%; }
  #select2-searchCountrySelect-results {
    width: auto; }
  .body-global-search .autocomplete-suggestions {
    font-size: 16px; } 
	.path-w-search .autocomplete-suggestions {
		font-size: 16px; 
	}
	}

@media (max-width: 575px) {
  .global-search__country-select {
    margin-top: 20px;
    margin-bottom: 20px; } }

.main-container {
  height: inherit;
  margin: auto;
  width: 100%;
  display: table;
  border-spacing: 0;
  border-collapse: collapse; }
  .main-container .nav-buttons,
  .main-container .sidebar--wide {
    display: none; }

.content {
  font-size: 0;
  padding-left: 239px;
  display: table-cell;
  background: #fff;
  }
  .content__header {
    position: absolute;
    top: 55px;
    left: 40px;
    height: 30px;
    font-family: "Franklin", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.48px;
    color: #000000; }
  .content__subtitle {
    margin-left: 40px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    margin-right: 30px;
    line-height: 24px; }
  .content__breadcumbs {
    position: absolute;
    top: 30px;
    left: 40px;
    text-transform: uppercase;
    color: #3E413D;
    font-family: "Franklin", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px; }
  .content__column {
    position: relative;
    padding-top: 90px;
    display: table-cell;
    font-size: 16px;
    width: 33.33333%;
    height: 100vh;
    vertical-align: top;
    border-right: 1px solid rgba(62, 65, 60, 0.1); }
    .content__column--only-one {
      display: none; }
    .content__column__article {
      float: right;
      width: 100%;
      padding-left: 10%;
      margin-bottom: 20px;
      margin-top: 50px;
      position: relative; }
      .content__column__article__wrapper {
        height: 100%; }
      .content__column__article:last-child {
        padding-bottom: 200px; }
      .content__column__article__title {
        margin-top: 22px;
        margin-bottom: 17px;
        color: #3E413D;
        font-family: "Franklin", sans-serif;
        font-weight: 600;
        padding-right: 40px;
        font-size: 20px;
        letter-spacing: -0.45px;
        line-height: 25px; }
      .content__column__article__tags {
        font-size: 12px;
        margin-bottom: 19px;
        color: rgba(62, 65, 61, 0.5);
        font-family: "Franklin", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 20px;
        padding-right: 40px; }
        .content__column__article__tags.only-mobile {
          margin-top: 25px;
          margin-bottom: 0; }
      .content__column__article__image {
        position: relative; }
        .content__column__article__image:hover + .content__column__article__title {
          color: #ED6B31; }
        .content__column__article__image .article__content-column__masthead__description {
          text-align: center;
          color: #ffffff; }
          .content__column__article__image .article__content-column__masthead__description__title {
            font-size: 25px;
            font-weight: 600;
            letter-spacing: -0.63px;
            line-height: 30px; }
          .content__column__article__image .article__content-column__masthead__description__subtitle {
            margin-top: -6px;
            font-size: 20px;
            font-weight: 300;
            line-height: 30px; }
      .content__column__article__icon-share {
        height: 26px;
        width: 26px;
        position: absolute;
        z-index: 25;
        right: 10px;
        top: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        bottom: 14px;
        overflow: hidden;
        background-color: transparent;
        border-radius: 100px;
        -webkit-transition: width 0.5s, background-color 0.3s ease 0.5s;
        transition: width 0.5s, background-color 0.3s ease 0.5s; }
        .content__column__article__icon-share img {
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity 1.3s ease-in;
          transition: opacity 1.3s ease-in;
          position: absolute;
          right: 0;
          max-width: 26px; }
        .content__column__article__icon-share .details {
          width: 120px;
          opacity: 0;
          position: absolute;
          white-space: nowrap;
          top: 7px;
          -webkit-transition: opacity 0.2s ease-in 0s;
          transition: opacity 0.2s ease-in 0s; }
          .content__column__article__icon-share .details .topic {
            display: inline-block;
            vertical-align: top;
            color: #3E413D;
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1.67px;
            padding-left: 10px;
            padding-top: 2px;
            line-height: 10px; }
          .content__column__article__icon-share .details .copied {
            display: none;
            position: absolute;
            left: 30px; }
          .content__column__article__icon-share .details .small {
            line-height: 12px;
            vertical-align: top;
            margin: 0;
            padding-left: 15px; }
        .content__column__article__icon-share:hover {
          height: 26px;
          width: 139px;
          border-radius: 100px;
          background-color: #FFFFFF;
          position: absolute;
          top: 10px;
          right: 10px;
          -webkit-transition: width 0.5s;
          transition: width 0.5s; }
          .content__column__article__icon-share:hover img {
            visibility: hidden;
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-out;
            transition: opacity 0.4s ease-out; }
          .content__column__article__icon-share:hover .details {
            opacity: 1;
            -webkit-transition: opacity 0.2s ease-in 0.4s;
            transition: opacity 0.2s ease-in 0.4s; }
      .content__column__article__type {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: -325px;
        width: 300px;
        height: 17px;
        font-size: 10px;
        font-family: "Franklin", sans-serif;
        font-weight: 500;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-transform: uppercase;
        text-align: right;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        letter-spacing: 2px;
        z-index: 1; }
        .content__column__article__type p {
          line-height: 16px;
          float: right;
          padding: 1px 8px; }
        .content__column__article__type__icon {
          width: 17px;
          margin-right: 10px;
          height: 17px;
          display: inline-block;
          background-size: contain; }
          .content__column__article__type__icon.rotate {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
          .content__column__article__type__icon.small {
            width: 12px;
            height: 12px;
            background-size: contain !important;
            color: #000;
            margin: 0 0 0 3px;
            vertical-align: middle; }
          .content__column__article__type__icon.icon-copy-absolute {
            position: absolute;
            right: -15px;
            padding-right: 12px;
            cursor: pointer; }
          .content__column__article__type__icon.facebook {
            background: url("../images/icon-facebook.svg") no-repeat center; }
          .content__column__article__type__icon--facebook {
            background: url("../images/icon-facebook-grey.svg") no-repeat center; }
          .content__column__article__type__icon.twitter {
            background: url("../images/icon-twitter.svg") no-repeat center; }
          .content__column__article__type__icon--twitter {
            background: url("../images/icon-twitter-grey.svg") no-repeat center; }
          .content__column__article__type__icon.linkedIn {
            background: url("../images/icon-linkedIn.svg") no-repeat center; }
          .content__column__article__type__icon--linkedIn {
            background: url("../images/icon-linkedIn-grey.svg") no-repeat center; }
          .content__column__article__type__icon.copy-clipboard {
            background: url("../images/icon-copylink.svg") no-repeat center; }
          .content__column__article__type__icon--copy-clipboard {
            background: url("../images/icon-copylink.svg") no-repeat center; }
          .content__column__article__type__icon--instagram {
            background: url("../images/icon-instagram-grey.svg") no-repeat center; }
        .content__column__article__type--violet {
          color: #4e1842; }
          .content__column__article__type--violet p {
            background-color: rgba(78, 24, 66, 0.1); }
        .content__column__article__type--pink {
          color: #9e323a; }
          .content__column__article__type--pink p {
            background-color: rgba(158, 50, 58, 0.1); }
        .content__column__article__type--blue {
          color: #5ba0b5; }
          .content__column__article__type--blue p {
            background-color: rgba(91, 160, 181, 0.1); }
        .content__column__article__type--orange {
          color: #ED6B31; }
          .content__column__article__type--orange p {
            background-color: rgba(237, 107, 49, 0.1); }
      .content__column__article__description {
        color: #3E413D;
        font-size: 14px;
        font-family: "Franklin", sans-serif;
        font-weight: 300;
        padding-right: 40px;
        line-height: 25px; }
      .content__column__article img {
        display: inline-block;
        width: 100%;
		/*max-height: 186px;*/
		object-fit: cover;	
		}
      .content__column__article--leadership .article__content-column__masthead {
        height: auto; }
        .content__column__article--leadership .article__content-column__masthead__description {
          padding: 90px 0;
          position: static;
          -webkit-transform: translateY(0);
          transform: translateY(0); }
          .content__column__article--leadership .article__content-column__masthead__description__title {
            padding: 0 15px;
            font-size: 35px;
            line-height: 35px;
            font-weight: 600; }
          .content__column__article--leadership .article__content-column__masthead__description__subtitle {
            padding: 0 15px;
            font-size: 25px;
            font-weight: 300; }
    .content__column__loader {
      height: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      pointer-events: none; }
      .content__column__loader.show {
        height: auto;
        opacity: 1; }
      .content__column__loader img {
        display: block;
        margin: 0 auto; }

.article-static {
  padding: 30px 40px; }
  .article-static__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px; }
  .article-static__lead {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 40px; }
  .article-static__button {
    margin-bottom: 20px;
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.75px;
    text-align: center;
    width: 100%;
    border-radius: 40px;
    color: #9E323A;
    background-color: #FFFFFF;
    /* box-shadow: 0 10px 15px 0 rgba(62, 65, 61, 0.2), 0 20px 80px 0 rgba(0, 0, 0, 0.16); */ }

.twitter-title {
  font-size: 16px;
  color: #3E413D;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: -20px; }

.sync-scroll {
  overflow: hidden; }
  .sync-scroll .content {
    display: block; }
    .sync-scroll .content__column--first, .sync-scroll .content__column--second, .sync-scroll .content__column--third {
      display: inline-block;
      height: 100vh;
      overflow: hidden; }

@media (max-width: 1439px) {
  .content__column__article {
    padding-left: 12.5%; } }

@media (max-width: 1279px) {
  .main-container .nav-buttons,
  .main-container .sidebar--wide {
    display: block; }
  .sidebar--narrow {
    display: none; }
  .content {
    padding-left: 10%; } }

@media (max-width: 991px) {
  .content {
    padding-left: 0;
    display: block; }
    .content__breadcumbs {
      left: 15%; }
    .content__header {
      left: 15%; }
    .content__column {
      padding-right: 0;
      padding-top: 0;
      width: 100%;
      height: auto;
      display: inline-block; }
      .content__column:first-child {
        padding-top: 70px; }
      .content__column__article {
        max-width: 100%;
        margin-top: 35px;
        margin-bottom: 15px;
        padding-left: 18%; }
        .content__column__article:last-child {
          padding-bottom: 0; }
        .content__column__article__description {
          padding-right: 30px; }
        .content__column__article__wrapper {
          height: 100%;
          overflow: hidden; }
        .content__column__article img {
          width: 100%; } }

@media (max-width: 575px) {
  .main-container {
    height: auto; }
    .main-container .nav-buttons {
      display: none; }
  .content {
    height: auto;
    position: relative;
    z-index: 1; }
    .content__breadcumbs {
      left: 40px; }
    .content__header {
      top: 45px;
      left: 40px; }
    .content__column__article {
      padding-left: 35px;
      z-index: 1; }
      .content__column__article__icon-share {
        width: 40px;
        height: 40px;
        max-width: none; }
        .content__column__article__icon-share:hover {
          width: 158px;
          height: 40px; }
          .content__column__article__icon-share:hover .details {
            visibility: visible; }
        .content__column__article__icon-share img {
          width: 40px;
          max-width: none;
          height: 40px;
          z-index: 1; }
        .content__column__article__icon-share .details {
          z-index: 0;
          height: 40px;
          top: 6px;
          left: 18px;
          visibility: hidden; }
          .content__column__article__icon-share .details .topic {
            display: none; }
          .content__column__article__icon-share .details .copied {
            font-size: 20px;
            top: 8px;
            left: 0; }
          .content__column__article__icon-share .details .icon-copy-absolute {
            right: -14px;
            padding-left: 7px; }
          .content__column__article__icon-share .details .small {
            line-height: 40px;
            margin-top: 0;
            width: 20px;
            height: 27px;
            margin-right: 10px; }
      .content__column__article__description {
        word-break: break-word;
        font-size: 16px; }
      .content__column__article__type p {
        padding: 2px 8px; } }

@media (max-width: 1023px) {
  body.sync-scroll {
    overflow: auto; }
  .content__column--first, .content__column--second, .content__column--third,
  .sync-scroll .content__column--first,
  .sync-scroll .content__column--second,
  .sync-scroll .content__column--third {
    display: none; }
  .content__column--only-one,
  .sync-scroll .content__column--only-one {
    display: block;
    padding-top: 70px; } }

.article-container {
  display: table;
  font-size: 0;
  height: 100%;
  table-layout: fixed;
  width: 100%; }
  .article-container--static {
    margin-bottom: 0 !important; }
    .article-container--static .article__content-column {
      padding-bottom: 100px !important;
      display: table-cell;
      font-size: 16px;
      padding-left: 135px;
      padding-top: 25px;
      padding-right: 100px;
      background-color: #fff;
      width: 65%;
      line-height: 30px !important; }
      .article-container--static .article__content-column__text {
        max-width: 700px;
        color: #3E413D !important; }
        .article-container--static .article__content-column__text h3 {
          font-family: "Franklin", sans-serif !important;
          font-weight: 700 !important;
          font-size: 18px !important;
          margin-bottom: 0 !important;
          line-height: 30px !important; }
          .article-container--static .article__content-column__text h3 span {
            font-size: 18px !important;
            color: #3E413D !important; }
        .article-container--static .article__content-column__text h4 {
          font-family: "Franklin", sans-serif !important;
          font-weight: 700 !important;
          font-size: 18px !important;
          color: #3E413D !important; }
        .article-container--static .article__content-column__text a {
          font-weight: 700 !important;
          color: #ED6B31 !important; }
        .article-container--static .article__content-column__text p,
        .article-container--static .article__content-column__text span {
          color: #3E413D !important;
          line-height: 30px !important;
          font-family: "Franklin", sans-serif !important;
          font-size: 16px !important;
          margin-bottom: 0 !important; }
        .article-container--static .article__content-column__text b {
          font-family: "Franklin", sans-serif;
          font-weight: 700 !important; }
        .article-container--static .article__content-column__text .text-arrow-right {
          height: 10px;
          line-height: 18px;
          margin-left: 8px;
          margin-right: 8px;
          display: inline-block;
          width: 20px;
          background: url("../images/icon-arrow-right-orange.svg") no-repeat center;
          background-size: contain;
          background-position: center; }
        .article-container--static .article__content-column__text li {
          font-size: 16px !important;
          line-height: 30px !important;
          margin-bottom: 10px; }
          .article-container--static .article__content-column__text li:first-child {
            margin-top: 10px; }
          .article-container--static .article__content-column__text li:last-child {
            marigin-bottom: 0; }
          .article-container--static .article__content-column__text li:before {
            content: '• ';
            color: #ED6B31;
            margin-right: 2px; }
    .article-container--static .article__side-column {
      padding-bottom: 100px !important;
      display: table-cell;
      vertical-align: top;
      height: 100%;
      background-color: #faf8f9; }
    .article-container--static .article-link-list {
      margin-bottom: 35px; }
      .article-container--static .article-link-list a {
        display: block;
        font-family: "Franklin", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4e1842; }
    .article-container--static .article-unordered-list {
      margin-bottom: 35px; }
      .article-container--static .article-unordered-list p {
        margin-bottom: 0; }
  .article-container--guidance .article__content-column__text a {
    color: #4e1842 !important;
    font-weight: 500 !important; }
/*  .article-container--guidance .article__content-column__text p {
    margin-bottom: 0 !important; }*/

@media (max-width: 1279px) {
  .article-container--static .article__content-column {
    width: 90%; }
  .article-container--static .article__side-column {
    width: 10%; } }

@media (max-width: 991px) {
  .article-container--static .article__content-column {
    padding-left: 15%;
    width: 100%; }
  .article-container--static .article__side-column {
    display: none; } }

@media (max-width: 575px) {
  .article-container--static .article__content-column {
    padding: 40px 30px;
    width: 90%; }
    .article-container--static .article__content-column__text p {
      line-height: 25px !important; }
    .article-container--static .article__content-column__text li {
      line-height: 25px !important; }
    .article-container--static .article__content-column__text span {
      line-height: 25px !important; }
  .article-container--static .article__side-column {
    display: none; } }

.error-page {
  width: 100%;
  height: 100%;
  background: url("../images/image-404.png") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  margin-bottom: -60px; }
  .error-page--500 {
    background: url("../images/image-500.png") no-repeat center;
    background-size: cover; }
  .error-page__description {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-family: "Franklin", sans-serif;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px; }
    .error-page__description__number {
      font-size: 220px;
      font-weight: 600;
      letter-spacing: -3.14px; }
    .error-page__description__title {
      color: #f5f5f5;
      line-height: 50px;
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 15px; }
    .error-page__description__subtitle {
      font-size: 20px;
      font-weight: 300;
      line-height: 28px; }
      .error-page__description__subtitle a {
        color: #ffffff;
        font-weight: 600; }
        .error-page__description__subtitle a:after {
          margin-left: 15px;
          content: url("../images/icon-arrow-right.svg"); }

@media (max-width: 767px) {
  .error-page__description__number {
    font-size: 140px; }
  .error-page__description__title {
    margin-bottom: 4px; }
  .error-page__description__subtitle {
    font-size: 20px; }
    .error-page__description__subtitle a {
      display: block; } }

.section-top-wide {
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 5%;
  font-size: 0;
  background: #ed6b31 url("../images/background-logo-orange.svg") no-repeat center;
  background-size: auto 70%;
  background-position: right center; }
  .section-top-wide .main-breadcumbs {
    color: #ffffff; }
    .section-top-wide .main-breadcumbs a:hover {
      color: inherit; }
  .section-top-wide__image {
    padding-left: 40px;
    width: 60%; }
  .section-top-wide__text {
    width: 50%; }
    .section-top-wide__text__title {
      margin-bottom: 44px;
      font-size: 25px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.48px; }
    .section-top-wide__text__description {
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 25px; }

@media (max-width: 1279px) {
  .section-top-wide {
    background-position: right -400px center; } }

@media (max-width: 1023px) {
  .section-top-wide {
    background-position: right -600px center; } }

@media (max-width: 991px) {
  .section-top-wide {
    background-image: none; }
    .section-top-wide__text {
      width: 100%; } }

.article-wrapper {
  margin-bottom: 43vw;
  background-color: #fff; }

.article-container {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin-bottom: 100px;
  table-layout: fixed; }
  .article-container--work {
    margin-bottom: 0; }
  .article-container--circle {
    background-color: #fcf9f9;
    padding-top: 80px;
    margin-bottom: 0; }
    .article-container--circle .article__content-column {
      background-color: transparent; }
    .article-container--circle .article__side-column {
      background-color: transparent; }

.article {
  background-color: #faf8f9; }
  .article__circle {
    color: #ffffff;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #9e323a;
    position: relative;
    text-align: center;
    margin: 0 auto 20px; }
    .article__circle--violet {
      background-color: #4e1842; }
    .article__circle--yellow {
      background-color: #f7b047; }
    .article__circle--white {
      background-color: #ffffff;
      color: #ED6B31; }
    .article__circle__description {
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -32px;
      padding-top: 2px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.8s ease 0.3s;
      transition: opacity 0.8s ease 0.3s; }
      .article__circle__description--show {
        visibility: visible;
        opacity: 1; }
      .article__circle__description__title {
        font-family: "Franklin", sans-serif;
        font-size: 42px;
        font-weight: 600;
        letter-spacing: -1.37px; }
        .article__circle__description__title__number {
          display: inline-block;
          margin-right: -10px; }
        .article__circle__description__title__unit {
          display: inline-block; }
      .article__circle__description__subtitle {
        font-family: "Franklin", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
  .article__content-column {
    display: table-cell;
    font-size: 16px;
    padding-left: 10%;
    padding-top: 25px;
    padding-right: 10%;
    background-color: #fff;
    width: 70%;
    line-height: 30px; }
    .article__content-column--work h1,
    .article__content-column--work h2 {
      margin-bottom: 40px;
      color: #000000;
      font-family: "Franklin", sans-serif;
      font-size: 25px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.48px; }
    .article__content-column--work .article__content-column__text {
      color: #3E413D;
      font-family: "Franklin", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 100px; }
    .article__content-column__masthead {
      width: 100%;
      height: 400px;
      background-color: #4e1842;
      background: url("../images/placeholder-article4.png") no-repeat center;
      background-size: cover;
      margin-bottom: 50px;
      color: #fff;
      text-align: center;
      position: relative; }
      .article__content-column__masthead__description {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .article__content-column__masthead__description__title {
          padding: 0 30px;
          vertical-align: middle;
          font-family: "Franklin", sans-serif;
          font-size: 40px;
          font-weight: 600;
          line-height: 50px;
          letter-spacing: -0.5px; }
        .article__content-column__masthead__description__subtitle {
          padding: 0 30px;
          font-size: 35px;
          font-weight: 300;
          letter-spacing: -0.5px; }
    .article__content-column__text {
      color: #3E413D;
      word-wrap: break-word; }
      .article__content-column__text__social {
        display: none; }
      .article__content-column__text__title {
        color: #000000;
        font-size: 25px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px; }
      .article__content-column__text__description {
        font-weight: 300; }
        .article__content-column__text__description p,
        .article__content-column__text__description span {
          font-size: 16px !important;
          color: #3E413D !important; }
        .article__content-column__text__description b {
          font-weight: 700 !important; }
      .article__content-column__text__description,
      .article__content-column__text span {
        font-family: "Franklin", sans-serif !important;
        font-size: 16px !important;
		    line-height: 25px;
        margin-bottom: 35px !important; }
      .article__content-column__text h2 {
        margin-bottom: 20px !important;
        font-family: "Franklin", sans-serif !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 25px !important; }
        .article__content-column__text h2 p,
        .article__content-column__text h2 span {
          font-size: 18px !important;
          font-family: "Franklin", sans-serif !important;
          color: #3E413D !important; }
      .article__content-column__text h3 {
        font-family: "Franklin", sans-serif !important;
        font-weight: 600 !important;
        font-size: 25px !important;
        line-height: 30px !important;
        letter-spacing: -0.48px !important; }
      .article__content-column__text h4 {
        font-family: "Franklin", sans-serif;
        font-weight: 700;
        font-size: 18px; }
      .article__content-column__text p,
      .article__content-column__text span {
        font-size: 16px;
        margin-bottom: 20px; }
      .article__content-column__text__image {
        max-width: 100%;
        margin-bottom: 50px;
        max-height: 60vh; }
      .article__content-column__text__time {
        margin-top: -12px;
        color: #3E413D;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .article__content-column__text li {
        font-size: 16px;
        position: relative;
        padding-left: 30px;
        margin-bottom: 20px; }
        .article__content-column__text li:before {
          content: '•';
          color: #ED6B31;
          margin-right: 2px;
          position: absolute;
          left: -4px;
          top: 2px;
          font-size: 29px; }
      .article__content-column__text__list {
        margin-bottom: 35px; }
        .article__content-column__text__list li {
          font-size: 16px; }
          .article__content-column__text__list li:before {
            content: '－';
            color: #3E413D;
            margin-right: 12px; }
      .article__content-column__text .color-text {
        color: #ED6B31;
        font-family: "Franklin", sans-serif;
        font-weight: 700; }
      .article__content-column__text .bold-text {
        font-family: "Franklin", sans-serif;
        font-weight: 700; }
      .article__content-column__text .article-link {
        display: block;
        font-family: "Franklin", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #4e1842; }
      .article__content-column__text .text-arrow-right {
        height: 10px;
        line-height: 18px;
        margin-left: 8px;
        margin-right: 8px;
        display: inline-block;
        width: 20px;
        background: url("../images/icon-arrow-right-orange.svg") no-repeat center;
        background-size: contain;
        background-position: center; }
  .article__side-column {
    padding-top: 22px;
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding-right: 5%;
    height: 100%;
    background-color: #fff;
    font-size: 20px; }
    .article__side-column--static {
      background-color: #faf8f9; }
    .article__side-column__download-box {
      padding: 30px 20px;
      margin-bottom: 50px;
      min-height: 150px;
      border-radius: 3px;
      background-color: #ED6B31;
      color: #fff; }
      .article__side-column__download-box__title {
        font-family: "Franklin", sans-serif;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 15px; }
      .article__side-column__download-box__description {
        position: relative;
        margin-top: 10px; }
        .article__side-column__download-box__description__icon {
          position: absolute;
          left: 0;
          top: 2px; }
        .article__side-column__download-box__description__text {
          padding-left: 50px;
          display: inline-block;
          font-size: 15px;
          font-weight: 400;
          line-height: 20px;
          min-height: 36px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .article__side-column__download-box__description__text a {
            width: 100%; }
            .article__side-column__download-box__description__text a:hover {
              color: inherit; }
    .article__side-column__separator {
      height: 1px;
      width: 100%;
      background-color: rgba(62, 65, 61, 0.1); }
      .article__side-column__separator--orange {
        background-color: #ED6B31; }
    .article__side-column__contact {
      margin-top: 35px; }
      .article__side-column__contact h3 {
        margin-bottom: 35px !important;
        font-family: "Franklin", sans-serif !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 25px !important; }
      .article__side-column__contact__title {
        max-width: 270px;
        color: #3E413D;
        font-family: "Franklin", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px; }
      .article__side-column__contact__subtitle {
        margin-top: 28px;
        font-size: 15px !important;
        font-family: "Franklin", sans-serif;
        line-height: 20px;
        color: #3E413D;
        font-weight: 300; }
        .article__side-column__contact__subtitle p {
          font-size: 15px !important;
          font-family: "Franklin", sans-serif;
          line-height: 20px;
          color: #3E413D;
          font-weight: 300; }
        .article__side-column__contact__subtitle a {
          font-size: 15px !important;
          color: #ED6B31; }
        .article__side-column__contact__subtitle b {
          font-weight: 500; }
        .article__side-column__contact__subtitle span {
          font-size: 15px !important; }

.article-link-list {
  margin-bottom: 35px; }
  .article-link-list a {
    display: block;
    font-family: "Franklin", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4e1842; }

.article-unordered-list {
  margin-bottom: 35px; }
  .article-unordered-list p {
    margin-bottom: 0; }

@media (max-width: 991px) {
  .article-container {
    margin-bottom: 50px; }
    .article-container--circle {
      padding-top: 20px;
      padding-bottom: 60px; }
  .article__content-column {
    height: auto;
    display: block;
    padding-left: 15%;
    width: 100%; }
  .article__side-column {
    width: 100%;
    padding-left: 15%;
    padding-right: 10%;
    display: block;
    height: auto; }
    .article__side-column--static {
      display: none;
      background-color: #faf8f9; } }

@media (max-width: 575px) {
  .article-wrapper--work .article__content-column__text__social {
    margin-left: 30px; }
  .article-wrapper--work .details .icon-copy-absolute {
    top: 2px !important; }
  .article-container {
    margin-bottom: 50px; }
  .article__content-column {
    padding: 40px 30px; }
    .article__content-column__text {
      position: relative; }
      .article__content-column__text__social {
        display: block; }
        .article__content-column__text__social img {
          display: none; }
        .article__content-column__text__social .details {
          position: relative;
          height: 20px; }
          .article__content-column__text__social .details .topic {
            display: inline-block;
            padding-top: 5px;
            letter-spacing: 1px;
            font-weight: 500;
            text-transform: uppercase;
            vertical-align: middle; }
          .article__content-column__text__social .details .copied {
            display: none;
            position: absolute;
            left: 115px; }
          .article__content-column__text__social .details a {
            margin-right: 10px;
            width: 20px;
            height: 20px; }
            .article__content-column__text__social .details a:first-of-type {
              margin-left: 15px; }
          .article__content-column__text__social .details .icon-copy-absolute {
            top: 8px;
            left: 184px;
            width: 20px;
            height: 20px; }
    .article__content-column--work .article__content-column__text {
      margin-bottom: 20px; }
    .article__content-column__text__image--wide {
      max-width: initial;
      width: 100vw;
      margin-left: -30px;
      margin-right: -30px;
      max-height: none; }
    .article__content-column__text__time {
      font-size: 15px;
      margin-bottom: 33px;
      letter-spacing: 1.25px; }
    .article__content-column__text h3 {
      line-height: 30px; }
    .article__content-column__masthead {
      margin-left: -30px;
      margin-right: -30px;
      width: 100vw;
      height: 210px; }
      .article__content-column__masthead__description__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: -4px; }
      .article__content-column__masthead__description__subtitle {
        font-size: 25px;
        line-height: 30px; }
  .article__side-column {
    padding-left: 30px;
    padding-right: 30px;
    height: auto; }
    .article__side-column__download-box {
      margin-top: 50px; }
    .article__side-column__contact {
      margin-top: 45px; }
      .article__side-column__contact__subtitle {
        line-height: 30px; } }

@media (min-width: 1921px) {
  .article__content-column {
    padding-left: 192px;
    padding-right: 192px;
    width: 1346px; }
  .article__side-column {
    width: calc(100% - 1346px); }
    .article__side-column > * {
      max-width: 458px; }
    .article__side-column .article-quote {
      margin: 0; } }

.article-quote {
  font-size: 18px;
  margin: 0 auto;
  font-weight: 300;
  letter-spacing: -0.19px;
  color: #132f3d;
  position: relative;
  padding: 0 20px; }
  .article-quote--grey {
    width: 100%; }
    .article-quote--grey .article-quote {
      padding-right: 0; }
      .article-quote--grey .article-quote__icon {
        background: url("../images/icon-quote.svg") no-repeat center;
        background-size: cover; }
      .article-quote--grey .article-quote__description {
        margin-top: 32px;
        color: #132f3d;
        margin-top: 38px; }
  .article-quote__icon {
    height: 20px;
    width: 25px;
    top: -50px;
    left: 20px;
    background: url("../images/icon-quote-orange.svg") no-repeat center;
    background-size: cover;
    position: absolute; }
  .article-quote__description {
    margin-top: 40px;
    color: #ED6B31;
    line-height: 25px;
    margin-bottom: 40px; }
  .article-quote__title {
    font-family: "Franklin", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.19px; }
  .article-quote__subtitle {
    font-family: "Franklin", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 48px; }

@media (max-width: 575px) {
  .article-quote {
    padding: 0 30px; } }

.article-box {
  background-color: rgba(78, 24, 66, 0.03);
  margin-right: -5%;
  margin-left: -5%;
  color: #9e323a;
  width: 110%;
  padding: 50px 5%;
  margin-bottom: 50px; }
  .article-box > h2 p {
    color: #9e323a !important; }
  .article-box__header {
    color: #9e323a !important;
    font-family: "Franklin", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 35px; }
    .article-box__header p {
      font-size: 18px !important; }
  .article-box__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
    .article-box__description b {
      font-weight: 700 !important; }
    .article-box__description p {
      font-size: 16px !important; }

@media (max-width: 575px) {
  .article-box {
    margin-right: -30px;
    margin-left: -30px;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px; } }

.article-wide-container {
  background-color: #fcf9f9;
  color: #9e323a;
  padding: 90px 10% 115px; }
  .article-wide-container .article-wide-box--separator {
    border-bottom: 1px solid rgba(78, 24, 66, 0.1); }
  .article-wide-container .article-wide-box__title {
    max-width: 666px;
    font-family: "Franklin", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin-bottom: 54px; }
  .article-wide-container .article-wide-box__description {
    max-width: 1000px;
    font-family: "Franklin", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px; }
  .article-wide-container--list {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 68px; }
    .article-wide-container--list .article-wide-box__title {
      color: #4e1842;
      font-size: 20px;
      margin-bottom: 24px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.38px; }
    .article-wide-container--list .article-wide-box__description {
      color: #4e1842;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 68px; }
  .article-wide-container--circle .article-wide-box {
    display: inline-block;
    width: 80%; }
    .article-wide-container--circle .article-wide-box__title {
      color: #000000; }
    .article-wide-container--circle .article-wide-box__description {
      color: #3E413D;
      font-family: "Franklin", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 25px; }

@media (max-width: 991px) {
  .article-wide-container {
    padding: 50px 15% 90px; }
    .article-wide-container--list {
      padding-bottom: 0; }
      .article-wide-container--list .article-wide-box__description {
        margin-bottom: 60px; }
    .article-wide-container .article-wide-box__title {
      margin-bottom: 44px; } }

@media (max-width: 575px) {
  .article-wide-container {
    padding-left: 30px;
    padding-right: 30px; } }

.next-article {
  padding: 30px 10% 65px;
  border-top: 1px solid rgba(62, 65, 61, 0.1);
  position: relative; }
  .next-article__header {
    max-width: 720px;
    color: #3E413D;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .next-article__title {
    font-family: "Franklin", sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.79px;
    line-height: 30px;
    color: #3E413D;
    cursor: pointer; }
  .next-article__icon {
    position: absolute;
    cursor: pointer;
    right: 5%;
    height: 73px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.next-article-image {
  position: fixed;
  bottom: 0;
  z-index: -1;
  background: url("../media/placeholder-article-next.png") no-repeat center;
  background-size: cover;
  height: 43vw;
  width: 100%; }
  .next-article-image img {
    width: 100%; }

@media (max-width: 991px) {
  .next-article {
    padding-left: 15%; }
    .next-article__header {
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 2.5px; }
    .next-article__title {
      font-size: 25px;
      line-height: 30px;
      padding-right: 10%;
      letter-spacing: -0.5px; }
    .next-article__icon {
      right: 10%; } }

@media (max-width: 575px) {
  .next-article {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 90px;
    padding-top: 45px; }
    .next-article__header {
      margin-bottom: 30px; }
    .next-article__title {
      max-width: 90%; }
    .next-article__icon {
      right: 5%; }
  .next-article-image {
    bottom: 60px; } }

#workSlider {
  width: 100%;
  height: 40vw;
  margin-bottom: 40px; }

.work-slider-control {
  width: 252px;
  height: 50px;
  background-color: #9e323a;
  position: absolute;
  top: -70px;
  padding-left: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  padding-top: 12px; }
  .work-slider-control--down {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  .work-slider-control__arrow {
    display: inline-block;
    cursor: pointer; }
    .work-slider-control__arrow--left {
      height: 12px;
      width: 25px;
      background: url("../images/icon-arrow-left.svg") no-repeat right;
      background-size: contain;
      margin-right: 10px; }
    .work-slider-control__arrow--right {
      height: 12px;
      width: 25px;
      background: url("../images/icon-arrow-right.svg") no-repeat right;
      background-size: contain; }
  .work-slider-control__numbers {
    float: right;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Franklin", sans-serif;
    padding-top: 2px;
    line-height: 26px;
    vertical-align: middle;
    margin-right: 18px; }
    .work-slider-control__numbers__current {
      display: inline-block; }
      .work-slider-control__numbers__current:after {
        content: '/';
        margin-left: 5px; }
    .work-slider-control__numbers__total {
      display: inline-block; }

.slider-player {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

@media (max-width: 575px) {
  #workSlider {
    height: 56vw; }
  .work-slider-control {
    width: 100%;
    margin-left: -30px;
    top: -40px;
    padding-left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .work-slider-control__numbers {
      margin-right: 30px; } }

.team-container .separator-wide {
  margin-right: 5%; }

.team-container .team-wrapper {
  background-color: #F9F8F9; }
  .team-container .team-wrapper--white {
    background-color: #fff; }

@media (max-width: 575px) {
  .team-container .separator-wide {
    display: none; } }

.team-introduction {
  padding-top: 75px;
  padding-bottom: 75px; }
  .team-introduction img {
    margin-right: 65px;
    width: 60px; }
  .team-introduction__text {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    color: #3E413D;
    width: 70%; }
    .team-introduction__text__title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.4px;
      margin-bottom: 23px; }
    .team-introduction__text__subtitle {
      font-size: 16px;
      font-weight: 300;
      line-height: 25px; }

@media (max-width: 991px) {
  .team-introduction__text {
    width: 100%;
    padding-right: 30px; } }

@media (max-width: 575px) {
  .team-introduction {
    padding-bottom: 25px; } }

.team-grid {
  margin-top: 50px;
  font-size: 0;
  padding-bottom: 80px; }
  .team-grid__box {
    display: inline-block;
    width: 30%;
    min-height: 170px;
    padding-top: 40px;
	margin-bottom: 20px;
    position: relative; }
    .team-grid__box--link:hover .team-grid__box__text__title {
      color: #ED6B31; }
    .team-grid__box__image {
      display: inline-block;
      background: url("../images/image-person.jpg") no-repeat center;
      background-size: cover;
      margin-right: 48px;
      height: 90px;
      width: 90px;
      border-radius: 50%; }
    .team-grid__box__text {
      position: absolute;
      left: 110px;
      width: 70%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: inline-block;
      color: #3E413D; }
      .team-grid__box__text__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.36px;
        margin-bottom: 7px;
        padding-right: 30px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .team-grid__box__text__subtitle {
        color: rgba(62, 65, 61, 0.5);
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        position: relative; }
        .team-grid__box__text__subtitle img {
          position: absolute;
          margin-right: 8px;
          width: 10px; }
        .team-grid__box__text__subtitle span {
          display: block;
          padding-left: 22px;
          vertical-align: top; }
  .team-grid__control {
    margin: 0 auto;
    text-align: center; }
    .team-grid__control__arrow {
      padding: 15px 0;
      display: inline-block;
      cursor: pointer; }
      .team-grid__control__arrow--left {
        height: 12px;
        width: 25px;
        background: url("../images/icon-arrow-left-grey.svg") no-repeat right;
        background-size: contain;
        margin-right: 10px; }
      .team-grid__control__arrow--right {
        height: 12px;
        width: 25px;
        background: url("../images/icon-arrow-right-grey.svg") no-repeat right;
        background-size: contain; }

.team-slider-wrapper {
  height: 360px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .team-slider-wrapper .loader {
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: center;
    vertical-align: middle;
    padding-top: 130px; }
  .team-slider-wrapper.loading .loader {
    opacity: 1; }
  .team-slider-wrapper.loading .team-slider {
    opacity: 0; }

.team-slider {
  width: 100%;
  padding-left: 0;
  height: 360px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .team-slider .rsDefault,
  .team-slider .rsOverflow,
  .team-slider .rsSlide {
    background-color: #F9F8F9 !important; }
  .team-slider--white .rsDefault,
  .team-slider--white .rsOverflow,
  .team-slider--white .rsSlide {
    background-color: #fff !important; }

@media (max-width: 1279px) {
  .team-grid__box {
    width: 50%; } }

@media (max-width: 767px) {
  .team-grid__box {
    width: 100%; } }

@media (max-width: 575px) {
  .team-grid {
    padding-left: 0;
    width: 100%;
    padding-bottom: 50px; }
    .team-grid__box {
      width: 100%; }
      .team-grid__box__image {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 150px; }
      .team-grid__box__text {
        margin: 35px auto 0;
        text-align: center;
        position: static;
        display: block;
        -webkit-transform: translateX(0);
        transform: translateX(0); }
        .team-grid__box__text__title {
          padding-right: 0; }
        .team-grid__box__text__subtitle img {
          bottom: -40px;
          margin: 0 auto;
          left: 0;
          right: 0;
          width: 20px; }
        .team-grid__box__text__subtitle span {
          padding-left: 0; } }

.business-container .article-circle-container {
  padding: 100px 5% 100px 10%;
  text-align: center;
  background-color: #f8fafb; }
  .business-container .article-circle-container .article__circle {
    display: inline-block;
    margin: 10px 20px; }

.business-container h1 {
  margin-bottom: 47px; }

.business-container .article-quote-wrapper {
  margin-top: 60px;
  margin-bottom: 66px; }

.business-container .article-container {
  margin-bottom: 50px; }
  .business-container .article-container--business {
    margin-top: 60px;
    margin-bottom: 65px; }
  .business-container .article-container .article__side-column__separator--orange {
    margin-top: 16px; }

@media (max-width: 991px) {
  .business-container .article-circle-container {
    padding-left: 15%; }
  .business-container .article__content-column {
    padding-bottom: 0; }
  .business-container .article__side-column {
    padding-top: 0;
    padding-bottom: 20px; }
    .business-container .article__side-column .tags {
      height: auto; } }

@media (max-width: 575px) {
  .business-container .article-circle-container {
    padding: 50px 0; }
  .business-container .article-container {
    margin-top: 15px; } }

.quote-grid {
  font-size: 0;
  background-color: #f9f9f9;
  padding-bottom: 44px; }
  .quote-grid__title {
    padding-right: 30px;
    color: #132f3d;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.45px;
    padding-bottom: 75px;
    padding-top: 58px; }
  .quote-grid__box {
    vertical-align: top;
    display: inline-block;
    width: 29%;
    position: relative;
    -webkit-box-shadow: 4px 4px 0 #f5f5f5;
    box-shadow: 4px 4px 0 #f5f5f5;
    border: 1px solid #f1eeed;
    background-color: #ffffff;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 40px 22px 50px 27px;
    height: 180px; }
    .quote-grid__box__image {
      position: absolute;
      bottom: 30px;
      width: 10%; }
    .quote-grid__box__icon-quote {
      background: url("../images/icon-quote.svg") no-repeat center;
      background-size: contain;
      top: -10px;
      position: absolute;
      margin-right: 48px;
      height: 20px;
      width: 25px; }
    .quote-grid__box__title {
      color: #3E413D;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -0.36px;
      margin-bottom: 7px;
      padding-right: 30px; }

@media (max-width: 1439px) {
  .quote-grid__box {
    height: 200px; } }

@media (max-width: 1279px) {
  .quote-grid__box {
    width: 45%; } }

@media (max-width: 991px) {
  .quote-grid {
    padding-right: 5%;
    padding-bottom: 20px; }
    .quote-grid__title {
      padding-left: 30px; }
    .quote-grid__box {
      height: auto;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 0; }
      .quote-grid__box__title {
        margin-bottom: 35px; } }

@media (max-width: 575px) {
  .quote-grid {
    padding-right: 10px;
    padding-left: 10px; } }

.business-introduction {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8fafb;
  padding-right: 5%; }
  .business-introduction__title {
    color: #4e1842;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.36px;
    margin-bottom: 72px; }
  .business-introduction__box {
    border-top: 1px solid rgba(78, 24, 66, 0.1);
    padding-top: 90px;
    margin-bottom: 90px;
    font-size: 0;
    position: relative; }
    .business-introduction__box__image {
      padding-left: 4%;
      width: 15%;
      display: inline-block; }
    .business-introduction__box__text {
      width: 85%;
      vertical-align: top;
      display: inline-block;
      color: #3E413D; }
      .business-introduction__box__text__title {
        margin-bottom: 5px;
        color: #4e1842;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -0.36px; }
      .business-introduction__box__text .tags {
        margin-bottom: 0;
        height: auto;
        margin-bottom: 25px; }
      .business-introduction__box__text__subtitle {
        font-size: 15px;
        font-weight: 300;
        line-height: 25px; }

@media (max-width: 991px) {
  .business-introduction__box__image {
    padding-left: 0;
    margin-bottom: 32px; }
  .business-introduction__box__text {
    width: 100%;
    padding-right: 30px; } }

@media (max-width: 575px) {
  .business-introduction {
    padding-bottom: 50px;
    padding-right: 30px;
    padding-top: 54px; }
    .business-introduction__title {
      margin-bottom: 54px; }
    .business-introduction__box {
      padding-top: 50px;
      margin-bottom: 32px; } }

.horizontal-image-list {
  background-color: #4e1842;
  color: #ed6b31;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 90px;
  padding-bottom: 107px; }
  .horizontal-image-list__title {
    text-align: center;
    margin-bottom: 84px; }
  .horizontal-image-list__logo {
    display: inline-block;
    padding-right: 7%;
    margin-top: 38px; }
  .horizontal-image-list__box {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin-right: 4%;
    width: 13%;
    position: relative; }
    .horizontal-image-list__box:before {
      content: '';
      position: absolute;
      left: -40%;
      top: 50px;
      width: 45%;
      height: 1px;
      background-color: #ffffff;
      opacity: 0.5; }
    .horizontal-image-list__box__image {
      position: relative;
      background-color: #fff;
      height: 100px;
      width: 100px;
      display: inline-block;
      border-radius: 50%; }
      .horizontal-image-list__box__image img {
        position: absolute;
        display: inline-block;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0; }
    .horizontal-image-list__box__text {
      text-align: center;
      padding-top: 34px;
      margin: 0 auto;
      color: #ffffff;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: -0.16px; }

@media (max-width: 1279px) {
  .horizontal-image-list {
    padding-right: 5%;
    padding-bottom: 10px;
    padding-top: 60px; }
    .horizontal-image-list__logo {
      margin-top: 8px;
      width: 100%;
      text-align: center;
      display: block;
      padding-right: 0;
      margin-bottom: 65px; }
    .horizontal-image-list__title {
      max-width: 400px;
      margin: 0 auto;
      margin-bottom: 50px; }
    .horizontal-image-list__box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 70px; }
      .horizontal-image-list__box__text {
        padding-top: 10px;
        max-width: 200px;
        margin-bottom: 0; }
      .horizontal-image-list__box:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -58px;
        width: 1px;
        height: 40px;
        background-color: #ffffff;
        opacity: 0.5; } }

.text-image-section {
  display: table;
  table-layout: fixed; }
  .text-image-section__text {
    padding-top: 80px;
    display: table-cell;
    padding-bottom: 110px;
    width: 60%;
    padding-right: 5%;
    color: #3E413D;
    vertical-align: top;
    font-family: "Franklin", sans-serif; }
    .text-image-section__text__title {
      font-size: 25px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 55px; }
    .text-image-section__text__description {
      font-family: "Franklin", sans-serif;
      font-size: 15px;
      font-weight: 300;
      line-height: 30px; }
  .text-image-section__image {
    padding: 80px 20px 110px;
    width: 40%;
    background-color: #fff;
    display: table-cell;
    background-color: rgba(237, 107, 49, 0.06);
    position: relative; }
    .text-image-section__image__bottom {
      background-color: white; }
    .text-image-section__image img {
      display: inline-block;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 90%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

@media (max-width: 991px) {
  .text-image-section {
    display: block; }
    .text-image-section__text {
      display: block;
      width: 100%; }
      .text-image-section__text__title {
        margin-bottom: 35px; }
    .text-image-section__image {
      display: block;
      width: 100%;
      text-align: center; }
      .text-image-section__image img {
        position: static;
        -webkit-transform: none;
        transform: none; } }

.number-section {
  font-size: 0;
  padding-right: 5%; }
  .number-section__box {
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 100px;
    display: inline-block;
    width: 25%;
    padding-right: 10px; }
    .number-section__box__image {
      margin-right: 8%;
      display: inline-block; }
      .number-section__box__image img {
        vertical-align: middle; }
    .number-section__box__separator {
      margin-right: 10%;
      vertical-align: middle;
      display: inline-block;
      width: 20px;
      height: 68px;
      background: url("../images/icon-separator-orange.svg") no-repeat center;
      background-size: cover; }
    .number-section__box__description {
      vertical-align: middle;
      display: inline-block;
      color: #ED6B31; }
      .number-section__box__description__number {
        font-size: 35px;
        font-weight: 600;
        letter-spacing: -0.92px; }
      .number-section__box__description__title {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: -0.21px; }

@media (max-width: 1600px) {
    .number-section__box__description__title {
      font-size: 18px;} }
		
@media (max-width: 1400px) {
    .number-section__box__description__title {
      font-size: 14px;} }
		
@media (max-width: 1279px) {
  .number-section__box {
    padding-right: 15px; }
    .number-section__box__image {
      margin-right: 4px; }
    .number-section__box__separator {
      margin-right: 4px;
      margin-left: 0; }
	.number-section__box__description__title {
      font-size: 12px;	  } }

@media (max-width: 991px) {
  .number-section__box {
    width: 50%;
    padding-right: 0;
    text-align: center; } 
   }

@media (max-width: 575px) {
  .number-section {
    padding-right: 30px;
    margin-bottom: 60px; }
    .number-section__box {
      text-align: center;
      padding-top: 35px;
      padding-bottom: 40px; }
      .number-section__box__separator {
        display: none; }
      .number-section__box__image {
        width: 100%;
        margin-bottom: 25px;
        height: 70px; } }

.box-list {
  color: #4e1842; }
  .box-list__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 40px; }
  .box-list__box {
    margin-bottom: 20px;
    height: 80px;
    border-radius: 3px;
    font-size: 0;
    background-color: rgba(78, 24, 66, 0.03);
    padding: 20px 38px; }
    .box-list__box__number {
      width: 80px;
      height: 37px;
      font-size: 20px;
      text-transform: uppercase;
      border-right: 1px solid rgba(78, 24, 66, 0.1);
      display: inline-block;
      width: 20%;
      line-height: 40px; }
    .box-list__box__title {
      padding-left: 30px;
      display: inline-block;
      line-height: 40px;
      width: 80%;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .box-list__footer {
    opacity: 0.5;
    color: #4e1842;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px; }

.paced-container {
  margin-bottom: 43vw;
  background-color: #fff; }
  .paced-container .article-container {
    padding-top: 60px; }

@media (max-width: 991px) {
  .paced-container .article-container {
    padding-top: 15px; }
    .paced-container .article-container .article__content-column {
      padding-bottom: 0; }
    .paced-container .article-container .article__side-column {
      padding-top: 0; } }

#pacedSlider {
  width: 100%;
  min-height: 520px; }

.introduction-slide {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0; }
  .introduction-slide--red {
    background: url("../images/background-paced-slider-orange.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide--yellow {
    background: url("../images/background-paced-slider-yellow.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide__letter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15vw; }
    .introduction-slide__letter img {
      margin-right: 30px; }
  .introduction-slide__last-image {
    height: 100%;
    width: 30%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/background-paced-slider-yellow.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 30vw;
    padding-left: 40px;
    right: 0;
    left: 0; }
    .introduction-slide__info__title {
      padding-top: 20px;
      position: relative;
      color: #ffffff;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -0.43px; }
      .introduction-slide__info__title__number {
        position: absolute;
        left: -40px;
        top: 28px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
    .introduction-slide__info__separator {
      margin: 30px -40px;
      height: 1px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    .introduction-slide__info__subtitle {
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      max-width: 380px;
      position: relative;
      height: 137px;
      max-height: 137px; }
    .introduction-slide__info__control {
      bottom: 0;
      position: absolute; }
      .introduction-slide__info__control__arrow {
        display: inline-block;
        cursor: pointer; }
        .introduction-slide__info__control__arrow--left {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-left.svg") no-repeat right;
          background-size: contain;
          margin-right: 10px; }
        .introduction-slide__info__control__arrow--right {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-right.svg") no-repeat right;
          background-size: contain; }
        .introduction-slide__info__control__arrow--last {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-right.svg") no-repeat right;
          background-size: contain; }

@media (max-width: 1279px) {
  .introduction-slide__info__subtitle {
    max-width: 300px; } }

@media (max-width: 991px) {
  #pacedSlider {
    height: 600px; }
  .introduction-slide__letter {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    width: 100%; }
    .introduction-slide__letter img {
      max-height: 160px; }
  .introduction-slide__last-image {
    display: none; }
  .introduction-slide__info {
    position: static;
    padding-left: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    padding-right: 30px; }
    .introduction-slide__info__separator {
      width: 100%;
      margin-left: 0; }
    .introduction-slide__info__control {
      position: absolute;
      bottom: 10px; }
    .introduction-slide__info__title__number {
      padding-top: 40px;
      position: static;
      margin-bottom: 12px; } }

@media (max-width: 575px) {
  #pacedSlider {
    height: 500px; }
  .introduction-slide__letter {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    width: 100%; }
    .introduction-slide__letter img {
      max-height: 140px; }
  .introduction-slide__info__control {
    margin-top: 45px; }
    .introduction-slide__info__control__arrow {
      padding: 10px; } }

.awards-logo {
  font-size: 0;
  padding-right: 5%;
  text-align: center; }
  .awards-logo__header {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.36px;
    padding-bottom: 72px; }
  .awards-logo .award-logo {
    vertical-align: top;
    padding-bottom: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 3%;
    width: 14%; }
    .awards-logo .award-logo__image {
      margin: 0 auto;
      height: 160px;
      width: 160px;
      position: relative;
      background-color: transparent;
      overflow: hidden; }
      .awards-logo .award-logo__image img {
        border: 2px solid #f1eeed;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        width: 158px;
        height: 158px;
        z-index: 0; }
    .awards-logo .award-logo__title {
      margin: 28px auto 0;
      color: #000000;
      font-size: 12px;
      font-weight: 300;
      line-height: 15px;
      max-width: 160px; }

@media (max-width: 1279px) {
  .awards-logo .award-logo {
    min-width: 160px;
    width: 20%;
    margin-right: 0;
    margin-left: 0; } }

@media (max-width: 991px) {
  .awards-logo {
    padding-right: 30px; }
    .awards-logo .award-logo {
      margin: 0;
      width: 100%;
      padding-bottom: 40px; }
      .awards-logo .award-logo__title {
        margin-top: 15px; } }

.behind-container {
  font-size: 0; }
  .behind-container .content__column__article__icon-share .details .small {
    padding-left: 20px; }

@media (max-width: 575px) {
  .behind-container .content__column__article__icon-share:hover {
    width: 152px; }
  .behind-container .content__column__article__icon-share .details .small {
    padding-left: 8px; }
  .behind-container .content__column__article__icon-share .details .icon-copy-absolute {
    right: -2px; }
  .behind-container .content__column__article__icon-share .details .copied {
    margin-left: -6px; } }

.behid-detail-container .article__content-column {
  padding-bottom: 0; }

.behid-detail-container .article-quote-wrapper {
  margin: 70px 0; }
  .behid-detail-container .article-quote-wrapper .article-quote__icon {
    top: -56px; }

.behid-detail-container h1 {
  margin-bottom: 50px; }

.behid-detail-container .separator-wide {
  margin-bottom: 45px; }

.behid-detail-container .person-slide__info__quote {
  margin-top: 10px;
  margin-bottom: 55px; }

@media (max-width: 991px) {
  .behid-detail-container .separator-wide {
    display: none; }
  .behid-detail-container .person-slide__info__quote {
    margin-top: 0; } }

.person-slider-container--introduction {
  position: relative;
  margin-bottom: 40px; }
  .person-slider-container--introduction .person-slide {
    display: block; }

.person-slider-container #personIntroduction {
  height: 400px;
  width: 100%; }

#personSlider {
  height: 400px;
  width: 100%; }

.person-slide {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #4e1842;
  padding-left: 10%; }
  .person-slide--red {
    background-color: #9e323a; }
    .person-slide--red .person-slide__image path {
      fill: #9e323a; }
    .person-slide--red .person-slide__info {
      color: #fff; }
      .person-slide--red .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--red .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--red .person-slide__info__control g {
        fill: #fff; }
		
		 .person-slide--dark-red {
    background-color: #9e323a; }
    .person-slide--dark-red  .person-slide__image path {
      fill: #9e323a; }
    .person-slide--dark-red  .person-slide__info {
      color: #fff; }
      .person-slide--dark-red  .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--dark-red  .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--dark-red  .person-slide__info__control g {
        fill: #fff; }
		
		
		
  .person-slide--pink {
    background-color: #d14e62; }
    .person-slide--pink .person-slide__image path {
      fill: #d14e62; }
    .person-slide--pink .person-slide__info {
      color: #fff; }
      .person-slide--pink .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--pink .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--pink .person-slide__info__control g {
        fill: #fff; }
		
		.person-slide--dark-pink {
    background-color: #d14e62; }
    .person-slide--dark-pink .person-slide__image path {
      fill: #d14e62; }
    .person-slide--dark-pink .person-slide__info {
      color: #fff; }
      .person-slide--dark-pink .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--dark-pink .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--dark-pink .person-slide__info__control g {
        fill: #fff; }
		
		
  .person-slide--blue {
    background-color: #5ba0b5; }
    .person-slide--blue .person-slide__image path {
      fill: #5ba0b5; }
    .person-slide--blue .person-slide__info {
      color: #fff; }
      .person-slide--blue .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--blue .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--blue .person-slide__info__control g {
        fill: #fff; }
		
		.person-slide--dark-blue {
    background-color: #1f4e79; }
    .person-slide--dark-blue .person-slide__image path {
      fill: #1f4e79; }
    .person-slide--dark-blue .person-slide__info {
      color: #fff; }
      .person-slide--dark-blue .person-slide__info__quote {
        color: #1f4e79; }
        .person-slide--dark-blue .person-slide__info__quote svg use {
          fill: #1f4e79; }
      .person-slide--dark-blue .person-slide__info__control g {
        fill: #fff; }
		
  .person-slide--navy {
    background-color: #1f4e79; }
    .person-slide--navy .person-slide__image path {
      fill: #1f4e79; }
    .person-slide--navy .person-slide__info {
      color: #fff; }
      .person-slide--navy .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--navy .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--navy .person-slide__info__control g {
        fill: #fff; }
		
	.person-slide--dark-navy {
    background-color: #1f4e79; }
    .person-slide--dark-navy .person-slide__image path {
      fill: #1f4e79; }
    .person-slide--dark-navy .person-slide__info {
      color: #fff; }
      .person-slide--dark-navy .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--dark-navy .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--dark-navy .person-slide__info__control g {
        fill: #fff; }	
		
		
  .person-slide--orange {
    background-color: #ed6b31; }
    .person-slide--orange .person-slide__image path {
      fill: #ed6b31; }
    .person-slide--orange .person-slide__info {
      color: #fff; }
      .person-slide--orange .person-slide__info__quote {
        color: #4e1842; }
        .person-slide--orange .person-slide__info__quote svg use {
          fill: #4e1842; }
      .person-slide--orange .person-slide__info__control g {
        fill: #fff; }
		
		
		.person-slide--dark-orange {
    background-color: #ed6b31; }
    .person-slide--dark-orange .person-slide__image path {
      fill: #ed6b31; }
    .person-slide--dark-orange .person-slide__info {
      color: #fff; }
      .person-slide--dark-orange .person-slide__info__quote {
        color: #4e1842; }
        .person-slide--dark-orange .person-slide__info__quote svg use {
          fill: #4e1842; }
      .person-slide--dark-orange .person-slide__info__control g {
        fill: #fff; }
		
		
  .person-slide--green {
    background-color: #59833c; }
    .person-slide--green .person-slide__image path {
      fill: #59833c; }
    .person-slide--green .person-slide__info {
      color: #fff; }
      .person-slide--green .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--green .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--green .person-slide__info__control g {
        fill: #fff; }
		
		
		.person-slide--dark-green {
    background-color: #59833c; }
    .person-slide--dark-green .person-slide__image path {
      fill: #59833c; }
    .person-slide--dark-green .person-slide__info {
      color: #fff; }
      .person-slide--dark-green .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--dark-green .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--dark-green .person-slide__info__control g {
        fill: #fff; }
		
		
  .person-slide--violet {
    background-color: #4e1842; }
    .person-slide--violet .person-slide__image path {
      fill: #4e1842; }
    .person-slide--violet .person-slide__info {
      color: #fff; }
      .person-slide--violet .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--violet .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--violet .person-slide__info__control g {
        fill: #fff; }
		
	.person-slide--dark-violet {
    background-color: #4e1842; }
    .person-slide--dark-violet .person-slide__image path {
      fill: #4e1842; }
    .person-slide--dark-violet .person-slide__info {
      color: #fff; }
      .person-slide--dark-violet .person-slide__info__quote {
        color: #d8853b; }
        .person-slide--dark-violet .person-slide__info__quote svg use {
          fill: #d8853b; }
      .person-slide--dark-violet .person-slide__info__control g {
        fill: #fff; }	
		
		
  .person-slide--yellow {
    background-color: #f7b047; }
    .person-slide--yellow .person-slide__image path {
      fill: #f7b047; }
    .person-slide--yellow .person-slide__info {
      color: #4e1842; }
      .person-slide--yellow .person-slide__info__quote svg use {
        fill: #4e1842; }
      .person-slide--yellow .person-slide__info__control g {
        fill: #4e1842; }
		
		
	 .person-slide--dark-yellow {
    background-color: #f7b047; }
    .person-slide--dark-yellow .person-slide__image path {
      fill: #f7b047; }
    .person-slide--dark-yellow .person-slide__info {
      color: #4e1842; }
      .person-slide--dark-yellow .person-slide__info__quote svg use {
        fill: #4e1842; }
      .person-slide--dark-yellow .person-slide__info__control g {
        fill: #4e1842; }	
		
  .person-slide__image {
    background: url("../media/image-slider-woman2.jpg") no-repeat center center;
    background-size: cover;
	background-position:2px;
    display: inline-block;
    width: 680px;
    height: 400px;
    vertical-align: top;
    position: relative; }
    .person-slide__image__overlay {
      position: absolute;	  
      z-index: 0; }
      .person-slide__image__overlay g {
        width: 100%;
        height: 100%; }
	  .person-slide__image__overlay svg {	
	    }
  .person-slide__info {
    margin-top: 60px;
    z-index: 100;
    padding-left: 2%;
    width: 40%;
    display: inline-block;
    vertical-align: top; }
    .person-slide__info__quote {
      background-color: #ffffff;
      width: 100%;
      margin-right: 30px;
      padding: 27px 27px 30px;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: -0.21px;
      margin-bottom: 20px;
      position: relative;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
      .person-slide__info__quote svg {
        position: absolute;
        top: -10px; }
      .person-slide__info__quote__text {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        letter-spacing: -0.21px; }
    .person-slide__info__title {
      position: relative;
      font-size: 25px;
      font-weight: 600;
      letter-spacing: -0.43px; }
      .person-slide__info__title a:hover {
        color: #ffffff; }
    .person-slide__info__subtitle {
      line-height: 18px;
      letter-spacing: -0.45px;
      font-size: 12px;
      font-weight: 300; }
    .person-slide__info__control {
      position: absolute;
      bottom: 48px; }
      .person-slide__info__control__arrow {
        display: inline-block;
        cursor: pointer;
        height: 12px;
        width: 25px; }
        .person-slide__info__control__arrow--left {
          margin-right: 10px; }

@media (max-width: 1279px) {
  .person-slide {
    padding-left: 0; }
    .person-slide__image {
      margin-left: -30px; }
    .person-slide__info {
      width: calc(100% - 700px); }
      .person-slide__info__quote {
        font-size: 16px;
        line-height: 24px; }
      .person-slide__info__subtitle {
        max-width: 300px; } }

@media (max-width: 1023px) {
  .person-slide {
    padding-left: 0; }
    .person-slide__image {
      overflow: hidden; }
      .person-slide__image img {
        float: right;
        height: 100%;
        max-width: none; } }

@media (max-width: 991px) {
  .person-slide__image {
    margin-left: -180px; }
  .person-slide__info {
    width: calc(100% - 510px); }
    .person-slide__info__control {
      position: absolute;
      bottom: 50px; }
    .person-slide__info__title {
      font-size: 22px; } }

@media (max-width: 767px) {
  .person-slider-container #personIntroduction {
    height: auto;
    width: 100%; }
  #personSlider {
    height: 650px; }
  .person-slide {
    padding-top: 0;
    padding-left: 15%; }
    .person-slide__image {
      margin-left: 0;
      display: block;
      position: static;
      width: 93.5vw;
      height: 55vw; }
      .person-slide__image svg {
        width: 93.5vw;
        height: 55vw; }
    .person-slide__info {
      padding-left: 0;
      margin-top: 0;
      -webkit-transform: none;
      transform: none;
      position: static;
      display: block;
      width: 100%; }
      .person-slide__info__title {
        font-size: 25px; }
      .person-slide__info__subtitle {
        margin-bottom: 45px; }
      .person-slide__info__quote {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .person-slide__info__control {
        bottom: 25px; }
        .person-slide__info__control__arrow {
          padding: 0; } }

@media (max-width: 575px) {
  #personSlider {
    height: 580px; }
  .person-slide {
    padding-left: 0; }
    .person-slide__image {
      margin-left: 2vw;
      width: 96.9vw;
      height: 57vw; }
      .person-slide__image svg {
        width: 96.9vw;
        height: 57vw; }
    .person-slide__info {
      padding-left: 10vw; }
      .person-slide__info__control {
        bottom: 35px; } }

.person-grid {
  font-size: 0;
  padding-right: 5%;
  margin-top: 50px; }
  .person-grid__title {
    color: #3E413D;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 52px; }
  .person-grid__box {
    vertical-align: top;
    display: inline-block;
    color: #3E413D;
    width: 25.2vw;
    margin-bottom: 45px;
    position: relative; }
    .person-grid__box:nth-child(3n + 2) {
      margin-right: 4vw;
      margin-left: 4vw; }
    .person-grid__box__overlay {
      position: absolute;
      z-index: 10;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0; }
      .person-grid__box__overlay--red svg .mask-shape {
        fill: #9e323a; }
	.person-grid__box__overlay--dark-red svg .mask-shape {
        fill: #9e323a; }
      .person-grid__box__overlay--pink svg .mask-shape {
        fill: #d14e62; }
	 .person-grid__box__overlay--dark-pink svg .mask-shape {
        fill: #d14e62; }
      .person-grid__box__overlay--blue svg .mask-shape {
        fill: #5ba0b5; }
		.person-grid__box__overlay--dark-blue svg .mask-shape {
        fill: #1f4e79; }
      .person-grid__box__overlay--orange svg .mask-shape {
        fill: #ed6b31; }
	.person-grid__box__overlay--dark-orange svg .mask-shape {
        fill: #ed6b31; }
      .person-grid__box__overlay--navy svg .mask-shape {
        fill: #1f4e79; }
		.person-grid__box__overlay--dark-navy svg .mask-shape {
        fill: #1f4e79; }
      .person-grid__box__overlay--green svg .mask-shape {
        fill: #59833c; }
	 .person-grid__box__overlay--dark-green svg .mask-shape {
        fill: #59833c; }
      .person-grid__box__overlay--violet svg .mask-shape {
        fill: #4e1842; }
		.person-grid__box__overlay--dark-violet svg .mask-shape {
        fill: #4e1842; }
      .person-grid__box__overlay--yellow svg .mask-shape {
        fill: #f7b047; }
		 .person-grid__box__overlay--dark-yellow svg .mask-shape {
        fill: #f7b047; }
      .person-grid__box__overlay svg {
        width: 100%;
        height: 100%; }
    .person-grid__box__image {
      height: 15.4vw;
      position: relative;
      overflow: hidden; }
      .person-grid__box__image span {
        background: url("../media/image-slider-woman2.jpg") no-repeat center top;
        background-size: cover;
        height: 100%;
        width: 70%;
        display: block; }
      .person-grid__box__image--right-top span {
        margin-left: 28%;
        width: 72%;
        background-position: 15% top; }
      .person-grid__box__image--right-bottom span {
        margin-top: 4%;
        margin-left: 28%;
        width: 72%;
        background-position: 40% top; }
      .person-grid__box__image--left-top span {
        width: 68%;
        background-position: 90% top; }
      .person-grid__box__image--left-bottom span {
        width: 68%;
        background-position: 55% top; }
      .person-grid__box__image--center-top span {
        width: 74%;
        margin-left: 17%;
        background-position: 50% top; }
      .person-grid__box__image--center-bottom span {
        margin-left: 17%;
        width: 75%;
        margin-top: 7%;
        background-position: 50% top; }
		
		
		
		.person-grid__box__image--top-right span {
        margin-left: 28%;
        width: 72%;
        background-position: 15% top; }
      .person-grid__box__image--bottom-right span {
        margin-top: 4%;
        margin-left: 28%;
        width: 72%;
        background-position: 40% top; }
      .person-grid__box__image--top-left span {
        width: 68%;
        background-position: 90% top; }
      .person-grid__box__image--bottom-left span {
        width: 68%;
        background-position: 55% top; }
      .person-grid__box__image--top-center span {
        width: 74%;
        margin-left: 17%;
        background-position: 50% top; }
      .person-grid__box__image--bottom-center span {
        margin-left: 17%;
        width: 75%;
        margin-top: 7%;
        background-position: 50% top; }
		
      .person-grid__box__image img {
        padding-right: 30%;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0; }
    .person-grid__box__image:hover + .person-grid__box__description {
      color: #ED6B31; }
    .person-grid__box__hashtag {
      position: absolute;
      right: 20px;
      top: 8px;
      z-index: 20;
      color: #ffffff;
      font-size: 15px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.329px; }
    .person-grid__box__description__title {
      margin-top: 16px;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.36px;
      margin-bottom: 4px; }
    .person-grid__box__description__subtitle {
      font-size: 12px;
      font-weight: 300; }

@media (max-width: 1023px) {
  .person-grid__box {
    width: 32.4vw; }
    .person-grid__box__image {
      height: 19.8vw; }
    .person-grid__box__hashtag {
      padding-left: 30px; }
    .person-grid__box:nth-child(3n + 2) {
      margin-right: 0;
      margin-left: 0; }
    .person-grid__box:nth-child(2n + 1) {
      margin-right: 10vw; } }

@media (max-width: 575px) {
  .person-grid {
    padding-right: 0;
    padding-left: 10vw; }
    .person-grid__box {
      width: 90vw;
      margin-right: 0;
      margin-bottom: 30px; }
      .person-grid__box__image {
        height: 55vw; }
      .person-grid__box:nth-child(2n + 1) {
        margin-right: 0; } }

.question-box {
  margin-bottom: 45px; }
  .question-box__question {
    color: #9e323a;
    font-size: 20px;
    margin-bottom: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.38px; }
  .question-box__answer {
    color: #3E413D;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }

@media (max-width: 767px) {
  .question-box__question {
    margin-bottom: 30px; }
  .question-box__answer {
    font-size: 18px; } }

.paced-container {
  margin-bottom: 43vw;
  background-color: #fff; }
  .paced-container .article-container {
    padding-top: 60px; }

@media (max-width: 991px) {
  .paced-container .article-container {
    padding-top: 15px; }
    .paced-container .article-container .article__content-column {
      padding-bottom: 0; }
    .paced-container .article-container .article__side-column {
      padding-top: 0; } }

#pacedSlider {
  width: 100%;
  min-height: 520px; }

.introduction-slide {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0; }
  .introduction-slide--red {
    background: url("../images/background-paced-slider-orange.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide--yellow {
    background: url("../images/background-paced-slider-yellow.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide__letter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15vw; }
    .introduction-slide__letter img {
      margin-right: 30px; }
  .introduction-slide__last-image {
    height: 100%;
    width: 30%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/background-paced-slider-yellow.svg") no-repeat center;
    background-size: cover; }
  .introduction-slide__info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 30vw;
    padding-left: 40px;
    right: 0;
    left: 0; }
    .introduction-slide__info__title {
      padding-top: 20px;
      position: relative;
      color: #ffffff;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: -0.43px; }
      .introduction-slide__info__title__number {
        position: absolute;
        left: -40px;
        top: 28px;
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px; }
    .introduction-slide__info__separator {
      margin: 30px -40px;
      height: 1px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.1); }
    .introduction-slide__info__subtitle {
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 25px;
      max-width: 380px;
      position: relative;
      height: 137px;
      max-height: 137px; }
    .introduction-slide__info__control {
      bottom: 0;
      position: absolute; }
      .introduction-slide__info__control__arrow {
        display: inline-block;
        cursor: pointer; }
        .introduction-slide__info__control__arrow--left {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-left.svg") no-repeat right;
          background-size: contain;
          margin-right: 10px; }
        .introduction-slide__info__control__arrow--right {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-right.svg") no-repeat right;
          background-size: contain; }
        .introduction-slide__info__control__arrow--last {
          height: 12px;
          width: 25px;
          background: url("../images/icon-arrow-right.svg") no-repeat right;
          background-size: contain; }

@media (max-width: 1279px) {
  .introduction-slide__info__subtitle {
    max-width: 300px; } }

@media (max-width: 991px) {
  #pacedSlider {
    height: 600px; }
  .introduction-slide__letter {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    width: 100%; }
    .introduction-slide__letter img {
      max-height: 160px; }
  .introduction-slide__last-image {
    display: none; }
  .introduction-slide__info {
    position: static;
    padding-left: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    padding-right: 30px; }
    .introduction-slide__info__separator {
      width: 100%;
      margin-left: 0; }
    .introduction-slide__info__control {
      position: absolute;
      bottom: 10px; }
    .introduction-slide__info__title__number {
      padding-top: 40px;
      position: static;
      margin-bottom: 12px; } }

@media (max-width: 575px) {
  #pacedSlider {
    height: 500px; }
  .introduction-slide__letter {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-top: 40px;
    width: 100%; }
    .introduction-slide__letter img {
      max-height: 140px; }
  .introduction-slide__info__control {
    margin-top: 45px; }
    .introduction-slide__info__control__arrow {
      padding: 10px; } }

.awards-logo {
  font-size: 0;
  padding-right: 5%;
  text-align: center; }
  .awards-logo__header {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.36px;
    padding-bottom: 72px; }
  .awards-logo .award-logo {
    vertical-align: top;
    padding-bottom: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 3%;
    width: 14%; }
    .awards-logo .award-logo__image {
      margin: 0 auto;
      height: 160px;
      width: 160px;
      position: relative;
      background-color: transparent;
      overflow: hidden; }
      .awards-logo .award-logo__image img {
        border: 2px solid #f1eeed;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: center;
        width: 158px;
        height: 158px;
        z-index: 0; }
    .awards-logo .award-logo__title {
      margin: 28px auto 0;
      color: #000000;
      font-size: 12px;
      font-weight: 300;
      line-height: 15px;
      max-width: 160px; }

@media (max-width: 1279px) {
  .awards-logo .award-logo {
    min-width: 160px;
    width: 20%;
    margin-right: 0;
    margin-left: 0; } }

@media (max-width: 991px) {
  .awards-logo {
    padding-right: 30px; }
    .awards-logo .award-logo {
      margin: 0;
      width: 100%;
      padding-bottom: 40px; }
      .awards-logo .award-logo__title {
        margin-top: 15px; } }

.press-container {
  margin-bottom: 43vw;
  background-color: #fff; }

.press-introduction {
  position: relative;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 5%;
  font-size: 0;
  background: url("../images/image-background-press.png") no-repeat center;
  background-size: cover;
  overflow: hidden; }
  .press-introduction__logo {
    position: absolute;
    max-width: 40%;
    z-index: 10;
    top: 20%;
    overflow: hidden;
    right: 0;
    opacity: 0.25; }
  .press-introduction .main-breadcumbs {
    color: #ffffff; }
    .press-introduction .main-breadcumbs a:hover {
      color: inherit; }
  .press-introduction__text {
    width: 50%; }
    .press-introduction__text__title {
      margin-bottom: 44px;
      font-size: 25px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.48px; }
    .press-introduction__text__description {
      max-width: 576px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 15px; }

@media (max-width: 991px) {
  .press-introduction {
    background: url("../images/image-background-press-mobile.png") no-repeat center;
    background-size: cover; }
    .press-introduction__logo {
      display: none; }
    .press-introduction__text {
      width: 100%; } }

.header-section {
  font-family: "Franklin", sans-serif;
  color: #3E413D;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 69px; }
  .header-section--top {
    position: relative;
    padding-top: 105px; }
    .header-section--top .header-section__subtitle {
      margin-bottom: 110px;
      max-width: 50%; }
    .header-section--top .press-box {
      display: block; }
  .header-section__title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 8px; }
  .header-section__subtitle {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px; }
  .header-section__separator {
    height: 1px;
    width: 100%;
    background-color: rgba(62, 65, 61, 0.1); }

@media (max-width: 991px) {
  .header-section {
    padding-top: 40px;
    padding-bottom: 40px; }
    .header-section--top .header-section__subtitle {
      max-width: initial;
      margin-bottom: 42px; } }

@media (max-width: 575px) {
  .header-section {
    padding-right: 30px; }
    .header-section__subtitle {
      font-size: 18px;
      margin-bottom: 42px; }
    .header-section--top {
      padding-bottom: 40px; } }

.download-grid {
  margin-bottom: 50px;
  font-size: 0; }
  .download-grid__image-box {
    margin-right: 60px;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 40px;
    width: 11.55%;
    margin-right: 5%; }
    .download-grid__image-box__image {
      height: 90px;
      width: 100%;
      background: url("../media/placeholder-article-next.png") no-repeat center;
      background-size: cover; }
    .download-grid__image-box__title {
      margin-top: 5px;
      color: #3E413D;
      font-size: 12px;
      line-height: 25px;
      font-weight: 300; }
      .download-grid__image-box__title span {
        font-weight: 500; }
    .download-grid__image-box__filename {
      position: relative;
      width: 74px;
      height: 20px;
      color: #ED6B31;
      font-size: 12px;
      line-height: 20px;
      padding-left: 20px; }
      .download-grid__image-box__filename__icon {
        position: absolute;
        left: 0;
        top: 2px; }
  .download-grid__logo-box {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 60px;
    width: 11.55%;
    margin-right: 5%; }
    .download-grid__logo-box__image {
      border: 1px solid #f1eeed;
      width: 100%;
      height: 90px;
      text-align: center;
      margin-bottom: 14px;
      position: relative; }
      .download-grid__logo-box__image img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 90%;
        max-height: 85px; }
    .download-grid__logo-box__filename {
      cursor: pointer;
      position: relative;
      width: 74px;
      height: 20px;
      color: #ED6B31;
      font-size: 12px;
      line-height: 20px;
      padding-left: 20px; }
      .download-grid__logo-box__filename__icon {
        position: absolute;
        left: 0;
        top: 2px; }
  .download-grid__file-box {
    vertical-align: top;
    padding: 30px 22px 30px 30px;
    margin-bottom: 40px;
    border-radius: 3px;
    background-color: #ED6B31;
    color: #fff;
    display: inline-block;
    width: 28.2%;
    margin-right: 5%; }
    .download-grid__file-box__title {
      font-family: "Franklin", sans-serif;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 15px; }
    .download-grid__file-box__description {
      position: relative; }
      .download-grid__file-box__description__icon {
        position: absolute;
        left: 0;
        top: 2px; }
      .download-grid__file-box__description__text {
        padding-left: 50px;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        min-height: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; }
        .download-grid__file-box__description__text a {
          width: 100%; }
          .download-grid__file-box__description__text a:hover {
            color: inherit; }

@media (max-width: 1279px) {
  .download-grid {
    margin-bottom: 20px; } }

@media (max-width: 991px) {
  .download-grid {
    margin-bottom: 20px; }
    .download-grid__logo-box {
      width: 20%;
      margin-right: 5%; }
    .download-grid__image-box {
      width: 20%;
      margin-right: 5%; }
    .download-grid__file-box {
      width: 45%;
      margin-right: 5%; } }

@media (max-width: 575px) {
  .download-grid {
    padding-right: 30px;
    font-size: 0; }
    .download-grid__file-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .download-grid__logo-box {
      width: 47%;
      margin-left: 0;
      margin-right: 6%;
      margin-bottom: 56px; }
      .download-grid__logo-box:nth-child(2n) {
        margin-right: 0; }
      .download-grid__logo-box__image {
        width: 100%; }
        .download-grid__logo-box__image img {
          max-width: 90%; }
      .download-grid__logo-box__filename {
        font-size: 15px;
        line-height: 24px;
        font-weight: 700;
        padding-left: 25px; }
        .download-grid__logo-box__filename__icon img {
          width: 14px; }
    .download-grid__image-box {
      width: 47%;
      margin-left: 0;
      margin-right: 6%; }
      .download-grid__image-box:nth-child(2n) {
        margin-right: 0; }
      .download-grid__image-box__image {
        width: 100%; }
      .download-grid__image-box__title {
        font-size: 15px;
        margin-bottom: 5px; }
      .download-grid__image-box__filename {
        font-size: 15px;
        line-height: 24px;
        font-weight: 700;
        padding-left: 25px; }
        .download-grid__image-box__filename__icon img {
          width: 14px; } }

.press-box {
  background-color: rgba(78, 24, 66, 0.03);
  padding: 36px 40px;
  position: relative;
  top: -35px;
  width: 510px;
  float: right;
  display: none; }
  .press-box__title {
    color: #3E413D;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.4px; }
  .press-box__subtitle {
    color: #3E413D;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300; }

@media (max-width: 1279px) {
  .press-box {
    min-width: 400px; } }

@media (max-width: 991px) {
  .press-box {
    padding-top: 40px;
    padding-left: 15%;
    display: block;
    position: static;
    width: 100%; } }

@media (max-width: 575px) {
  .press-box {
    min-width: auto;
    position: static;
    width: auto;
    padding-left: 30px;
    margin: -40px -30px 30px -30px; }
    .press-box__subtitle {
      font-size: 18px; } }

.job-container {
  margin-bottom: 43vw;
  background-color: #fff; }
  .job-container .next-article {
    background-color: #fefbf9;
    border-top: 0; }

.result-grid {
  font-size: 0;
  padding-right: 5%; }
  .result-grid__navigation {
    margin-top: 70px;
    margin-bottom: 10px; }
    .result-grid__navigation__search {
      float: right;
      position: relative;
      margin-bottom: 40px;
      display: inline-block; }
      .result-grid__navigation__search input {
        width: 215px;
        font-family: "Franklin", sans-serif;
        font-weight: 300;
        color: #3E413D;
        line-height: 41px;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        padding-right: 20px;
        padding-bottom: 5px;
        font-size: 16px;
        height: 41px;
        -webkit-transition: border-bottom 0.4s ease;
        transition: border-bottom 0.4s ease; }
        .result-grid__navigation__search input:focus {
          outline: none;
          border-bottom: 1px solid #ED6B31; }
        .result-grid__navigation__search input::-webkit-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .result-grid__navigation__search input:-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .result-grid__navigation__search input::-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .result-grid__navigation__search input::placeholder {
          color: rgba(62, 65, 61, 0.4); }
      .result-grid__navigation__search:after {
        content: ' ';
        position: absolute;
        width: 12px;
        height: 12px;
        display: block;
        right: 0;
        top: 12px;
        background: url("../images/icon-search-grey.svg") no-repeat center;
        background-size: contain; }
    .result-grid__navigation__buttons {
      display: inline-block;
      font-size: 0;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .result-grid__navigation__buttons__item {
        height: 40px;
        width: 123px;
        text-align: center;
        display: inline-block;
        background-color: #ED6B31;
        color: #ffffff;
        font-size: 15px;
        font-weight: 300;
        line-height: 40px;
        border-radius: 3px 0 0 3px;
        line-height: 40px;
        border: 1px solid #ED6B31; }
        .result-grid__navigation__buttons__item--border {
          border-radius: 0 3px 3px 0;
          background-color: #fff;
          color: #000000; }
  .result-grid__title {
    color: #3E413D;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 52px;
    margin-top: 60px; }
  .result-grid__box {
    vertical-align: top;
    border: 1px solid #f1eeed;
    display: inline-block;
    color: #3E413D;
    width: 30%;
    margin-bottom: 30px; }
    .result-grid__box:hover .result-grid__box__text__title {
      color: #ED6B31; }
    .result-grid__box:nth-child(3n + 2) {
      margin-right: 5%;
      margin-left: 5%; }
    .result-grid__box__image {
      width: 100%;
      height: 15vw;
      min-height: 200px;
      display: block;
      cursor: pointer;
      background: url("../media/placeholder-news2.png") no-repeat center;
      background-size: cover; }
    .result-grid__box__text {
      padding: 28px 20px 35px 40px;
      position: relative; }
      .result-grid__box__text__title {
        font-size: 25px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: -0.45px;
        margin-bottom: 6px;
        color: #3E413D;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .result-grid__box__text__link {
        color: #4e1842;
        font-size: 15px;
        line-height: 30px; }
        .result-grid__box__text__link--social {
          color: #0876b3; }
      .result-grid__box__text__list {
        height: 20px;
        color: #3E413D;
        opacity: 0.5;
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0.5px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .result-grid__box__text__list span:after {
          content: '/';
          margin-left: 5px; }
        .result-grid__box__text__list span:last-child:after {
          content: ''; }

@media (max-width: 1023px) {
  .result-grid__box {
    width: 47%; }
    .result-grid__box__text {
      padding-left: 30px; }
    .result-grid__box:nth-child(3n + 2) {
      margin-right: 0;
      margin-left: 0; }
    .result-grid__box:nth-child(2n + 1) {
      margin-right: 6%; } }

@media (max-width: 767px) {
  .result-grid {
    padding-right: 15px; }
    .result-grid__navigation__buttons {
      display: block; }
      .result-grid__navigation__buttons__item {
        width: 50%; }
    .result-grid__navigation__search {
      margin-top: 30px;
      width: 100%;
      display: block;
      float: none; }
      .result-grid__navigation__search input {
        width: 100%; }
    .result-grid__box {
      width: 100%;
      margin-bottom: 20px; }
      .result-grid__box__text {
        padding-left: 20px; }
        .result-grid__box__text__list {
          height: auto; } }

.lead-box-wrapper {
  background-color: #F9F8F9;
  display: table;
  padding-right: 10%;
  width: 100%; }
  .lead-box-wrapper .lead-box {
    display: table-row;
    overflow: hidden; }
    .lead-box-wrapper .lead-box__text {
      display: table-cell;
      width: 46%; }
      .lead-box-wrapper .lead-box__text__title {
        color: #3E413D;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 50px;
        margin-top: 70px; }
      .lead-box-wrapper .lead-box__text__info {
        color: #3E413D;
        font-size: 15px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 30px; }
      .lead-box-wrapper .lead-box__text__href {
        color: #9E323A;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 70px; }
    .lead-box-wrapper .lead-box__separator {
      height: 100%;
      display: table-cell;
      width: 8%; }
    .lead-box-wrapper .lead-box__image {
      background: center;
      background-size: cover;
      display: table-cell;
      width: 46%; }
      .lead-box-wrapper .lead-box__image--mobile {
        display: none; }

@media (max-width: 1023px) {
  .lead-box-wrapper {
    display: block; }
    .lead-box-wrapper .lead-box__text {
      display: block;
      padding-right: 0;
      width: 100%; }
    .lead-box-wrapper .lead-box__separator {
      display: none; }
    .lead-box-wrapper .lead-box__image {
      display: none; }
      .lead-box-wrapper .lead-box__image--mobile {
        display: block;
        padding-left: 0;
        margin-top: 70px;
        width: 100%; }
        .lead-box-wrapper .lead-box__image--mobile img {
          width: 100%; } }

.contact-container {
  height: 100%;
  width: 100%; }
  .contact-container .contact__info {
    padding-bottom: 60px;
    vertical-align: top;
    height: 100%;
    width: 45%;
    color: #fff; }
    .contact-container .contact__info .main-breadcumbs {
      color: #fff; }
    .contact-container .contact__info .main-header {
      color: #fff; }
  .contact-container .contact__search {
    padding-left: 20%;
    padding-top: 35px;
    padding-right: 60px;
    height: 100%; }
    .contact-container .contact__search .os-scrollbar.os-scrollbar-vertical {
      padding-top: 36px;
      margin-right: 5px; }
    .contact-container .contact__search__header {
      max-width: 434px;
      color: #000000;
      font-size: 20px;
      font-family: "Franklin", sans-serif;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 30px; }
    .contact-container .contact__search__input {
      max-width: 434px;
      position: relative;
      max-width: 434px;
      margin-bottom: 40px; }
      .contact-container .contact__search__input input {
        width: 100%;
        font-family: "Franklin", sans-serif;
        font-weight: 300;
        color: #3E413D;
        line-height: 30px;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        padding-right: 20px;
        padding-bottom: 5px;
        font-size: 16px;
        height: 30px;
        -webkit-transition: border-bottom 0.4s ease;
        transition: border-bottom 0.4s ease; }
        .contact-container .contact__search__input input:focus {
          outline: none;
          border-bottom: 1px solid #ED6B31; }
        .contact-container .contact__search__input input::-webkit-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .contact-container .contact__search__input input:-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .contact-container .contact__search__input input::-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .contact-container .contact__search__input input::placeholder {
          color: rgba(62, 65, 61, 0.4); }
      .contact-container .contact__search__input:after {
        content: ' ';
        position: absolute;
        width: 12px;
        height: 12px;
        display: block;
        right: 0;
        top: 6px;
        background: url("../images/icon-search-grey.svg") no-repeat center;
        background-size: contain; }
    .contact-container .contact__search__office-box {
      max-width: 434px;
      -webkit-box-shadow: 4px 4px 0 rgba(245, 245, 245, 0.5);
      box-shadow: 4px 4px 0 rgba(245, 245, 245, 0.5);
      border-radius: 3px;
      border: 1px solid #f1eeed;
      background-color: #ffffff;
      padding: 19px 30px 25px;
      color: #3E413D;
      margin-bottom: 15px;
      -webkit-transition: border-color 0.4s;
      transition: border-color 0.4s;
      cursor: pointer; }
      .contact-container .contact__search__office-box:hover {
        border: 1px solid #ED6B31; }
      .contact-container .contact__search__office-box--hidden {
        display: none; }
      .contact-container .contact__search__office-box__title {
        color: #000000;
        font-family: "Franklin", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 10px; }
      .contact-container .contact__search__office-box__subtitle {
        margin-top: -6px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 11px; }
      .contact-container .contact__search__office-box__email {
        display: inline-block;
        height: 20px;
        color: #ED6B31;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin-right: 6px; }
      .contact-container .contact__search__office-box__telephone {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        color: rgba(62, 65, 61, 0.5);
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
        .contact-container .contact__search__office-box__telephone span {
          margin-right: 6px; }
  .contact-container .contact__map {
    position: fixed;
    bottom: 0;
    right: 0;
    vertical-align: top;
    height: 100%;
    width: 55%; }
    .contact-container .contact__map #officesMap {
      width: 100%;
      height: 100%; }

@media (max-width: 1439px) {
  .contact-container .contact__info {
    width: 50%; }
  .contact-container .contact__map {
    width: 50%; } }

@media (max-width: 991px) {
  .contact-container {
    display: block;
    height: auto; }
    .contact-container .contact__info {
      display: block;
      width: 100%;
      height: auto; }
    .contact-container .contact__search {
      padding-left: 12%;
      padding-right: 12%;
      padding-bottom: 30px; }
      .contact-container .contact__search__header {
        margin: 0 auto 30px; }
      .contact-container .contact__search__input {
        margin: 0 auto 30px; }
      .contact-container .contact__search__office-box {
        margin: 0 auto 15px;
        padding: 19px 20px 25px; }
    .contact-container .contact__map {
      position: static;
      display: block;
      width: 100%;
      height: 80vw; } }

@media (max-width: 575px) {
  .contact-container .contact__info {
    padding-bottom: 60px; }
  .contact-container .contact__search {
    padding-left: 10px;
    padding-right: 10px; }
    .contact-container .contact__search__office-box__email {
      display: block; }
    .contact-container .contact__search__header {
      margin: 0 auto 30px;
      padding-left: 8%;
      padding-right: 8%; }
    .contact-container .contact__search__input {
      padding-left: 8%;
      padding-right: 8%;
      margin: 0 auto 30px; }
      .contact-container .contact__search__input input {
        width: 100%; }
      .contact-container .contact__search__input:after {
        right: 8%; }
  .contact-container .contact__map {
    height: 95vw; } }

@media only screen and (min-width: 1920px) {
  .contact-container .contact__info {
    width: 35%; }
  .contact-container .contact__map {
    width: 65%; } }

.contact-form-wrapper {
  position: fixed;
  right: 0;
  z-index: 600;
  width: 55%; 
  display: none; 
}
.contact-form-wrapper.wrapper-visible {
	display: block; 
}

.err-msg {
  position: absolute;
  bottom: -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s ease;
  transition: opacity .3s, visibility .3s ease; }

.success-message {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: Franklin, sans-serif;
  line-height: 40px;
  width: 100%; }
  .success-message-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 11px;
    font-weight: 400; }
  .success-message .success-ico {
    padding: 10px 0; }

.has-error {
  visibility: visible;
  opacity: 1;
  color: #ea2e49;
  font-family: Franklin, sans-serif;
  font-size: 14px; }

.contact-field {
  position: relative; }

.md-input.has-error {
  border-color: #ea2e49; }

.contact-form {
  position: absolute;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 37px 50px 48px;
  width: 400px;
  left: 0;
  right: 0;
  top: -110vh;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0 rgba(62, 65, 61, 0.3), 0 15px 30px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px 0 rgba(62, 65, 61, 0.3), 0 15px 30px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: top 0.6s ease, opacity 0.4s ease 0.6s;
  transition: top 0.6s ease, opacity 0.4s ease 0.6s;
  opacity: 0; }
  .contact-form .general-error {
    text-align: center;
    margin-top: 15px;
    color: #ea2e49;
    font-size: 15px;
    display: block; }
  .contact-form--show {
    -webkit-transition: top 0.6s ease, opacity 0.1s ease 0s;
    transition: top 0.6s ease, opacity 0.1s ease 0s;
    top: 50vh;
    opacity: 1; }
  .contact-form__select {
    position: relative;
    margin-bottom: 30px; }
    .contact-form__select .select2-container {
      max-width: none; }
      .contact-form__select .select2-container .select2-selection {
        height: 40px; }
      .contact-form__select .select2-container .select2-results__options {
        max-height: 200px; }
      .contact-form__select .select2-container .select2-selection__rendered {
        height: 40px;
        color: #3E413D;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        padding-right: 35px;
        letter-spacing: 0; }
      .contact-form__select .select2-container .select2-selection__placeholder {
        height: 40px;
        color: #3E413D;
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        letter-spacing: 0; }
  .contact-form__close {
    cursor: pointer;
    position: absolute;
    color: #3E413D;
    right: 8px;
    top: 8px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px; }
    .contact-form__close span {
      display: none; }
    .contact-form__close img {
      -webkit-transform: translateY(1px);
      transform: translateY(1px); }
  .contact-form__input {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: border-bottom 0.3s ease;
    transition: border-bottom 0.3s ease;
    margin-bottom: 30px; }
    .contact-form__input__text {
      position: relative;
      display: block;
      width: 100%;
      height: 95px;
      line-height: 30px;
      border: none;
      border-bottom: 1px solid #f1f1f1;
      -webkit-transition: border-bottom 0.3s ease;
      transition: border-bottom 0.3s ease;
      margin-bottom: 30px; }
    .contact-form__input:focus {
      outline: none;
      border-bottom: 1px solid #ED6B31; }
  .contact-form ::-webkit-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px; }
  .contact-form :-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px; }
  .contact-form ::-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px; }
  .contact-form ::placeholder {
    opacity: 0.5;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px; }
  .contact-form__checkbox-group {
    display: block;
    margin-bottom: 36px;
    margin-top: 46px;
    max-width: 550px;
    position: relative; }
    .contact-form__checkbox-group input {
      opacity: 0;
      position: absolute;
      left: 12px;
      top: 23px; }
    .contact-form__checkbox-group label {
      position: relative;
      display: inline-block;
      cursor: pointer;
      padding-left: 30px;
      color: rgba(62, 65, 61, 0.6);
      font-size: 15px;
      line-height: 20px;
      font-weight: 300;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .contact-form__checkbox-group label span {
        font-weight: 500; }
      .contact-form__checkbox-group label:before {
        content: '';
        background: #fff;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        float: left;
        margin-right: 16px;
        border: 1px solid rgba(62, 65, 61, 0.6); }
    .contact-form__checkbox-group input:checked + label:before {
      background: #9e323a;
      background-size: cover; }
  .contact-form__button {
    display: block;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.94px;
    width: 315px;
    height: 40px;
    border-radius: 20px;
    background-color: #132F3D;
    text-align: center;
    line-height: 41px;
    font-weight: 500; }
  .contact-form__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 30px;
    text-shadow: 0 5px 10px 0 rgba(62, 65, 61, 0.3), 0 15px 30px 0 rgba(0, 0, 0, 0.16); }
  .contact-form__subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px; }

#select2-formSelect-results {
  max-height: 150px !important; }

@media only screen and (min-width: 1920px) {
  .contact-form-wrapper {
    width: 65%; } }

@media (max-width: 1439px) {
  .contact-form-wrapper {
    width: 50%; } }

@media (max-width: 991px) {
  .contact-form-wrapper {
    width: 100%;
    height: 100%; }
  .contact-form {
    left: 0;
    right: 0;
    margin: 0 auto; } }

@media (max-width: 575px) {
  .contact-form {
    height: 100vh;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow: scroll;
    width: 100%;
    padding: 45px 30px 48px; }
    .contact-form--show {
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .contact-form__title {
      font-size: 25px;
      font-weight: 700; }
    .contact-form__subtitle {
      font-size: 16px; }
    .contact-form__button {
      max-width: 315px;
      width: 100%; }
    .contact-form__close {
      font-weight: 500;
      top: 10px;
      right: 3px; }
      .contact-form__close span {
        display: none;
        margin-right: 12px; }
    .contact-form__checkbox-group label {
      padding-left: 45px; }
      .contact-form__checkbox-group label:before {
        width: 30px;
        height: 30px; } }

.contact-box {
  padding: 26px 60px 40px 20%;
  width: 100%;
  background-color: #ED6B31;
  color: #fff; }
  .contact-box__text {
    max-width: 434px;
    position: relative; }
    .contact-box__text__address {
      margin-top: 75px;
      margin-bottom: 22px;
      font-family: "Franklin", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px; }
      .contact-box__text__address__title {
        font-family: "Franklin", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -0.36px;
        margin-bottom: 10px; }
      .contact-box__text__address__subtitle {
        min-height: 36px;
        line-height: 18px; }
    .contact-box__text__form-button {
      position: absolute;
      cursor: pointer;
      right: 0;
      height: 40px;
      top: 6px;
      padding: 0 30px;
      line-height: 42px;
      font-family: "Franklin", sans-serif;
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.75px;
      border-radius: 20px;
      background-color: #132f3d; }
    .contact-box__text__email {
      display: inline-block;
      margin-right: 35px;
      color: #ffffff;
      font-size: 15px;
      line-height: 30px;
      font-family: "Franklin", sans-serif;
      font-weight: 500; }
      .contact-box__text__email a:hover {
        color: inherit; }
      .contact-box__text__email__icon {
        display: inline-block;
        margin-right: 5px;
        line-height: 21px;
        vertical-align: middle; }
    .contact-box__text__phone {
      display: inline-block;
      color: #ffffff;
      font-family: "Franklin", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 30px; }
      .contact-box__text__phone a:hover {
        color: inherit; }
      .contact-box__text__phone__icon {
        -webkit-transform: translate(0, 4px);
        transform: translate(0, 4px);
        display: inline-block;
        margin-right: 5px; }

@media (max-width: 991px) {
  .contact-box {
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 20px; }
    .contact-box__text__email {
      display: block;
      margin-bottom: 10px; }
    .contact-box__text__phone {
      display: block; } }

@media (max-width: 575px) {
  .contact-box {
    padding-left: 8%;
    padding-right: 8%; }
    .contact-box__text__email {
      margin-right: 0; }
    .contact-box__text__form-button {
      padding: 0 20px;
      top: -4px;
      right: -10px; } }

.recognition-container {
  margin-bottom: 43vw;
  background-color: #fff; }

.recognition-introduction {
  position: relative;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 5%;
  font-size: 0;
  background: url("../images/image-background-recognition.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden; }
  .recognition-introduction__logo {
    position: absolute;
    max-width: 40%;
    z-index: 10;
    top: 20%;
    overflow: hidden;
    right: 0;
    opacity: 0.25; }
  .recognition-introduction .main-breadcumbs {
    color: #ffffff; }
    .recognition-introduction .main-breadcumbs a:hover {
      color: inherit; }
  .recognition-introduction__text {
    width: 50%; }
    .recognition-introduction__text__title {
      margin-bottom: 44px;
      font-size: 25px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.48px; }
    .recognition-introduction__text__description {
      max-width: 576px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 15px; }

@media (max-width: 991px) {
  .recognition-introduction {
    /*  ??  Mobile version of background  ??  */ }
    .recognition-introduction__logo {
      display: none; }
    .recognition-introduction__text {
      width: 100%; } }

.recognition-container {
  height: 100%;
  width: 100%; }
  .recognition-container .recognition__info {
    padding-bottom: 60px;
    vertical-align: top;
    height: 100%;
    width: 45%;
    color: #fff; }
    .recognition-container .recognition__info .main-breadcumbs {
      color: #fff; }
  .recognition-container .recognition__search {
    padding-left: 10%;
    padding-top: 35px;
    padding-right: 60px;
    height: 100%;
    text-align: right; }
    .recognition-container .recognition__search .os-scrollbar.os-scrollbar-vertical {
      padding-top: 36px;
      margin-right: 5px; }
    .recognition-container .recognition__search__header {
      max-width: 434px;
      color: #000000;
      font-size: 20px;
      font-family: "Franklin", sans-serif;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 30px; }
    .recognition-container .recognition__search__input {
      max-width: 434px;
      position: relative;
      margin-bottom: 40px;
      width: 100%;
      display: inline-block; }
      .recognition-container .recognition__search__input input {
        width: 100%;
        font-family: "Franklin", sans-serif;
        font-weight: 300;
        color: #3E413D;
        line-height: 30px;
        border: none;
        border-bottom: 1px solid #f1f1f1;
        padding-right: 20px;
        padding-bottom: 5px;
        font-size: 16px;
        height: 30px;
        -webkit-transition: border-bottom 0.4s ease;
        transition: border-bottom 0.4s ease; }
        .recognition-container .recognition__search__input input:focus {
          outline: none;
          border-bottom: 1px solid #ED6B31; }
        .recognition-container .recognition__search__input input::-webkit-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .recognition-container .recognition__search__input input:-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .recognition-container .recognition__search__input input::-ms-input-placeholder {
          color: rgba(62, 65, 61, 0.4); }
        .recognition-container .recognition__search__input input::placeholder {
          color: rgba(62, 65, 61, 0.4); }
      .recognition-container .recognition__search__input:after {
        content: ' ';
        position: absolute;
        width: 12px;
        height: 12px;
        display: block;
        right: 0;
        top: 6px;
        background: url("../images/icon-search-grey.svg") no-repeat center;
        background-size: contain; }
    .recognition-container .recognition__search__recognition-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 -15px;
      padding-bottom: 2vw; }
    .recognition-container .recognition__search__recognition-box {
      width: 48%;
      -webkit-box-shadow: 4px 4px 0 rgba(245, 245, 245, 0.5);
      box-shadow: 4px 4px 0 rgba(245, 245, 245, 0.5);
      border-radius: 3px;
      border: 1px solid #f1eeed;
      background-color: #ffffff;
      padding: 19px 60px 25px;
      color: #3E413D;
      -webkit-transition: border-color 0.4s;
      transition: border-color 0.4s;
      cursor: pointer;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 200px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin: 0.94%; }
      .recognition-container .recognition__search__recognition-box:hover {
        border: 1px solid #ED6B31; }
      .recognition-container .recognition__search__recognition-box--hidden {
        display: none; }
      .recognition-container .recognition__search__recognition-box__title {
        color: #000000;
        font-family: "Franklin", sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 7px; }
      .recognition-container .recognition__search__recognition-box__img {
        width: 100%;
        max-width: 155px;
        text-align: center;
        padding-right: 60px; }
        .recognition-container .recognition__search__recognition-box__img-img {
          max-width: 95px; }
      .recognition-container .recognition__search__recognition-box__text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .recognition-container .recognition__search__recognition-box__info {
        width: 100%; }
      .recognition-container .recognition__search__recognition-box__subtitle {
        margin-top: -6px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 11px; }
      .recognition-container .recognition__search__recognition-box__caseStudy {
        background: #9E323A;
        white-space: nowrap;
        position: absolute;
        cursor: pointer;
        right: -30px;
        height: 40px;
        padding: 0 30px;
        line-height: 42px;
        font-family: "Franklin", sans-serif;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.75px;
        border-radius: 20px; }
        .recognition-container .recognition__search__recognition-box__caseStudy + .recognition__search__recognition-box__info .recognition__search__recognition-box__title, .recognition-container .recognition__search__recognition-box__caseStudy + .recognition__search__recognition-box__info .recognition__search__recognition-box__subtitle {
          padding-right: 115px; }
      .recognition-container .recognition__search__recognition-box__awarding {
        display: inline-block;
        height: 20px;
        color: #ED6B31;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin-right: 6px;
        font-weight: bold; }
      .recognition-container .recognition__search__recognition-box__tags {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        color: rgba(62, 65, 61, 0.5);
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
        .recognition-container .recognition__search__recognition-box__tags span {
          margin-right: 0px; }

@media (max-width: 1439px) {
  .recognition-container .recognition__info {
    width: 50%; } }

@media (max-width: 1439px) {
  .recognition-container .recognition__search__recognition-box {
    padding: 19px 40px 25px; }
    .recognition-container .recognition__search__recognition-box__img {
      max-width: 33%;
      padding-right: 20%; } }

@media (max-width: 991px) {
  .recognition-container {
    display: block;
    height: auto; }
    .recognition-container .recognition__info {
      display: block;
      width: 100%;
      height: auto; }
    .recognition-container .recognition__search {
      padding-left: 12%;
      padding-right: 12%;
      padding-bottom: 30px; }
      .recognition-container .recognition__search__header {
        margin: 0 auto 30px; }
      .recognition-container .recognition__search__input {
        margin: 0 auto 30px; }
      .recognition-container .recognition__search__recognition-box {
        padding: 19px 20px 25px;
        width: 100%;
        min-height: auto; }
        .recognition-container .recognition__search__recognition-box__img {
          padding-right: 0; }
        .recognition-container .recognition__search__recognition-box__title, .recognition-container .recognition__search__recognition-box__subtitle {
          padding-right: 0px !important; }
        .recognition-container .recognition__search__recognition-box__caseStudy {
          position: relative;
          margin-top: 15px;
          right: inherit;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }

@media (max-width: 575px) {
  .recognition-container .recognition__info {
    padding-bottom: 60px; }
  .recognition-container .recognition__search {
    padding-left: 10px;
    padding-right: 10px; }
    .recognition-container .recognition__search__recognition-box__email {
      display: block; }
    .recognition-container .recognition__search__header {
      margin: 0 auto 30px;
      padding-left: 8%;
      padding-right: 8%; }
    .recognition-container .recognition__search__input {
      padding-left: 8%;
      padding-right: 8%;
      margin: 0 auto 30px; }
      .recognition-container .recognition__search__input input {
        width: 100%; }
      .recognition-container .recognition__search__input:after {
        right: 8%; } }

@media only screen and (min-width: 1920px) {
  .recognition-container .recognition__info {
    width: 35%; } }

/*# sourceMappingURL=main.css.map */
