@import url("//hello.myfonts.net/count/30ba33");

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*//*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  padding-top: 30px;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 10px 30px;
  text-decoration: none;
  outline: 0;
  font-size: 1.3rem;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
  position: relative;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open ul {
  max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-csstransforms3d .pushy-submenu-closed ul {
  max-height: none;
  display: none;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}div.fancy-select {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #46565D;
}

div.fancy-select.disabled {
	opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
	box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
	box-shadow: none;
}

div.fancy-select div.trigger {
	border-radius: 4px;
	cursor: pointer;
	padding: 10px 24px 9px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #99A5BE;
	border: 1px solid #99A5BE;
	border-top-color: #A5B2CB;
	color: #4B5468;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	width: 200px;

	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 20px;
	right: 9px;
}

div.fancy-select div.trigger.open {
	background: #4A5368;
	border: 1px solid #475062;
	color: #7A8498;
	box-shadow: none;
}

div.fancy-select div.trigger.open:after {
	border-top-color: #7A8498;
}

div.fancy-select ul.options {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 50;
	max-height: 200px;
	overflow: auto;
	background: #62C8BF;
	border-radius: 4px;
	border-top: 1px solid #7DD8D2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	min-width: 200px;

	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
	top: auto;
	bottom: 40px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
	padding: 8px 12px;
	color: #2B8686;
	cursor: pointer;
	white-space: nowrap;

	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
	background: rgba(43,134,134,0.3);
	color: rgba(255,255,255,0.75);
}

div.fancy-select ul.options li.hover {
	color: #fff;
}#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:170px;text-align:center;text-transform:uppercase;z-index:1500;background-color:#f25648;color:#fff}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated .last[dir=rtl]{right:auto!important;left:25px!important}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}* html #outdated{position:absolute}@font-face{font-family:TeeFranklin-HeavyOblique;src:url(../fonts/30BA33_0_0.eot);src:url(../fonts/30BA33_0_0.eot?#iefix) format("embedded-opentype"),url(webfonts/30BA33_0_0.woff2) format("woff2"),url(webfonts/30BA33_0_0.woff) format("woff"),url(webfonts/30BA33_0_0.ttf) format("truetype")}@font-face{font-family:TeeFranklin-Heavy;src:url(../fonts/30BA33_1_0.eot);src:url(../fonts/30BA33_1_0.eot?#iefix) format("embedded-opentype"),url(../fonts/30BA33_1_0.woff2) format("woff2"),url(../fonts/30BA33_1_0.woff) format("woff"),url(../fonts/30BA33_1_0.ttf) format("truetype")}@font-face{font-family:Karbon;font-weight:400;src:url(../fonts/KarbonWeb-Regular.eot);src:url(../fonts/KarbonWeb-Regular.eot) format("embedded-opentype"),url(../fonts/KarbonWeb-Regular.woff) format("woff"),url(../fonts/KarbonWeb-Regular.ttf) format("truetype"),url(../fonts/KarbonWeb-Regular.svg#KarbonRegular) format("svg")}@font-face{font-family:Karbon;font-style:normal;font-weight:700;src:url(../fonts/KarbonWeb-Medium.eot);src:url(../fonts/KarbonWeb-Medium.eot) format("embedded-opentype"),url(../fonts/KarbonWeb-Medium.woff) format("woff"),url(../fonts/KarbonWeb-Medium.ttf) format("truetype"),url(../fonts/KarbonWeb-Medium.svg#KarbonRegularItalic) format("svg")}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.foundation-mq{font-family:"small=0em&medium=40em&large=51.5em&xlarge=62.5em&xxlarge=90em"}body.is-reveal-open{overflow:hidden}body,html{font-size:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{padding:0;margin:0;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px;border-radius:0}select{width:100%;border-radius:0}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;background:transparent;padding:0;border:0;border-radius:0;line-height:1}.row{max-width:75rem;margin-left:auto;margin-right:auto}.row:after,.row:before{content:' ';display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row .row{margin-left:-1.40625rem;margin-right:-1.40625rem}.row .row.collapse{margin-left:0;margin-right:0}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:45px;padding-right:45px}.row.expanded{max-width:none}.column,.columns{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child,.end.columns:last-child{float:left}.column.row.row,.row.row.columns{float:none}.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-offset-0{margin-left:0}.small-2{width:16.66667%}.small-push-2{position:relative;left:16.66667%}.small-pull-2{position:relative;left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;left:33.33333%}.small-pull-4{position:relative;left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{position:relative;left:41.66667%}.small-pull-5{position:relative;left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;left:58.33333%}.small-pull-7{position:relative;left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{position:relative;left:66.66667%}.small-pull-8{position:relative;left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;left:83.33333%}.small-pull-10{position:relative;left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{position:relative;left:91.66667%}.small-pull-11{position:relative;left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1 .column,.small-up-1 .columns{width:100%;float:left}.small-up-1 .column:nth-of-type(1n),.small-up-1 .columns:nth-of-type(1n){clear:none}.small-up-1 .column:nth-of-type(1n+1),.small-up-1 .columns:nth-of-type(1n+1){clear:both}.small-up-1 .column:last-child,.small-up-1 .columns:last-child{float:left}.small-up-2 .column,.small-up-2 .columns{width:50%;float:left}.small-up-2 .column:nth-of-type(1n),.small-up-2 .columns:nth-of-type(1n){clear:none}.small-up-2 .column:nth-of-type(2n+1),.small-up-2 .columns:nth-of-type(2n+1){clear:both}.small-up-2 .column:last-child,.small-up-2 .columns:last-child{float:left}.small-up-3 .column,.small-up-3 .columns{width:33.33333%;float:left}.small-up-3 .column:nth-of-type(1n),.small-up-3 .columns:nth-of-type(1n){clear:none}.small-up-3 .column:nth-of-type(3n+1),.small-up-3 .columns:nth-of-type(3n+1){clear:both}.small-up-3 .column:last-child,.small-up-3 .columns:last-child{float:left}.small-up-4 .column,.small-up-4 .columns{width:25%;float:left}.small-up-4 .column:nth-of-type(1n),.small-up-4 .columns:nth-of-type(1n){clear:none}.small-up-4 .column:nth-of-type(4n+1),.small-up-4 .columns:nth-of-type(4n+1){clear:both}.small-up-4 .column:last-child,.small-up-4 .columns:last-child{float:left}.small-up-5 .column,.small-up-5 .columns{width:20%;float:left}.small-up-5 .column:nth-of-type(1n),.small-up-5 .columns:nth-of-type(1n){clear:none}.small-up-5 .column:nth-of-type(5n+1),.small-up-5 .columns:nth-of-type(5n+1){clear:both}.small-up-5 .column:last-child,.small-up-5 .columns:last-child{float:left}.small-up-6 .column,.small-up-6 .columns{width:16.66667%;float:left}.small-up-6 .column:nth-of-type(1n),.small-up-6 .columns:nth-of-type(1n){clear:none}.small-up-6 .column:nth-of-type(6n+1),.small-up-6 .columns:nth-of-type(6n+1){clear:both}.small-up-6 .column:last-child,.small-up-6 .columns:last-child{float:left}.column.small-centered,.small-centered.columns{float:none;margin-left:auto;margin-right:auto}.small-pull-0,.small-push-0,.small-uncenter{position:static;margin-left:0;margin-right:0}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;line-height:1.6;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit;}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;color:inherit;text-rendering:optimizeLegibility;margin-top:0;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}a{color:#2199e8;text-decoration:none;line-height:inherit;cursor:pointer}a:focus,a:hover{color:#1585cf}a img{border:0}hr{max-width:75rem;height:0;border-right:0;border-top:0;border-bottom:1px solid #cacaca;border-left:0;margin:1.25rem auto;clear:both}dl,ol,ul{line-height:1.6;margin-bottom:1rem;list-style-position:outside}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem;}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0;list-style-type:inherit}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:'\2014 \0020'}abbr{color:#0a0a0a;cursor:help;border-bottom:1px dotted #0a0a0a}code{font-weight:400;border:1px solid #cacaca;padding:.125rem .3125rem .0625rem}code,kbd{font-family:Consolas,Liberation Mono,Courier,monospace;color:#0a0a0a;background-color:#e6e6e6;}kbd{padding:.125rem .25rem 0;margin:0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.show-for-print{display:none!important}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix:after{clear:both}.tabs{margin:0;list-style-type:none;background:#fefefe;border:1px solid #e6e6e6}.tabs:after,.tabs:before{content:' ';display:table}.tabs:after{clear:both}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.vertical>li{width:auto;float:none;display:block}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;line-height:1;font-size:12px;color:#2199e8}.tabs-title>a:focus,.tabs-title>a:hover,.tabs-title>a[aria-selected=true]{background:#e6e6e6}.tabs-content{background:#fefefe;transition:all .5s ease;border:1px solid #e6e6e6;border-top:0}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}body{overflow-x:hidden;font-family:Karbon,Helvetica,Roboto,Arial,sans-serif;font-size:1.3rem;background:#fff}h1,h2,h3,h4,h5,h6{font-family:TeeFranklin-Heavy}h1,h2,h3,h4,h5,h6,p{line-height:1.2;color:#373737;}p{font-family:Karbon,Helvetica,Roboto,Arial,sans-serif}*,:after,:before{transition:background-color .3s,border .3s,color .3s;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}ul{margin:0}button:focus{outline:none}.button{padding:.55rem .8rem;font-size:1.2rem}.button:hover{background-color:#111;color:#fefefe}.button:hover .right-arrow,.button:hover .right-arrow:after,.button:hover .right-arrow:before{background-color:#fefefe}.video-button{cursor:pointer}.dark *{color:#fff;border-bottom-color:#fff}.light *{color:#000;border-bottom-color:#000}a{display:inline-block}a,a:hover,a:visited{color:inherit}a:focus{outline:none}.images{font-size:0}.row{max-width:1000px}.button,.subtitle{font-weight:700;}.button{line-height:2rem;border:3px solid #373737;padding:3px 15px 0;text-align:center;position:relative;margin-right:20px}.button .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px}.button .right-arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.button .right-arrow:after,.button .right-arrow:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;}.button .right-arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.panel-link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:999}.panel-link:focus{outline:none}#foot-science{width:229px}#foot-science_mono{width:190px;margin-right:40px}#iso-9001,#iso-13485{width:80px}.pushy a{color:#fefefe}header .menu-btn{display:block;width:35px;float:right;cursor:pointer;margin-top:16px}header .menu-btn div{height:4px;background:#fff;margin-bottom:9px}.primary-container{background-color:#111;padding-top:1.5rem;padding-bottom:1rem}.primary-container .column,.primary-container .columns{position:relative}header .primary-container{padding-bottom:1.5rem}.secondary-container{background-color:#111;padding-bottom:1rem}.tertiary-container{padding-top:1rem;padding-bottom:1rem}nav:not(.Actions){display:none;list-style:none}nav:not(.Actions).pushy-right{display:block}nav:not(.Actions) li{display:inline}nav:not(.Actions) li a,nav:not(.Actions) li a:active,nav:not(.Actions) li a:focus{font-family:Karbon;color:#fff;font-size:1.35rem}nav:not(.Actions).primary{position:absolute;top:20px;right:0;margin-right:1.5rem}nav:not(.Actions).primary li{margin-right:1.5rem;margin-left:1.5rem}nav:not(.Actions).primary li.current a,nav:not(.Actions).primary li.section a,nav:not(.Actions).primary li a:hover{color:#fff;border-bottom:3px solid #fff}nav:not(.Actions).secondary{margin-top:-10px;background-color:#111}nav:not(.Actions).secondary ul{float:right}nav:not(.Actions).secondary ul li{margin-left:3rem}nav:not(.Actions).secondary ul li a{font-family:Karbon;color:#fff;font-size:1.2rem}nav:not(.Actions).secondary ul li.current a,nav:not(.Actions).secondary ul li.section a{border-bottom:3px solid #fff}nav:not(.Actions).tertiary ul{float:right}nav:not(.Actions).tertiary ul li{margin-left:3rem}nav:not(.Actions).tertiary ul li a{font-family:Karbon;color:#000}nav:not(.Actions).tertiary ul li.current a,nav:not(.Actions).tertiary ul li.section a{border-bottom:3px solid #000}.read-more{color:#fff;border-bottom:3px solid}.Products .secondary-header .row.text-only{max-width:1000px}.Products .secondary-header .row.text-only>*{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Products .secondary-header .row.text-only>:last-child:not(:first-child){float:right}.Products .secondary-header .row.text-only .content{text-align:left}.Community .secondary-header .row.text-only{max-width:1000px}.Community .secondary-header .row.text-only .content,.Community .secondary-header .row.text-only .heading{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Community .secondary-header .row.text-only .content:last-child:not(:first-child),.Community .secondary-header .row.text-only .heading:last-child:not(:first-child){float:right}.Community .secondary-header .row.text-only .content{text-align:left}.secondary-header{background-color:#111;padding-top:2rem;padding-bottom:2rem}.secondary-header .row.text-only{max-width:900px}.secondary-header .row.text-only .heading{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.secondary-header .row.text-only .heading:last-child:not(:first-child){float:right}.secondary-header .row.text-only .content{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;text-align:left}.secondary-header .row.text-only .content:last-child:not(:first-child){float:right}.secondary-header .row:not(.text-only) .content{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.secondary-header .row:not(.text-only) .content:last-child:not(:first-child){float:right}.secondary-header .heading h1{color:#fff;font-size:3rem;line-height:2.8rem;margin-bottom:15px}.secondary-header .content{font-size:1.3rem}.secondary-header .content p{color:#fff}footer{background-color:#111;padding-top:3.6rem;padding-bottom:2.6rem;font-family:Karbon,Helvetica,Roboto,Arial,sans-serif}footer ul li a,footer ul li a:active,footer ul li a:focus{font-size:1.2rem}footer button{padding:.8rem 2.8rem 1.1rem;font-size:1.8rem;transition:all .25s;-webkit-font-smoothing:auto}footer button:hover{background:#fff;color:#111}footer .top-row{position:relative}footer .top-row img{margin-right:1rem;vertical-align:baseline}footer .top-row>div:not(.icons) i.fa{color:#fff;font-size:2.6rem;margin-right:1rem}footer .top-row>div:not(.icons) a{display:inline-block;color:#fff}footer .top-row>div:not(.icons) a button{border:3px solid #fff}footer .bottom-row{position:relative;margin-top:1.6rem;margin-bottom:2.6rem;font-size:1.15rem}footer .bottom-row .copyright{color:#fff}footer .bottom-row nav{display:block}footer .bottom-row nav ul{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}footer .bottom-row nav li{display:inline-block}footer .bottom-row nav li:not(:first-of-type){margin-left:1rem}footer .bottom-row nav li a{color:#fff;font-size:1.15rem!important;line-height:1.15rem}footer .bottom-row nav li i.fa-linkedin-square{font-size:40px;position:relative}footer .web-credits{text-align:center;font-size:80%;color:#fefefe}footer .web-credits a:hover{text-decoration:underline}.panel{background-size:cover;background-position:center;position:relative}.panel.banner,.panel.video{max-width:1920px;margin-left:auto;margin-right:auto;height:480px}.panel .panel-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.panel .panel-inner .images img{width:100%}.panel .panel-inner.left-align .images{-webkit-order:1;-ms-flex-order:1;order:1}.panel .panel-inner.left-align .content{-webkit-order:2;-ms-flex-order:2;order:2}.panel .content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.panel .content h2{line-height:2.8rem;font-size:2.8rem;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.panel .content h2:last-child:not(:first-child){float:right}.panel .content .subtitle{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;font-size:1.8rem}.panel .content .subtitle:last-child:not(:first-child){float:right}.panel .content .text{position:relative;font-size:1.1rem}.panel .content .text .right-arrow{right:0;bottom:0;position:absolute;background-color:#373737;width:45px;height:3px}.panel .content .text .right-arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.panel .content .text .right-arrow:after,.panel .content .text .right-arrow:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;}.panel .content .text .right-arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Home .panel{margin-bottom:80px}.Home .panel p{font-size:1.6rem;line-height:1.9rem}.Home #panel-1 .content{margin:auto;width:90%}.Home #panel-2{margin-bottom:110px;background-position:top center;background-repeat:no-repeat;max-width:1920px;margin-left:auto;margin-right:auto}.Home #panel-2 .content{display:none}.Home #panel-3 .images{width:100%;float:left;padding-left:0;padding-right:0}.Home #panel-3 .images:last-child:not(:first-child){float:right}.Home #panel-3 .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:0;padding-right:0}.Home #panel-3 .content:last-child:not(:first-child){float:right}.Home #panel-3 .content h2{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin-bottom:2rem}.Home #panel-3 .content h2:last-child:not(:first-child){float:right}.Home #panel-3 .content .text{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Home #panel-3 .content .text:last-child:not(:first-child){float:right}.Home #panel-3 .content .text .right-arrow{bottom:30%}.Home #panel-4{position:relative;max-width:1920px;margin-left:auto;margin-right:auto}.Home #panel-4 .video-button:before{content:'';position:absolute;border-top:17px solid transparent;border-left:30px solid #fff;border-bottom:17px solid transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100}.Home #panel-4 .video-button:after{content:'';position:absolute;top:50%;left:50%;width:70px;height:70px;-webkit-transform:translate(-54%,-50%);-ms-transform:translate(-54%,-50%);transform:translate(-54%,-50%);background-color:rgba(0,0,0,.5);border-radius:50%;z-index:99}.Home #panel-4 .content{text-align:center;margin:auto;max-width:100%}.Home #panel-4 .content h2{font-size:2rem;margin-top:50px;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Home #panel-4 .content h2:last-child:not(:first-child){float:right}.Home #panel-5 .content{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.Home #panel-5 .content .text p{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Home #panel-5 .content .text p:last-child:not(:first-child){float:right}.Home #panel-6{max-width:1920px;margin-left:auto;margin-right:auto;height:auto}.Home #panel-6 .row{max-width:100%}.Home #panel-6 .content{display:none}.Home #panel-6 .images{width:100%;font-size:0}.Home #panel-6 .images img{display:inline-block;width:50%;padding:0}.Home #panel-7 .images{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;position:relative}.Home #panel-7 .images:last-child:not(:first-child){float:right}.Home #panel-7 .images .images-wrapper{position:relative}.Home #panel-7 .images .images-wrapper:after{content:'';width:100%;height:100%;left:0;top:0;position:absolute;-webkit-transform:scale(.9);box-shadow:-20px 20px 170px rgba(0,0,0,.5);z-index:11}.Home #panel-7 .images img{position:relative;z-index:22}.Home #panel-7 .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Home #panel-7 .content:last-child:not(:first-child){float:right}.Home #panel-7 .content h2{padding:0;margin-bottom:2rem}.Home #panel-7 .content .text p{vertical-align:middle;margin-bottom:0}.Home #panel-7 .content .text p:first-of-type{margin-bottom:15px}.Home #panel-7 .content .text p:nth-of-type(3){padding-top:5px}.Home #panel-7 .content .text p:last-of-type{font-size:1.3rem}.Home #panel-7 .content .text p strong{display:inline-block;font-weight:700;font-size:1.5rem;line-height:1.5rem;margin-right:16px}.Home #panel-7 .content .text img{width:40px;margin-right:15px}.Home #panel-7 .content .text .right-arrow{display:none}.Home .featured-blog{padding-top:80px;padding-bottom:80px;margin-bottom:0;background:#f7f8f9}.Home .featured-blog .images{width:100%;float:left;padding-left:0;padding-right:0}.Home .featured-blog .images:last-child:not(:first-child){float:right}.Home .featured-blog .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:0;padding-right:0}.Home .featured-blog .content:last-child:not(:first-child){float:right}.Home .featured-blog .content h2{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin-bottom:1rem}.Home .featured-blog .content h2:last-child:not(:first-child){float:right}.Home .featured-blog .content .subtitle{font-size:1.8rem;line-height:2rem}.Home .featured-blog .content .text{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Home .featured-blog .content .text:last-child:not(:first-child){float:right}.Home .featured-blog .content .text p{font-size:1.2rem;line-height:1.3rem}.Home .cycle-slideshow{position:relative;overflow:hidden;text-align:center;max-height:580px;margin-bottom:80px;max-width:1920px;margin-left:auto;margin-right:auto}.Home .cycle-slideshow img{width:100%}.Home .cycle-slideshow .slide{width:100%;height:580px;background-position:center center;background-size:cover}.Home .cycle-slideshow .slide img{display:none}.Home .cycle-slideshow .slide .column,.Home .cycle-slideshow .slide .columns,.Home .cycle-slideshow .slide .row{height:100%}.Home .cycle-slideshow .slide .column,.Home .cycle-slideshow .slide .columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.Home .cycle-slideshow .slide h1{color:#fff;font-size:4.8rem;line-height:4.5rem;text-align:left}.Home .cycle-slideshow .slide .cycle-next,.Home .cycle-slideshow .slide .cycle-prev{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:101;opacity:.6;transition:opacity .3s}.Home .cycle-slideshow .slide .cycle-next:hover,.Home .cycle-slideshow .slide .cycle-prev:hover{opacity:1}.Home .cycle-slideshow .slide .cycle-next.dark,.Home .cycle-slideshow .slide .cycle-next.dark:after,.Home .cycle-slideshow .slide .cycle-next.dark:before,.Home .cycle-slideshow .slide .cycle-prev.dark,.Home .cycle-slideshow .slide .cycle-prev.dark:after,.Home .cycle-slideshow .slide .cycle-prev.dark:before{background-color:.3s;background-color:#fff}.Home .cycle-slideshow .slide .cycle-next.light,.Home .cycle-slideshow .slide .cycle-next.light:after,.Home .cycle-slideshow .slide .cycle-next.light:before,.Home .cycle-slideshow .slide .cycle-prev.light,.Home .cycle-slideshow .slide .cycle-prev.light:after,.Home .cycle-slideshow .slide .cycle-prev.light:before{background-color:.3s;background-color:#000}.Home .cycle-slideshow .slide .cycle-next{position:absolute;background-color:#373737;width:45px;height:3px;right:5%;cursor:pointer}.Home .cycle-slideshow .slide .cycle-next:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Home .cycle-slideshow .slide .cycle-next:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Home .cycle-slideshow .slide .cycle-prev{position:absolute;background-color:#373737;width:45px;height:3px;left:5%;cursor:pointer}.Home .cycle-slideshow .slide .cycle-prev:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;left:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Home .cycle-slideshow .slide .cycle-prev:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;left:0;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Home .cycle-slideshow .slide .cycle-pager{position:absolute;bottom:4%;right:5%;z-index:101;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);cursor:pointer}.Home .cycle-slideshow .slide .cycle-pager div{display:inline-block;margin-left:.5rem;margin-right:.5rem;border-radius:50%;width:.7rem;height:.7rem;transition:background-color .9s,border-color 1.8s}.Home .cycle-slideshow .slide .cycle-pager.dark div{border:.125rem solid #fff}.Home .cycle-slideshow .slide .cycle-pager.dark div.cycle-pager-active{background-color:#fff}.Home .cycle-slideshow .slide .cycle-pager.light div{border:.125rem solid #000}.Home .cycle-slideshow .slide .cycle-pager.light div.cycle-pager-active{background-color:#000}.Home .cycle-slideshow .slide .cycle-overlay{width:83.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin-left:8.33333%;position:absolute;z-index:101;top:10%}.Home .cycle-slideshow .slide .cycle-overlay:last-child:not(:first-child){float:right}.Home .cycle-slideshow .slide .cycle-overlay a{display:inline-block}.Home .cycle-slideshow .slide .cycle-overlay a button{background-color:#fff;color:#000;position:relative;vertical-align:middle}.WhoWeAre .panel .text p{font-size:1.8rem;margin-top:1rem}.WhoWeAre .panel .content{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.WhoWeAre #panel-1{height:0;padding-bottom:57%}.WhoWeAre #panel-1 .content{margin-bottom:1rem;position:absolute;margin-top:10%;left:0;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;text-align:center}.WhoWeAre #panel-1 .content:last-child:not(:first-child){float:right}.WhoWeAre #panel-1 .content .text{display:inline-block;width:auto;margin:0 auto;position:relative}.WhoWeAre #panel-1 .content .text p{margin:0;padding-right:70px;font-size:1.8rem}.WhoWeAre #panel-1 .content .text .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px;top:49%;background-color:#fff;-webkit-transform:translateY(-49%);-ms-transform:translateY(-49%);transform:translateY(-49%)}.WhoWeAre #panel-1 .content .text .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.WhoWeAre #panel-1 .content .text .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.WhoWeAre #panel-1 .content .text .right-arrow:after,.WhoWeAre #panel-1 .content .text .right-arrow:before{background-color:#fff}.WhoWeAre #panel-2{position:relative;padding-bottom:6rem}.WhoWeAre #panel-2 .content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-2 .content:last-child:not(:first-child){float:right}.WhoWeAre #panel-2 .content h2{margin-top:60px;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.WhoWeAre #panel-2 .content h2:last-child:not(:first-child){float:right}.WhoWeAre #panel-2 .content .text{display:inline-block;width:auto;margin:15px 25px;position:relative}.WhoWeAre #panel-2 .content .text p{margin:0;padding-right:70px}.WhoWeAre #panel-2 .content .text .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px;top:48%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.WhoWeAre #panel-2 .content .text .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.WhoWeAre #panel-2 .content .text .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.WhoWeAre #panel-3{padding:3rem 0}.WhoWeAre #panel-3 .images{width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-3 .images:last-child:not(:first-child){float:right}.WhoWeAre #panel-3 .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-3 .content:last-child:not(:first-child){float:right}.WhoWeAre #panel-3 .content h2{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.WhoWeAre #panel-3 .content h2:last-child:not(:first-child){float:right}.WhoWeAre #panel-3 .content .text{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;position:relative;display:inline-block;width:auto;padding-right:70px}.WhoWeAre #panel-3 .content .text:last-child:not(:first-child){float:right}.WhoWeAre #panel-3 .content .text p{margin-bottom:125px}.WhoWeAre #panel-3 .content .text .right-arrow{top:16%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;background-color:#373737;width:45px;height:3px}.WhoWeAre #panel-3 .content .text .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.WhoWeAre #panel-3 .content .text .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.WhoWeAre #panel-3 .content .timeline{position:relative;margin-top:0;margin-top:-100px;text-align:left;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.WhoWeAre #panel-3 .content .timeline:last-child:not(:first-child){float:right}.WhoWeAre #panel-3 .content .timeline .line{position:absolute;height:3px;width:100%;background-color:#373737;z-index:-1;border-right:9999px solid #373737;margin-right:-9999px}.WhoWeAre #panel-3 .content .timeline .line .point{border-radius:50%;border:3px solid #373737;background-color:#fefefe;height:28px;width:28px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.WhoWeAre #panel-3 .content .timeline h3{margin-top:2rem;margin-bottom:1rem;font-size:1.6rem}.WhoWeAre #panel-4{padding:3rem 0;background-color:#111}.WhoWeAre #panel-4 .images{width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-4 .images:last-child:not(:first-child){float:right}.WhoWeAre #panel-4 .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-4 .content:last-child:not(:first-child){float:right}.WhoWeAre #panel-4 .content h2{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;color:#fefefe}.WhoWeAre #panel-4 .content h2:last-child:not(:first-child){float:right}.WhoWeAre #panel-4 .content .text{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;position:relative;display:inline-block;width:auto;padding-right:70px}.WhoWeAre #panel-4 .content .text:last-child:not(:first-child){float:right}.WhoWeAre #panel-4 .content .text p{margin-bottom:0;color:#fefefe}.WhoWeAre #panel-4 .content .text .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px;background-color:#fefefe}.WhoWeAre #panel-4 .content .text .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.WhoWeAre #panel-4 .content .text .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.WhoWeAre #panel-4 .content .text .right-arrow:after,.WhoWeAre #panel-4 .content .text .right-arrow:before{background-color:#fefefe}.WhoWeAre #panel-5{padding:3rem 0}.WhoWeAre #panel-5 .images{font-size:0;width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-5 .images:last-child:not(:first-child){float:right}.WhoWeAre #panel-5 .images img:first-child,.WhoWeAre #panel-5 .images img:nth-child(2){width:50%;display:inline-block}.WhoWeAre #panel-5 .content{width:100%;float:left;padding-left:0;padding-right:0}.WhoWeAre #panel-5 .content:last-child:not(:first-child){float:right}.WhoWeAre #panel-5 .content .text{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;position:relative;display:inline-block;width:auto;padding-right:70px}.WhoWeAre #panel-5 .content .text:last-child:not(:first-child){float:right}.WhoWeAre #panel-5 .content .text .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px}.WhoWeAre #panel-5 .content .text .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.WhoWeAre #panel-5 .content .text .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.History .first-year{padding:0 20px;margin-bottom:20px;margin-top:3rem}.History .timeline{position:relative;overflow:hidden;padding-bottom:3rem}.History .timeline .point{border-radius:50%;border:2px solid #373737;background-color:#fefefe;height:20px;width:20px;position:absolute}.History .timeline .centerline{position:absolute;height:99999px;width:2px;background-color:#000;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.History .timeline .centerline .point{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.History .timeline .moment{margin-top:20px;margin-bottom:0;width:50%;float:left;padding-left:2.5rem;padding-right:2.5rem}.History .timeline .moment:last-child:not(:first-child){float:right}.History .timeline .moment img{max-width:100%}.History .timeline .moment .content{max-width:380px}.History .timeline .moment .content p{font-size:1.2rem}.History .timeline .moment .content p.caption{font-size:1.4rem;margin-bottom:10px;margin-top:10px;font-weight:700}.History .timeline .moment .video-button{position:relative;display:inline-block}.History .timeline .moment .video-button:before{content:'';position:absolute;border-top:17px solid transparent;border-left:30px solid #fff;border-bottom:17px solid transparent;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100}.History .timeline .moment .video-button:after{content:'';position:absolute;top:50%;left:50%;width:70px;height:70px;-webkit-transform:translate(-54%,-50%);-ms-transform:translate(-54%,-50%);transform:translate(-54%,-50%);background-color:rgba(0,0,0,.5);border-radius:50%;z-index:99}.WhatWeValue .panel{margin-bottom:40px}.WhatWeValue .panel:first-of-type{margin-top:40px}.WhatWeValue .panel .panel-inner{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.WhatWeValue .panel .panel-inner .content{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}.WhatWeValue .panel .panel-inner .content h2{padding:0;font-size:2rem;line-height:2rem}.WhatWeValue .panel .panel-inner .content .subtitle{margin:1rem 0;padding:0;font-size:1.4rem;line-height:1.6rem;margin-bottom:15px}.WhatWeValue .panel .panel-inner .content .text{font-size:1.1rem;padding:0}.WhatWeValue .panel .panel-inner.left-align .images,.WhatWeValue .panel .panel-inner.right-align .images{width:100%;float:left;padding-left:0;padding-right:0}.WhatWeValue .panel .panel-inner.left-align .images:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .images:last-child:not(:first-child){float:right}.WhatWeValue .panel .panel-inner.left-align .content,.WhatWeValue .panel .panel-inner.right-align .content{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;float:left;padding-left:0;padding-right:0}.WhatWeValue .panel .panel-inner.left-align .content:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .content:last-child:not(:first-child){float:right}.WhatWeValue .panel .panel-inner.left-align .content .text,.WhatWeValue .panel .panel-inner.right-align .content .text{width:100%;float:left;padding-left:0;padding-right:0}.WhatWeValue .panel .panel-inner.left-align .content .text:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .content .text:last-child:not(:first-child){float:right}.WhatWeValue .panel .panel-inner.left-align .images{-webkit-order:2;-ms-flex-order:2;order:2}.WhatWeValue .panel .panel-inner.left-align .content{-webkit-order:1;-ms-flex-order:1;order:1}.WhatWeValue .panel .panel-inner.bottom-align .content{max-width:850px;width:100%;float:left;padding-left:0;padding-right:0}.WhatWeValue .panel .panel-inner.bottom-align .content:last-child:not(:first-child){float:right}.WhatWeValue #panel-1 .images img:first-child,.WhatWeValue #panel-1 .images img:nth-child(2){width:50%;display:inline-block}.WhatWeValue #panel-2 .content{max-width:930px}.WhatWeValue #panel-5 .content{max-width:960px}.WhatWeValue #panel-6 .content{max-width:780px}.TheStory .banner{padding-top:3rem;padding-bottom:3rem;background-position:center;background-size:cover}.TheStory .banner .banner-content{width:300px;max-width:100%;padding:15px;text-align:right}.TheStory .banner .banner-content h1{font-size:2.2rem;line-height:2.2rem;margin-bottom:1.5rem}.TheStory .banner .banner-content p{font-size:1.2rem;line-height:1.4rem}.TheStory .body-copy{padding-top:3rem;padding-bottom:3rem}.TheStory .body-copy p{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.TheStory .body-copy p:last-child:not(:first-child){float:right}.TheStory .body-copy .button{float:right}.button.visit-blog{color:#373737;margin-bottom:3rem;margin-right:0;font-size:1.4rem;line-height:1.4rem;padding:18px;text-align:left;max-width:175px;margin-left:auto;margin-right:auto}.button.visit-blog:hover{background-color:#fff}.button.visit-blog img{margin-bottom:1rem}.button.visit-blog .arrow{position:absolute;background-color:#373737;width:45px;height:3px;right:18px;bottom:25px}.button.visit-blog .arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.button.visit-blog .arrow:after,.button.visit-blog .arrow:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;}.button.visit-blog .arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Blog .blog-title,.BlogPost .blog-title{margin-top:30px;font-size:3rem;padding-left:20px}.Blog .blog-entry.content-container,.BlogPost .blog-entry.content-container{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Blog .blog-entry.content-container:last-child:not(:first-child),.BlogPost .blog-entry.content-container:last-child:not(:first-child){float:right}.Blog .blog-entry.content-container article,.BlogPost .blog-entry.content-container article{margin-top:1rem}.Blog .blog-entry.content-container ul li,.BlogPost .blog-entry.content-container ul li{margin-left:1em}.Blog .blog-entry.content-container ul,.BlogPost .blog-entry.content-container ul{margin-bottom:2rem}.Blog .blog-entry.content-container h2,.BlogPost .blog-entry.content-container h2{font-size:1.2rem}.Blog .blog-sidebar,.BlogPost .blog-sidebar{margin-top:2rem;text-align:right;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Blog .blog-sidebar:last-child:not(:first-child),.BlogPost .blog-sidebar:last-child:not(:first-child){float:right}.Blog .blog-sidebar h3,.BlogPost .blog-sidebar h3{font-size:1.2rem;text-transform:uppercase;border-bottom:3px solid #373737;font-family:Karbon,Helvetica,Roboto,Arial,sans-serif;display:inline-block;margin-bottom:1rem}.Blog .blog-sidebar .BlogArchiveWidget .year,.BlogPost .blog-sidebar .BlogArchiveWidget .year{overflow:hidden;border-bottom:none;margin-bottom:1rem;transition:height .3s;cursor:pointer}.Blog .blog-sidebar .BlogArchiveWidget .year .archiveHeader,.BlogPost .blog-sidebar .BlogArchiveWidget .year .archiveHeader{height:30px;font-size:1.2rem;border-bottom:2px solid #373737;position:relative;padding-right:1rem}.Blog .blog-sidebar .BlogArchiveWidget .year.hide,.BlogPost .blog-sidebar .BlogArchiveWidget .year.hide{height:30px}.Blog .blog-sidebar .BlogArchiveWidget .year.hide .archiveHeader,.BlogPost .blog-sidebar .BlogArchiveWidget .year.hide .archiveHeader{position:relative}.Blog .blog-sidebar .BlogArchiveWidget .year.hide .archiveHeader:after,.BlogPost .blog-sidebar .BlogArchiveWidget .year.hide .archiveHeader:after{position:relative;top:2px;right:-5px;content:'';display:inline-block;border-bottom:1px solid #000;border-top:1px solid transparent;width:.6rem;height:.6rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);border-left:1px solid #000;border-right:1px solid transparent}.Blog .blog-sidebar .BlogArchiveWidget .year.show .archiveHeader,.BlogPost .blog-sidebar .BlogArchiveWidget .year.show .archiveHeader{position:relative}.Blog .blog-sidebar .BlogArchiveWidget .year.show .archiveHeader:after,.BlogPost .blog-sidebar .BlogArchiveWidget .year.show .archiveHeader:after{position:relative;top:-3px;right:-5px;content:'';display:inline-block;border-bottom:1px solid #000;border-top:1px solid transparent;width:.6rem;height:.6rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;border-right:1px solid #000;border-left:1px solid transparent}.Blog .blog-sidebar .BlogArchiveWidget .year>ul,.BlogPost .blog-sidebar .BlogArchiveWidget .year>ul{margin-bottom:auto}.Blog .blog-sidebar .BlogArchiveWidget .year>ul li,.BlogPost .blog-sidebar .BlogArchiveWidget .year>ul li{padding-top:5px}.Blog .blog-sidebar ul,.BlogPost .blog-sidebar ul{margin-bottom:2rem}.Blog .blog-sidebar ul li,.BlogPost .blog-sidebar ul li{border-bottom:1px solid #f7f8f9}.Blog .blog-sidebar ul li a,.BlogPost .blog-sidebar ul li a{color:#373737;font-size:1.2rem;line-height:2rem}.Blog .blog-sidebar ul .arrow,.BlogPost .blog-sidebar ul .arrow{display:none}.Blog article,.BlogPost article{max-width:75rem;margin-left:auto;margin-right:auto;margin-top:3rem}.Blog article:after,.Blog article:before,.BlogPost article:after,.BlogPost article:before{content:' ';display:table}.Blog article:after,.BlogPost article:after{clear:both}.Blog article .date,.BlogPost article .date{font-weight:700;margin-bottom:5px}.Blog article .divider,.BlogPost article .divider{height:3px;width:3rem;background-color:#373737;margin-bottom:1rem}.Blog article .post-summary,.BlogPost article .post-summary{position:relative;margin-bottom:30px;background-color:#f7f8f9;padding:1.5rem;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Blog article .post-summary:last-child:not(:first-child),.BlogPost article .post-summary:last-child:not(:first-child){float:right}.Blog article .post-summary h2,.BlogPost article .post-summary h2{font-size:1.8rem;line-height:2rem;font-family:Karbon,Helvetica,Roboto,Arial,sans-serif;font-weight:700}.Blog article .post-summary h2 a,.BlogPost article .post-summary h2 a{color:#373737}.Blog article .post-summary h3,.BlogPost article .post-summary h3{font-size:1.3rem;font-weight:700;margin-bottom:0}.Blog article .post-summary .post-image,.BlogPost article .post-summary .post-image{margin-left:-1.4rem;margin-right:-1.4rem;font-size:0}.Blog article .post-summary .post-image img,.BlogPost article .post-summary .post-image img{width:100%}.Blog article .post-summary p,.BlogPost article .post-summary p{font-size:1.1rem}.Blog article .post-summary .right-arrow,.BlogPost article .post-summary .right-arrow{bottom:25px;right:20px;position:absolute;background-color:#373737;width:45px;height:3px}.Blog article .post-summary .right-arrow:after,.BlogPost article .post-summary .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Blog article .post-summary .right-arrow:before,.BlogPost article .post-summary .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.BlogPost .blog-title{padding-left:45px}.BlogPost article h3{font-size:1.2rem;border-bottom:3px solid #373737;display:inline-block;margin-bottom:1rem}.BlogPost article h2{font-size:2rem}.button.subscribe{padding-right:15px;margin:0;width:100%;max-width:175px;margin-bottom:30px;vertical-align:bottom}.rss-icon{width:25px;margin-right:5px;display:inline-block;margin-bottom:3px}.Products .panel-link{position:absolute;height:100%;width:100%;top:0;left:0}.Products .product-panel{background-color:#f7f8f9;color:#fefefe}.Products .product-panel .photo-credit{position:absolute;bottom:16px;right:16px;background:#fff;color:#111;font-size:1rem;padding:1px 7px}.Products .product-panel:nth-of-type(1) .panel-inner{background-color:#00a3e2}.Products .product-panel:nth-of-type(even) .panel-inner .image img{max-width:100%}.Products .product-panel:nth-of-type(odd) .panel-inner .image img{max-width:100%}.Products .product-panel:not(:first-of-type) .panel-inner{background-color:#111}.Products .product-panel .panel-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.Products .product-panel .panel-inner .content,.Products .product-panel .panel-inner .image{position:relative;width:100%}.Products .product-panel .panel-inner .image a,.Products .product-panel .panel-inner .image img{display:block;width:100%}.Products .product-panel .panel-inner .content{position:relative}.Products .product-panel .panel-inner .content p{color:#fefefe}.Products .product-panel .panel-inner .content .logo{max-width:70%;margin-top:10px}.Products .product-panel .panel-inner .content .logo img{padding:20px 0 15px}.Products .product-panel .panel-inner .content .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px;background-color:#fefefe}.Products .product-panel .panel-inner .content .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Products .product-panel .panel-inner .content .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Products .product-panel .panel-inner .content .right-arrow:after,.Products .product-panel .panel-inner .content .right-arrow:before{background-color:#fefefe}.Products .internal-products .product-logo{max-width:356px}.Products .internal-products .product-master{position:relative;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin:40px 0}.Products .internal-products .product-master:last-child:not(:first-child){float:right}.Products .internal-products .product-master .thumbnail{padding:40px 0}.Products .internal-products .product-master .content{position:relative}.Products .internal-products .product-master .content .right-arrow{position:absolute;background-color:#373737;width:45px;height:3px;right:0;bottom:-25px}.Products .internal-products .product-master .content .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Products .internal-products .product-master .content .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Product .product-detail,.ProductHolder .product-detail{padding-top:50px;padding-bottom:50px}.Product .product-detail ul li,.ProductHolder .product-detail ul li{font-weight:700;margin-left:1em;margin-bottom:.66667rem;line-height:1.4}.Product .product-detail>.row:not(.slider)>:first-child,.ProductHolder .product-detail>.row:not(.slider)>:first-child{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Product .product-detail>.row:not(.slider)>:first-child:last-child:not(:first-child),.ProductHolder .product-detail>.row:not(.slider)>:first-child:last-child:not(:first-child){float:right}.Product .product-detail>.row:not(.slider)>:last-child,.ProductHolder .product-detail>.row:not(.slider)>:last-child{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Product .product-detail>.row:not(.slider)>:last-child:last-child:not(:first-child),.ProductHolder .product-detail>.row:not(.slider)>:last-child:last-child:not(:first-child){float:right}.Product .product-detail>.row:not(.slider).heading,.Product .product-detail>.row:not(.slider).heading .logo,.ProductHolder .product-detail>.row:not(.slider).heading,.ProductHolder .product-detail>.row:not(.slider).heading .logo{padding-bottom:20px}.Product .product-detail>.row:not(.slider).heading .title h1,.ProductHolder .product-detail>.row:not(.slider).heading .title h1{font-size:2rem;line-height:2rem}.Product .product-detail>.row:not(.slider).content .column1,.ProductHolder .product-detail>.row:not(.slider).content .column1{padding-bottom:20px}.Product .internal-products,.ProductHolder .internal-products{margin-bottom:50px}.Product .internal-products .product-master,.ProductHolder .internal-products .product-master{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Product .internal-products .product-master:last-child:not(:first-child),.ProductHolder .internal-products .product-master:last-child:not(:first-child){float:right}.Product .internal-products .product-master .thumbnail,.ProductHolder .internal-products .product-master .thumbnail{margin-bottom:30px}.Product .internal-products .product-master h2,.ProductHolder .internal-products .product-master h2{font-size:2rem}.Product .internal-products .product-master .content,.ProductHolder .internal-products .product-master .content{position:relative}.Product .internal-products .product-master .content .right-arrow,.ProductHolder .internal-products .product-master .content .right-arrow{top:1rem;left:9rem;position:absolute;background-color:#373737;width:45px;height:3px}.Product .internal-products .product-master .content .right-arrow:after,.ProductHolder .internal-products .product-master .content .right-arrow:after{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Product .internal-products .product-master .content .right-arrow:before,.ProductHolder .internal-products .product-master .content .right-arrow:before{position:absolute;content:'';background-color:#373737;width:16px;height:3px;right:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Product .subtitle{font-size:1.4rem;padding-bottom:30px}.Product .subtitle .action-buttons{padding-top:20px}.Product .subtitle .action-buttons .button{border:3px solid #373737;padding-right:15px}.Product .subtitle .action-buttons .button .size-chart-icon{width:30px;margin-left:8px}.Product .subtitle .action-buttons .button:first-child{margin-right:1rem;margin-bottom:1rem}.Product .row.content{margin-bottom:30px}.Product .slider{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;margin-top:20px}.Product .slider .cycle-slideshow{width:60%;margin-right:50px}.Product .slider .cycle-slideshow .slide,.Product .slider .cycle-slideshow img{max-width:100%}.Product .slider .cycle-pager{width:12%}.Product .slider .cycle-pager a{margin:15px 0}.Product .slider.alt-pager .cycle-slideshow{width:60%;margin-right:20px}.Product .slider.alt-pager .cycle-slideshow .slide,.Product .slider.alt-pager .cycle-slideshow img{width:100%}.Product .slider.alt-pager .cycle-pager{width:24%}.Product .slider.alt-pager .cycle-pager a{margin:0;padding:5px;width:50%}.Contact h2{font-size:2rem}.Contact .tabs{border:none;margin-top:30px}.Contact .tabs .tabs-title.is-active a{border-bottom:3px solid #373737}.Contact .tabs .tabs-title a{padding:0 0 5px;margin:15px;color:#373737;font-family:TeeFranklin-Heavy}.Contact .tabs .tabs-title a:focus,.Contact .tabs .tabs-title a:hover{background-color:transparent}.Contact .form-holder{margin-bottom:3rem}.Contact .contact-details{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.Contact .contact-details:last-child:not(:first-child){float:right}.Contact .contact-details .tabs-content{border:none}.Contact .contact-details .tabs-panel p{font-size:1.2rem}.Contact .contact-details .tabs-panel p .title{font-family:TeeFranklin-Heavy;display:block;font-size:1.2rem;margin-bottom:5px}.Contact .form{margin-bottom:20px;width:100%;float:left;padding-left:.9375rem;padding-right:.9375rem}.Contact .form:last-child:not(:first-child){float:right}.Contact .form fieldset{border:0;margin:0;padding:0}.Contact .form .error.message{color:#f64e5a}.Contact .form label.left{float:left;margin-right:15px}.Contact .form .field:not(.textarea){max-width:75rem;margin-left:auto;margin-right:auto;margin-bottom:20px;border-bottom:3px solid #373737}.Contact .form .field:not(.textarea):after,.Contact .form .field:not(.textarea):before{content:' ';display:table}.Contact .form .field:not(.textarea):after{clear:both}.Contact .form .field:not(.textarea) .middleColumn{overflow:hidden}.Contact .form .field:not(.textarea).dropdown .middleColumn{overflow:visible}.Contact .form .middleColumn{display:block;line-height:2rem}.Contact .form .middleColumn input{border:0;width:100%;height:28px;outline:none;font-size:1.2rem}.Contact .form .middleColumn textarea{outline:none;border:3px solid #373737;width:100%;resize:none;font-size:1.2rem;height:150px;min-height:50px;padding:10px;transition:.1s;line-height:22px}.Contact .form input[type=submit]{border:none;background-color:#fefefe;font-size:1.2rem;border:3px solid #373737;padding:.6rem 1rem;transition:all .25s}.Contact .form input[type=submit]:hover{background:#373737;color:#fefefe}.Contact .form .field.recaptcha label{display:none}.Contact .form .field.recaptcha #recaptcha_privacy a{color:#373737}.Contact .form .field.recaptcha #recaptcha_table{border:none!important;width:100%}.Contact .form .field.recaptcha #recaptcha_area{margin-bottom:10px}.Contact .form .field.recaptcha #recaptcha_response_field{padding-left:5px}.Contact select{display:none}.Contact div.fancy-select div.trigger{width:100%;line-height:2.1rem;background-color:#fefefe;color:#373737;font-weight:lighter;font-size:1.2rem;text-transform:capitalize;border:0;border-radius:0;box-shadow:none;font-family:Karbon,Helvetica,Roboto,Arial,sans-serif;padding:0}.Contact div.fancy-select div.trigger:after{top:12px;right:5px;border-top-color:#373737}.Contact div.fancy-select div.trigger.open{color:#373737;background-color:#fefefe;border:0}.Contact div.fancy-select div.trigger.open:focus{border:0}.Contact div.fancy-select ul.options{background-color:#fefefe;border-radius:0;font-weight:lighter;font-size:1.2rem;text-transform:capitalize;border-top:0;overflow-x:hidden}.Contact div.fancy-select ul.options li{color:#373737}.Contact div.fancy-select ul.options li.selected,.Contact div.fancy-select ul.options li:hover{color:#fefefe;background-color:#373737}.Contact .map-holder{background-color:#f7f8f9;margin-bottom:6rem}.Contact .map-holder .tabs-content{border:none;background-color:transparent}.Contact .map-holder .tabs-content .tabs-panel{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.Contact .map-holder .tabs-content .tabs-panel.is-active{display:-webkit-flex;display:-ms-flexbox;display:flex}.Contact .map-holder .tabs-content .tabs-panel .address{width:100%;float:left;padding-left:0;padding-right:0;margin-bottom:20px}.Contact .map-holder .tabs-content .tabs-panel .address .title{font-family:TeeFranklin-Heavy;display:block;font-size:1.2rem;margin-bottom:5px}.Contact .map-holder .tabs-content .tabs-panel .address:last-child:not(:first-child){float:right}.Contact .map-holder .tabs-content .tabs-panel .address .button{font-weight:400}.Contact .map-holder .tabs-content .tabs-panel .map{margin-top:-15px;margin-bottom:-25px;width:100%;float:left;padding-left:0;padding-right:0}.Contact .map-holder .tabs-content .tabs-panel .map:last-child:not(:first-child){float:right}.Contact .map-holder .tabs-content .tabs-panel .map iframe{width:100%!important;height:350px!important}.Contact .formthotics-link{margin-bottom:60px;padding-left:15px}.Contact .formthotics-link .button{font-weight:400}.Contact .sub-panel{margin-bottom:50px}.Contact .sub-panel .title{line-height:2rem}.Contact .sub-panel .subtitle{font-size:1.6rem}.Contact .sub-panel .content,.Contact .sub-panel .subtitle,.Contact .sub-panel .title{width:100%;float:left;padding-left:.9375rem;padding-right:.9375rem}.Contact .sub-panel .content:last-child:not(:first-child),.Contact .sub-panel .subtitle:last-child:not(:first-child),.Contact .sub-panel .title:last-child:not(:first-child){float:right}.Contact .sub-panel .button{margin-left:15px}.TeamMember .people-body{padding-bottom:4rem}.TeamMember .people-body p{font-size:1.3rem;line-height:1.5rem}.TeamMember .people-body .connect-with-me{font-family:TeeFranklin-Heavy;font-size:1.8rem}.TeamMember .people-body .connect-with-me i{margin-right:.5rem}.TeamMember .breadcrumbs{margin-top:1rem;width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.TeamMember .breadcrumbs:last-child:not(:first-child){float:right}.TeamMember .breadcrumbs .parent{text-transform:uppercase;color:#373737;border-bottom:3px solid #373737}.TeamMember .breadcrumbs .delimiter{position:relative;margin-left:1.5rem;margin-right:2rem}.TeamMember .breadcrumbs .delimiter:after{position:absolute;top:25%}.TeamMember .breadcrumbs .child{text-transform:uppercase}.TeamMember .team-member-image{max-width:1920px;margin-left:auto;margin-right:auto;background-size:cover;background-position:top center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.TeamMember .team-member-image>.row{width:100%}.TeamMember .team-member-image.no-image section{padding-bottom:0}.TeamMember .team-member-image:not(.no-image){margin-bottom:3rem;min-height:320px}.TeamMember .team-member-image section{width:100%}.TeamMember .team-member{padding-top:2rem;padding-bottom:2rem}.TeamMember .team-member .content{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem}.TeamMember .team-member .content:last-child:not(:first-child){float:right}.TeamMember .team-member .content h1{font-size:4rem;line-height:4rem}.TeamMember .team-member .content h2{font-size:1.6rem;font-family:Karbon;font-weight:700;display:inline-block;margin-bottom:2rem}.TeamMember .team-member .content p{font-size:1.4rem;line-height:1.4rem}.TeamMember .team-member .content .email{margin-bottom:3rem}.TeamMember .team-member .content .email a{vertical-align:middle;color:#373737}.TeamMember .team-member .content .email a:last-child{text-decoration:underline;margin-left:1rem;font-size:1.1rem}.TeamMember .team-member .content .email a:first-child{font-size:2rem}.TeamMember .button{display:inline-block;padding:0;margin-bottom:3rem;margin-top:2rem;background-color:#fff;color:#000;vertical-align:middle;border:3px solid #373737;position:relative;font-size:1.5rem;-webkit-font-smoothing:auto;padding:12px 29px 9px 89px;display:-webkit-flex;display:-ms-flexbox;display:flex}.TeamMember .button .arrow-left{top:23px;left:31px;position:absolute;background-color:#373737;width:45px;height:3px}.TeamMember .button .arrow-left:after{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.TeamMember .button .arrow-left:after,.TeamMember .button .arrow-left:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;left:0;}.TeamMember .button .arrow-left:before{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Team .row.people-inner-row{max-width:100%;margin-left:0;margin-right:0}#bod,#our-people{padding-bottom:3rem}#bod .first-col .people-spacer,#our-people .first-col .people-spacer{display:none}#bod .people-spacer,#our-people .people-spacer{opacity:0}#bod .intro-text h1,#our-people .intro-text h1{padding-left:0;margin-left:0;font-size:4.5rem;line-height:3.3rem;margin-bottom:2rem}#bod .intro-text p,#our-people .intro-text p{font-size:1.7rem;line-height:1.7rem;margin-bottom:2rem}#bod .column,#bod .columns,#our-people .column,#our-people .columns{width:33.33333%;float:left;padding-left:.1875rem;padding-right:.1875rem}#bod .column:last-child:not(:first-child),#bod .columns:last-child:not(:first-child),#our-people .column:last-child:not(:first-child),#our-people .columns:last-child:not(:first-child){float:right}#bod .person,#our-people .person{position:relative;width:100%;float:left;margin-bottom:6px}#bod .person a,#bod .person img,#our-people .person a,#our-people .person img{width:100%}#bod .person.style-2,#our-people .person.style-2{width:calc(50% - 3px)}#bod .person.style-2:nth-child(2n+1),#our-people .person.style-2:nth-child(2n+1){float:right}#bod .person.style-2 .content,#our-people .person.style-2 .content{padding:.66667rem .66667rem 4px}#bod .person.style-2 .content h2,#our-people .person.style-2 .content h2{font-size:.98rem}#bod .person.style-2 .content h3,#our-people .person.style-2 .content h3{font-size:1.05rem}#bod .person .image,#bod .person img,#our-people .person .image,#our-people .person img{width:100%}#bod .person .content,#our-people .person .content{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.5);padding:.66667rem 1rem 4px}#bod .person .content h2,#bod .person .content h3,#our-people .person .content h2,#our-people .person .content h3{color:#fff;margin:0}#bod .person .content h2,#our-people .person .content h2{font-size:1.1rem;line-height:1.1rem;margin-bottom:.33333rem}#bod .person .content h3,#our-people .person .content h3{font-size:1.1rem;line-height:1.1rem;font-family:Karbon;-webkit-font-smoothing:auto}#bod .people-spacer{display:none}#bod .column,#bod .columns{width:100%;float:left;padding-left:0;padding-right:0}#bod .column:last-child:not(:first-child),#bod .columns:last-child:not(:first-child){float:right}#bod h2.bod-title{margin-bottom:1rem}.countries{margin-top:3rem}.countries h2{text-align:center;margin-bottom:2rem}.countries p{line-height:1.5}.to-find{margin:4.5rem auto;max-width:530px;text-align:center}.to-find h2{line-height:2.4rem;margin-bottom:2rem}.to-find .button{background-color:#fff;color:#000;vertical-align:middle;border:3px solid #373737;position:relative;font-size:1.5rem;-webkit-font-smoothing:auto;padding:12px 29px 9px;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:50px}.to-find .button .arrow{top:48%;background-color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:31px;position:absolute;background-color:#373737;width:45px;height:3px}.to-find .button .arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.to-find .button .arrow:after,.to-find .button .arrow:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;}.to-find .button .arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Community .enquire{margin:3rem 0}.Community .enquire .button{background-color:#fff;color:#000;vertical-align:middle;border:3px solid #373737;position:relative;font-size:1.5rem;-webkit-font-smoothing:auto;padding:12px 29px 9px;display:-webkit-flex;display:-ms-flexbox;display:flex}.Community .enquire .button .arrow{top:48%;background-color:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:31px;position:absolute;background-color:#373737;width:45px;height:3px}.Community .enquire .button .arrow:after{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right;top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Community .enquire .button .arrow:after,.Community .enquire .button .arrow:before{position:absolute;content:'';width:16px;background-color:#373737;height:3px;right:0;}.Community .enquire .button .arrow:before{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.Community .logos{text-align:center;margin-bottom:3rem}.Community .logos .column,.Community .logos .columns{padding-bottom:3rem}.generic-page{padding:3rem 0}@media screen and (min-width:40em){.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0;}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:45px;padding-right:45px;}.medium-1{width:8.33333%;}.medium-push-1{position:relative;left:8.33333%;}.medium-pull-1{position:relative;left:-8.33333%;}.medium-offset-0{margin-left:0;}.medium-2{width:16.66667%;}.medium-push-2{position:relative;left:16.66667%;}.medium-pull-2{position:relative;left:-16.66667%;}.medium-offset-1{margin-left:8.33333%;}.medium-3{width:25%;}.medium-push-3{position:relative;left:25%;}.medium-pull-3{position:relative;left:-25%;}.medium-offset-2{margin-left:16.66667%;}.medium-4{width:33.33333%;}.medium-push-4{position:relative;left:33.33333%;}.medium-pull-4{position:relative;left:-33.33333%;}.medium-offset-3{margin-left:25%;}.medium-5{width:41.66667%;}.medium-push-5{position:relative;left:41.66667%;}.medium-pull-5{position:relative;left:-41.66667%;}.medium-offset-4{margin-left:33.33333%;}.medium-6{width:50%;}.medium-push-6{position:relative;left:50%;}.medium-pull-6{position:relative;left:-50%;}.medium-offset-5{margin-left:41.66667%;}.medium-7{width:58.33333%;}.medium-push-7{position:relative;left:58.33333%;}.medium-pull-7{position:relative;left:-58.33333%;}.medium-offset-6{margin-left:50%;}.medium-8{width:66.66667%;}.medium-push-8{position:relative;left:66.66667%;}.medium-pull-8{position:relative;left:-66.66667%;}.medium-offset-7{margin-left:58.33333%;}.medium-9{width:75%;}.medium-push-9{position:relative;left:75%;}.medium-pull-9{position:relative;left:-75%;}.medium-offset-8{margin-left:66.66667%;}.medium-10{width:83.33333%;}.medium-push-10{position:relative;left:83.33333%;}.medium-pull-10{position:relative;left:-83.33333%;}.medium-offset-9{margin-left:75%;}.medium-11{width:91.66667%;}.medium-push-11{position:relative;left:91.66667%;}.medium-pull-11{position:relative;left:-91.66667%;}.medium-offset-10{margin-left:83.33333%;}.medium-12{width:100%;}.medium-offset-11{margin-left:91.66667%;}.medium-up-1 .column,.medium-up-1 .columns{width:100%;float:left;}.medium-up-1 .column:nth-of-type(1n),.medium-up-1 .columns:nth-of-type(1n){clear:none;}.medium-up-1 .column:nth-of-type(1n+1),.medium-up-1 .columns:nth-of-type(1n+1){clear:both;}.medium-up-1 .column:last-child,.medium-up-1 .columns:last-child{float:left;}.medium-up-2 .column,.medium-up-2 .columns{width:50%;float:left;}.medium-up-2 .column:nth-of-type(1n),.medium-up-2 .columns:nth-of-type(1n){clear:none;}.medium-up-2 .column:nth-of-type(2n+1),.medium-up-2 .columns:nth-of-type(2n+1){clear:both;}.medium-up-2 .column:last-child,.medium-up-2 .columns:last-child{float:left;}.medium-up-3 .column,.medium-up-3 .columns{width:33.33333%;float:left;}.medium-up-3 .column:nth-of-type(1n),.medium-up-3 .columns:nth-of-type(1n){clear:none;}.medium-up-3 .column:nth-of-type(3n+1),.medium-up-3 .columns:nth-of-type(3n+1){clear:both;}.medium-up-3 .column:last-child,.medium-up-3 .columns:last-child{float:left;}.medium-up-4 .column,.medium-up-4 .columns{width:25%;float:left;}.medium-up-4 .column:nth-of-type(1n),.medium-up-4 .columns:nth-of-type(1n){clear:none;}.medium-up-4 .column:nth-of-type(4n+1),.medium-up-4 .columns:nth-of-type(4n+1){clear:both;}.medium-up-4 .column:last-child,.medium-up-4 .columns:last-child{float:left;}.medium-up-5 .column,.medium-up-5 .columns{width:20%;float:left;}.medium-up-5 .column:nth-of-type(1n),.medium-up-5 .columns:nth-of-type(1n){clear:none;}.medium-up-5 .column:nth-of-type(5n+1),.medium-up-5 .columns:nth-of-type(5n+1){clear:both;}.medium-up-5 .column:last-child,.medium-up-5 .columns:last-child{float:left;}.medium-up-6 .column,.medium-up-6 .columns{width:16.66667%;float:left;}.medium-up-6 .column:nth-of-type(1n),.medium-up-6 .columns:nth-of-type(1n){clear:none;}.medium-up-6 .column:nth-of-type(6n+1),.medium-up-6 .columns:nth-of-type(6n+1){clear:both;}.medium-up-6 .column:last-child,.medium-up-6 .columns:last-child{float:left;}.column.medium-centered,.medium-centered.columns{float:none;margin-left:auto;margin-right:auto;}.medium-pull-0,.medium-push-0,.medium-uncenter{position:static;margin-left:0;margin-right:0;}h1{font-size:3rem;}h2{font-size:2.5rem;}h3{font-size:1.9375rem;}h4{font-size:1.5625rem;}h5{font-size:1.25rem;}h6{font-size:1rem;}.medium-text-left{text-align:left;}.medium-text-right{text-align:right;}.medium-text-center{text-align:center;}.medium-text-justify{text-align:justify;}.flex-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;}.button{padding:3px 70px 3px 15px;}.button .right-arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:15px;}.Products .secondary-header .row.text-only>*{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.Products .secondary-header .row.text-only>:last-child:not(:first-child){float:right;}.Community .secondary-header .row.text-only .content,.Community .secondary-header .row.text-only .heading{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.Community .secondary-header .row.text-only .content:last-child:not(:first-child),.Community .secondary-header .row.text-only .heading:last-child:not(:first-child){float:right;}.WhoWeAre .secondary-header .row.text-only .heading{padding-left:60px;}.secondary-header{text-align:right;}.secondary-header .row.text-only .heading{width:33.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row.text-only .heading:last-child:not(:first-child){float:right;}.secondary-header .row.text-only .content{width:66.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row.text-only .content:last-child:not(:first-child){float:right;}.secondary-header .row:not(.text-only) .content{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row:not(.text-only) .content:last-child:not(:first-child){float:right;}.secondary-header .row:not(.text-only) .featured-image{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row:not(.text-only) .featured-image:last-child:not(:first-child){float:right;}footer .top-row>div:not(.icons){position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}footer .top-row>div:not(.icons) a{float:right;}footer .bottom-row nav{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}footer .web-credits{text-align:right;}.panel .content{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.panel .content h2{font-size:4rem;line-height:3.5rem;}.panel .content .text{font-size:1.4rem;}.Home .panel .content h2{font-size:4.1rem;line-height:4rem;}.Home #panel-1 .content h2{width:33.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-1 .content h2:last-child:not(:first-child){float:right;}.Home #panel-1 .content .text{width:66.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-1 .content .text:last-child:not(:first-child){float:right;}.Home #panel-3 .images{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-3 .images:last-child:not(:first-child){float:right;}.Home #panel-3 .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-3 .content:last-child:not(:first-child){float:right;}.Home #panel-4 .content h2{font-size:3.4rem;margin-top:80px;}.Home #panel-5 .content h2{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-5 .content h2:last-child:not(:first-child){float:right;}.Home #panel-5 .content .text{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-5 .content .text:last-child:not(:first-child){float:right;}.Home #panel-5 .content .text p{margin-left:3rem;}.Home #panel-7 .images{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-7 .images:last-child:not(:first-child){float:right;}.Home #panel-7 .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-7 .content:last-child:not(:first-child){float:right;}.Home #panel-7 .content h2{font-size:3.2rem;}.Home #panel-7 .content .text p:nth-of-type(3){padding-top:20px;}.Home .featured-blog .images{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home .featured-blog .images:last-child:not(:first-child){float:right;}.Home .featured-blog .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home .featured-blog .content:last-child:not(:first-child){float:right;}.WhoWeAre .panel .content h2{font-size:3rem;}.WhoWeAre #panel-2 .content{width:66.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-2 .content:last-child:not(:first-child){float:right;}.WhoWeAre #panel-2 .content h2{font-size:3.4rem;line-height:3.2rem;}.WhoWeAre #panel-3{padding:6rem 0;}.WhoWeAre #panel-3 .images{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-3 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-3 .content{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-3 .content:last-child:not(:first-child){float:right;}.WhoWeAre #panel-3 .content .text p{margin-bottom:165px;}.WhoWeAre #panel-3 .content .timeline h3{font-size:2rem;margin-bottom:3rem;}.WhoWeAre #panel-4 .images{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-4 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-4 .content{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-4 .content:last-child:not(:first-child){float:right;}.WhoWeAre #panel-5 .images{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-5 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-5 .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-5 .content:last-child:not(:first-child){float:right;}.History .first-year{text-align:center;}.History .timeline .moment.odd{position:relative;margin-left:auto;text-align:right;}.History .timeline .moment.odd .content{float:right;}.History .timeline .moment.odd .point{right:-10px;top:12px;}.History .timeline .moment.even:not(:nth-child(2)){position:relative;left:50%;}.History .timeline .moment.even:not(:nth-child(2)) .point{left:-10px;top:12px;}.WhatWeValue .panel{margin-bottom:70px;}.WhatWeValue .panel:first-of-type{margin-top:80px;}.WhatWeValue .panel .panel-inner .content h2{font-size:2.6rem;line-height:2.6rem;}.WhatWeValue .panel .panel-inner.left-align .images,.WhatWeValue .panel .panel-inner.right-align .images{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue .panel .panel-inner.left-align .images:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .images:last-child:not(:first-child){float:right;}.WhatWeValue .panel .panel-inner.left-align .content,.WhatWeValue .panel .panel-inner.right-align .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue .panel .panel-inner.left-align .content:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .content:last-child:not(:first-child){float:right;}.WhatWeValue .panel .panel-inner.left-align .images{-webkit-order:1;-ms-flex-order:1;order:1;}.WhatWeValue .panel .panel-inner.left-align .content{-webkit-order:2;-ms-flex-order:2;order:2;}.WhatWeValue .panel .panel-inner.bottom-align .content{margin-bottom:15px;}.WhatWeValue .panel .panel-inner.bottom-align .content h2{text-align:right;width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue .panel .panel-inner.bottom-align .content h2:last-child:not(:first-child){float:right;}.WhatWeValue .panel .panel-inner.bottom-align .content .text{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue .panel .panel-inner.bottom-align .content .text:last-child:not(:first-child){float:right;}.WhatWeValue #panel-2 h2{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue #panel-2 h2:last-child:not(:first-child){float:right;}.WhatWeValue #panel-2 .text{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue #panel-2 .text:last-child:not(:first-child){float:right;}.WhatWeValue #panel-5 h2{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue #panel-5 h2:last-child:not(:first-child){float:right;}.WhatWeValue #panel-5 .text{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhatWeValue #panel-5 .text:last-child:not(:first-child){float:right;}.TheStory .banner .banner-content{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.TheStory .banner .banner-content:last-child:not(:first-child){float:right;}.TheStory .banner .banner-content h1{font-size:3rem;line-height:3rem;}.TheStory .banner .banner-content p{font-size:1.3rem;line-height:1.5rem;}.TheStory .body-copy p{font-size:1.1rem;width:33.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.TheStory .body-copy p:last-child:not(:first-child){float:right;}.Blog .blog-title,.BlogPost .blog-title{padding-left:45px;}.Blog .blog-entry.content-container,.BlogPost .blog-entry.content-container{width:75%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Blog .blog-entry.content-container:last-child:not(:first-child),.BlogPost .blog-entry.content-container:last-child:not(:first-child){float:right;}.Blog .blog-entry.content-container article,.BlogPost .blog-entry.content-container article{margin-top:2rem;margin-bottom:3rem;}.Blog .blog-entry.content-container h2,.BlogPost .blog-entry.content-container h2{font-size:1.4rem;}.Blog .blog-sidebar,.BlogPost .blog-sidebar{display:inline-block;width:25%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Blog .blog-sidebar:last-child:not(:first-child),.BlogPost .blog-sidebar:last-child:not(:first-child){float:right;}.Blog article .post-summary,.BlogPost article .post-summary{margin:15px;}.Products .product-panel:nth-of-type(even) .panel-inner .image{-webkit-order:1;-ms-flex-order:1;order:1;}.Products .product-panel:nth-of-type(even) .panel-inner .content,.Products .product-panel:nth-of-type(even) .panel-inner .image{left:-8.0004%;}.Products .product-panel:nth-of-type(even) .panel-inner .content{-webkit-order:2;-ms-flex-order:2;order:2;padding-left:40px;padding-right:20px;margin-right:-8.0004%;}.Products .product-panel:nth-of-type(odd) .panel-inner .content,.Products .product-panel:nth-of-type(odd) .panel-inner .image{right:-8.0004%;}.Products .product-panel:nth-of-type(odd) .panel-inner .content{padding-right:40px;padding-left:20px;margin-left:-8.0004%;}.Products .product-panel .panel-inner .image{display:inline-block;}.Products .product-panel .panel-inner .content{display:inline-block;}.Products .product-panel .panel-inner .content p{font-size:.9rem;line-height:1.2;}.Products .product-panel .panel-inner .content .right-arrow{margin-top:14px;}.Products .product-panel .panel-inner .content .right-arrow{right:40px;bottom:0;}.Product .product-detail>.row:not(.slider)>:first-child,.ProductHolder .product-detail>.row:not(.slider)>:first-child{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Product .product-detail>.row:not(.slider)>:first-child:last-child:not(:first-child),.ProductHolder .product-detail>.row:not(.slider)>:first-child:last-child:not(:first-child){float:right;}.Product .product-detail>.row:not(.slider)>:last-child,.ProductHolder .product-detail>.row:not(.slider)>:last-child{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Product .product-detail>.row:not(.slider)>:last-child:last-child:not(:first-child),.ProductHolder .product-detail>.row:not(.slider)>:last-child:last-child:not(:first-child){float:right;}.Product .product-detail>.row:not(.slider).heading .title h1,.ProductHolder .product-detail>.row:not(.slider).heading .title h1{font-size:3rem;line-height:3rem;}.Product .internal-products .product-master,.ProductHolder .internal-products .product-master{width:33.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Product .internal-products .product-master:last-child:not(:first-child),.ProductHolder .internal-products .product-master:last-child:not(:first-child){float:right;float:left;}.Product .slider{margin-bottom:60px;}.Product .slider.alt-pager .cycle-slideshow{margin-right:50px;}.Product .slider.alt-pager .cycle-pager a{padding:15px;}.Contact h2{font-size:2.2rem;}.Contact .tabs .tabs-title a{font-size:1.6rem;}.Contact .contact-details{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Contact .contact-details:last-child:not(:first-child){float:right;}.Contact .form{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Contact .form:last-child:not(:first-child){float:right;}.Contact .map-holder .tabs-content .tabs-panel .address{width:41.66667%;float:left;padding-left:0;padding-right:0;}.Contact .map-holder .tabs-content .tabs-panel .address:last-child:not(:first-child){float:right;}.Contact .map-holder .tabs-content .tabs-panel .map{width:58.33333%;float:left;padding-left:0;padding-right:0;}.Contact .map-holder .tabs-content .tabs-panel .map:last-child:not(:first-child){float:right;}.Contact .sub-panel .row:first-of-type{margin-bottom:20px;}.Contact .sub-panel .content,.Contact .sub-panel .subtitle,.Contact .sub-panel .title{width:33.33333%;float:left;padding-left:.625rem;padding-right:.625rem;}.Contact .sub-panel .content:last-child:not(:first-child),.Contact .sub-panel .subtitle:last-child:not(:first-child),.Contact .sub-panel .title:last-child:not(:first-child){float:right;}.Contact .sub-panel .button{float:right;}.TeamMember .team-member-image:not(.no-image){min-height:440px;}.TeamMember .team-member .content p{font-size:1.9rem;line-height:1.9rem;}#bod .end-col,#bod .mid-col,#our-people .end-col,#our-people .mid-col{margin-top:51px;}#bod,#our-people{padding-top:3rem;}#bod .person{width:calc(22.3% - 6px);margin-right:6px;}.countries p{-webkit-columns:4;-moz-columns:4;columns:4;}.Community .enquire p{text-align:right;font-size:1.5rem;}}@media screen and (min-width:51.5em){.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0;}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:45px;padding-right:45px;}.large-1{width:8.33333%;}.large-push-1{position:relative;left:8.33333%;}.large-pull-1{position:relative;left:-8.33333%;}.large-offset-0{margin-left:0;}.large-2{width:16.66667%;}.large-push-2{position:relative;left:16.66667%;}.large-pull-2{position:relative;left:-16.66667%;}.large-offset-1{margin-left:8.33333%;}.large-3{width:25%;}.large-push-3{position:relative;left:25%;}.large-pull-3{position:relative;left:-25%;}.large-offset-2{margin-left:16.66667%;}.large-4{width:33.33333%;}.large-push-4{position:relative;left:33.33333%;}.large-pull-4{position:relative;left:-33.33333%;}.large-offset-3{margin-left:25%;}.large-5{width:41.66667%;}.large-push-5{position:relative;left:41.66667%;}.large-pull-5{position:relative;left:-41.66667%;}.large-offset-4{margin-left:33.33333%;}.large-6{width:50%;}.large-push-6{position:relative;left:50%;}.large-pull-6{position:relative;left:-50%;}.large-offset-5{margin-left:41.66667%;}.large-7{width:58.33333%;}.large-push-7{position:relative;left:58.33333%;}.large-pull-7{position:relative;left:-58.33333%;}.large-offset-6{margin-left:50%;}.large-8{width:66.66667%;}.large-push-8{position:relative;left:66.66667%;}.large-pull-8{position:relative;left:-66.66667%;}.large-offset-7{margin-left:58.33333%;}.large-9{width:75%;}.large-push-9{position:relative;left:75%;}.large-pull-9{position:relative;left:-75%;}.large-offset-8{margin-left:66.66667%;}.large-10{width:83.33333%;}.large-push-10{position:relative;left:83.33333%;}.large-pull-10{position:relative;left:-83.33333%;}.large-offset-9{margin-left:75%;}.large-11{width:91.66667%;}.large-push-11{position:relative;left:91.66667%;}.large-pull-11{position:relative;left:-91.66667%;}.large-offset-10{margin-left:83.33333%;}.large-12{width:100%;}.large-offset-11{margin-left:91.66667%;}.large-up-1 .column,.large-up-1 .columns{width:100%;float:left;}.large-up-1 .column:nth-of-type(1n),.large-up-1 .columns:nth-of-type(1n){clear:none;}.large-up-1 .column:nth-of-type(1n+1),.large-up-1 .columns:nth-of-type(1n+1){clear:both;}.large-up-1 .column:last-child,.large-up-1 .columns:last-child{float:left;}.large-up-2 .column,.large-up-2 .columns{width:50%;float:left;}.large-up-2 .column:nth-of-type(1n),.large-up-2 .columns:nth-of-type(1n){clear:none;}.large-up-2 .column:nth-of-type(2n+1),.large-up-2 .columns:nth-of-type(2n+1){clear:both;}.large-up-2 .column:last-child,.large-up-2 .columns:last-child{float:left;}.large-up-3 .column,.large-up-3 .columns{width:33.33333%;float:left;}.large-up-3 .column:nth-of-type(1n),.large-up-3 .columns:nth-of-type(1n){clear:none;}.large-up-3 .column:nth-of-type(3n+1),.large-up-3 .columns:nth-of-type(3n+1){clear:both;}.large-up-3 .column:last-child,.large-up-3 .columns:last-child{float:left;}.large-up-4 .column,.large-up-4 .columns{width:25%;float:left;}.large-up-4 .column:nth-of-type(1n),.large-up-4 .columns:nth-of-type(1n){clear:none;}.large-up-4 .column:nth-of-type(4n+1),.large-up-4 .columns:nth-of-type(4n+1){clear:both;}.large-up-4 .column:last-child,.large-up-4 .columns:last-child{float:left;}.large-up-5 .column,.large-up-5 .columns{width:20%;float:left;}.large-up-5 .column:nth-of-type(1n),.large-up-5 .columns:nth-of-type(1n){clear:none;}.large-up-5 .column:nth-of-type(5n+1),.large-up-5 .columns:nth-of-type(5n+1){clear:both;}.large-up-5 .column:last-child,.large-up-5 .columns:last-child{float:left;}.large-up-6 .column,.large-up-6 .columns{width:16.66667%;float:left;}.large-up-6 .column:nth-of-type(1n),.large-up-6 .columns:nth-of-type(1n){clear:none;}.large-up-6 .column:nth-of-type(6n+1),.large-up-6 .columns:nth-of-type(6n+1){clear:both;}.large-up-6 .column:last-child,.large-up-6 .columns:last-child{float:left;}.column.large-centered,.large-centered.columns{float:none;margin-left:auto;margin-right:auto;}.large-pull-0,.large-push-0,.large-uncenter{position:static;margin-left:0;margin-right:0;}.large-text-left{text-align:left;}.large-text-right{text-align:right;}.large-text-center{text-align:center;}.large-text-justify{text-align:justify;}.secondary-header .row:not(.text-only) .content{width:33.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row:not(.text-only) .content:last-child:not(:first-child){float:right;}.secondary-header .row:not(.text-only) .featured-image{width:66.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.secondary-header .row:not(.text-only) .featured-image:last-child:not(:first-child){float:right;}.secondary-header .heading h1{font-size:3.6rem;line-height:3.5rem;}.secondary-header .content{font-size:1.7rem;}.panel .content h2{font-size:5rem;line-height:4rem;}.panel .content .subtitle{font-size:2.2rem;}.panel .content .text{font-size:1.6rem;}.Home .panel .content h2{font-size:6.1rem;line-height:4.5rem;}.Home #panel-1 .content{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;width:85%;}.Home #panel-3 .images{width:58.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.Home #panel-3 .images:last-child:not(:first-child){float:right;}.Home #panel-3 .content{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Home #panel-3 .content:last-child:not(:first-child){float:right;}.Home #panel-4{height:580px;}.Home #panel-4 .content h2{line-height:4.4rem;font-size:4.6rem;}.Home #panel-7 .images{width:50%;float:left;padding-left:2.8125rem;padding-right:2.8125rem;}.Home #panel-7 .images:last-child:not(:first-child){float:right;}.Home #panel-7 .content{width:50%;float:left;padding-left:1.5625rem;padding-right:1.5625rem;}.Home #panel-7 .content:last-child:not(:first-child){float:right;}.Home #panel-7 .content h2{font-size:3.6rem;line-height:3.7rem;}.Home #panel-7 .content .text p:first-of-type{margin-bottom:45px;}.Home #panel-7 .content .text img{width:56px;}.Home .featured-blog .images{width:58.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.Home .featured-blog .images:last-child:not(:first-child){float:right;}.Home .featured-blog .content{width:41.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.Home .featured-blog .content:last-child:not(:first-child){float:right;}.WhoWeAre .panel .content h2{font-size:4rem;}.WhoWeAre #panel-2 .content h2{font-size:4rem;line-height:4rem;}.WhoWeAre #panel-3 .images{width:58.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-3 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-3 .content{width:41.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-3 .content:last-child:not(:first-child){float:right;}.WhoWeAre #panel-3 .content .timeline h3{font-size:3rem;}.WhoWeAre #panel-4 .images{width:58.33333%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-4 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-4 .content{width:41.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-4 .content:last-child:not(:first-child){float:right;}.WhoWeAre #panel-5 .images{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-5 .images:last-child:not(:first-child){float:right;}.WhoWeAre #panel-5 .content{width:50%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhoWeAre #panel-5 .content:last-child:not(:first-child){float:right;}.WhatWeValue .panel{margin-bottom:120px;}.WhatWeValue .panel:first-of-type{margin-top:100px;}.WhatWeValue .panel .panel-inner .content h2{font-size:3.4rem;line-height:3.4rem;}.WhatWeValue .panel .panel-inner .content .subtitle{font-size:1.8rem;line-height:1.9rem;}.WhatWeValue .panel .panel-inner .content .text{font-size:1.2rem;}.WhatWeValue .panel .panel-inner.left-align .images,.WhatWeValue .panel .panel-inner.right-align .images{width:58.33333%;float:left;padding-left:.9375rem;padding-right:.9375rem;}.WhatWeValue .panel .panel-inner.left-align .images:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .images:last-child:not(:first-child){float:right;}.WhatWeValue .panel .panel-inner.left-align .content,.WhatWeValue .panel .panel-inner.right-align .content{width:41.66667%;float:left;padding-left:1.875rem;padding-right:1.875rem;}.WhatWeValue .panel .panel-inner.left-align .content:last-child:not(:first-child),.WhatWeValue .panel .panel-inner.right-align .content:last-child:not(:first-child){float:right;}.WhatWeValue #panel-6 .content{margin-left:-150px;}.TheStory .banner .banner-content h1{font-size:4.3rem;line-height:4.2rem;}.TheStory .banner .banner-content p{font-size:1.6rem;line-height:1.8rem;}.TheStory .body-copy p{font-size:1.2rem;}.Blog .blog-title,.BlogPost .blog-title{font-size:4rem;padding-left:50px;}.Blog .blog-entry.content-container h2,.BlogPost .blog-entry.content-container h2{font-size:1.6rem;}.Products .product-panel .panel-inner .image{width:64%;}.Products .product-panel .panel-inner .content{width:42%;}.Product .product-detail>.row:not(.slider).heading .title h1,.ProductHolder .product-detail>.row:not(.slider).heading .title h1{font-size:4rem;line-height:4rem;}.Contact h2{font-size:3rem;}.Contact .map-holder .tabs-content .tabs-panel .address{width:33.33333%;float:left;padding-left:0;padding-right:0;}.Contact .map-holder .tabs-content .tabs-panel .address:last-child:not(:first-child){float:right;}.Contact .map-holder .tabs-content .tabs-panel .map{width:66.66667%;float:left;padding-left:0;padding-right:0;}.Contact .map-holder .tabs-content .tabs-panel .map:last-child:not(:first-child){float:right;}.TeamMember .team-member-image:not(.no-image){min-height:540px;}.TeamMember .team-member .content{width:41.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.TeamMember .team-member .content:last-child:not(:first-child){float:right;}.TeamMember .team-member .content p{font-size:2.2rem;line-height:2.2rem;}.countries p{width:calc(100% + 100px);}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;}.show-for-print{display:block!important;}.hide-for-print{display:none!important;}table.show-for-print{display:table!important;}thead.show-for-print{display:table-header-group!important;}tbody.show-for-print{display:table-row-group!important;}tr.show-for-print{display:table-row!important;}td.show-for-print,th.show-for-print{display:table-cell!important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}.ir a:after,a[href^='#']:after,a[href^='javascript:']:after{content:'';}abbr[title]:after{content:" (" attr(title) ")";}blockquote,pre{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}img,tr{page-break-inside:avoid;}img{max-width:100%!important;}@page{margin:.5cm;}h2,h3,p{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}}@media screen and (min-width:0em) and (max-width:39.9375em){p{font-size:1.2rem;line-height:1.4rem;}.button .right-arrow{display:none;}#foot-science{width:200px;}#foot-science_mono{width:37vw;margin-right:20px;}#iso-9001,#iso-13485{width:12vw;}header .logo{max-width:75vw;}.secondary-header .heading h1{font-size:2rem;line-height:2rem;}footer button{display:block;width:calc(100vw - 1.75em);font-size:1.6rem;}footer .top-row{text-align:center;}footer .top-row .icons{display:inline-block;}footer .top-row>div:not(.icons) a{margin-top:1rem;}footer .bottom-row{font-size:1rem;}footer .bottom-row .copyright{display:block;text-align:center;}footer .bottom-row nav{margin-bottom:15px;}.panel.banner,.panel.video{height:320px;}.Home .panel p{font-size:1.4rem;line-height:1.6rem;}.Home .panel .content h2{font-size:2.5rem;line-height:2.5rem;margin-bottom:1rem;}.Home #panel-1 .content{width:100%;}.Home #panel-1 .content h2{padding:0;}.Home #panel-3 .images{margin-bottom:2rem;}.Home #panel-4 .video-button:after,.Home #panel-4 .video-button:before{top:70%;}.Home #panel-5 .content .right-arrow{right:30px;}.Home #panel-6 .images{padding:0;}.Home #panel-7 .images{margin-bottom:2rem;}.Home .featured-blog .images{margin-top:2rem;}.Home .featured-blog .content .right-arrow{right:30px;}.Home .cycle-slideshow{max-height:420px;}.Home .cycle-slideshow .slide{height:420px;background-position:34% 0;}.Home .cycle-slideshow .slide h1{font-size:3.4rem;line-height:3rem;margin-top:6rem;text-shadow:0 5px 20px rgba(0,0,0,.5);}.WhoWeAre .panel .text p{font-size:1.3rem;}.WhoWeAre .panel .content h2{font-size:2rem;line-height:2rem;}.WhoWeAre #panel-1 .content .text p{text-indent:-999px;padding-right:0;}.WhoWeAre #panel-3 .images{margin-bottom:2rem;}.WhoWeAre #panel-4 .images{margin-bottom:2rem;}.WhoWeAre #panel-4 .content .text{padding-right:0;padding-bottom:1rem;}.WhoWeAre #panel-5 .images{margin-top:2rem;}.WhoWeAre #panel-5 .content .text p{padding-right:0;padding-bottom:0;}.History .first-year{font-size:2rem;}.History .timeline .centerline{left:30px;}.History .timeline .moment h2{font-size:2rem;}.History .timeline .moment .point{left:20px;margin-top:10px;}.History .timeline .moment.odd{width:91.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin-left:8.33333%;}.History .timeline .moment.odd:last-child:not(:first-child){float:right;}.History .timeline .moment.even{width:91.66667%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;margin-left:8.33333%;}.History .timeline .moment.even:last-child:not(:first-child){float:right;}.WhatWeValue #panel-4 .images img{width:50%;}.Products .product-panel .panel-inner .content{padding:20px;}.Products .product-panel .panel-inner .content .logo{width:200px;}.Products .product-panel .panel-inner .content .right-arrow{top:4rem;right:40px;}.Product .product-detail>.row:not(.slider).heading .logo,.ProductHolder .product-detail>.row:not(.slider).heading .logo{width:350px;}.Contact .tabs .tabs-title{clear:left;}.Contact .tabs .tabs-title a{font-size:1.2rem;margin-top:0;}.TeamMember .team-member .content h1{font-size:2rem;line-height:2rem;}.TeamMember .team-member .content h2{font-size:1.3rem;line-height:1.3rem;}#bod .intro-text h1,#our-people .intro-text h1{font-size:2rem;line-height:2rem;margin-bottom:1rem;}#bod .intro-text p,#our-people .intro-text p{font-size:1.3rem;line-height:1.3rem;}#bod .column,#bod .columns,#our-people .column,#our-people .columns{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}#bod .column:last-child:not(:first-child),#bod .columns:last-child:not(:first-child),#our-people .column:last-child:not(:first-child),#our-people .columns:last-child:not(:first-child){float:right;}.countries p{-webkit-columns:2;-moz-columns:2;columns:2;}}@media screen and (min-width:40em) and (max-width:51.4375em){p{font-size:1.3rem;line-height:1.5rem;}.Products .product-panel:nth-of-type(even) .panel-inner{right:-8.0004%;}.Products .product-panel .panel-inner .content,.Products .product-panel .panel-inner .image{width:50%;}.TeamMember .team-member .content h1{font-size:3rem;line-height:3rem;}.TeamMember .team-member .content h2{font-size:1.6rem;line-height:1.6rem;}#bod .intro-text h1,#our-people .intro-text h1{font-size:3rem;line-height:3rem;}#bod .intro-text p,#our-people .intro-text p{font-size:1.4rem;line-height:1.4rem;}}@media screen and (min-width:61.25em){header .menu-btn{display:none;}nav:not(.Actions){display:block;}nav:not(.Actions).primary{display:inline-block;}nav:not(.Actions).secondary{display:inline-block;}nav:not(.Actions).tertiary{display:inline-block;}}@media screen and (min-width:46.875em){footer .top-row .icons{display:inline-block;}.Blog article .post-summary,.BlogPost article .post-summary{width:calc(50% - 30px);}.Products .product-panel .panel-inner .content p{font-size:1rem;}}@media screen and (max-width:59.375em){.WhoWeAre .panel .content h2{font-size:3rem;line-height:3rem;}}@media screen and (max-width:46.875em){.WhoWeAre .panel .content h2{font-size:2.4rem;line-height:2.4rem;}}@media screen and (min-width:120em){.WhoWeAre #panel-1{padding-bottom:1200px;}}@media screen and (min-width:62.5em){.WhoWeAre #panel-2 .content{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.WhoWeAre #panel-2 .content:last-child:not(:first-child){float:right;}.Products .product-panel:nth-of-type(even) .panel-inner{right:-12%;}.Products .product-panel:nth-of-type(even) .panel-inner .content,.Products .product-panel:nth-of-type(even) .panel-inner .image{left:-24%;}.Products .product-panel:nth-of-type(even) .panel-inner .content{margin-right:-12%;}.Products .product-panel:nth-of-type(odd) .panel-inner{left:-12%;}.Products .product-panel:nth-of-type(odd) .panel-inner .content,.Products .product-panel:nth-of-type(odd) .panel-inner .image{right:-24%;}.Products .product-panel:nth-of-type(odd) .panel-inner .content{margin-left:-12%;}.Products .product-panel .panel-inner .image{width:70%;}.Products .product-panel .panel-inner .content .logo{max-width:100%;margin-top:20px;}.Products .product-panel .panel-inner .content .logo img{padding:30px 0 20px;}}@media screen and (min-width:51.5em) and (min-width:62.5em){.WhatWeValue .panel .panel-inner .content h2{font-size:4.2rem;line-height:3.6rem;}}@media screen and (min-width:31.25em){.Blog .blog-title,.BlogPost .blog-title{margin-top:40px;}}@media screen and (min-width:57.8125em){.Products .product-panel .panel-inner .content p{font-size:1.2rem;}}@media screen and (min-width:68.75em){.Products .product-panel .panel-inner .content p{font-size:1.25rem;}}@media screen and (min-width:29.6875em){.Products .internal-products .product-master{width:50%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.Products .internal-products .product-master:last-child:not(:first-child){float:right;}}@media screen and (max-width:33.75em){.TeamMember .team-member-image{background-size:0;}.TeamMember .team-member{width:100%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.TeamMember .team-member:last-child:not(:first-child){float:right;}}@media screen and (max-width:61.1875em){.TeamMember .team-member-image{background-position:75% 0;}}@media screen and (min-width:33.8125em){.TeamMember .team-member-image>.row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.TeamMember .team-alt-image{display:none;}.TeamMember .team-member{padding-top:4rem;padding-bottom:4rem;}}@media screen and (min-width:33.8125em) and (max-width:51.4375em){.TeamMember .team-member .content{width:58.33333%;float:left;padding-left:1.40625rem;padding-right:1.40625rem;}.TeamMember .team-member .content:last-child:not(:first-child){float:right;}}