/***************************************
 Import Bourbon
***************************************/
html {
  box-sizing: border-box;
}

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

/* 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;
  filter: alpha(opacity=80);
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.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;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left::before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right::before,
.mfp-arrow-right .mfp-b {
  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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 * Fade
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Overlay styles */
.cOverlay {
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1100;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

/* cPopup styles */
.cOuter {
  display: none;
  left: 50%;
  top: 50%;
  outline: medium none;
  position: fixed;
  z-index: 1101;
  margin: auto;
}

.cContent {
  border: 10px solid black;
  border: 10px solid rgba(0, 0, 0, 0.8);
  outline: medium none;
  overflow: hidden;
  padding: 0;
  z-index: 1102;
  height: 100%;
  position: relative;
  width: 100%;
}

.cImage {
  border: medium none;
  height: 100%;
  line-height: 0;
  margin: 0;
  outline: medium none;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.cClose {
  background: transparent url("../../img/kl-popup-close.png") no-repeat 0 0;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: -40px;
  top: -20px;
  width: 50px;
  z-index: 1103;
}

/***************************************
 Import Base
***************************************/

/***
	Overwrite outer-container to allow for instance when we want masonry layout.
***/

/***
	Overwrite span-columns to allow for instance when we don't want gutters between columns.
***/

/***
	Overwrite Shift.
***/

/***
	Overwrite Omega.
***/

/***
	Introducing mixin which resets omega.
***/

/***
	Reseting all omegas.
***/

/***
	Reseting list item styling.
***/

/***
	Overwrite Placeholder, added .placeholder class for IE8/9.
***/

/***
	Overwrite clearfix mixin for IE8
***/

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

body {
  line-height: 1;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.wrapper input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/***************************************
	Colors
***************************************/

/***************************************
	Base
***************************************/
select {
  max-width: 100%;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.clear::after {
  clear: both;
  content: "";
  display: table;
}

.hide {
  display: none;
}

.container {
  width: 90%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.site-bg {
  padding-top: 0 !important;
  background-size: cover;
  background-position: center;
}

.map.zoom-fix {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.map.zoom-fix:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.map.zoom-fix > div {
  pointer-events: none;
}

/***************************************
	Typography
***************************************/
@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-900-webfont.eot");
  src: url("../fonts/museosans-900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-900-webfont.woff2") format("woff2"), url("../fonts/museosans-900-webfont.woff") format("woff"), url("../fonts/museosans-900-webfont.ttf") format("truetype"), url("../fonts/museosans-900-webfont.svg#museo_sans900") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-700-webfont.eot");
  src: url("../fonts/museosans-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-700-webfont.woff2") format("woff2"), url("../fonts/museosans-700-webfont.woff") format("woff"), url("../fonts/museosans-700-webfont.ttf") format("truetype"), url("../fonts/museosans-700-webfont.svg#museo_sans700") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-500-webfont.eot");
  src: url("../fonts/museosans-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500-webfont.woff2") format("woff2"), url("../fonts/museosans-500-webfont.woff") format("woff"), url("../fonts/museosans-500-webfont.ttf") format("truetype"), url("../fonts/museosans-500-webfont.svg#museo_sans500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-500italic-webfont.eot");
  src: url("../fonts/museosans-500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-500italic-webfont.woff2") format("woff2"), url("../fonts/museosans-500italic-webfont.woff") format("woff"), url("../fonts/museosans-500italic-webfont.ttf") format("truetype"), url("../fonts/museosans-500italic-webfont.svg#museo_sans500_italic") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-300-webfont.eot");
  src: url("../fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300-webfont.woff2") format("woff2"), url("../fonts/museosans-300-webfont.woff") format("woff"), url("../fonts/museosans-300-webfont.ttf") format("truetype"), url("../fonts/museosans-300-webfont.svg#museo_sans300") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-300italic-webfont.eot");
  src: url("../fonts/museosans-300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-300italic-webfont.woff2") format("woff2"), url("../fonts/museosans-300italic-webfont.woff") format("woff"), url("../fonts/museosans-300italic-webfont.ttf") format("truetype"), url("../fonts/museosans-300italic-webfont.svg#museo_sans300") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-100-webfont.eot");
  src: url("../fonts/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-100-webfont.woff2") format("woff2"), url("../fonts/museosans-100-webfont.woff") format("woff"), url("../fonts/museosans-100-webfont.ttf") format("truetype"), url("../fonts/museosans-100-webfont.svg#museo_sans100") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans';
  src: url("../fonts/museosans-100italic-webfont.eot");
  src: url("../fonts/museosans-100italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans-100italic-webfont.woff2") format("woff2"), url("../fonts/museosans-100italic-webfont.woff") format("woff"), url("../fonts/museosans-100italic-webfont.ttf") format("truetype"), url("../fonts/museosans-100italic-webfont.svg#museo_sans100_italic") format("svg");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museoslab-300-webfont.eot");
  src: url("../fonts/museoslab-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museoslab-300-webfont.woff2") format("woff2"), url("../fonts/museoslab-300-webfont.woff") format("woff"), url("../fonts/museoslab-300-webfont.ttf") format("truetype"), url("../fonts/museoslab-300-webfont.svg#museo_slab300") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museoslab-300italic-webfont.eot");
  src: url("../fonts/museoslab-300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museoslab-300italic-webfont.woff2") format("woff2"), url("../fonts/museoslab-300italic-webfont.woff") format("woff"), url("../fonts/museoslab-300italic-webfont.ttf") format("truetype"), url("../fonts/museoslab-300italic-webfont.svg#museo_slab300_italic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSlab';
  src: url("../fonts/museoslab-500-webfont.eot");
  src: url("../fonts/museoslab-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museoslab-500-webfont.woff2") format("woff2"), url("../fonts/museoslab-500-webfont.woff") format("woff"), url("../fonts/museoslab-500-webfont.ttf") format("truetype"), url("../fonts/museoslab-500-webfont.svg#museo_slab300") format("svg");
  font-weight: 500;
  font-style: normal;
}

html {
  font-size: 1em;
}

body {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #1c1c1c;
}

h1 {
  font-size: 1.5em;
  font-weight: 700;
}

h2 {
  font-size: 1.25em;
  font-weight: 700;
}

h3 {
  font-size: 1em;
  font-weight: 700;
}

h3.section-title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
}

h3.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2em;
  width: 4em;
  height: 1px;
  background: #009981;
}

@media screen and (min-width: 769px) {
  h3.section-title {
    font-size: 1.75em;
  }
}

h4 {
  font-weight: 700;
  color: #444;
  font-size: 1.125em;
}

.sidebar h3,
.sidebar h4,
h4.small {
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

h4.section-title {
  position: relative;
  margin-bottom: 1.6em;
  font-size: 1.0625em;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
}

h4.section-title + p {
  margin-top: -1em;
}

@media screen and (min-width: 769px) {
  h4.section-title {
    font-size: 1.125em;
  }
}

p {
  font-size: 1em;
  font-weight: 300;
  color: #535353;
  line-height: 1.5;
}

a {
  color: #006d5c;
}

a:hover {
  color: #005446;
}

.main ul,
.main ol {
  margin-bottom: 1em;
}

.main li {
  color: #535353;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding: 0 0 0 1.3em;
  position: relative;
}

.main li::before {
  content: "";
  float: left;
  margin: 0.45em 0 0 -1.3em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #2d2d2d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.main ul.no-bullets li {
  padding: 0;
}

.main ul.no-bullets li::before {
  display: none;
}

.main ul.small-list li {
  font-size: 0.875em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1.125em 1.125em 0.5em 1.125em;
  line-height: 1.4;
  color: #888;
  font-size: 1.375em;
  font-weight: 100;
  quotes: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

blockquote p {
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1em;
  font-style: italic;
  color: #888;
  font-family: "MuseoSlab", "Georgia", Times, serif;
}

blockquote a {
  color: #444;
}

blockquote cite {
  display: inline-block;
  color: #444;
  font-style: normal;
  font-size: 0.875em;
  font-weight: 500;
}

h1.big-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.75em;
}

.top-3 p {
  font-size: 0.875em;
  color: #777;
}

.top-3 h4.section-title {
  margin-top: 1.25em;
}

@media screen and (min-width: 769px) {
  h1.big-title {
    font-size: 2.25em;
  }

  .top-3 h4.section-title {
    margin-top: 0.3125em;
  }
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

sup,
sub {
  font-size: 0.75em;
  line-height: 1;
  height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  color: #666;
}

pre,
code,
tt,
var {
  font-family: monospace, serif;
  color: #333;
  background: #eee;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  margin: 0 0 1em 0;
  padding: 1em;
  white-space: pre;
  display: block;
}

code {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.3;
  font-size: 0.75em;
}

hr {
  background: #e5e5e5;
  margin-bottom: 1em;
  height: 1px;
  clear: both;
  float: none;
  width: 100%;
  border: 0;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-green {
  color: #006d5c;
}

.text-red {
  color: #ed2939;
}

/***************************************
 Import Components
***************************************/

/***************************************
	Icons
***************************************/

@font-face {
  font-family: 'font-icons';
  src: url('../images/font-icons/font-icons.eot?p3byad');
  src:
    url('../images/font-icons/font-icons.eot?p3byad#iefix') format('embedded-opentype'),
    url('../images/font-icons/font-icons.ttf?p3byad') format('truetype'),
    url('../images/font-icons/font-icons.woff?p3byad') format('woff'),
    url('../images/font-icons/font-icons.svg?p3byad#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.slick-arrow,
.icon-doc::before,
.documentation-list .toggle::before,
.hmc-selector .checkbox span,
.product-feature .checkmark,
.main-menu .dropdown > a::after,
.menu-utility .dropdown > a::after,
.comparison-nav a::before,
.tab-nav .tab-label::before,
.breadcrumbs a::before,
.form-element.country-selector::after,
.share-section::before,
.accordion-section > li > h4::after,
.check-list li::before,
.checkbox label::before,
[class^="font-icons"],
[class*=" font-icons"] {
  font-family: 'font-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


.icon-thin-faq::before {
  content: "\e90d";
}

.icon-thin-book::before {
  content: "\e90c";
}

.icon-pdf::before {
  content: "\e90b";
}

.icon-thin-app::before {
  content: "\e920";
}

.icon-thin-arrow-down::before {
  content: "\e91f";
}

.icon-thin-cart::before {
  content: "\e921";
}

.icon-thin-chat-bubbles::before {
  content: "\e923";
}

.icon-thin-chat-star::before {
  content: "\e925";
}

.icon-tools::before {
  content: "\e945";
}

.icon-k-club::before {
  content: "\e942";
}

.icon-vk::before {
  content: "\e943";
}

.icon-slideshare::before {
  content: "\e944";
}

.icon-ios::before {
  content: "\e93f";
}

.icon-pencil::before {
  content: "\e93d";
}

.icon-md::before {
  content: "\e93e";
}

.icon-multi-device::before {
  content: "\e93e";
}

.icon-hmc-lock::before {
  content: "\e937";
}

.icon-hmc-logins::before {
  content: "\e938";
}

.icon-hmc-security::before {
  content: "\e939";
}

.icon-hmc-shop::before {
  content: "\e93a";
}

.icon-hmc-checks::before {
  content: "\e934";
}

.icon-hmc-family::before {
  content: "\e935";
}

.icon-hmc-id::before {
  content: "\e936";
}

.icon-hmc-speed::before {
  content: "\e93b";
}

.icon-laptop::before {
  content: "\e930";
}

.icon-mobile::before {
  content: "\e931";
}

.icon-screen::before {
  content: "\e932";
}

.icon-tablet::before {
  content: "\e933";
}

.icon-cc-visa::before {
  content: "\f1f0";
}

.icon-cc-master::before {
  content: "\f1f1";
}

.icon-cc-amex::before {
  content: "\f1f3";
}

.icon-cc-paypal::before {
  content: "\f1f4";
}

.icon-cc-diners::before {
  content: "\f24c";
}

.icon-thin-arrow-right::before {
  content: "\e92f";
}

.icon-phone::before {
  content: "\f095";
}

.icon-link::before {
  content: "\f0c1";
}

.icon-mail::before {
  content: "\f0e0";
}

.icon-thin-key::before {
  content: "\e91c";
}

.icon-thin-cd-remove::before {
  content: "\e924";
}

.icon-enterprise::before {
  content: "\e916";
}

.icon-building::before {
  content: "\e916";
}

.icon-home::before {
  content: "\e917";
}

.icon-medium-business::before {
  content: "\e918";
}

.icon-small-business::before {
  content: "\e919";
}

.icon-subscriptions::before {
  content: "\e915";
}

.icon-arrow-left::before {
  content: "\f053";
}

.icon-arrow-right::before {
  content: "\f054";
}

.icon-arrow-up::before {
  content: "\f077";
}

.icon-arrow-down::before {
  content: "\f078";
}

.icon-globe::before {
  content: "\f0ac";
}

.icon-arrow-left-2::before {
  content: "\f104";
}

.icon-arrow-right-2::before {
  content: "\f105";
}

.icon-arrow-up-2::before {
  content: "\f106";
}

.icon-arrow-down-2::before {
  content: "\f107";
}

.icon-ok::before {
  content: "\f263";
}

.icon-thin-arrow-down-2::before {
  content: "\e92a";
}

.icon-quote-5::before {
  content: "\e92c";
}

.icon-devices::before {
  content: "\e91d";
}

.icon-card::before {
  content: "\e91e";
}

.icon-cart::before {
  content: "\e913";
}

.icon-check::before {
  content: "\e908";
}

.icon-search::before {
  content: "\e90a";
}

.icon-facebook::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-linkedin::before {
  content: "\e902";
}

.icon-instagram::before {
  content: "\e903";
}

.icon-google-plus::before {
  content: "\e904";
}

.icon-grid::before {
  content: "\e905";
}

.icon-windows::before {
  content: "\e906";
}

.icon-osx::before {
  content: "\e911";
}

.icon-android::before {
  content: "\e907";
}

.icon-tag::before {
  content: "\e909";
}

.icon-play::before {
  content: "\e929";
}

.icon-feed::before {
  content: "\e928";
}

.icon-heart-o::before {
  content: "\e927";
}

.icon-help::before {
  content: "\e941";
}

.icon-youtube::before {
  content: "\e940";
}

.icon-flickr::before {
  content: "\e93c";
}

.icon-print::before {
  content: "\e92b";
}

.icon-plus::before {
  content: "\e91a";
}

.icon-minus::before {
  content: "\e91b";
}

.icon-star::before {
  content: "\e912";
}

.icon-cancel::before {
  content: "\e914";
}





/***************************************
	Grid
***************************************/
.row {
  max-width: 68em;
  margin-left: -3.0927%;
  margin-right: auto;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.row > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 97%;
}

.row.no-gutter {
  margin-left: auto;
  margin-right: auto;
}

.row.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 100%;
}

/*****
Cell layouts
*****/
.col-1 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 5.3333333333%;
}

.col-2 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 13.6666666667%;
}

.col-3 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 22%;
}

.col-4 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 30.3333333333%;
}

.col-5 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 38.6666666667%;
}

.col-6 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 47%;
}

.col-7 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 55.3333333333%;
}

.col-8 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 63.6666666667%;
}

.col-9 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 72%;
}

.col-10 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 80.3333333333%;
}

.col-11 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 88.6666666667%;
}

.col-12 {
  float: left;
  display: block;
  margin-left: 3%;
  width: 97%;
}

.no-gutter > .col-1 {
  float: left;
  display: block;
  margin-left: 0;
  width: 8.3333333333%;
}

.no-gutter > .col-2 {
  float: left;
  display: block;
  margin-left: 0;
  width: 16.6666666667%;
}

.no-gutter > .col-3 {
  float: left;
  display: block;
  margin-left: 0;
  width: 25%;
}

.no-gutter > .col-4 {
  float: left;
  display: block;
  margin-left: 0;
  width: 33.3333333333%;
}

.no-gutter > .col-5 {
  float: left;
  display: block;
  margin-left: 0;
  width: 41.6666666667%;
}

.no-gutter > .col-6 {
  float: left;
  display: block;
  margin-left: 0;
  width: 50%;
}

.no-gutter > .col-7 {
  float: left;
  display: block;
  margin-left: 0;
  width: 58.3333333333%;
}

.no-gutter > .col-8 {
  float: left;
  display: block;
  margin-left: 0;
  width: 66.6666666667%;
}

.no-gutter > .col-9 {
  float: left;
  display: block;
  margin-left: 0;
  width: 75%;
}

.no-gutter > .col-10 {
  float: left;
  display: block;
  margin-left: 0;
  width: 83.3333333333%;
}

.no-gutter > .col-11 {
  float: left;
  display: block;
  margin-left: 0;
  width: 91.6666666667%;
}

.no-gutter > .col-12 {
  float: left;
  display: block;
  margin-left: 0;
  width: 100%;
}

.shift-1 {
  margin-left: 11.3333333333%;
}

.shift-2 {
  margin-left: 19.6666666667%;
}

.shift-3 {
  margin-left: 28%;
}

.shift-4 {
  margin-left: 36.3333333333%;
}

.shift-5 {
  margin-left: 44.6666666667%;
}

.shift-6 {
  margin-left: 53%;
}

.shift-7 {
  margin-left: 61.3333333333%;
}

.shift-8 {
  margin-left: 69.6666666667%;
}

.shift-9 {
  margin-left: 78%;
}

.shift-10 {
  margin-left: 86.3333333333%;
}

.shift-11 {
  margin-left: 94.6666666667%;
}

.shift-12 {
  margin-left: 103%;
}

@media screen and (min-width: 481px) {
  .col-s-1 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .col-s-2 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .col-s-3 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .col-s-4 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .col-s-5 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 38.6666666667%;
  }

  .col-s-6 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .col-s-7 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 55.3333333333%;
  }

  .col-s-8 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 63.6666666667%;
  }

  .col-s-9 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 72%;
  }

  .col-s-10 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 80.3333333333%;
  }

  .col-s-11 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 88.6666666667%;
  }

  .col-s-12 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .no-gutter > .col-s-1 {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }

  .no-gutter > .col-s-2 {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .no-gutter > .col-s-3 {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .no-gutter > .col-s-4 {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .no-gutter > .col-s-5 {
    float: left;
    display: block;
    margin-left: 0;
    width: 41.6666666667%;
  }

  .no-gutter > .col-s-6 {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .no-gutter > .col-s-7 {
    float: left;
    display: block;
    margin-left: 0;
    width: 58.3333333333%;
  }

  .no-gutter > .col-s-8 {
    float: left;
    display: block;
    margin-left: 0;
    width: 66.6666666667%;
  }

  .no-gutter > .col-s-9 {
    float: left;
    display: block;
    margin-left: 0;
    width: 75%;
  }

  .no-gutter > .col-s-10 {
    float: left;
    display: block;
    margin-left: 0;
    width: 83.3333333333%;
  }

  .no-gutter > .col-s-11 {
    float: left;
    display: block;
    margin-left: 0;
    width: 91.6666666667%;
  }

  .no-gutter > .col-s-12 {
    float: left;
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .shift-s-1 {
    margin-left: 11.3333333333%;
  }

  .shift-s-2 {
    margin-left: 19.6666666667%;
  }

  .shift-s-3 {
    margin-left: 28%;
  }

  .shift-s-4 {
    margin-left: 36.3333333333%;
  }

  .shift-s-5 {
    margin-left: 44.6666666667%;
  }

  .shift-s-6 {
    margin-left: 53%;
  }

  .shift-s-7 {
    margin-left: 61.3333333333%;
  }

  .shift-s-8 {
    margin-left: 69.6666666667%;
  }

  .shift-s-9 {
    margin-left: 78%;
  }

  .shift-s-10 {
    margin-left: 86.3333333333%;
  }

  .shift-s-11 {
    margin-left: 94.6666666667%;
  }

  .shift-s-12 {
    margin-left: 103%;
  }
}

@media screen and (min-width: 661px) {
  .col-m-1 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .col-m-2 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .col-m-3 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .col-m-4 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .col-m-5 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 38.6666666667%;
  }

  .col-m-6 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .col-m-7 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 55.3333333333%;
  }

  .col-m-8 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 63.6666666667%;
  }

  .col-m-9 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 72%;
  }

  .col-m-10 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 80.3333333333%;
  }

  .col-m-11 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 88.6666666667%;
  }

  .col-m-12 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .no-gutter > .col-m-1 {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }

  .no-gutter > .col-m-2 {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .no-gutter > .col-m-3 {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .no-gutter > .col-m-4 {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .no-gutter > .col-m-5 {
    float: left;
    display: block;
    margin-left: 0;
    width: 41.6666666667%;
  }

  .no-gutter > .col-m-6 {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .no-gutter > .col-m-7 {
    float: left;
    display: block;
    margin-left: 0;
    width: 58.3333333333%;
  }

  .no-gutter > .col-m-8 {
    float: left;
    display: block;
    margin-left: 0;
    width: 66.6666666667%;
  }

  .no-gutter > .col-m-9 {
    float: left;
    display: block;
    margin-left: 0;
    width: 75%;
  }

  .no-gutter > .col-m-10 {
    float: left;
    display: block;
    margin-left: 0;
    width: 83.3333333333%;
  }

  .no-gutter > .col-m-11 {
    float: left;
    display: block;
    margin-left: 0;
    width: 91.6666666667%;
  }

  .no-gutter > .col-m-12 {
    float: left;
    display: block;
    margin-left: 0;
    width: 100%;
  }

  > .shift-m-1 {
    margin-left: 11.3333333333%;
  }

  > .shift-m-2 {
    margin-left: 19.6666666667%;
  }

  > .shift-m-3 {
    margin-left: 28%;
  }

  > .shift-m-4 {
    margin-left: 36.3333333333%;
  }

  > .shift-m-5 {
    margin-left: 44.6666666667%;
  }

  > .shift-m-6 {
    margin-left: 53%;
  }

  > .shift-m-7 {
    margin-left: 61.3333333333%;
  }

  > .shift-m-8 {
    margin-left: 69.6666666667%;
  }

  > .shift-m-9 {
    margin-left: 78%;
  }

  > .shift-m-10 {
    margin-left: 86.3333333333%;
  }

  > .shift-m-11 {
    margin-left: 94.6666666667%;
  }

  > .shift-m-12 {
    margin-left: 103%;
  }
}

@media screen and (min-width: 769px) {
  .col-l-1 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .col-l-2 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .col-l-3 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .col-l-4 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .col-l-5 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 38.6666666667%;
  }

  .col-l-6 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .col-l-7 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 55.3333333333%;
  }

  .col-l-8 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 63.6666666667%;
  }

  .col-l-9 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 72%;
  }

  .col-l-10 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 80.3333333333%;
  }

  .col-l-11 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 88.6666666667%;
  }

  .col-l-12 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .no-gutter > .col-l-1 {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }

  .no-gutter > .col-l-2 {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .no-gutter > .col-l-3 {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .no-gutter > .col-l-4 {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .no-gutter > .col-l-5 {
    float: left;
    display: block;
    margin-left: 0;
    width: 41.6666666667%;
  }

  .no-gutter > .col-l-6 {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .no-gutter > .col-l-7 {
    float: left;
    display: block;
    margin-left: 0;
    width: 58.3333333333%;
  }

  .no-gutter > .col-l-8 {
    float: left;
    display: block;
    margin-left: 0;
    width: 66.6666666667%;
  }

  .no-gutter > .col-l-9 {
    float: left;
    display: block;
    margin-left: 0;
    width: 75%;
  }

  .no-gutter > .col-l-10 {
    float: left;
    display: block;
    margin-left: 0;
    width: 83.3333333333%;
  }

  .no-gutter > .col-l-11 {
    float: left;
    display: block;
    margin-left: 0;
    width: 91.6666666667%;
  }

  .no-gutter > .col-l-12 {
    float: left;
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .shift-l-1 {
    margin-left: 11.3333333333%;
  }

  .shift-l-2 {
    margin-left: 19.6666666667%;
  }

  .shift-l-3 {
    margin-left: 28%;
  }

  .shift-l-4 {
    margin-left: 36.3333333333%;
  }

  .shift-l-5 {
    margin-left: 44.6666666667%;
  }

  .shift-l-6 {
    margin-left: 53%;
  }

  .shift-l-7 {
    margin-left: 61.3333333333%;
  }

  .shift-l-8 {
    margin-left: 69.6666666667%;
  }

  .shift-l-9 {
    margin-left: 78%;
  }

  .shift-l-10 {
    margin-left: 86.3333333333%;
  }

  .shift-l-11 {
    margin-left: 94.6666666667%;
  }

  .shift-l-12 {
    margin-left: 103%;
  }
}

@media screen and (min-width: 993px) {
  .col-xl-1 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .col-xl-2 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .col-xl-3 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .col-xl-4 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .col-xl-5 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 38.6666666667%;
  }

  .col-xl-6 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .col-xl-7 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 55.3333333333%;
  }

  .col-xl-8 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 63.6666666667%;
  }

  .col-xl-9 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 72%;
  }

  .col-xl-10 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 80.3333333333%;
  }

  .col-xl-11 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 88.6666666667%;
  }

  .col-xl-12 {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .no-gutter > .col-xl-1 {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }

  .no-gutter > .col-xl-2 {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .no-gutter > .col-xl-3 {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .no-gutter > .col-xl-4 {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .no-gutter > .col-xl-5 {
    float: left;
    display: block;
    margin-left: 0;
    width: 41.6666666667%;
  }

  .no-gutter > .col-xl-6 {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .no-gutter > .col-xl-7 {
    float: left;
    display: block;
    margin-left: 0;
    width: 58.3333333333%;
  }

  .no-gutter > .col-xl-8 {
    float: left;
    display: block;
    margin-left: 0;
    width: 66.6666666667%;
  }

  .no-gutter > .col-xl-9 {
    float: left;
    display: block;
    margin-left: 0;
    width: 75%;
  }

  .no-gutter > .col-xl-10 {
    float: left;
    display: block;
    margin-left: 0;
    width: 83.3333333333%;
  }

  .no-gutter > .col-xl-11 {
    float: left;
    display: block;
    margin-left: 0;
    width: 91.6666666667%;
  }

  .no-gutter > .col-xl-12 {
    float: left;
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .shift-xl-1 {
    margin-left: 11.3333333333%;
  }

  .shift-xl-2 {
    margin-left: 19.6666666667%;
  }

  .shift-xl-3 {
    margin-left: 28%;
  }

  .shift-xl-4 {
    margin-left: 36.3333333333%;
  }

  .shift-xl-5 {
    margin-left: 44.6666666667%;
  }

  .shift-xl-6 {
    margin-left: 53%;
  }

  .shift-xl-7 {
    margin-left: 61.3333333333%;
  }

  .shift-xl-8 {
    margin-left: 69.6666666667%;
  }

  .shift-xl-9 {
    margin-left: 78%;
  }

  .shift-xl-10 {
    margin-left: 86.3333333333%;
  }

  .shift-xl-11 {
    margin-left: 94.6666666667%;
  }

  .shift-xl-12 {
    margin-left: 103%;
  }
}

/*****
Section layouts
*****/
[class*="section-col-"] {
  margin-bottom: 0;
  max-width: 68em;
  margin-left: -3.0927%;
  margin-right: auto;
}

[class*="section-col-"] > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

[class*="section-col-"] > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

[class*="section-col-"]::after {
  clear: both;
  content: "";
  display: table;
}

[class*="section-col-"] > * {
  right: 0;
  margin-left: 3%;
}

[class*="section-col-"].no-gutter {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

[class*="section-col-"].no-gutter::after {
  clear: both;
  content: "";
  display: table;
}

[class*="section-col-"].no-gutter > * {
  margin-left: auto;
}

.section-col-2 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 47%;
}

.section-col-2 > *:nth-child(2n+1) {
  clear: left;
}

.section-col-2.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 50%;
}

.section-col-3 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 30.3333333333%;
}

.section-col-3 > *:nth-child(3n+1) {
  clear: left;
}

.section-col-3.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 33.3333333333%;
}

.section-col-4 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 22%;
}

.section-col-4 > *:nth-child(4n+1) {
  clear: left;
}

.section-col-4.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 25%;
}

.section-col-5 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 17%;
}

.section-col-5 > *:nth-child(5n+1) {
  clear: left;
}

.section-col-5.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 20%;
}

.section-col-6 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 13.6666666667%;
}

.section-col-6 > *:nth-child(6n+1) {
  clear: left;
}

.section-col-6.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 16.6666666667%;
}

.section-col-7 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 11.2858333333%;
}

.section-col-7 > *:nth-child(7n+1) {
  clear: left;
}

.section-col-7.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 14.2858333333%;
}

.section-col-8 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 9.5%;
}

.section-col-8 > *:nth-child(8n+1) {
  clear: left;
}

.section-col-8.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 12.5%;
}

.section-col-9 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 8.1116666667%;
}

.section-col-9 > *:nth-child(9n+1) {
  clear: left;
}

.section-col-9.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 11.1116666667%;
}

.section-col-10 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 7%;
}

.section-col-10 > *:nth-child(10n+1) {
  clear: left;
}

.section-col-10.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 10%;
}

.section-col-11 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 6.0909166667%;
}

.section-col-11 > *:nth-child(11n+1) {
  clear: left;
}

.section-col-11.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 9.0909166667%;
}

.section-col-12 > * {
  float: left;
  display: block;
  margin-left: 3%;
  width: 5.3333333333%;
}

.section-col-12 > *:nth-child(12n+1) {
  clear: left;
}

.section-col-12.no-gutter > * {
  float: left;
  display: block;
  margin-left: 0;
  width: 8.3333333333%;
}

@media screen and (min-width: 481px) {
  .reset-s > *:nth-child(2n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(3n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(4n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(5n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(6n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(7n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(8n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(9n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(10n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(11n+1) {
    clear: none;
  }

  .reset-s > *:nth-child(12n+1) {
    clear: none;
  }

  .section-col-s-1 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .section-col-s-2 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .section-col-s-2 > *:nth-child(2n+1) {
    clear: left;
  }

  .section-col-s-2.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .section-col-s-3 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .section-col-s-3 > *:nth-child(3n+1) {
    clear: left;
  }

  .section-col-s-3.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .section-col-s-4 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .section-col-s-4 > *:nth-child(4n+1) {
    clear: left;
  }

  .section-col-s-4.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .section-col-s-5 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 17%;
  }

  .section-col-s-5 > *:nth-child(5n+1) {
    clear: left;
  }

  .section-col-s-5.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 20%;
  }

  .section-col-s-6 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .section-col-s-6 > *:nth-child(6n+1) {
    clear: left;
  }

  .section-col-s-6.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .section-col-s-7 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 11.2858333333%;
  }

  .section-col-s-7 > *:nth-child(7n+1) {
    clear: left;
  }

  .section-col-s-7.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 14.2858333333%;
  }

  .section-col-s-8 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 9.5%;
  }

  .section-col-s-8 > *:nth-child(8n+1) {
    clear: left;
  }

  .section-col-s-8.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 12.5%;
  }

  .section-col-s-9 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 8.1116666667%;
  }

  .section-col-s-9 > *:nth-child(9n+1) {
    clear: left;
  }

  .section-col-s-9.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 11.1116666667%;
  }

  .section-col-s-10 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 7%;
  }

  .section-col-s-10 > *:nth-child(10n+1) {
    clear: left;
  }

  .section-col-s-10.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 10%;
  }

  .section-col-s-11 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 6.0909166667%;
  }

  .section-col-s-11 > *:nth-child(11n+1) {
    clear: left;
  }

  .section-col-s-11.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 9.0909166667%;
  }

  .section-col-s-12 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .section-col-s-12 > *:nth-child(12n+1) {
    clear: left;
  }

  .section-col-s-12.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 661px) {
  .reset-m > *:nth-child(2n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(3n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(4n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(5n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(6n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(7n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(8n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(9n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(10n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(11n+1) {
    clear: none;
  }

  .reset-m > *:nth-child(12n+1) {
    clear: none;
  }

  .section-col-m-1 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .section-col-m-2 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .section-col-m-2 > *:nth-child(2n+1) {
    clear: left;
  }

  .section-col-m-2.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .section-col-m-3 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .section-col-m-3 > *:nth-child(3n+1) {
    clear: left;
  }

  .section-col-m-3.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .section-col-m-4 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .section-col-m-4 > *:nth-child(4n+1) {
    clear: left;
  }

  .section-col-m-4.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .section-col-m-5 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 17%;
  }

  .section-col-m-5 > *:nth-child(5n+1) {
    clear: left;
  }

  .section-col-m-5.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 20%;
  }

  .section-col-m-6 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .section-col-m-6 > *:nth-child(6n+1) {
    clear: left;
  }

  .section-col-m-6.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .section-col-m-7 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 11.2858333333%;
  }

  .section-col-m-7 > *:nth-child(7n+1) {
    clear: left;
  }

  .section-col-m-7.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 14.2858333333%;
  }

  .section-col-m-8 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 9.5%;
  }

  .section-col-m-8 > *:nth-child(8n+1) {
    clear: left;
  }

  .section-col-m-8.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 12.5%;
  }

  .section-col-m-9 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 8.1116666667%;
  }

  .section-col-m-9 > *:nth-child(9n+1) {
    clear: left;
  }

  .section-col-m-9.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 11.1116666667%;
  }

  .section-col-m-10 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 7%;
  }

  .section-col-m-10 > *:nth-child(10n+1) {
    clear: left;
  }

  .section-col-m-10.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 10%;
  }

  .section-col-m-11 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 6.0909166667%;
  }

  .section-col-m-11 > *:nth-child(11n+1) {
    clear: left;
  }

  .section-col-m-11.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 9.0909166667%;
  }

  .section-col-m-12 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .section-col-m-12 > *:nth-child(12n+1) {
    clear: left;
  }

  .section-col-m-12.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .reset-l > *:nth-child(2n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(3n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(4n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(5n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(6n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(7n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(8n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(9n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(10n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(11n+1) {
    clear: none;
  }

  .reset-l > *:nth-child(12n+1) {
    clear: none;
  }

  .section-col-l-1 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .section-col-l-2 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .section-col-l-2 > *:nth-child(2n+1) {
    clear: left;
  }

  .section-col-l-2.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .section-col-l-3 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .section-col-l-3 > *:nth-child(3n+1) {
    clear: left;
  }

  .section-col-l-3.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .section-col-l-4 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .section-col-l-4 > *:nth-child(4n+1) {
    clear: left;
  }

  .section-col-l-4.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .section-col-l-5 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 17%;
  }

  .section-col-l-5 > *:nth-child(5n+1) {
    clear: left;
  }

  .section-col-l-5.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 20%;
  }

  .section-col-l-6 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .section-col-l-6 > *:nth-child(6n+1) {
    clear: left;
  }

  .section-col-l-6.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .section-col-l-7 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 11.2858333333%;
  }

  .section-col-l-7 > *:nth-child(7n+1) {
    clear: left;
  }

  .section-col-l-7.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 14.2858333333%;
  }

  .section-col-l-8 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 9.5%;
  }

  .section-col-l-8 > *:nth-child(8n+1) {
    clear: left;
  }

  .section-col-l-8.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 12.5%;
  }

  .section-col-l-9 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 8.1116666667%;
  }

  .section-col-l-9 > *:nth-child(9n+1) {
    clear: left;
  }

  .section-col-l-9.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 11.1116666667%;
  }

  .section-col-l-10 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 7%;
  }

  .section-col-l-10 > *:nth-child(10n+1) {
    clear: left;
  }

  .section-col-l-10.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 10%;
  }

  .section-col-l-11 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 6.0909166667%;
  }

  .section-col-l-11 > *:nth-child(11n+1) {
    clear: left;
  }

  .section-col-l-11.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 9.0909166667%;
  }

  .section-col-l-12 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .section-col-l-12 > *:nth-child(12n+1) {
    clear: left;
  }

  .section-col-l-12.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 993px) {
  .reset-xl > *:nth-child(2n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(3n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(4n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(5n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(6n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(7n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(8n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(9n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(10n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(11n+1) {
    clear: none;
  }

  .reset-xl > *:nth-child(12n+1) {
    clear: none;
  }

  .section-col-xl-1 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .section-col-xl-2 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .section-col-xl-2 > *:nth-child(2n+1) {
    clear: left;
  }

  .section-col-xl-2.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 50%;
  }

  .section-col-xl-3 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .section-col-xl-3 > *:nth-child(3n+1) {
    clear: left;
  }

  .section-col-xl-3.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 33.3333333333%;
  }

  .section-col-xl-4 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .section-col-xl-4 > *:nth-child(4n+1) {
    clear: left;
  }

  .section-col-xl-4.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
  }

  .section-col-xl-5 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 17%;
  }

  .section-col-xl-5 > *:nth-child(5n+1) {
    clear: left;
  }

  .section-col-xl-5.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 20%;
  }

  .section-col-xl-6 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 13.6666666667%;
  }

  .section-col-xl-6 > *:nth-child(6n+1) {
    clear: left;
  }

  .section-col-xl-6.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 16.6666666667%;
  }

  .section-col-xl-7 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 11.2858333333%;
  }

  .section-col-xl-7 > *:nth-child(7n+1) {
    clear: left;
  }

  .section-col-xl-7.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 14.2858333333%;
  }

  .section-col-xl-8 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 9.5%;
  }

  .section-col-xl-8 > *:nth-child(8n+1) {
    clear: left;
  }

  .section-col-xl-8.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 12.5%;
  }

  .section-col-xl-9 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 8.1116666667%;
  }

  .section-col-xl-9 > *:nth-child(9n+1) {
    clear: left;
  }

  .section-col-xl-9.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 11.1116666667%;
  }

  .section-col-xl-10 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 7%;
  }

  .section-col-xl-10 > *:nth-child(10n+1) {
    clear: left;
  }

  .section-col-xl-10.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 10%;
  }

  .section-col-xl-11 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 6.0909166667%;
  }

  .section-col-xl-11 > *:nth-child(11n+1) {
    clear: left;
  }

  .section-col-xl-11.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 9.0909166667%;
  }

  .section-col-xl-12 > * {
    float: left;
    display: block;
    margin-left: 3%;
    width: 5.3333333333%;
  }

  .section-col-xl-12 > *:nth-child(12n+1) {
    clear: left;
  }

  .section-col-xl-12.no-gutter > * {
    float: left;
    display: block;
    margin-left: 0;
    width: 8.3333333333%;
  }
}

/***************************************
	Buttons
***************************************/
button::-moz-focus-inner,
.button::-moz-focus-inner,
input.button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button {
  display: block;
  text-transform: uppercase;
  margin-left: 1em;
  padding: 0.4em 0.5em !important;
  min-width: 8em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 0.75em;
  text-align: center;
  border: none;
  border-radius: 1px;
}

.button:hover {
  cursor: pointer;
  color: #fff;
}

.button.green {
  background-color: #006d5c;
  border: 1px solid #006d5c;
}

.button.green:hover {
  background-color: #005446;
  border-color: #005446;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button.red {
  background-color: #ed2939;
  border: 1px solid #ed2939;
}

.button.red:hover {
  background-color: #da1f2e;
  border: 1px solid #da1f2e;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #006d5c;
}

.button.white-grey {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button.white-grey:hover {
  background-color: #f3f3f3;
}

.button.transparent {
  color: #fff;
  border: 1px solid #006d5c;
  background-color: #07a992;
}

.button.transparent:hover {
  border: 1px solid #07a992;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.button.transparent.white {
  color: #006d5c;
  background-color: #fff;
}

.button.full-width {
  width: 100%;
  min-width: inherit;
  display: block;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.button.text-green {
  color: #006d5c;
}

.button.text-green:hover {
  color: #003a31;
}

.button.text-green.border {
  border: 1px solid #ddd;
}

.button.text-red {
  color: #ed2939;
}

.button.text-red:hover {
  color: #d11221;
}

.button.icon-doc {
  padding-left: 1em !important;
  color: #444;
}

.button.icon-doc::before {
  margin-right: 0.75em;
}

.button.icon-doc:hover {
  color: #006d5c;
}

.button.disabled,
.button:disabled {
  color: #ccc;
  border-color: #f8f8f8;
  background: #f8f8f8;
}

.button.disabled:hover,
.button:disabled:hover {
  cursor: default;
  color: #ccc;
  border-color: #f8f8f8;
  background: #f8f8f8;
}

.ent-btn {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  width: 265px;
  padding: 12px 0;
  font-weight: bold;
  -webkit-transition: 200ms background-color, 200ms border, 200ms color;
  -moz-transition: 200ms background-color, 200ms border, 200ms color;
  transition: 200ms background-color, 200ms border, 200ms color;
}

.ent-btn.green-light {
  background-color: #fff;
  color: #159882;
  border: 2px solid #159882;
}

.ent-btn.green-light:hover {
  color: #006d55;
  border: 2px solid #006d55;
}

.btt-btn {
  width: 65px;
  height: 66px;
  display: inline-block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 400;
  transition: none;
  background: url("../images/enterprise/btt-btn.png") no-repeat 0 0 transparent;
}

.btt-btn-top {
  background-position: 0 -73px;
}

@media screen and (min-width: 769px) {
  a.button {
    display: inline-block;
  }

  .ent-btn {
    font-size: 21px;
  }
}

/***************************************
	Inputs
***************************************/
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 1em !important;
  width: 100%;
  height: 3.3334em;
  line-height: 3.25em;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

  /* Removing the inner shadow, rounded corners on iOS inputs */
}

label {
  font-size: 0.875em;
  color: #1c1c1c;
  font-weight: 300;
  line-height: 1.3;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="time"],
input[type="tel"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  margin: 0 !important;
  padding: 0.6em 1em 0.5em 1em;
  height: 2.85716em;
  line-height: 1.85716em;
  font-size: 0.875em;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07) !important;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #808080;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #808080;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #808080;
}

input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="email"].placeholder,
input[type="date"].placeholder,
input[type="search"].placeholder,
input[type="time"].placeholder,
input[type="tel"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #808080;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="search"]:hover,
input[type="time"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
textarea:hover {
  border: 1px solid #cdcdcd !important;
  border-bottom: 1px solid #bbb !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="date"].error,
input[type="search"].error,
input[type="time"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #e66a71;
}

input[type="checkbox"],
input[type="radio"] {
  outline: none;
}

label {
  margin-bottom: 0.625em;
  display: block;
}

select {
  outline: none;
  position: relative;
  width: 100%;
  border-radius: 1px;
  margin: 0 0 0.75em 0;
  padding: 0.2em 0.5em 0.2em 0.75em;
  height: 2.6em;
  font-size: 0.875em;
  line-height: 2.2em;
  color: #666;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

select option {
  padding: 0.4em 0.6em;
}

.select2-container {
  margin: 0 0 0.75em 0;
  max-width: 100% !important;
}

.select2-container .select2-selection {
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: border 0.2s ease-in, background 0.2s ease-in;
  transition: border 0.2s ease-in, background 0.2s ease-in;
}

.select2-container .select2-selection .select2-selection__rendered {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  color: #888;
  margin: 0;
  padding: 1px 40px 0 17px;
}

.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection .select2-selection__arrow::before {
  font-family: 'font-icons' !important;
  content: '\f078';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.5em;
  font-size: 0.5em;
  color: #7b7b7b;
  line-height: 1;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.select2-container:hover .select2-selection,
.select2-container--focus .select2-selection {
  border-color: #c3c3c3;
  background: #fefefe;
}

.select2-container:hover .select2-selection .select2-selection__arrow::before,
.select2-container--focus .select2-selection .select2-selection__arrow::before {
  color: #7f7f7f;
}

.select2-container .select2-dropdown {
  border-color: #d9d9d9;
}

.select2-container .select2-dropdown .select2-results__option {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #868686;
  margin: 0;
  padding: 12px 17px 11px 17px;
  background-color: #f6f6f6;
  border-top: 1px solid #eee;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #fafafa;
}

.checkbox {
  margin-bottom: 0.75em;
}

.checkbox input {
  display: none;
}

.checkbox.light {
  margin-top: 0;
}

.checkbox.light label {
  color: #acacac;
  padding-left: 2em;
}

.checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 1.5em;
  color: #777;
  cursor: pointer;
}

.checkbox label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
  content: '';
}

.checkbox.selected label::before {
  background: #009981;
  border-color: #009981;
  color: #fff;
  content: '\e908';
}

.form-standard {
  border-top: 1px solid #e6e6e6;
  padding-top: 2em;
  margin-top: 0.313em;
}

.form-standard .form-title {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  color: #006d5c;
  margin-bottom: 1.75em;
}

.form-standard .form-element.checkbox label {
  width: 100%;
  padding-right: 0;
}

.form-standard .form-element.small label {
  line-height: 1.2;
}

.form-standard .form-element.small label span {
  font-size: 0.625em;
  color: #adacac;
}

.form-standard input[type="submit"] {
  width: 100%;
}

.form-standard .select-wrapper,
.form-standard input[type="text"],
.form-standard input[type="password"],
.form-standard input[type="email"],
.form-standard input[type="date"],
.form-standard input[type="search"],
.form-standard input[type="time"],
.form-standard input[type="tel"],
.form-standard input[type="url"] {
  margin-top: -0.5em;
  margin-bottom: 1.75em;
}

.form-standard .select-wrapper .select2 {
  width: 100% !important;
  margin-bottom: 0;
}

.form-element {
  text-align: left;
}

.form-element::after {
  clear: both;
  content: "";
  display: table;
}

.form-element.radio input {
  float: left;
}

.form-element.radio label {
  padding-top: 0.15em;
  margin-left: 1.75em;
}

@media screen and (min-width: 769px) {
  .form-standard {
    border-top: none;
    padding-top: 0;
  }

  .form-standard label {
    width: 30%;
    padding-right: 10%;
    float: left;
  }

  .form-standard .select-wrapper,
  .form-standard input {
    width: 60%;
    float: right;
  }

  .form-standard .select-wrapper {
    margin-bottom: 1.5em;
  }

  .form-standard input[type="submit"] {
    width: auto;
  }

  .form-standard .checkbox.light {
    margin-top: 0.625em;
  }
}

.form-standard input.parsley-error,
.form-standard select.parsley-error {
  border-color: #e66a71;
}

.form-standard .select-wrapper {
  position: relative;
}

.form-standard .select-wrapper .parsley-errors-list.filled {
  width: 100%;
  margin-top: 50px;
}

.form-standard .select-wrapper .parsley-errors-list.filled + .select2-container {
  position: absolute;
  top: 0;
}

.form-standard .select-wrapper .parsley-errors-list.filled + .select2-container .select2-selection {
  border-color: #e66a71;
}

.form-standard .parsley-errors-list {
  width: 100%;
  margin: -15px 0 0 0;
  padding: 0 0 20px 0;
  float: right;
}

.form-standard .parsley-errors-list li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ed3c47;
}

.form-standard .parsley-errors-list li::before {
  display: none;
}

.form-standard .checkbox + .parsley-errors-list {
  padding-left: 1.7em;
}

@media screen and (min-width: 769px) {
  .form-standard .select-wrapper .parsley-errors-list {
    padding-bottom: 0;
  }

  .form-standard .parsley-errors-list {
    width: 60%;
  }

  .form-standard .checkbox + .parsley-errors-list {
    width: 100%;
  }
}

/***************************************
 Import Modules
***************************************/

/***************************************
	Global
***************************************/
.narrow-wrapper {
  width: 100%;
  max-width: 41.25em;
  margin: 0 auto;
}

.desktop-only,
a.desktop-only,
.button.full-width.desktop-only {
  display: none;
}

.mobile-only,
a.mobile-only,
.button.full-width.mobile-only {
  display: block;
}

.move-up {
  margin-top: -1em;
}

.main > *:first-child {
  padding-top: 2em;
}

.main > .alert-section:first-child {
  padding-top: 0;
}

.main .page-header {
  padding-top: 1em;
}

.main .page-header .page-info {
  margin-top: -1em;
  margin-bottom: 0;
}

.main .page-header .page-headline {
  margin-top: 1em;
}

.main > *:last-child {
  margin-bottom: 0;
}

.lightgreen-background,
.grey-background,
.blue-background {
  margin-bottom: 3em;
  background-color: #f8f8f8;
}

.lightgreen-background.no-margin,
.grey-background.no-margin,
.blue-background.no-margin {
  margin-bottom: 0;
}

.lightgreen-background .container,
.grey-background .container,
.blue-background .container {
  padding-top: 3em;
}

.lightgreen-background .button.transparent,
.grey-background .button.transparent,
.blue-background .button.transparent {
  background-color: rgba(255, 255, 255, 0.5);
}

.lightgreen-background .button.transparent:hover,
.grey-background .button.transparent:hover,
.blue-background .button.transparent:hover {
  background-color: #fff;
}

.blue-background {
  background-color: #f6fbfd;
}

.lightgreen-background {
  background: url(../images/bg-pattern-lightgreen.jpg) 50% 50% repeat;
}

.divider {
  margin-bottom: 3em;
  border-bottom: 1px solid #e5e5e5;
}

.divider-no-margin {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

.divider-top {
  border-top: 1px solid #e5e5e5;
}

.divider-top-padding {
  padding-top: 3em;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.container .divider {
  margin-bottom: 0.75em;
  padding-bottom: 0.7em;
}

.divider + [class*="-background"],
[class*="-background"] + [class*="-background"] {
  margin-top: -3em;
}

.main p.note {
  font-size: 0.75em;
  color: #999;
}

.section-footer {
  padding-top: 0.5em;
  text-align: center;
}

.section-footer p {
  margin-bottom: 0.75em;
  opacity: 1;
}

.section-footer .button {
  margin: 0;
  color: #006d5c;
}

.regular-section::after {
  clear: both;
  content: "";
  display: table;
}

.regular-section .content {
  margin-bottom: 2em;
}

.regular-section .sidebar {
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.post-section::after {
  clear: both;
  content: "";
  display: table;
}

.post-section .content {
  margin-bottom: 2em;
}

.post-section .sidebar {
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.post .content h2 {
  font-size: 1.5em;
  color: #444;
}

.post .content h3 {
  font-size: 1.125em;
  color: #444;
}

.post .content h4 {
  font-size: 1em;
  color: #444;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: none;
}

.post .content blockquote {
  margin-top: 0.25em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.post .content blockquote p {
  padding-left: 1.25em;
}

.post .content blockquote p::before {
  content: '"';
  position: absolute;
  top: -0.25em;
  left: -0.4em;
  font-size: 3.5em;
  font-weight: 100;
  color: #006d5c;
}

.white-wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.blue-wrapper {
  background: #f6fbfd;
  border: 1px solid #e2edf2;
  box-shadow: 0 2px 0 0 rgba(226, 237, 242, 0.6);
}

.blue-wrapper .form-element input[type="text"] {
  border-color: #e2edf2;
}

.secondary-section {
  border-top: 1px solid #e5e5e5;
}

.secondary-section .container {
  padding: 0;
}

.secondary-section .container > h4:first-child {
  padding-top: 3em;
}

.secondary-section .container > [class*="col-"] {
  padding: 3em 0 2em 0;
  border-top: 1px solid #e5e5e5;
}

.secondary-section .container > [class*="col-"]:first-child {
  border-top: none;
}

.secondary-section .container > [class*="col-"] > h4 {
  margin-bottom: 1em;
}

.secondary-section .container > [class*="col-"] > p {
  font-size: 0.875em;
  color: #777;
}

.secondary-section .container > [class*="col-"] ul {
  margin-top: 1.75em;
}

.widget {
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.widget:first-child {
  padding-top: 0;
  border-top: none;
}

article .content figure {
  margin-bottom: 1em;
}

.featured-image {
  margin-bottom: 1.5em;
}

.caption {
  display: block;
  padding: 0.75em 0;
  text-align: center;
  font-size: 0.75em;
  color: #aaa;
  border-bottom: 1px solid #e5e5e5;
}

.toggle-content {
  display: none;
}

.toggle-button.read-less {
  display: none;
}

.open .toggle-button.read-less {
  display: block;
}

.open .toggle-button.read-more {
  display: none;
}

.no-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .align-left {
    float: left;
    max-width: 300px;
    margin: 0 1em 1em 0;
  }

  .align-right {
    float: right;
    max-width: 300px;
    margin: 0 0 1em 1em;
  }
}

@media screen and (min-width: 769px) {
  .desktop-only,
  a.desktop-only,
  .button.full-width.desktop-only {
    display: block;
  }

  .mobile-only,
  a.mobile-only,
  .button.full-width.mobile-only {
    display: none;
  }

  .move-up {
    margin-top: -2em;
  }

  .main > *:first-child {
    padding-top: 6em;
  }

  .main > .alert-section:first-child {
    padding-top: 0;
  }

  .main .homepage-main {
    padding-top: 0;
  }

  .main .page-header {
    padding-top: 3em;
  }

  .main .page-header .page-info {
    margin-top: -3em;
    margin-bottom: 0;
  }

  .main .page-header .page-headline {
    margin-top: 1em;
  }

  .lightgreen-background,
  .grey-background,
  .blue-background {
    margin-bottom: 4em;
  }

  .lightgreen-background .container,
  .grey-background .container,
  .blue-background .container {
    padding-top: 4.063em;
  }

  .lightgreen-background.move-up,
  .grey-background.move-up,
  .blue-background.move-up {
    margin-top: -6em;
  }

  .lightgreen-background.move-up .container,
  .grey-background.move-up .container,
  .blue-background.move-up .container {
    padding-top: 5.5em;
  }

  .divider {
    margin-bottom: 4em;
  }

  .divider-top-padding {
    padding-top: 5em;
  }

  .divider + [class*="-background"],
  [class*="-background"] + [class*="-background"] {
    margin-top: -4em;
  }

  .secondary-section .container {
    padding: 0;
  }

  .secondary-section .container > [class*="col-"] {
    padding: 4em 2% 3em 2%;
    border-top: none;
  }

  .secondary-section .container > [class*="col-"]:first-child {
    padding-left: 0;
  }

  .secondary-section .container > [class*="col-"]:last-child {
    padding-right: 0;
  }

  .secondary-section.divided .container > [class*="col-"] {
    padding-left: 5%;
    padding-right: 5%;
    border-left: 1px solid #e5e5e5;
  }

  .secondary-section.divided .container > [class*="col-"]:first-child {
    border-left: none;
    padding-left: 0;
  }

  .secondary-section.divided .container > [class*="col-"]:last-child {
    padding-right: 0;
  }

  .regular-section .content {
    padding-right: 1%;
    margin-bottom: 0.75em;
  }

  .regular-section .sidebar {
    padding-top: 0;
    padding-left: 4%;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }

  .post-section .content {
    padding-right: 3%;
    margin-bottom: 0.75em;
  }

  .post-section .sidebar {
    padding-top: 0;
    border-top: none;
  }

  .widget {
    margin-bottom: 2.5em;
    padding-top: 0;
    border-top: none;
  }

  .align-left {
    margin-right: 1.5em;
  }

  .align-right {
    margin-left: 1.5em;
  }

  .open .toggle-button.read-less {
    display: inline-block;
  }

  .no-margin {
    margin-bottom: 0;
  }
}

/***************************************
	Header
***************************************/
.site-top {
  width: 100%;
  height: 2.5em;
  display: block;
  color: #a9a9a9;
  background-color: #333;
  font-weight: 300;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.site-top .site-nav .label {
  float: left;
  margin-top: 0.688em;
  cursor: default;
}

.site-top .site-nav .label p {
  color: #a9a9a9;
  font-size: 0.75em;
}

.site-top .site-nav .site-selector {
  float: right;
}

.site-top .site-nav .site-selector li {
  float: left;
}

.site-top .site-nav .site-selector li a {
  color: #a9a9a9;
  border-right: 1px solid #444;
  padding: 1.15em;
  display: block;
  font-size: 0.75em;
  float: left;
}

.site-top .site-nav .site-selector li a:hover {
  background-color: #444;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.site-top .site-nav .site-selector li a > i {
  margin-right: 0.5em;
  color: #717171;
}

.site-top .site-nav .site-selector li a span {
  color: #ddd;
}

.site-top .site-nav .site-selector li.active a {
  background-color: #444;
}

.site-top .site-nav .site-selector li:first-child a {
  border-left: 1px solid #444;
}

.site-header {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 998;
  background-color: #fff;
}

.site-header .site-title {
  float: left;
  padding: 0 0 0.5em;
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
}

.site-header .site-title a {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  text-indent: -9999px;
}

.site-header .site-title a i.kaspersky-logo {
  background-image: url("../images/kaspersky-logo.svg?v=2");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 32px;
  width: 140px;
  margin: 0 auto;
}

.site-header .menu-utility {
  float: right;
  padding: 1.8em 0 0 0;
}

.site-header .menu-utility > li {
  float: left;
}

.site-header .menu-utility > li > a {
  font-size: 0.875em;
  font-weight: 300;
  color: #333;
  margin-left: 1.5em;
}

.site-header .menu-utility > li.cart a {
  font-size: 1em;
}

.site-header .menu-utility > li.cart a i {
  font-size: 1.25em;
  color: #d5d5d5;
}

.site-header .menu-utility > li.cart a i:hover {
  color: #006d5c;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.site-header .menu-utility > li.my-kaspersky li {
  border-left: 1px solid #e5e5e5;
}

.site-header .menu-utility > li.my-kaspersky li:first-child {
  border-left: none;
}

.site-header .menu-utility > li.my-kaspersky li a {
  padding-top: 1.5em;
  padding-bottom: 1em;
  font-size: 0.75em;
}

.site-header .menu-utility > li.my-kaspersky li a .font-icons {
  font-size: 1.5em;
  margin-bottom: 0.4em;
}

body {
  padding-top: 3.5em;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 0;
  }

  body.site-smb ul.menu-utility {
    display: none;
  }

  body.sticky-header-on {
    padding-top: 10.438em;
  }

  body.sticky-header-on > .site-header {
    top: -4.75em;
    position: fixed;
    width: 100%;
  }

  body.sticky-header-on .site-top {
    display: none;
  }

  body.sticky-header-on.site-homepage,
  body.sticky-header-on.header-compact {
    padding-top: 0;
  }

  body.sticky-header-on.site-homepage .site-header,
  body.sticky-header-on.header-compact .site-header {
    position: relative;
  }

  .site-header {
    position: relative;
  }

  .site-header .site-title {
    padding: 0 0 0.85em;
    width: auto;
    font-size: 1.5em;
  }

  .site-header .site-title i.kaspersky-logo {
    width: 150px;
  }
}

/***************************************
	Main Nav
***************************************/
ul.regular {
  margin-bottom: 0;
}

ul.regular > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

ul.regular > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ul.regular > li > a {
  display: block;
  padding: 0.4em 2em;
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
  font-weight: 500;
}

ul.regular > li > a:hover {
  color: #006d5c;
}

ul.regular > li.title h6 {
  margin: 0;
  padding: 0.4em 2.3334em;
  color: #80a3b3;
  line-height: 1.3;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

ul.regular > li.title p {
  margin: 0 2.3334em 0.75em 2.3334em;
  padding-bottom: 0.75em;
  color: #80a3b3;
  color: rgba(130, 130, 130, 0.6);
  line-height: 1.3;
  font-size: 0.75em;
  font-weight: 300;
  border-bottom: 1px solid #dfedf1;
}

ul.regular > li.all-products a {
  color: #80a3b3;
  font-size: 0.75em;
  padding: 0.4em 2.3334em;
}

ul.regular > li.all-products a:hover {
  color: #006d5c;
}

.site-header .main-nav {
  position: relative;
  border-top: 1px solid #efefef;
}

.site-header .main-nav::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .main-nav.search-active {
  border-top: 1px solid transparent;
}

.site-header .main-nav.search-active ul.main-menu li {
  display: none;
}

.site-header .main-nav.search-active ul.main-menu li.search {
  display: block;
  width: 100%;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 2px rgba(176, 176, 176, 0.53);
  display: block;
  float: right;
  margin-right: 0;
}

.site-header .main-nav.search-active ul.main-menu li.search form {
  display: block;
}

.site-header .main-nav.search-active ul.main-menu li.search a.close-search {
  display: block;
}

.site-header .main-menu {
  float: left;
  width: 100%;
}

.site-header .main-menu > li {
  position: relative;
  float: left;
  margin: 0 1em;
}

.site-header .main-menu > li a {
  display: block;
}

.site-header .main-menu > li > a {
  display: block;
  color: #333;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1;
  padding: 17px 0 16px 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}

.site-header .main-menu > li > ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  width: 250px;
  padding: 1em 0;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.site-header .main-menu > li > ul::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .main-menu > li > ul > li {
  border-left: 3px solid transparent;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}

.site-header .main-menu > li > ul > li:hover {
  border-color: #ddd;
  -webkit-transition: border-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}

.site-header .main-menu > li > ul > li > a {
  padding: 0.4em 10%;
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
}

.site-header .main-menu > li > ul > li.active {
  border-color: #009981;
}

.site-header .main-menu > li:first-child {
  margin-left: 0;
}

.site-header .main-menu li:hover > a {
  color: #006d5c;
  border-color: #ddd;
  -webkit-transition: border-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}

.site-header .main-menu li:hover > ul {
  display: block;
}

.site-header .main-menu > li.dropdown > a {
  position: relative;
  padding-right: 1.125em;
}

.site-header .main-menu > li.dropdown > a::after {
  content: '\f078';
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
  margin-top: -0.5em;
  font-size: 0.5em;
}

.site-header .main-menu > li.dropdown:hover > a {
  border-color: #ddd;
}

.site-header .main-menu > li.active > a,
.site-header .main-menu > li.active.dropdown:hover > a {
  border-color: #009981;
}

.site-header .main-menu > li.dropdown.mega {
  position: static;
}

.site-header .main-menu > li.dropdown.mega > ul {
  right: 0;
  width: auto;
  padding: 0;
  background: #f6fbfd;
}

.site-header .main-menu > li.dropdown.mega > ul > li {
  position: relative;
  border-left: none;
  margin-left: 75%;
}

.site-header .main-menu > li.dropdown.mega > ul > li.first {
  float: left;
  width: 75%;
  margin-left: 0;
  background: #fafafa;
}

.site-header .main-menu > li.dropdown.mega > ul > li.first::after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 1px;
  background: #e2edf2;
}

.site-header .main-menu > li.dropdown.mega.mega-small > ul {
  right: auto;
  width: 700px;
}

.site-header .main-menu > li.dropdown.mega.mega-small > ul > li {
  margin-left: 50%;
}

.site-header .main-menu > li.dropdown.mega.mega-small > ul > li.first {
  width: 50%;
  margin-left: 0;
}

.site-header .main-menu li.search {
  float: right;
  margin-right: 0;
}

.site-header .main-menu li.search a {
  float: left;
  font-size: 1em;
  line-height: 1;
  padding: 1.1em 0.3em 0.7em 1em;
}

.site-header .main-menu li.search a i {
  color: #d5d5d5;
}

.site-header .main-menu li.search a:hover i,
.site-header .main-menu li.search a.active i {
  color: #006d5c;
  width: 3.5%;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.site-header .main-menu li.search a.close-search {
  display: none;
  padding: 1.1em 0.8em 0.7em 1em;
  float: right;
}

.site-header .main-menu li.search form {
  display: none;
  float: left;
  width: 90%;
}

.site-header .main-menu li.search form input {
  border: none;
  outline: none;
  font-size: 0.875em;
  margin: 5px 5px 4px 5px;
  padding: 0.7em 4em 0.7em 0.4em;
  box-shadow: none;
}

.site-header .main-menu li.search:hover a {
  border-color: transparent;
}

.site-header .main-menu .featured {
  position: relative;
  margin: 0;
}

.site-header .main-menu .featured::after {
  clear: both;
  content: "";
  display: table;
}

.site-header .main-menu .featured li {
  position: relative;
  top: -1px;
  padding: 1.25em 1.5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}

.site-header .main-menu .featured li > a {
  color: #444;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-header .main-menu .featured li > a span {
  display: block;
  padding: 0.25em 0;
  font-size: 0.65em;
  font-weight: 500;
}

.site-header .main-menu .featured li > a span.surtitle {
  color: #006d5c;
}

.site-header .main-menu .featured li > a span.subtitle {
  font-family: "MuseoSlab", "Georgia", Times, serif;
}

.site-header .main-menu .featured li figure {
  float: left;
  width: 70px;
  margin: 0 0.75em 0.75em 0;
}

.site-header .main-menu .featured li figure img {
  max-width: 100%;
}

.site-header .main-menu .featured li .desc {
  margin-top: 0.4em;
}

.site-header .main-menu .featured li .desc p {
  margin-bottom: 0.6em;
  font-size: 0.75em;
  color: #888;
  line-height: 1.3;
}

.site-header .main-menu .featured li .desc p a {
  display: inline;
  color: #006d5c;
}

.site-header .main-menu .featured li .desc p a:hover {
  color: #005346;
}

.site-header .main-menu .featured li.title {
  display: none !important;
}

.site-header .main-menu .featured.featured-small {
  padding: 0 1.5em;
}

.site-header .main-menu .featured.featured-small li {
  position: relative;
  top: auto;
  margin-bottom: 1em;
  padding: 1.25em 0 0 0;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
}

.site-header .main-menu .featured.featured-small li > a {
  font-size: 1em;
}

.site-header .main-menu .featured.featured-small li figure {
  width: 40px;
  margin: 0 1em 1em 0;
}

.site-header .main-menu .featured.featured-small li .desc {
  margin-top: 0.2em;
}

.site-header .main-menu .featured.featured-small li .desc p {
  margin-bottom: 0.3em;
}

.site-header .main-menu .featured.featured-small li:first-child {
  border-top: none;
}

.site-header .main-menu .featured.featured-big li > a {
  margin-top: 1em;
  font-size: 1.625em;
}

.site-header .main-menu .featured.featured-big li figure {
  width: 85px;
  margin: 0 0.75em 0.5em 0;
}

.site-header .main-menu .featured.featured-big li .desc {
  clear: left;
  margin-top: 0;
}

.site-header .main-menu .featured.featured-big li .desc p {
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.site-header .main-menu .featured.featured-big li:first-child {
  border-top: none;
}

.site-header ul.regular {
  padding-top: 1.25em;
}

.site-header .main-search {
  float: right;
}

body.sticky-header-on .site-header .main-nav.search-active ul.main-menu li.search {
  box-shadow: none;
}

.menu-utility > li {
  position: relative;
}

.menu-utility > li > ul {
  display: none;
  position: absolute;
  top: 25px;
  left: -207px;
  z-index: 100;
  width: 330px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.menu-utility > li > ul::after {
  clear: both;
  content: "";
  display: table;
}

.menu-utility > li > ul > li {
  border-left: 3px solid transparent;
}

.menu-utility > li > ul > li > a {
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
}

.menu-utility > li > ul > li.active {
  border-color: #009981;
}

.menu-utility > li:first-child {
  margin-left: 0;
}

.menu-utility li:hover > a {
  color: #006d5c;
}

.menu-utility li:hover > ul {
  display: block;
}

.menu-utility > li.dropdown > a {
  position: relative;
  padding-right: 16px;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}

.menu-utility > li.dropdown > a::after {
  content: '\f078';
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.5;
  margin-top: -0.5em;
  font-size: 0.5em;
}

.menu-utility > li.dropdown ul li {
  float: left;
  width: 33.3%;
}

.menu-utility > li.dropdown ul li:first-child a {
  border-left: 0;
}

.menu-utility > li.dropdown ul li a {
  float: left;
  height: 100%;
  text-align: center;
  width: 100%;
}

.menu-utility > li.dropdown ul li a i {
  display: block;
}

/***************************************
	Mobile Nav
***************************************/
.mobile-navigation-opened {
  position: fixed;
  overflow: hidden;
}

.mobile-navigation-opened body {
  position: fixed;
  overflow: hidden;
}

.mobile-menu-wrapper {
  position: relative;
  top: -5em;
  opacity: 0;
  z-index: 997;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.mobile-menu-wrapper.show {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.mobile-menu-wrapper.show .mobile-nav {
  display: block;
}

.mobile-menu-wrapper .background-overlay {
  display: none;
}

.mobile-menu-wrapper.show .background-overlay {
  background-color: #fff;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 900;
}

.mobile-nav {
  display: none;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  position: fixed;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

.mobile-nav li a {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 1.6em 1.6em;
  width: 100%;
  color: #272727;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.2;
}

.mobile-nav li a i {
  float: left;
  font-size: 1.3em;
  margin-right: 1em;
}

.mobile-nav li a i.icon-small-business {
  margin-top: 0.2em;
}

.mobile-nav li a i.icon-medium-business {
  font-size: 1.7em;
}

.mobile-nav li a i.icon-enterprise {
  font-size: 1.9em;
}

.mobile-nav li a span {
  display: block;
}

.mobile-nav li a small {
  color: #a1a1a1;
  display: block;
  font-size: 0.786em;
}

.mobile-nav li a small.green-top {
  color: #006d5c;
}

.mobile-nav ul.submenu {
  background-color: #fff;
  display: block;
  width: 100%;
  position: fixed;
  right: -101%;
  top: 55px;
  bottom: 0;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
}

.mobile-nav ul.submenu.show {
  right: 0;
  z-index: 999;
  transition: all 0.35s ease 0s;
}

.mobile-nav ul.submenu.show.push-back > li > a {
  opacity: 0.3;
  transition: all 0.2s ease 0s;
}

.mobile-nav ul.submenu ul.submenu {
  top: 55px;
  bottom: 0;
}

.mobile-nav li.back a {
  color: #8f8f8f;
  text-transform: uppercase;
  font-size: 0.688em;
  position: relative;
  padding: 1.6em 1.6em 1.4em 3.8em;
}

.mobile-nav li.back a::before {
  color: #adadad;
  content: "\f053";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  left: 2em;
  top: 40%;
  width: 20px;
}

.mobile-nav li.title {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  cursor: default;
  padding: 1em 1.5em;
}

.mobile-nav li.title > span {
  color: #9c9c9c;
  font-size: 0.688em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav li.title > span > i {
  position: absolute;
  margin-right: 0.3em;
  color: #c8c8c8;
  left: 0;
  top: 0;
  font-size: 1.4em;
  margin-top: -3px;
}

.mobile-nav li.title > span > i.icon-medium-business {
  font-size: 1.6em;
}

.mobile-nav li.title > span > i.icon-enterprise {
  margin-top: -4px;
  font-size: 1.8em;
}

.mobile-nav li.title.has-icon > span {
  padding-left: 3em;
}

.mobile-nav li.splitter {
  background-color: #e6e6e6;
  display: block;
  height: 0.188em;
}

.mobile-nav li.parent > a {
  position: relative;
}

.mobile-nav li.parent > a::before {
  color: #adadad;
  content: "\f054";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 20px;
}

.site-top,
.menu-utility,
.main-nav {
  display: none;
}

.menu-toggle {
  text-indent: -9999px;
  width: 1.375em;
  height: 0.938em;
  margin-top: -0.125em;
  float: left;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c5c5c5;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle.open {
  margin-left: -3px;
}

.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 4px;
}

@media screen and (min-width: 769px) {
  .site-top,
  .menu-utility,
  .main-nav {
    display: block;
  }

  .mobile-nav {
    display: none;
  }

  .menu-toggle {
    display: none;
  }
}

.main {
  background: url("../images/bg-grid.svg") 50% -4em no-repeat;
  background-size: 1920px 821px;
}

.main.no-bg {
  background: none;
}

.page-header + * {
  margin-top: -4em;
}

.page-header + * .container {
  z-index: 6;
}

.no-breadcrumbs {
  padding-top: 4.0625em;
}

.little-promo {
  margin: 1em 0 1em 0;
  padding: 1em 1em 0.4em 1em;
  font-size: 1.25em;
  font-weight: 100;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.little-promo strong {
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .little-promo {
    font-size: 1.5em;
  }
}

/***************************************
	Page Header
***************************************/
.alert-section {
  background: #ed2939;
}

.alert-section + * {
  padding-top: 3em;
}

.alert-section .container {
  padding: 1em 0 0.5em 0;
  text-align: center;
}

.alert-section p {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 0.875em;
}

.alert-section p.big-title {
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2;
}

.page-headline {
  margin-bottom: 0;
}

.page-headline::after {
  clear: both;
  content: "";
  display: table;
}

.page-headline .label {
  margin-top: -0.5em;
  margin-bottom: 1em;
}

.page-headline .label p {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.625em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  background: #aaa;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.page-headline .label.red p {
  color: #fff;
  background: #ed2939;
  opacity: 0.8;
}

.page-header {
  position: relative;
}

.page-header .container {
  z-index: 5;
  padding-bottom: 5em;
}

.page-header.image-bg {
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}

.page-header.image-bg .overlay-1 {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 40%;
  left: 0;
  background: -moz-radial-gradient(top left, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, top left, 0, center center, 100%, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(top left, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(top left, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(top left, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at top left, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=0);

  /* IE6-9 */
  opacity: 0.7;
}

.page-header.image-bg .overlay-2 {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.75) 80%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.75) 80%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.75) 80%, white 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#26ffffff', endColorstr='#ffffff', GradientType=0);

  /* IE6-9 */
}

.page-header.padding .container {
  padding-top: 2em;
}

.page-header .page-info {
  min-height: 1em;
  margin-bottom: 1em;
}

.page-header .page-info::after {
  clear: both;
  content: "";
  display: table;
}

.page-header .page-headline figure {
  display: none;
}

.page-header .page-headline.show-figure {
  text-align: center;
}

.page-header .page-headline.show-figure figure {
  margin-bottom: 1em;
  display: inline-block;
  width: 7em;
}

.page-header .page-headline.big-headline {
  margin-bottom: 2em;
}

.page-header .page-headline.big-headline .page-title {
  margin-bottom: 0;
  text-transform: none;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.2;
  color: #333;
}

.page-header .page-headline.big-headline .page-desc {
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 1.25em;
  font-weight: 100;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.page-header .page-headline.big-headline p {
  margin: 1em 0 0 0;
  text-align: center;
  font-family: "MuseoSlab", "Georgia", Times, serif;
}

.page-header .page-headline .side-ctas {
  margin-top: 4.0625em;
}

.page-header .page-headline .side-ctas.equal-buttons .button {
  width: 100%;
}

.page-header h1,
.page-header .page-title {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: 900;
  color: #333;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.page-header h2,
.page-header .page-desc {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: "MuseoSlab", "Georgia", Times, serif;
  color: #444;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.page-header h3,
.page-header .page-surtitle {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
  color: #006d5c;
  text-align: center;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.page-header .breadcrumbs {
  display: none;
  float: left;
  margin: 2em 0 0 0;
  font-size: 0.75em;
  color: #777;
}

.page-header .breadcrumbs::after {
  clear: both;
  content: "";
  display: table;
}

.page-header .breadcrumbs a {
  position: relative;
  display: block;
  float: left;
  margin: 0 1.5em;
  line-height: 1;
  color: #888;
  color: rgba(85, 85, 85, 0.6);
}

.page-header .breadcrumbs a::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  left: -2.5em;
  margin-top: -0.6em;
  margin-left: -0.5em;
  font-size: 7px;
  color: #bbb;
  pointer-events: none;
  cursor: default;
}

.page-header .breadcrumbs a:first-child {
  margin-left: 0;
}

.page-header .breadcrumbs a:first-child::before {
  display: none;
}

.page-header .breadcrumbs a:hover {
  color: #666;
}

.page-header ul.quick-menu {
  display: none;
  float: right;
  margin-bottom: 0;
}

.page-header ul.quick-menu > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.page-header ul.quick-menu > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.page-header ul.quick-menu li {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.page-header ul.quick-menu li a {
  display: block;
  padding: 0.8em 1em;
  line-height: 1.3;
  font-size: 0.75em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #006d5c;
}

.page-header ul.quick-menu li a:hover {
  background-color: #005446;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.excerpt {
  margin-bottom: 1em;
}

.excerpt p {
  font-size: 1.125em;
  font-weight: 500;
}

.small-header {
  min-height: 250px;
}

.small-header + * {
  margin-top: -210px;
}

.product-header .page-headline {
  text-align: center;
}

.product-header .page-headline .product-promos .documents {
  margin: 0.75em 0 1.5em 0;
  font-size: 0.875em;
}

.product-header .page-headline figure {
  margin-bottom: 1em;
}

.product-header .page-headline figure img {
  max-width: 8.75em;
}

.product-header .page-headline .reviews {
  margin-bottom: 1em;
}

.product-header .page-headline .promo-tag {
  margin-bottom: 1em;
}

.product-header .page-headline .desc .button {
  margin-bottom: 2em;
}

.product-header .page-desc {
  font-size: 1em;
  font-weight: 500;
}

.product-header .notification {
  padding-top: 2em;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.product-header .notification h3 {
  font-size: 1.125em;
  text-transform: uppercase;
}

.product-header .comparison-section-1up .page-headline {
  margin-bottom: 3em;
}

.post .page-header h1,
.post .page-header .page-title {
  text-transform: none;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .page-headline .label {
    margin-top: -1.5em;
  }

  .page-header .container {
    padding-bottom: 6em;
  }

  .page-header .page-info {
    min-height: 3em;
  }

  .page-header .page-headline.show-figure {
    text-align: left;
    padding-left: 15em;
  }

  .page-header .page-headline.show-figure figure {
    position: relative;
    left: -1em;
    float: left;
    width: 13em;
    margin-left: -15em;
    margin-bottom: 1em;
    display: block;
  }

  .page-header .page-headline.small-headline h1,
  .page-header .page-headline.small-headline .page-title {
    font-size: 2em;
    font-weight: 500;
  }

  .page-header .page-headline.small-headline h2,
  .page-header .page-headline.small-headline .page-desc {
    font-size: 1em;
  }

  .page-header .page-headline.small-headline.show-figure {
    padding-left: 12em;
  }

  .page-header .page-headline.small-headline.show-figure figure {
    margin-left: -12em;
    width: 10em;
  }

  .page-header .page-headline.big-headline .page-title {
    padding: 0;
    line-height: 1.1;
    text-align: center;
    font-size: 3em;
  }

  .page-header .page-headline.big-headline .page-title::before {
    display: none;
  }

  .page-header .page-headline.big-headline .page-desc {
    padding: 0;
    font-size: 2em;
    color: #666;
  }

  .page-header .page-headline.big-headline .page-desc::before {
    display: none;
  }

  .page-header .page-headline.big-headline p {
    font-size: 1.25em;
  }

  .page-header .page-headline.big-headline.show-figure {
    text-align: center;
    padding-left: 0;
  }

  .page-header .page-headline.big-headline.show-figure figure {
    left: auto;
    top: -0.75em;
    float: none;
    width: 7.5em;
    margin: 0 auto;
  }

  .page-header .page-headline .side-ctas {
    margin-top: 4.0625em;
  }

  .page-header .page-headline .side-ctas.equal-buttons .button {
    width: 13.33em;
  }

  .page-header .breadcrumbs,
  .page-header ul.quick-menu {
    display: block;
  }

  .page-header h1,
  .page-header .page-title {
    font-size: 2.25em;
    position: relative;
    left: -0.05em;
    text-align: left;
  }

  .page-header h2,
  .page-header .page-desc {
    font-size: 1.25em;
    position: relative;
    padding: 0 10% 0 1em;
    text-align: left;
  }

  .page-header h2::before,
  .page-header .page-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25em;
    bottom: 0.25em;
    width: 4px;
    background: #009981;
  }

  .page-header h3,
  .page-header .page-surtitle {
    font-size: 1.5em;
    text-align: left;
  }

  .small-header + * {
    margin-top: -190px;
  }

  .small-header.product-header + * {
    margin-top: -170px;
  }

  .product-header .form-standard {
    padding-left: 4%;
    border-left: 1px solid #e5e5e5;
  }

  .product-header .buy-section {
    padding-left: 2%;
    padding-top: 3em;
  }

  .product-header .page-headline {
    padding-top: 3em;
    padding-left: 11em;
    text-align: left;
  }

  .product-header .page-headline::after {
    clear: both;
    content: "";
    display: table;
  }

  .product-header .page-headline figure {
    float: left;
    max-width: 8.75em;
    margin-top: -3em;
    margin-left: -11em;
  }

  .product-header .page-headline figure img {
    max-width: 100%;
  }

  .product-header .page-headline .product-promos {
    margin-bottom: 2em;
  }

  .product-header .page-headline .product-promos .reviews {
    margin-top: 0.5em;
  }

  .product-header .page-headline .product-promos .promo-tag {
    float: right;
    margin-top: -0.5em;
  }

  .product-header .page-headline .product-promos .documents {
    margin: 0 0 0.5em 0.5em;
    float: right;
  }

  .product-header .page-headline .product-promos.divider {
    margin-bottom: 1.5em;
  }

  .product-header .page-headline.small-headline {
    padding-top: 1.5em;
    padding-left: 8em;
  }

  .product-header .page-headline.small-headline figure {
    margin-top: -1.4em;
    margin-left: -8em;
    max-width: 6em;
  }

  .product-header .page-headline.small-headline h1,
  .product-header .page-headline.small-headline .page-title,
  .product-header .page-headline.small-headline .product-title {
    font-size: 2em;
    font-weight: 500;
  }

  .product-header .page-desc {
    font-size: 1.25em;
    font-family: "MuseoSlab", "Georgia", Times, serif;
    position: relative;
    margin-bottom: 1em;
    padding: 0 0 0.75em 1em;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
    color: #444;
  }

  .product-header .page-desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.25em;
    bottom: 1em;
    width: 4px;
    background: #009981;
  }

  .product-header .notification {
    margin-top: 1em;
    padding: 1em 0 0 2em;
    text-align: left;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }

  .product-header .notification h3 {
    margin-bottom: 0.5em;
  }
}

.promoline {
  position: relative;
  padding: 0.25em;
  background: #eee;
  text-align: center;
}

.promoline p {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  color: #aaa;
}

.promoline::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #eee;
}

.promo-guarantee {
  position: relative;
  text-align: center;
}

.promo-guarantee::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #eee;
}

.promo-guarantee > * {
  position: relative;
  z-index: 5;
}

.promo-guarantee p {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  font-size: 1em;
  font-weight: 500;
  color: #ccc;
  line-height: 1;
  letter-spacing: -0.05em;
  background: #fff;
}

.promo-guarantee p .large {
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: normal;
}

.featured-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.featured-item .promoline {
  background: #ed2939;
}

.featured-item .promoline p {
  color: #fff;
}

.featured-item .promoline::after {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ed2939;
}

.check-list,
ul.check-list {
  margin-bottom: 0;
  margin-bottom: 2em;
}

.check-list > li,
ul.check-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.check-list > li::before,
ul.check-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.check-list li,
ul.check-list li {
  position: relative;
  padding-left: 1.75em;
  font-size: 0.9375em;
  line-height: 1.4;
  margin-bottom: 0.75em;
}

.check-list li::before,
ul.check-list li::before {
  display: block;
  content: "\e908";
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 1.125em;
}

/***************************************
	Products
***************************************/
.reviews p {
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-size: 0.6875em;
  color: #aaa;
  text-transform: uppercase;
}

.reviews p a {
  font-size: 1em;
  color: #aaa;
}

.starbar {
  display: inline-block;
}

.starbar::after {
  clear: both;
  content: "";
  display: table;
}

.starbar .icon-star {
  position: relative;
  float: left;
  display: block;
  font-size: 0.625em;
  color: #ffc200;
}

.starbar .icon-star.empty {
  color: #e5e5e5;
}

.starbar .icon-star.half {
  position: relative;
  color: #e5e5e5;
}

.starbar .icon-star.half::after {
  content: "\e912";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  color: #ffc200;
  overflow: hidden;
}

.price {
  text-align: center;
}

.price p {
  margin: 0;
  line-height: 1.3;
  font-size: 1.5em;
  color: #444;
  font-weight: 700;
}

.price p .price-from {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 0.5em;
  font-size: 0.65em;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
}

.price p.price-old {
  font-size: 0.9375em;
}

.price p.price-old .price-cut {
  font-weight: 300;
  color: #777;
  text-decoration: line-through;
}

.price p.price-old .price-new {
  padding-left: 0.2em;
  font-size: 1.5em;
  color: #444;
  font-weight: 700;
}

.price p.price-old .price-saving {
  padding-left: 0.4em;
  font-size: 0.8125em;
  font-weight: 700;
  color: #ed2939;
}

.download-section .download-box-wrapper {
  padding: 2.5em 1.5em 1.25em 1.5em;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.download-section .download-box-wrapper .button {
  margin-bottom: 1.75em;
}

.buy-block .links {
  margin-top: 0.75em;
}

.buy-block .links p {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}

.buy-block .links p a {
  color: #777;
}

.buy-block .links p a:hover {
  color: #005446;
}

.buy-block .details-list {
  position: relative;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  padding: 0.25em;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.buy-block .details-list p,
.buy-block .details-list li {
  font-size: 0.75em;
  color: #777;
  margin-bottom: 0.1em;
  line-height: 1.2;
}

.buy-block .details-list p.title,
.buy-block .details-list li.title {
  margin-top: -0.75em;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
}

.buy-block .details-list ul {
  margin-bottom: 0;
}

.buy-block .details-list ul > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.buy-block .details-list ul > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.buy-block .details-list ul li {
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: 0.1em;
}

.buy-block .details-list ul li.important {
  color: #ed2939;
  font-weight: 500;
}

.buy-block .details-list::before,
.buy-block .details-list::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1em;
  height: 1px;
  background: #e5e5e5;
}

.buy-block .details-list::before {
  left: 0;
}

.buy-block .details-list::after {
  right: 0;
}

.buy-block .form-element.radio {
  position: relative;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

.buy-block .form-element.radio input {
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
}

.buy-block .form-element.radio label {
  display: table;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 0.8125em;
  color: #444;
}

.buy-block .form-element.radio label .choose {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.5em;
  border-right: 1px solid #eee;
  border-color: rgba(0, 0, 0, 0.075);
}

.buy-block .form-element.radio label .choose span {
  white-space: nowrap;
  font-size: 0.846em;
  color: #888;
}

.buy-block .form-element.radio label .price {
  display: table-cell;
  vertical-align: middle;
}

.buy-block .form-element.radio label .price-new {
  padding-left: 0.5em;
  font-weight: 700;
  color: #444;
}

.buy-block .form-element.radio label .price-cut {
  padding-left: 0.5em;
  text-decoration: line-through;
  color: #aaa;
}

.buy-box-wrapper {
  margin-bottom: 1em;
}

.buy-box-wrapper .buy-block {
  padding: 2em 1.5em;
  background: #f8f8f8 url(../images/bg-pattern.jpg) 50% 50% no-repeat;
  background-size: cover;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.buy-box-wrapper .buy-block .price {
  margin-bottom: 1em;
}

.buy-box-wrapper .buy-block .price p {
  font-size: 2em;
  color: #ed2939;
}

.buy-box-wrapper .buy-block .price p.price-old {
  font-size: 0.9375em;
}

.buy-box-wrapper .buy-block .price p.price-old .price-saving {
  color: #333;
}

.buy-box-wrapper .buy-block form .price p.price-old .price-saving {
  color: #ed2939;
}

.buy-box-wrapper .buy-block-footer {
  padding: 1.15em 1.5em 0.25em 1.5em;
}

.buy-box-wrapper .buy-block-footer p {
  margin-bottom: 1em;
  font-size: 0.875em;
  color: #888;
}

.buy-box-wrapper .buy-block-footer p span {
  display: block;
  margin-bottom: 0.3em;
}

.buy-box-wrapper .buy-block-footer p a {
  display: inline-block;
  padding: 0 0.75em;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
}

.buy-box-wrapper .buy-block-footer p a:hover {
  color: #555;
}

.buy-box-wrapper .buy-block-footer p a.green {
  color: #006d5c;
}

.buy-box-wrapper .buy-block-footer p a.green:hover {
  color: #003a31;
}

.buy-box-wrapper .buy-block-footer p a.red {
  color: #ed2939;
}

.buy-box-wrapper .buy-block-footer p a.red:hover {
  color: #d11221;
}

.buy-box-wrapper .buy-block-footer p.small {
  font-size: 0.75em;
}

.buy-box-wrapper .buy-block-footer p.small a {
  text-transform: none;
}

.buy-box-wrapper .buy-block-footer .button {
  margin: 0;
  font-size: 0.855em;
  color: #006d5c;
  font-weight: 700;
}

.buy-box-wrapper .buy-block-footer.alt-footer h4 {
  color: #888;
  margin-bottom: 1em;
}

.buy-box-wrapper .buy-block-footer.alt-footer li {
  font-size: 0.75em;
  color: #888;
}

.buy-box-wrapper .buy-block-footer.alt-footer li::before {
  border-color: #aaa;
}

.buy-box-wrapper.move-up {
  margin-top: 0;
}

.promo-tag {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 1em;
  background: #009981;
  background: rgba(0, 112, 85, 0.6);
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.promo-tag .font-icons {
  position: absolute;
  top: 50%;
  left: -0.75em;
  margin-top: -0.75em;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
  color: #009981;
  color: rgba(0, 112, 85, 0.6);
  background: #fff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.promo-tag .font-icons::before {
  color: #a3cbc2;
}

.promo-tag p {
  margin: 0;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.1;
}

.previews,
ul.previews {
  margin-bottom: 1em;
  margin-bottom: 0;
}

.previews::after,
ul.previews::after {
  clear: both;
  content: "";
  display: table;
}

.previews > li,
ul.previews > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.previews > li::before,
ul.previews > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.previews > li,
ul.previews > li {
  float: left;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  width: 5em;
}

.previews > li img,
ul.previews > li img {
  width: 100%;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.product-title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0;
}

.product-title a {
  color: #333;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-title span.surtitle,
.product-title span.subtitle {
  display: block;
  padding: 0.05em 0;
  font-size: 0.6em;
  font-weight: 500;
}

.product-title span.surtitle {
  padding-bottom: 0.15em;
  color: #006d5c;
}

.product-title span.subtitle {
  font-family: "MuseoSlab", "Georgia", Times, serif;
}

.product-title span.subtitle.light {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  color: #8f8f8f;
  margin-top: 0.2em;
  font-weight: 300;
}

.product-title.page-title {
  font-size: 2em;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 0.5em;
}

.product-title.page-title span.surtitle {
  position: relative;
  top: 0.05em;
  padding: 0;
}

.product-title.small span {
  color: #006d5c;
  font-size: 1em;
}

.product-title.small span:hover {
  color: #005346;
}

.product-title.small span.subdesc {
  font-size: 0.75em;
}

.product-title.small span.subdesc:hover {
  color: #8e8e8e;
}

.product-item {
  text-align: center;
}

.product-item.text-left {
  text-align: left;
}

.product-item.text-right {
  text-align: right;
}

.product-item header {
  display: inline-block;
  margin-bottom: 0.75em;
  padding-left: 5em;
  text-align: left;
}

.product-item header::after {
  clear: both;
  content: "";
  display: table;
}

.product-item header.divider {
  display: block;
}

.product-item header figure {
  float: left;
  margin-left: -5em;
  width: 4.375em;
}

.product-item header figure img {
  max-width: 100%;
}

.product-item header .reviews {
  text-align: left;
}

.product-item .tagline {
  margin-bottom: -0.55em;
}

.product-item .tagline p {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.625em;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  background: #eee;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.product-item .product-title {
  padding-top: 0.5em;
}

.product-item .desc {
  margin-bottom: 0.75em;
}

.product-item .desc p {
  margin-bottom: 0.3em;
  font-size: 0.8125em;
  color: #777;
  text-align: center;
}

.product-item .reviews {
  text-align: center;
}

.product-item .reviews p {
  margin-bottom: 0;
  font-size: 0.6875em;
  color: #aaa;
}

.product-item .price {
  margin-bottom: 0.75em;
}

.product-item.product-small .price p {
  font-size: 1em;
}

.product-item.image-top header {
  padding-left: 0;
  text-align: center;
}

.product-item.image-top header figure {
  float: none;
  margin-left: 0;
  width: 100%;
}

.product-item.image-top header figure img {
  max-height: 7em;
}

.product-item.image-top header .reviews {
  text-align: center;
}

.product-item.image-top .tagline {
  margin-top: 0.55em;
}

.product-item.image-top .product-title {
  min-height: 3.2em;
  margin-bottom: 0.25em;
}

.featured-section .container.divider-top {
  padding-top: 3.125em;
}

.featured-section ul.product-list {
  margin-bottom: 0;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.featured-section ul.product-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.featured-section ul.product-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.featured-section ul.product-list > li {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.featured-section ul.product-list > li .product-item {
  padding: 2em 1.5em;
}

.featured-section ul.product-list > li .featured-item {
  position: relative;
  margin: auto -1em -3px -1em;
  padding: 3em 2.5em 2em 2.5em;
  border-color: #ed2939;
}

.featured-section ul.product-list > li .featured-item .promoline {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}

.featured-section ul.product-list .other {
  background: #f6fbfd;
}

.featured-section ul.product-list .other header {
  margin-bottom: 0.75em;
  padding: 2em 1.75em 0.4em 1.75em;
  border-bottom: 1px solid #e2edf2;
}

.featured-section ul.product-list .other h4 {
  margin-bottom: 0.5em;
  color: #80a3b3;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-section ul.product-list .other p {
  font-size: 0.75em;
  margin-bottom: 0.75em;
  color: #80a3b3;
  opacity: 0.8;
}

.featured-section ul.product-list .other ul.regular {
  padding-bottom: 1em;
}

.featured-section ul.product-list .other ul.regular a {
  opacity: 0.8;
}

.featured-section ul.product-list .other ul.regular a:hover {
  opacity: 1;
}

.featured-section .solutions-promo {
  margin-bottom: 2em;
}

.featured-section .solutions-promo .section-description {
  margin-bottom: 1.1em;
}

.products-section {
  padding-top: 3em;
  background: #f8f8f8;
}

.products-section .container {
  padding-bottom: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.products-section ul.product-list {
  margin-bottom: 0;
}

.products-section ul.product-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.products-section ul.product-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.products-section ul.product-list .product-item {
  padding: 1em;
}

.tools-section .container {
  padding-bottom: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

.product-intro {
  margin-bottom: 1.5em;
}

.product-intro p {
  font-size: 0.9375em;
  line-height: 1.5;
  color: #666;
}

.product-intro li {
  font-size: 0.9375em;
  color: #666;
}

.product-intro .excerpt p {
  font-size: 1.0625em;
  color: #444;
}

.side-featured-product figure img.product-icon-medium {
  max-width: 90px;
  margin-top: -0.6em;
}

.side-featured-product .b2b-product-title {
  margin: 0.4em 0 1.25em 0;
}

.side-featured-product .b2b-product-title span {
  font-size: 1.2em;
}

.side-featured-product .b2b-product-title span.big {
  font-size: 2em;
}

.side-featured-product p {
  font-size: 0.875em;
  color: #666;
}

.side-featured-product a.button {
  margin: 1em 0.938em 0 0;
}

.widget .product-item {
  margin-bottom: 0.75em;
  padding: 1.5em;
  background: #f8f8f8;
}

.related-products-list > li {
  padding: 1em 0;
}

.other-products-list .product-item {
  text-align: left;
}

.other-products-list .product-item header {
  display: block;
}

.other-products-list .product-item h2 {
  margin-bottom: 0.5em;
  min-height: 3em;
}

@media screen and (min-width: 481px) {
  .related-products-list[class*="section-col-s"] > li {
    padding: 0;
  }
}

@media screen and (min-width: 661px) {
  .related-products-list[class*="section-col-m"] > li {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .download-section {
    padding-top: 3em;
    padding-left: 2%;
  }

  .download-section .download-box-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .buy-box-wrapper .buy-block {
    padding-left: 15%;
    padding-right: 15%;
  }

  .buy-box-wrapper .buy-block-footer {
    padding-left: 15%;
    padding-right: 15%;
  }

  .buy-box-wrapper .buy-block-footer.alt-footer {
    padding: 1.5em 0 0.25em 0;
  }

  .buy-box-wrapper.move-up {
    margin-top: -2em;
  }

  .previews,
  ul.previews {
    max-width: 68em;
    margin-left: -3.0927%;
    margin-right: auto;
  }

  .previews::after,
  ul.previews::after {
    clear: both;
    content: "";
    display: table;
  }

  .previews li,
  ul.previews li {
    margin-left: 0;
    width: auto;
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .previews li:first-child,
  ul.previews li:first-child {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .product-title {
    font-size: 1.5em;
  }

  .product-title.page-title {
    font-size: 2.5em;
    min-height: 2.5em;
  }

  .product-title.page-title span.surtitle {
    padding: 0;
  }

  .product-item.image-top header,
  .product-item.image-top-l header {
    padding-left: 0;
    text-align: center;
  }

  .product-item.image-top header figure,
  .product-item.image-top-l header figure {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .product-item.image-top header figure img,
  .product-item.image-top-l header figure img {
    max-height: 7em;
  }

  .product-item.image-top header figure img.product-icon-small,
  .product-item.image-top-l header figure img.product-icon-small {
    max-width: 80px;
    max-height: 80px;
  }

  .product-item.image-top header .reviews,
  .product-item.image-top-l header .reviews {
    text-align: center;
  }

  .product-item.image-top .tagline,
  .product-item.image-top-l .tagline {
    margin-top: 0.55em;
  }

  .product-item.product-small header {
    padding-left: 3.25em;
  }

  .product-item.product-small header figure {
    margin-left: -3.25em;
    width: 2.75em;
  }

  .product-item.product-small .tagline {
    margin-bottom: -0.45em;
  }

  .product-item.product-small .product-title {
    font-size: 1.125em;
  }

  .product-item.product-small .desc p {
    font-size: 0.75em;
  }

  .product-item.product-small .reviews p {
    font-size: 0.6875em;
  }

  .product-item.product-small .price p {
    font-size: 1.125em;
  }

  .product-item.product-small .price p.price-old {
    font-size: 0.875em;
  }

  .product-item.product-small.image-top header,
  .product-item.product-small.image-top-l header {
    padding-left: 0;
    text-align: center;
  }

  .product-item.product-small.image-top header figure,
  .product-item.product-small.image-top-l header figure {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .product-item.product-small.image-top header figure img,
  .product-item.product-small.image-top-l header figure img {
    max-height: 5em;
  }

  .product-item.product-small.image-top header .reviews,
  .product-item.product-small.image-top-l header .reviews {
    text-align: center;
  }

  .product-item.product-small.image-top .tagline,
  .product-item.product-small.image-top-l .tagline {
    margin-top: 0.55em;
  }

  .product-item.product-big header {
    padding-left: 6.5em;
  }

  .product-item.product-big header figure {
    margin-left: -6.5em;
    width: 5.5em;
  }

  .product-item.product-big .product-title {
    font-size: 2em;
    min-height: 3.2em;
    margin-bottom: 0.25em;
  }

  .product-item.product-big .product-title .surtitle,
  .product-item.product-big .product-title .subtitle {
    padding-bottom: 0;
    font-size: 0.5em;
  }

  .product-item.product-big.image-top header,
  .product-item.product-big.image-top-l header {
    padding-left: 0;
    text-align: center;
  }

  .product-item.product-big.image-top header figure,
  .product-item.product-big.image-top-l header figure {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .product-item.product-big.image-top header figure img,
  .product-item.product-big.image-top-l header figure img {
    max-height: 10em;
  }

  .product-item.product-big.image-top header .reviews,
  .product-item.product-big.image-top-l header .reviews {
    text-align: center;
  }

  .product-item.product-big.image-top .tagline,
  .product-item.product-big.image-top-l .tagline {
    margin-top: 0.55em;
  }

  .featured-section ul.product-list {
    margin-bottom: 0;
    margin-bottom: 1em;
  }

  .featured-section ul.product-list > li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 1em;
    position: inherit;
  }

  .featured-section ul.product-list > li::before {
    content: none;
    list-style: none;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .featured-section ul.product-list > li .product-item {
    padding: 2em 2em 1.5em 2em;
  }

  .featured-section ul.product-list > li .featured-item {
    position: relative;
    top: 1em;
    margin: -2em -1px 0 -1px;
    padding: 4em 2em 1.5em 2em;
    border-color: #e5e5e5;
  }

  .featured-section ul.product-list > li .featured-item > * {
    position: relative;
    top: -1em;
  }

  .featured-section .solutions-promo {
    margin-bottom: 0.5em;
  }

  .products-section {
    padding-top: 0;
    background: none;
  }

  .products-section .container {
    padding-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
  }

  .products-section ul.product-list {
    margin-bottom: 0;
  }

  .products-section ul.product-list > li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 1em;
    position: inherit;
  }

  .products-section ul.product-list > li::before {
    content: none;
    list-style: none;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .products-section ul.product-list .product-item {
    padding: 1.5em;
  }

  .tools-section .container {
    padding-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
  }

  .product-intro {
    clear: both;
  }

  .product-intro::after {
    clear: both;
    content: "";
    display: table;
  }

  .product-intro .previews-wrapper {
    padding-right: 2%;
  }

  .related-products-list[class*="section-col-l"] > li {
    padding: 0;
  }
}

@media screen and (min-width: 993px) {
  .related-products-list[class*="section-col-xl"] > li {
    padding: 0;
  }
}

img.product-icon-xsmall {
  max-width: 50px;
  max-height: 60px;
  float: left;
  margin: -0.8em 1.25em 0 0;
}

img.product-icon-small {
  max-width: 80px;
  max-height: 115px;
}

img.product-icon-medium {
  max-width: 96px;
  max-height: 130px;
}

.b2b-product-title {
  font-size: 1em;
  text-align: center;
}

.b2b-product-title span.surtitle {
  font-weight: 500;
  font-size: 1.188em;
}

.b2b-product-title span {
  font-size: 1.25em;
  display: block;
  font-weight: 500;
  line-height: 1.2;
  color: #1c1c1c;
}

.b2b-product-title span strong {
  display: block;
  font-size: 1.33em;
  font-weight: 900;
  text-transform: uppercase;
}

.b2b-product-title span.subdesc {
  color: #8e8e8e;
  font-size: 1em;
  font-weight: 300;
}

.b2b-product-title span.big {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.25em;
  margin: -0.125em 0 0 0;
}

.b2b-product-title.small {
  text-align: left;
  margin-bottom: 1.875em;
}

figure.page-icon {
  text-align: center;
}

.b2b-form-page .top-info {
  margin-bottom: 2em;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.b2b-form-page .top-info.no-border {
  border-bottom: none;
  margin-bottom: 1.25em;
}

.b2b-form-page .mobile-form-title {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  color: #006d5c;
  margin: 1em 0 1.75em 0;
}

.b2b-form-page h5.mini-light-title {
  padding-top: 1.25em;
}

.b2b-form-page a.icon-doc {
  color: #222;
  font-size: 0.875em;
}

.b2b-form-page a.icon-doc span {
  font-size: 0.857em;
  color: #afafaf;
  text-transform: uppercase;
}

.b2b-form-page a.icon-doc::before {
  margin-right: 1em;
}

.b2b-form-page a.icon-doc:hover {
  color: #006d5c;
}

.b2b-form-page a.icon-doc + a {
  margin-top: 1.5em;
  display: block;
}

@media screen and (min-width: 769px) {
  .b2b-product-title {
    text-align: left;
  }

  .b2b-product-title .meta.reviews::after {
    clear: both;
    content: "";
    display: table;
  }

  img.product-icon-medium {
    max-width: 110px;
    max-height: 150px;
  }

  .b2b-product-title {
    font-size: 1em;
  }

  .b2b-product-title span.surtitle {
    font-size: 1.125em;
    margin-bottom: 0;
  }

  .b2b-product-title span {
    font-size: 1.5em;
    margin-bottom: 0.2em;
  }

  .b2b-product-title span.subdesc {
    font-size: 1.25em;
  }

  .b2b-form-page {
    margin-top: -4em;
  }

  .b2b-form-page .row > .info {
    border-right: 1px solid #e6e6e6;
    padding-right: 3.125em;
  }

  .b2b-form-page .row > .form-standard {
    padding-left: 1.25em;
  }

  .b2b-form-page .mobile-form-title {
    display: none;
  }

  .b2b-form-page .top-info {
    border-bottom: none;
    text-align: left;
  }

  .b2b-form-page .form-standard label {
    width: 35%;
    padding-right: 5%;
  }

  .b2b-form-page .product-icon-small.b2b-icon {
    margin-top: -0.6em;
    margin-right: 2em;
  }

  .product-icon-medium.b2b-icon {
    float: left;
    margin: -1.25em 1.25em 0 0;
  }

  .product-icon-small.b2b-icon,
  .product-icon-xsmall.b2b-icon {
    float: left;
    margin: -0.8em 1.25em 0 0;
  }
}

/***************************************
	Promo
***************************************/
.promo-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
}

.promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0.75;
}

.promo-section .container {
  z-index: 10;
  text-align: center;
}

.promo-section p {
  font-size: 1em;
}

.promo-section [class*="col-"] {
  padding: 2.5em 2em 2em 2em;
}

@media screen and (min-width: 769px) {
  .promo-section::before {
    opacity: 0.5;
  }

  .promo-section .container {
    max-width: 45em;
  }

  .promo-section .container.row {
    max-width: 1030px;
  }

  .promo-section.wide .container {
    max-width: 1030px;
  }
}

/***************************************
	Awards
***************************************/
.awards {
  padding-top: 0.625em;
  overflow: hidden;
}

.awards h4 {
  font-size: 1.25em;
}

.awards p {
  color: #777;
  font-size: 15px;
}

ul.awards-list {
  margin-bottom: 0;
  text-align: center;
}

ul.awards-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

ul.awards-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ul.awards-list > li {
  display: inline-block;
  margin: 0 1.5em 1.5em 1.5em;
  max-width: 7.5em;
  vertical-align: bottom;
}

ul.awards-list > li img {
  max-height: 4em;
  max-width: 80%;
}

ul.awards-list > li::after {
  display: none;
}

ul.awards-list.large-images > li {
  max-width: 10em;
}

ul.awards-list.large-images > li img {
  max-height: 5.5em;
}

.awards-wrapper .promo {
  padding: 2em;
  overflow: hidden;
  margin-top: 1.25em;
}

.promo.variant2 {
  text-align: center;
  border-top: 1px solid #000;
  border-color: rgba(0, 0, 0, 0.05);
}

.promo.variant2 img {
  max-height: 6em;
  margin-bottom: 1em;
}

.promo.variant2 h4 {
  margin-bottom: 1em;
}

.promo.variant2 p {
  font-size: 0.875em;
}

.awards-section {
  text-align: center;
}

.green-background {
  background: #006d5c url(../images/bg-pattern-green.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.green-background h4 {
  color: #fff;
}

.green-background p {
  color: #fff;
  opacity: 0.8;
}

.green-background a.button {
  margin-top: 0.313em;
  background-color: #fff;
  color: #006d5c;
  border: none;
}

.green-background a.button.transparent {
  background: #fff;
}

.green-background a.button:hover {
  border: none;
}

@media screen and (min-width: 769px) {
  ul.awards-list {
    text-align: left;
  }

  ul.awards-list > li {
    margin-left: 0;
    margin-right: 2.5em;
  }

  ul.awards-list.text-left {
    text-align: left;
  }

  ul.awards-list.text-center {
    text-align: center;
  }

  ul.awards-list.text-right {
    text-align: right;
  }

  .awards-wrapper .awards {
    float: left;
    display: block;
    margin-left: 3%;
    width: 63.6666666667%;
  }

  .awards-wrapper .promo {
    float: left;
    display: block;
    margin-left: 3%;
    width: 30.3333333333%;
  }

  .awards-wrapper .promo {
    margin-top: 0;
  }

  .awards-wrapper .button {
    display: inline-block;
  }

  .promo.variant2 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    border-top: none;
    border-left: 1px solid #000;
    border-color: rgba(0, 0, 0, 0.05);
  }
}

/***************************************
	Reviews
***************************************/
.reviews-section .section-footer {
  text-align: center;
}

.reviews-section .section-footer .button {
  margin: 0;
  color: #006d5c;
}

.reviews-list,
ul.reviews-list {
  margin-bottom: 0;
  margin-bottom: 0.75em;
}

.reviews-list > li,
ul.reviews-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.reviews-list > li::before,
ul.reviews-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.reviews-list figure,
.reviews-list .figure,
ul.reviews-list figure,
ul.reviews-list .figure {
  display: none;
  margin-top: 1.25em;
}

.reviews-list blockquote,
ul.reviews-list blockquote {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875em;
}

.reviews-list blockquote::after,
ul.reviews-list blockquote::after {
  clear: both;
  content: "";
  display: table;
}

.reviews-list blockquote p::before,
ul.reviews-list blockquote p::before {
  content: '"';
  position: absolute;
  top: 0;
  left: -0.5em;
}

.reviews-list blockquote cite,
ul.reviews-list blockquote cite {
  font-size: 1em;
}

.reviews-list blockquote .starbar,
ul.reviews-list blockquote .starbar {
  margin-left: 1em;
}

.reviews-list blockquote .cite-subtitle,
ul.reviews-list blockquote .cite-subtitle {
  display: block;
  font-weight: 300;
  margin-top: 0.15em;
  margin-left: 1.2em;
  font-size: 0.857em;
}

.reviews-list blockquote footer,
.reviews-list blockquote .footer,
ul.reviews-list blockquote footer,
ul.reviews-list blockquote .footer {
  padding-right: 1.25em;
  padding-top: 0.85em;
  float: left;
  width: 65%;
}

.reviews-list blockquote figure,
.reviews-list blockquote .blockquote-figure,
ul.reviews-list blockquote figure,
ul.reviews-list blockquote .blockquote-figure {
  text-align: right;
  display: block;
  margin-top: 0;
  float: left;
  width: 35%;
}

.reviews-list blockquote figure img,
.reviews-list blockquote .blockquote-figure img,
ul.reviews-list blockquote figure img,
ul.reviews-list blockquote .blockquote-figure img {
  width: 75px;
  display: inline-block;
}

.testimonials-slider .slick-slide {
  padding: 0 1.875em;
}

.testimonials-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  display: block;
  font-size: 2.5em;
  width: 1em;
  height: 1em;
  color: #ccc;
  text-indent: -9000em;
}

.testimonials-slider .slick-arrow:hover {
  color: #ddd;
}

.testimonials-slider .slick-arrow::before {
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  font-size: 1.25em;
  width: 1em;
  height: 1em;
  text-indent: 0;
  text-align: center;
}

.testimonials-slider .next-slide {
  right: -0.2em;
}

.testimonials-slider .next-slide::before {
  content: "\f105";
}

.testimonials-slider .prev-slide {
  left: -0.2em;
}

.testimonials-slider .prev-slide::before {
  content: "\f104";
}

.testimonials-slider .slick-dots {
  border-top: 0;
}

@media screen and (min-width: 769px) {
  .reviews-list blockquote figure,
  .reviews-list blockquote .blockquote-figure,
  ul.reviews-list blockquote figure,
  ul.reviews-list blockquote .blockquote-figure {
    display: none;
  }

  .reviews-list figure,
  .reviews-list .figure,
  ul.reviews-list figure,
  ul.reviews-list .figure {
    display: block;
  }

  .testimonials-slider .slick-slide {
    padding: 0;
  }

  .testimonials-slider .next-slide {
    right: -0.7em;
  }

  .testimonials-slider .prev-slide {
    left: -1.1em;
  }

  .testimonials-slider blockquote {
    padding-right: 2.875em;
  }
}

@media screen and (min-width: 993px) {
  .testimonials-slider .prev-slide {
    left: -1.5em;
  }
}

/***************************************
	Quote section
***************************************/
.quote-section {
  position: relative;
  padding-top: 2em;
}

.quote-section blockquote {
  display: block;
  margin-bottom: 1.6em;
  padding: 0;
  text-align: center;
  font-size: 1em;
}

.quote-section blockquote p {
  font-family: "MuseoSlab", "Georgia", Times, serif;
  font-weight: 100;
  font-style: italic;
  font-size: 1.1875em;
  line-height: 1.57;
  color: #868686;
  margin-bottom: 1.4em;
  letter-spacing: -0.4px;
}

.quote-section blockquote cite {
  font-size: 1em;
}

.quote-section blockquote cite strong {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.35;
  color: #2c2b2b;
  display: block;
  letter-spacing: -0.2px;
}

.quote-section blockquote cite span {
  font-weight: 500;
  font-size: 0.6875em;
  line-height: 2;
  color: #b3b3b3;
  display: block;
  letter-spacing: -0.6px;
}

.quote-section .footer-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.quote-section .footer-wrap .button {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .quote-section {
    padding-top: 3em;
  }

  .quote-section .footer-wrap {
    margin-left: 220px;
    padding-bottom: 3em;
  }

  .quote-section .footer-wrap img {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
  }

  .quote-section .footer-wrap .button {
    position: static;
    font-weight: 500;
    font-size: 0.6875em;
    line-height: 1.2;
    color: #006d5c;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 1.2em 4.5em 1.1em 4.5em;
    border: 1px solid #d4d4d4;
    background: #fff;
    letter-spacing: -0.2px;
  }

  .quote-section blockquote {
    margin-left: 220px;
    display: block;
    margin-bottom: 2.2em;
    padding: 0;
    text-align: left;
    font-size: 1em;
  }

  .quote-section blockquote p {
    font-family: "MuseoSlab", "Georgia", Times, serif;
    font-weight: 100;
    font-style: italic;
    font-size: 1.1875em;
    line-height: 1.57;
    color: #868686;
    margin-bottom: 0.8em;
    letter-spacing: -0.4px;
  }

  .quote-section blockquote cite {
    font-size: 1em;
  }

  .quote-section blockquote cite strong {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.35;
    color: #2c2b2b;
    display: block;
    letter-spacing: -0.2px;
  }

  .quote-section blockquote cite span {
    font-weight: 500;
    font-size: 0.6875em;
    line-height: 2;
    color: #b3b3b3;
    display: block;
    letter-spacing: -0.6px;
  }
}

.brand-section .row > [class*="col-"] {
  padding: 1.5em 0;
  border-top: 1px solid #009981;
}

.brand-section .row > [class*="col-"]:first-child {
  padding-top: 0;
  border: none;
}

.brand-section .row > [class*="col-"]:last-child {
  padding-bottom: 0;
}

ul.stat-list {
  margin-bottom: 0;
}

ul.stat-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

ul.stat-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ul.stat-list li {
  margin-bottom: 0.75em;
  padding-top: 0.75em;
}

ul.stat-list p {
  margin-bottom: 0.5em;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.4;
  opacity: 0.7;
}

ul.stat-list p.stat-number {
  margin-bottom: 0.15em;
  line-height: 1.1;
  font-size: 1.5em;
  color: #000;
}

ul.stat-list.large-stat > li {
  max-width: 68em;
  margin-left: -3.0927%;
  margin-right: auto;
}

ul.stat-list.large-stat > li::after {
  clear: both;
  content: "";
  display: table;
}

ul.stat-list.large-stat figure {
  text-align: center;
}

ul.stat-list.large-stat figure img {
  margin-bottom: 1em;
  width: 8em;
}

ul.stat-list.large-stat p {
  color: #006d5c;
}

ul.stat-list.large-stat p.stat-number {
  font-size: 1.5em;
}

ul.stat-list.large-stat p span {
  display: block;
}

@media screen and (min-width: 769px) {
  .brand-section .row > [class*="col-"] {
    padding: 0 3%;
    border-top: none;
    border-left: 1px solid #009981;
  }

  .brand-section .row > [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }

  .brand-section .row > [class*="col-"]:last-child {
    padding-right: 0;
  }

  ul.stat-list li {
    padding-left: 1em;
    padding-right: 1em;
  }

  ul.stat-list p {
    font-size: 0.8125em;
  }

  ul.stat-list p.stat-number {
    font-size: 2em;
  }

  ul.stat-list.large-stat {
    padding-top: 2em;
  }

  ul.stat-list.large-stat figure img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }

  ul.stat-list.large-stat p {
    text-align: left;
    font-size: 1.125em;
  }

  ul.stat-list.large-stat p.stat-number {
    font-size: 2.125em;
  }
}

/***************************************
	Articles
***************************************/
.articles-list,
ul.articles-list {
  margin-bottom: 0;
}

.articles-list > li,
ul.articles-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.articles-list > li::before,
ul.articles-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.articles-list li,
ul.articles-list li {
  position: relative;
  margin-bottom: 1.5em;
}

.articles-list figure,
ul.articles-list figure {
  margin-bottom: 0.5em;
}

.articles-list figure img,
ul.articles-list figure img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.articles-list h2,
ul.articles-list h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.articles-list p,
ul.articles-list p {
  font-size: 0.875em;
  color: #777;
}

.articles-list p.meta,
ul.articles-list p.meta {
  margin-bottom: 0.5em;
  font-size: 0.6875em;
  color: #777;
}

.articles-list p.meta.info,
ul.articles-list p.meta.info {
  font-weight: 700;
  color: #bbb;
}

.articles-list p.category,
ul.articles-list p.category {
  position: absolute;
  top: 2em;
  left: 0;
  padding: 0.5em 1em;
  background: #444;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
}

.articles-list p.category a,
ul.articles-list p.category a {
  color: #fff;
}

.articles-list p.category a:hover,
ul.articles-list p.category a:hover {
  opacity: 0.8;
}

.content .articles-list li,
.content ul.articles-list li {
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.content .articles-list li:first-child,
.content ul.articles-list li:first-child {
  padding-top: 0;
  border-top: none;
}

.content .articles-list li:first-child p.category,
.content ul.articles-list li:first-child p.category {
  top: 0;
}

.content .articles-list h2,
.content ul.articles-list h2 {
  font-size: 1.125em;
  margin-bottom: 0.3em;
}

.content .articles-list p.category,
.content ul.articles-list p.category {
  top: 3.2em;
}

.secondary-articles-list,
ul.secondary-articles-list {
  margin-bottom: 0;
}

.secondary-articles-list > li,
ul.secondary-articles-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.secondary-articles-list > li::before,
ul.secondary-articles-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.secondary-articles-list > li,
.secondary-articles-list > .item,
ul.secondary-articles-list > li,
ul.secondary-articles-list > .item {
  margin-bottom: 0.75em;
  background: #f8f8f8;
}

.secondary-articles-list > li::after,
.secondary-articles-list > .item::after,
ul.secondary-articles-list > li::after,
ul.secondary-articles-list > .item::after {
  clear: both;
  content: "";
  display: table;
}

.secondary-articles-list > li figure,
.secondary-articles-list > .item figure,
ul.secondary-articles-list > li figure,
ul.secondary-articles-list > .item figure {
  position: relative;
  margin-bottom: 0.25em;
}

.secondary-articles-list > li figure a,
.secondary-articles-list > .item figure a,
ul.secondary-articles-list > li figure a,
ul.secondary-articles-list > .item figure a {
  display: block;
  font-size: 2em;
  min-height: 2.75em;
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
}

.secondary-articles-list > li figure a img,
.secondary-articles-list > .item figure a img,
ul.secondary-articles-list > li figure a img,
ul.secondary-articles-list > .item figure a img {
  display: none;
}

.secondary-articles-list > li figure a:hover::after,
.secondary-articles-list > .item figure a:hover::after,
ul.secondary-articles-list > li figure a:hover::after,
ul.secondary-articles-list > .item figure a:hover::after {
  opacity: 0.95;
}

.secondary-articles-list > li h2,
.secondary-articles-list > .item h2,
ul.secondary-articles-list > li h2,
ul.secondary-articles-list > .item h2 {
  margin-bottom: 0;
  padding: 0.25em 0.75em;
  line-height: 1.25;
  font-size: 0.875em;
  color: #444;
  text-transform: none;
}

.secondary-articles-list > li h2 a,
.secondary-articles-list > .item h2 a,
ul.secondary-articles-list > li h2 a,
ul.secondary-articles-list > .item h2 a {
  display: block;
  font-weight: 500;
  color: #444;
  text-transform: none;
}

.secondary-articles-list > li h2 a:hover,
.secondary-articles-list > .item h2 a:hover,
ul.secondary-articles-list > li h2 a:hover,
ul.secondary-articles-list > .item h2 a:hover {
  color: #006d5c;
}

.secondary-articles-list > li p,
.secondary-articles-list > .item p,
ul.secondary-articles-list > li p,
ul.secondary-articles-list > .item p {
  padding: 0 0.875em 0.35em 0.875em;
  margin-bottom: 0;
  font-size: 0.6875em;
  color: #888;
}

.secondary-articles-list.image-aside > li,
ul.secondary-articles-list.image-aside > li {
  padding-left: 6em;
}

.secondary-articles-list.image-aside > li figure,
ul.secondary-articles-list.image-aside > li figure {
  float: left;
  margin-left: -6em;
  margin-bottom: 0;
  width: 6em;
}

.secondary-articles-list.image-aside > li h2,
ul.secondary-articles-list.image-aside > li h2 {
  padding-top: 0.6em;
  min-height: 4.5em;
}

.grey-background .secondary-articles-list h2,
.grey-background .secondary-articles-list p,
.grey-background ul.secondary-articles-list h2,
.grey-background ul.secondary-articles-list p {
  padding-left: 0;
  padding-right: 0;
}

.grey-background .secondary-articles-list.image-aside > li h2,
.grey-background .secondary-articles-list.image-aside > .item h2,
.grey-background ul.secondary-articles-list.image-aside > li h2,
.grey-background ul.secondary-articles-list.image-aside > .item h2 {
  padding-top: 0;
  padding-left: 0.875em;
  min-height: 4.5em;
}

.grey-background .secondary-articles-list.image-aside > li p,
.grey-background .secondary-articles-list.image-aside > .item p,
.grey-background ul.secondary-articles-list.image-aside > li p,
.grey-background ul.secondary-articles-list.image-aside > .item p {
  padding-left: 0.875em;
}

.resources-list,
ul.resources-list {
  margin-bottom: 0;
}

.resources-list > li,
ul.resources-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.resources-list > li::before,
ul.resources-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.resources-list .article,
ul.resources-list .article {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 0.4em;
  background: #f8f8f8;
}

.resources-list .thumbnail,
ul.resources-list .thumbnail {
  display: block;
  background-repeat: none;
  background-position: 50% 50%;
  background-size: cover;
  height: 12em;
}

.resources-list .thumbnail img,
ul.resources-list .thumbnail img {
  visibility: hidden;
}

.resources-list h2,
ul.resources-list h2 {
  margin-bottom: 0;
  padding: 0.5em 0.75em;
  line-height: 1.25;
  font-size: 0.875em;
  color: #444;
  text-transform: none;
}

.resources-list h2 a,
ul.resources-list h2 a {
  display: block;
  font-weight: 500;
  color: #444;
  text-transform: none;
}

.resources-list h2 a:hover,
ul.resources-list h2 a:hover {
  color: #006d5c;
}

.resources-list p,
ul.resources-list p {
  padding: 0 0.875em 0.25em 0.875em;
  margin-bottom: 0;
  font-size: 0.6875em;
  color: #888;
}

.resources-list p.category,
ul.resources-list p.category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  background: #444;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
}

.resources-list p.category a,
ul.resources-list p.category a {
  color: #fff;
}

.resources-list p.category a:hover,
ul.resources-list p.category a:hover {
  opacity: 0.8;
}

.resources-list .featured p.category,
ul.resources-list .featured p.category {
  background: #ed2939;
}

.blogs-list > li {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.4em;
}

.blogs-list > li h2 {
  margin-bottom: 0;
  padding: 0.5em 0;
  line-height: 1.25;
  font-size: 0.9375em;
  color: #444;
  text-transform: none;
}

.blogs-list > li h2 a {
  display: block;
  font-weight: 500;
  color: #006d5c;
  text-transform: none;
}

.blogs-list > li h2 a:hover {
  color: #005446;
}

.blogs-list > li p {
  padding: 0 0 0.25em 0;
  margin-bottom: 0;
  font-size: 0.8125em;
  color: #888;
}

.blogs-list > li .badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #444;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 700;
}

.blogs-list > li .badge::after {
  clear: both;
  content: "";
  display: table;
}

.blogs-list > li .badge img {
  float: left;
  display: block;
  max-height: 2.25em;
}

.blogs-list > li .badge span {
  float: left;
  display: block;
  padding: 0 1em;
  color: #fff;
  line-height: 2.25em;
}

.blogs-list.small-list {
  margin-bottom: 1em;
}

.blogs-list.small-list > li {
  padding-left: 3.7em;
}

.blogs-list.small-list > li figure {
  float: left;
  max-width: 3em;
  margin-left: -3.7em;
}

.blogs-list.small-list > li h2 {
  margin-bottom: 0.2em;
  padding: 0;
}

.blogs-list.small-list > li p {
  font-size: 0.75em;
  color: #aaa;
}

.simple-articles-list,
ul.simple-articles-list {
  margin-bottom: 0;
}

.simple-articles-list > li,
ul.simple-articles-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.simple-articles-list > li::before,
ul.simple-articles-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.simple-articles-list > li,
ul.simple-articles-list > li {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #e5e5e5;
}

.simple-articles-section .article {
  margin-bottom: 1em;
}

.simple-articles-section .article figure {
  margin-bottom: 0.5em;
}

.simple-articles-section .article h2 {
  font-size: 0.9375em;
  margin-bottom: 0.4em;
  font-weight: 500;
}

.simple-articles-section .article p {
  font-size: 0.8125em;
  margin-bottom: 0.5em;
}

.simple-articles-section .article.image-aside {
  padding-left: 10em;
}

.simple-articles-section .article.image-aside::after {
  clear: both;
  content: "";
  display: table;
}

.simple-articles-section .article.image-aside figure {
  float: left;
  margin-left: -10em;
  width: 9em;
}

.simple-articles-section ul > li {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.simple-articles-section ul h2 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.simple-articles-section ul p {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .secondary-articles-list.no-image-aside-s > li,
  .secondary-articles-list.no-image-aside-s > .item,
  ul.secondary-articles-list.no-image-aside-s > li,
  ul.secondary-articles-list.no-image-aside-s > .item {
    padding-left: 0;
  }

  .secondary-articles-list.no-image-aside-s > li figure,
  .secondary-articles-list.no-image-aside-s > .item figure,
  ul.secondary-articles-list.no-image-aside-s > li figure,
  ul.secondary-articles-list.no-image-aside-s > .item figure {
    float: none;
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }

  .secondary-articles-list.no-image-aside-s > li h2,
  .secondary-articles-list.no-image-aside-s > .item h2,
  ul.secondary-articles-list.no-image-aside-s > li h2,
  ul.secondary-articles-list.no-image-aside-s > .item h2 {
    min-height: inherit;
    padding: 0 0.75em 0.6em 0.75em;
  }

  .grey-background .secondary-articles-list.no-image-aside-s > li h2,
  .grey-background .secondary-articles-list.no-image-aside-s > li p,
  .grey-background .secondary-articles-list.no-image-aside-s > .item h2,
  .grey-background .secondary-articles-list.no-image-aside-s > .item p,
  .grey-background ul.secondary-articles-list.no-image-aside-s > li h2,
  .grey-background ul.secondary-articles-list.no-image-aside-s > li p,
  .grey-background ul.secondary-articles-list.no-image-aside-s > .item h2,
  .grey-background ul.secondary-articles-list.no-image-aside-s > .item p {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-list > li,
  .resources-list .item,
  ul.resources-list > li,
  ul.resources-list .item {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .resources-list > li.featured,
  .resources-list .item.featured,
  ul.resources-list > li.featured,
  ul.resources-list .item.featured {
    float: left;
    display: block;
    margin-left: 3%;
    width: 97%;
  }

  .resources-list .thumbnail,
  ul.resources-list .thumbnail {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .articles-list.image-aside li,
  ul.articles-list.image-aside li {
    padding-left: 9em;
  }

  .articles-list.image-aside li::after,
  ul.articles-list.image-aside li::after {
    clear: both;
    content: "";
    display: table;
  }

  .articles-list.image-aside figure,
  ul.articles-list.image-aside figure {
    float: left;
    margin-left: -9em;
    width: 8em;
    position: relative;
  }

  .secondary-articles-list.no-image-aside-l > li,
  .secondary-articles-list.no-image-aside-l > .item,
  ul.secondary-articles-list.no-image-aside-l > li,
  ul.secondary-articles-list.no-image-aside-l > .item {
    padding-left: 0;
  }

  .secondary-articles-list.no-image-aside-l > li figure,
  .secondary-articles-list.no-image-aside-l > .item figure,
  ul.secondary-articles-list.no-image-aside-l > li figure,
  ul.secondary-articles-list.no-image-aside-l > .item figure {
    float: none;
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }

  .secondary-articles-list.no-image-aside-l > li h2,
  .secondary-articles-list.no-image-aside-l > .item h2,
  ul.secondary-articles-list.no-image-aside-l > li h2,
  ul.secondary-articles-list.no-image-aside-l > .item h2 {
    min-height: inherit;
    padding: 0 0.75em 0.6em 0.75em;
  }

  .grey-background .secondary-articles-list.no-image-aside-l > li h2,
  .grey-background .secondary-articles-list.no-image-aside-l > li p,
  .grey-background .secondary-articles-list.no-image-aside-l > .item h2,
  .grey-background .secondary-articles-list.no-image-aside-l > .item p,
  .grey-background ul.secondary-articles-list.no-image-aside-l > li h2,
  .grey-background ul.secondary-articles-list.no-image-aside-l > li p,
  .grey-background ul.secondary-articles-list.no-image-aside-l > .item h2,
  .grey-background ul.secondary-articles-list.no-image-aside-l > .item p {
    padding-left: 0;
    padding-right: 0;
  }

  .resources-list > li,
  .resources-list .item,
  ul.resources-list > li,
  ul.resources-list .item {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .resources-list > li.featured,
  .resources-list .item.featured,
  ul.resources-list > li.featured,
  ul.resources-list .item.featured {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }
}

@media screen and (min-width: 993px) {
  .articles-list.image-aside li,
  ul.articles-list.image-aside li {
    padding-left: 14em;
  }

  .articles-list.image-aside figure,
  ul.articles-list.image-aside figure {
    margin-left: -14em;
    width: 13em;
  }

  .secondary-articles-list.no-image-aside-xl > li,
  .secondary-articles-list.no-image-aside-xl > .item,
  ul.secondary-articles-list.no-image-aside-xl > li,
  ul.secondary-articles-list.no-image-aside-xl > .item {
    padding-left: 0;
  }

  .secondary-articles-list.no-image-aside-xl > li figure,
  .secondary-articles-list.no-image-aside-xl > .item figure,
  ul.secondary-articles-list.no-image-aside-xl > li figure,
  ul.secondary-articles-list.no-image-aside-xl > .item figure {
    float: none;
    margin-left: 0;
    margin-bottom: 0.5em;
    width: 100%;
  }

  .secondary-articles-list.no-image-aside-xl > li h2,
  .secondary-articles-list.no-image-aside-xl > .item h2,
  ul.secondary-articles-list.no-image-aside-xl > li h2,
  ul.secondary-articles-list.no-image-aside-xl > .item h2 {
    min-height: inherit;
    padding: 0 0.75em 0.6em 0.75em;
  }

  .grey-background .secondary-articles-list.no-image-aside-xl > li h2,
  .grey-background .secondary-articles-list.no-image-aside-xl > li p,
  .grey-background .secondary-articles-list.no-image-aside-xl > .item h2,
  .grey-background .secondary-articles-list.no-image-aside-xl > .item p,
  .grey-background ul.secondary-articles-list.no-image-aside-xl > li h2,
  .grey-background ul.secondary-articles-list.no-image-aside-xl > li p,
  .grey-background ul.secondary-articles-list.no-image-aside-xl > .item h2,
  .grey-background ul.secondary-articles-list.no-image-aside-xl > .item p {
    padding-left: 0;
    padding-right: 0;
  }
}

/***************************************
	Footer
***************************************/
.site-footer {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 3em;
}

.site-footer li {
  display: inline-block;
  border-right: 1px solid #006d5c;
  padding: 0 5px;
}

.site-footer li:last-child {
  border-right: none;
}

.site-footer h3 {
  font-size: 0.813em;
  color: #373737;
  font-weight: 500;
  margin-bottom: 0.6em;
}

.site-footer p {
  color: #717171;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: center;
}

.site-footer a.social {
  color: #b2b2b2;
  margin-right: 1.6em;
}

.site-footer a.social:hover {
  color: #006d5c;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.site-footer a.social:hover .icon-facebook {
  color: #3b5998;
}

.site-footer a.social:hover .icon-twitter {
  color: #55acee;
}

.site-footer a.social:hover .icon-linkedin {
  color: #0077b5;
}

.site-footer a.social:hover .icon-instagram {
  color: #3f729b;
}

.site-footer a.social:hover .icon-google-plus {
  color: #dc4e41;
}

.site-footer footer {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding: 1em 0;
}

.site-footer footer .copy {
  font-size: 0.688em;
  color: #a3a3a3;
}

.site-footer.compact {
  padding-top: 1em;
  padding-bottom: 1em;
}

.site-footer.compact footer {
  border-top: none;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1em;
}

.site-footer.compact footer p {
  margin-bottom: 0;
}

.site-footer.compact .featured-pages li {
  margin-bottom: 1em;
}

.site-footer.compact .featured-pages li a {
  font-size: 0.6875em;
  color: #bababa;
}

.site-footer.compact .featured-pages li a:hover {
  color: #808080;
}

.site-footer.compact .footer-secondary {
  border-top: 1px solid #e3e3e3;
  padding: 1.563em 0;
}

.site-footer.compact .footer-secondary .social-links {
  margin-bottom: 1em;
}

.site-footer.compact p.mobile-label {
  font-size: 0.6875em;
  margin-bottom: 0.5em;
}

.site-footer select {
  font-size: 0.75em;
  height: 3em;
}

.footer-links {
  font-size: 0.75em;
  line-height: 1.5;
  color: #a3a3a3;
  text-align: center;
}

.footer-selector {
  border-top: 1px solid #e3e3e3;
  display: none;
  margin-top: 1.563em;
  padding: 0 0 1.563em 0;
  background-color: #f8f8f8;
}

.footer-selector > .container {
  padding-top: 2.188em;
}

.footer-selector > .container > p {
  font-size: 0.875em;
}

.footer-selector ul {
  padding-bottom: 2em;
}

.footer-selector ul li {
  font-size: 0.8em;
  margin-bottom: 0.6em;
}

.footer-selector ul li.list-title {
  margin-bottom: 1em;
}

.footer-selector .country-list {
  padding-top: 0.625em;
}

.footer-selector .close-selector {
  position: absolute;
  right: 0;
  top: 40px;
}

.footer-selector .close-selector i {
  color: #a7a7a7;
}

.footer-selector .close-selector:hover i {
  color: #005446;
}

.site-footer .country-selector-button,
.form-element.country-selector {
  position: relative;
}

.site-footer .country-selector-button::after,
.form-element.country-selector::after {
  content: '\f0ac';
  position: absolute;
  left: 0.75em;
  top: 50%;
  z-index: 20;
  margin-top: -0.9em;
  opacity: 0.3;
}

.site-footer .country-selector-button {
  margin: 0 0 0.75em 0;
  max-width: 100% !important;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  margin: 0;
  padding: 8px 0;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in, background 0.2s ease-in;
  -moz-transition: border 0.2s ease-in, background 0.2s ease-in;
  transition: border 0.2s ease-in, background 0.2s ease-in;
}

.site-footer .country-selector-button::after {
  margin-top: -0.5em;
}

.site-footer .country-selector-button p {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
  padding-left: 35px;
  color: #656565;
}

.site-footer .country-selector-button span.arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.site-footer .country-selector-button span.arrow::before {
  font-family: 'font-icons' !important;
  content: '\f078';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.5em;
  font-size: 0.5em;
  color: #7b7b7b;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.site-footer .country-selector-button.active span.arrow::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: -0.3em;
}

.site-footer .country-selector-button:hover {
  border-color: #c3c3c3;
  background: #fefefe;
}

.site-footer .country-selector-button:hover span.arrow::before {
  color: #7f7f7f;
}

.form-element.country-selector {
  position: relative;
}

.form-element.country-selector select {
  padding-left: 2.25em;
  font-size: 0.75em;
  height: 3em;
}

.form-element.country-selector::after {
  content: '\f0ac';
  position: absolute;
  left: 0.75em;
  top: 50%;
  z-index: 20;
  margin-top: -0.9em;
  opacity: 0.3;
}

.form-element.country-selector .select2 .selection .select2-selection__rendered {
  padding-left: 32px;
  color: #666;
  text-align: left;
  font-size: 0.75em;
}

@media screen and (min-width: 769px) {
  .site-footer p {
    text-align: left;
  }

  .site-footer .copy {
    float: left;
    margin-bottom: 0;
  }

  .site-footer a.social {
    margin: 0 0 0 1.6em;
  }

  .site-footer .container::before {
    content: '';
    position: absolute;
    left: -2.5em;
    right: auto;
    width: 660px;
  }

  .site-footer .footer-links {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .footer-links::after {
    clear: both;
    content: "";
    display: table;
  }

  .site-footer .featured-pages {
    float: left;
    display: block;
    margin-left: 0;
    width: 66.6666666667%;
  }

  .site-footer .featured-pages ul {
    max-width: 68em;
    margin-left: -3.0927%;
    margin-right: auto;
  }

  .site-footer .featured-pages ul::after {
    clear: both;
    content: "";
    display: table;
  }

  .site-footer .featured-pages ul li {
    float: left;
    display: block;
    margin-left: 3%;
    width: 47%;
  }

  .site-footer .contact-pages {
    float: left;
    display: block;
    margin-left: 0;
    width: 25%;
    margin-left: 8.3333333333%;
    text-align: right;
  }

  .site-footer .contact-pages div {
    padding-top: 0.7em;
  }

  .site-footer footer .copy {
    padding-top: 1em;
    float: left;
    display: block;
    margin-left: 3%;
    width: 72%;
  }

  .site-footer footer .country-selector-button,
  .site-footer footer .form-element {
    float: left;
    display: block;
    margin-left: 3%;
    width: 22%;
  }

  .site-footer.compact {
    padding: 2em 0;
  }

  .site-footer.compact .footer-links {
    text-align: right;
    float: right;
    width: 60%;
  }

  .site-footer.compact footer::after {
    clear: both;
    content: "";
    display: table;
  }

  .site-footer.compact footer .copy {
    margin-left: 0;
    float: none;
    width: auto;
  }

  .site-footer.compact .footer-secondary {
    float: right;
    text-align: right;
    min-width: 20%;
    width: auto;
    border-top: none;
    padding-top: 1.1em;
  }

  .site-footer.compact .footer-secondary p.mobile-label {
    display: none;
  }

  .site-footer.compact .footer-secondary .social-links a:first-child {
    margin: 0;
  }

  .site-footer.compact .featured-pages {
    width: auto;
  }

  .site-footer.compact .featured-pages li {
    float: left;
    width: auto;
    margin-right: 1em;
  }

  .site-footer.compact .featured-pages li::before {
    content: "\2022";
    cursor: default;
    color: #bababa;
    font-size: 0.8em;
    margin-right: 1em;
  }

  .site-footer.compact .featured-pages li:first-child::before {
    content: "";
    display: none;
    padding: 0;
  }
}

/***************************************
	Share
***************************************/
.share-section {
  position: relative;
  margin-top: 1.5em;
  width: 100%;
  padding: 1.3em 0 0 2em;
  border-top: 1px solid #e5e5e5;
}

.share-section::after {
  clear: both;
  content: "";
  display: table;
}

.share-section::before {
  content: "\e927";
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 1.3em;
  color: #ddd;
}

.share-section .intro {
  margin-bottom: 0.75em;
  padding-right: 1em;
}

.share-section .intro p {
  margin-bottom: 0;
  font-size: 0.75em;
  color: #aaa;
  line-height: 1.3;
}

.share-section .intro p.share-title {
  font-size: 1em;
  font-weight: 500;
}

.share-section .intro p.share-invite {
  position: relative;
  top: 0.3em;
}

.share-section .share-list {
  margin-bottom: 0;
}

.share-section .share-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.share-section .share-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.share-section .share-list::after {
  clear: both;
  content: "";
  display: table;
}

.share-section .share-list li {
  float: left;
  margin-left: 0.5em;
}

.share-section .share-list li:first-child {
  margin-left: 0;
}

.share-section .share-list li a {
  position: relative;
  display: block;
  width: 2.5em;
  height: 2.5em;
  color: #aaa;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.share-section .share-list li a::after {
  clear: both;
  content: "";
  display: table;
}

.share-section .share-list li a .font-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -1em;
  width: 2em;
  text-align: center;
}

.share-section .share-list li a .share-invite {
  display: none;
  margin-bottom: 0.1em;
  font-size: 0.6875em;
  color: #aaa;
}

.share-section .share-list li a .share-name {
  display: none;
  font-size: 0.6875em;
  color: #777;
  text-transform: uppercase;
}

.share-section .share-list li a:hover {
  background: #f8f8f8;
}

.share-section .share-list li a.facebook:hover .font-icons,
.share-section .share-list li a.facebook:hover .share-name {
  color: #3d5b95;
}

.share-section .share-list li a.twitter:hover .font-icons,
.share-section .share-list li a.twitter:hover .share-name {
  color: #24aadd;
}

.share-section .share-list li a.googleplus:hover .font-icons,
.share-section .share-list li a.googleplus:hover .share-name {
  color: #d23e30;
}

.share-section .share-list li a.linkedin:hover .font-icons,
.share-section .share-list li a.linkedin:hover .share-name {
  color: #007bb6;
}

.share-section .share-list li a.instagram:hover .font-icons,
.share-section .share-list li a.instagram:hover .share-name {
  color: #3f729b;
}

.share-section .share-list li a.rss:hover .font-icons,
.share-section .share-list li a.rss:hover .share-name {
  color: #f26522;
}

.share-section .share-list li a.flickr:hover .font-icons,
.share-section .share-list li a.flickr:hover .share-name {
  color: #ff0084;
}

.share-section .share-list li a.blog:hover .font-icons,
.share-section .share-list li a.blog:hover .share-name {
  color: #026a52;
}

@media screen and (min-width: 769px) {
  .share-section {
    margin-top: 2em;
  }

  .share-section .intro p.share-invite {
    display: none;
  }

  .share-section .share-list {
    white-space: nowrap;
  }

  .share-section .share-list li {
    float: none;
    display: inline-block;
    margin-left: 0.1em;
  }

  .share-section .share-list li a {
    padding: 0.5em 0.75em 0.5em 2em;
    width: auto;
    height: auto;
  }

  .share-section .share-list li a .font-icons {
    left: 1.1em;
  }

  .share-section .share-list li a .share-invite {
    display: block;
  }

  .share-section .share-list li a .share-name {
    display: block;
  }
}

@media screen and (min-width: 993px) {
  .share-section {
    display: table;
  }

  .share-section .intro {
    display: table-cell;
    vertical-align: top;
  }

  .share-section .share-list {
    display: table-cell;
    vertical-align: top;
  }

  .share-section .share-list li a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

/***************************************
	Accordion
***************************************/
.accordion-section,
ul.accordion-section {
  margin-bottom: 0;
  margin-bottom: 0.75em;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.accordion-section > li,
ul.accordion-section > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.accordion-section > li::before,
ul.accordion-section > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.accordion-section > li,
ul.accordion-section > li {
  font-size: 1em;
  border-top: 1px solid #e5e5e5;
}

.accordion-section > li:first-child,
ul.accordion-section > li:first-child {
  border-top: none;
}

.accordion-section > li > h4,
ul.accordion-section > li > h4 {
  position: relative;
  margin: 0;
  padding: 0.75em 2em 0.75em 1.15em;
  font-size: 0.875em;
  color: #006d5c;
  text-transform: none;
  cursor: pointer;
}

.accordion-section > li > h4::after,
ul.accordion-section > li > h4::after {
  content: '\e91a';
  font-size: 10px;
  color: #aaa;
  float: right;
  margin: 0.5em -1em 0 0;
}

.accordion-section > li > h4:hover,
ul.accordion-section > li > h4:hover {
  background: #f8f8f8;
}

.accordion-section > li > h4:hover::after,
ul.accordion-section > li > h4:hover::after {
  color: #006d5c;
}

.accordion-section > li .accordion-content,
ul.accordion-section > li .accordion-content {
  display: none;
  margin: -1px 1em 0 1em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.accordion-section > li .accordion-content p,
.accordion-section > li .accordion-content li,
ul.accordion-section > li .accordion-content p,
ul.accordion-section > li .accordion-content li {
  font-size: 0.875em;
}

.accordion-section > li.open > h4::after,
ul.accordion-section > li.open > h4::after {
  content: '\e91b';
  color: #006d5c;
}

/***************************************
	Video
***************************************/
.video-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section .video-item {
  margin-bottom: 2em;
}

.video-section .video-item .video-container {
  margin-bottom: 1.5em;
}

.video-section .video-item h2 {
  font-size: 1.75em;
  color: #444;
}

.video-section .video-item .date {
  font-size: 0.6875em;
  color: #888;
}

.video-section .sidebar {
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}

.video-section .sidebar .button {
  color: #006d5c;
}

.video-list {
  margin-bottom: 0;
}

.video-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.video-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.video-list > li {
  margin-bottom: 0.75em;
  padding-left: 7em;
  background: #f8f8f8;
}

.video-list > li::after {
  clear: both;
  content: "";
  display: table;
}

.video-list > li figure {
  float: left;
  margin-left: -7em;
  width: 7em;
  position: relative;
}

.video-list > li figure a {
  display: block;
  font-size: 2em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.video-list > li figure a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3em;
  margin-top: -0.5em;
  height: 0;
  width: 0;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid #eee;
  border-top: 0.5em solid transparent;
  opacity: 0.5;
}

.video-list > li figure a img {
  display: none;
}

.video-list > li figure a:hover::after {
  opacity: 0.95;
}

.video-list > li h3 {
  min-height: 4.35em;
  margin-bottom: 0;
  padding: 0.6em 0.75em;
  padding-bottom: 0;
  line-height: 1.25;
  font-size: 0.875em;
  color: #444;
  text-transform: none;
}

.video-list > li h3 a {
  display: block;
  font-weight: 500;
  color: #444;
  text-transform: none;
}

.video-list > li h3 a:hover {
  color: #006d5c;
}

.video-list > li p {
  padding: 0 0.875em 0.2em 0.875em;
  margin-bottom: 0;
  font-size: 0.6875em;
  color: #888;
}

.video-list > li p.duration {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.75em;
  font-weight: 500;
  color: #fff;
  background: #444;
}

span.duration {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.2em 0.75em;
  font-weight: 500;
  color: #fff;
  background: #444;
}

@media screen and (min-width: 769px) {
  .video-section .video-item {
    padding-right: 1%;
  }

  .video-section .sidebar {
    padding-top: 0;
    padding-left: 4%;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }
}

/***************************************
	 Tabs
***************************************/
.tab-nav {
  position: relative;
  margin-bottom: 1.5em;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.tab-nav .tab-label {
  padding: 1em;
  font-size: 0.75em;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}

.tab-nav .tab-label::before {
  content: '\f078';
  position: absolute;
  right: 1em;
  top: 50%;
  z-index: 20;
  margin-top: -0.5em;
  font-size: 0.5em;
}

.tab-nav .tab-label::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 5em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);

  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);

  /* IE6-9 */
}

.tab-nav ul.tabs {
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 2.25em;
  left: -1px;
  right: -1px;
  z-index: 10;
  max-height: 20em;
  overflow: scroll;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
}

.tab-nav ul.tabs > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.tab-nav ul.tabs > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tab-nav ul.tabs li {
  position: relative;
}

.tab-nav ul.tabs li a {
  position: relative;
  display: block;
  padding: 1em;
  font-size: 0.75em;
  font-weight: 700;
  color: #aaa;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.tab-nav ul.tabs li a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);

  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);

  /* IE6-9 */
}

.tab-nav ul.tabs li.selected a,
.tab-nav ul.tabs li.tab-selected a {
  color: #006d5c;
}

.tab-nav ul.tabs li:hover a {
  color: #666;
  background: #f8f8f8;
}

.tab-nav ul.tabs li:hover a::after {
  background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);

  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00f8f8f8', endColorstr='#f8f8f8', GradientType=1);

  /* IE6-9 */
}

.tab-nav ul.tabs li.hide {
  display: none !important;
}

.tab-nav ul.tabs .font-icons {
  display: none;
}

.tab-nav.active ul.tabs {
  display: block;
}

p + .tab-nav,
h1 + .tab-nav,
h2 + .tab-nav,
h3 + .tab-nav,
ul + .tab-nav {
  margin-top: 2.5em;
}

.tab-content-wrapper {
  margin-bottom: 0;
}

.tab-content-wrapper > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.tab-content-wrapper > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.tab-content-wrapper > .tab-content-single {
  display: none;
}

.tab-content-wrapper > .tab-content-single.tab-show {
  display: block;
}

@media screen and (min-width: 769px) {
  .tab-nav {
    background: none;
    border: none;
    box-shadow: inherit;
  }

  .tab-nav .tab-label {
    display: none !important;
  }

  .tab-nav ul.tabs {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    overflow: visible;
    display: inline-block;
    max-height: none;
    border-color: #eee;
    box-shadow: inherit;
  }

  .tab-nav ul.tabs::after {
    clear: both;
    content: "";
    display: table;
  }

  .tab-nav ul.tabs li {
    float: left;
  }

  .tab-nav ul.tabs li a {
    padding: 1.25em 1.25em 1em 1.25em;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 2px solid transparent;
    white-space: normal;
    overflow: visible;
  }

  .tab-nav ul.tabs li a::after {
    display: none !important;
  }

  .tab-nav ul.tabs li a .font-icons {
    display: block;
    min-width: 3em;
    margin-bottom: 0.5em;
    font-size: 1.75em;
  }

  .tab-nav ul.tabs li.selected a,
  .tab-nav ul.tabs li.tab-selected a {
    color: #006d5c;
    background: #f2f2f2;
    border-color: #e9e9e9;
  }

  .tab-nav ul.tabs li:first-child.tab-selected a {
    border-left-color: #f2f2f2;
  }

  .tab-nav ul.tabs li:last-child.tab-selected a {
    border-right-color: #f2f2f2;
  }

  .tab-nav ul.tabs li.promo a {
    color: #ed2939;
  }

  .tab-nav.active ul.tabs {
    display: inline-block;
  }

  .tab-nav.tab-centered {
    text-align: center;
  }

  .tab-nav.tab-centered::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eee;
  }
}

/***************************************
	Pagination
***************************************/
.pagination {
  margin: 3em 0;
  position: relative;
  background: #f8f8f8;
  font-size: 0.9375em;
}

.pagination > a {
  position: absolute;
  top: 0;
  width: 3em;
  height: 3em;
  text-align: center;
  color: #777;
}

.pagination > a span {
  display: block;
  font-size: 1.5em;
  width: 2em;
  line-height: 2em;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.pagination > a.prev {
  left: 0;
}

.pagination > a.next {
  right: 0;
}

.pagination > a:hover span {
  color: #006d5c;
  background: #e5e5e5;
}

.pagination .pagination-list {
  margin-bottom: 0;
  margin: 0 3em;
  text-align: center;
}

.pagination .pagination-list > li {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1em;
  position: inherit;
}

.pagination .pagination-list > li::before {
  content: none;
  list-style: none;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pagination .pagination-list li {
  display: inline-block;
}

.pagination .pagination-list li span {
  display: none;
  padding: 0 0.25em;
  line-height: 3em;
  color: #777;
}

.pagination .pagination-list li a {
  display: none;
  padding: 0 0.25em;
  min-width: 3.5em;
  line-height: 3em;
  color: #777;
  font-weight: 500;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.pagination .pagination-list li a:hover {
  color: #444;
  background: #e5e5e5;
}

.pagination .pagination-list li.prev {
  float: left;
}

.pagination .pagination-list li.prev a {
  display: inline-block;
}

.pagination .pagination-list li.active a {
  display: block;
  position: relative;
  color: #006d5c;
  background: #fff;
}

.pagination .pagination-list li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #e5e5e5;
}

.pagination .pagination-list li.next {
  float: right;
}

.pagination .pagination-list li.next a {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  .pagination > a.prev span {
    border-right: 1px solid #fff;
  }

  .pagination > a.next span {
    border-left: 1px solid #fff;
  }

  .pagination .pagination-list li span {
    display: block;
  }

  .pagination .pagination-list li a {
    min-width: 3.2em;
  }

  .pagination .pagination-list li.first a {
    display: block;
  }

  .pagination .pagination-list li.prev {
    float: none;
  }

  .pagination .pagination-list li.next {
    float: none;
  }

  .pagination .pagination-list li.last a {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pagination {
    font-size: 0.8125em;
  }
}

@media screen and (min-width: 993px) {
  .pagination .pagination-list li a {
    display: block;
    min-width: 2.5em;
  }
}
